:root{--portal-scale: .75;--portal-nav-height: 80px;--color-primary: #003da2;--color-primary-strong: #0052d4;--color-secondary: #2b4cda;--color-bg: #faf8ff;--color-surface: rgba(255, 255, 255, .7);--color-surface-solid: #ffffff;--color-text: #191b23;--color-text-muted: #434654;--color-border: rgba(195, 198, 215, .55);--shadow-lg: 0 20px 40px -10px rgba(0, 0, 0, .05);--radius-lg: 18px;--radius-xl: 28px;--container: 1440px;--ease-out: cubic-bezier(.22, 1, .36, 1);--duration-fast: .18s;--duration-normal: .28s;--hover-lift: -4px;--hover-shadow: 0 24px 48px -12px rgba(0, 82, 212, .18);--hover-border: rgba(0, 61, 162, .22);--focus-ring: 2px solid rgba(0, 82, 212, .55)}*{box-sizing:border-box}html{scroll-behavior:auto;width:100%;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{width:0;height:0;display:none}@supports not (zoom: 1){html{font-size:calc(100% * var(--portal-scale))}}body{margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:var(--color-text);background:radial-gradient(circle at 0% 0%,rgba(0,61,162,.03),transparent 45%),radial-gradient(circle at 100% 100%,rgba(73,103,244,.03),transparent 45%),var(--color-bg);width:100%;overflow-x:hidden;overflow-y:visible;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{width:0;height:0;display:none}#app{max-width:100%}.portal-app{max-width:100%;zoom:var(--portal-scale);padding-top:var(--portal-nav-height)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{max-width:100%;display:block}.container{width:min(calc(100% - 40px),var(--container));margin:0 auto}.section{padding:96px 0}.section-alt{background:#fff6}.grid-2,.grid-3,.grid-4{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#003da20d;color:var(--color-primary);border:1px solid rgba(0,61,162,.1);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.h1{font-size:clamp(38px,5vw,64px);line-height:1.1;margin:14px 0 20px;letter-spacing:-.02em}.h2{font-size:clamp(28px,3vw,40px);line-height:1.15;margin:12px 0 16px}.muted{color:var(--color-text-muted)}.hero-actions,.cta-actions,.nav-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:14px;border:1px solid transparent;cursor:pointer;transition:transform var(--duration-fast) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),background var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),filter var(--duration-fast) var(--ease-out)}.btn:hover{transform:translateY(var(--hover-lift))}.btn:active{transform:translateY(-1px)}.btn:focus-visible{outline:var(--focus-ring);outline-offset:3px}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);box-shadow:0 16px 28px #0052d438}.btn-primary:hover{box-shadow:0 22px 38px #0052d452;filter:brightness(1.06)}.btn-secondary{background:#fffc;border-color:var(--color-border)}.btn-secondary:hover{background:#003da20d;border-color:var(--hover-border);box-shadow:0 8px 20px #003da214}.card{border-radius:var(--radius-lg);background:var(--color-surface-solid);border:1px solid var(--color-border);padding:24px;transition:transform var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),border-color var(--duration-normal) var(--ease-out)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;zoom:var(--portal-scale);border-bottom:1px solid rgba(195,198,215,.3);background:#ffffffb3;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:box-shadow var(--duration-normal) var(--ease-out),background var(--duration-normal) var(--ease-out),border-color var(--duration-normal) var(--ease-out),backdrop-filter var(--duration-normal) var(--ease-out)}.nav.is-scrolled{background:#ffffffeb;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border-bottom-color:#c3c6d77a;box-shadow:0 8px 32px #003da214}.nav-inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--color-primary);transition:color var(--duration-fast) var(--ease-out),opacity var(--duration-fast) var(--ease-out)}.brand:hover{color:var(--color-primary-strong)}.brand:focus-visible{outline:var(--focus-ring);outline-offset:4px;border-radius:8px}.nav-links{display:flex;gap:22px;flex-wrap:wrap;align-items:center}.nav-links a{position:relative;color:var(--color-text-muted);font-size:17px;font-weight:500;padding-bottom:4px;transition:color var(--duration-fast) var(--ease-out)}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--color-primary);transform:scaleX(0);transform-origin:center;transition:transform var(--duration-normal) var(--ease-out),opacity var(--duration-fast) var(--ease-out);opacity:0}.nav-links a:hover{color:var(--color-primary)}.nav-links a:hover:after{transform:scaleX(1);opacity:.45}.nav-links a.router-link-active,.nav-links a.active{color:var(--color-primary);font-weight:700}.nav-links a.router-link-active:after,.nav-links a.active:after{transform:scaleX(1);opacity:1}.nav-links a:focus-visible{outline:var(--focus-ring);outline-offset:4px;border-radius:4px}.stitch-shell{position:relative;overflow:hidden}.stitch-shell--policy{overflow:visible}.stitch-shell-decor{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.stitch-shell--policy>:not(.stitch-shell-decor){position:relative;z-index:1}.stitch-shell .ambient-blob{position:absolute;border-radius:50%;filter:blur(120px);opacity:.16;pointer-events:none}.stitch-shell .blob-a{width:600px;height:600px;top:-120px;left:-140px;background:#0052d4;animation:portal-blob-float-a 22s ease-in-out infinite}.stitch-shell .blob-b{width:520px;height:520px;right:-120px;bottom:60px;background:#4967f4;animation:portal-blob-float-b 26s ease-in-out infinite}@keyframes portal-blob-float-a{0%,to{transform:translate(0) scale(1)}33%{transform:translate(14px,-10px) scale(1.03)}66%{transform:translate(-8px,8px) scale(.98)}}@keyframes portal-blob-float-b{0%,to{transform:translate(0) scale(1)}40%{transform:translate(-12px,10px) scale(1.02)}70%{transform:translate(10px,-6px) scale(.99)}}.stitch-card{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px -10px #0000000d;transition:transform var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),border-color var(--duration-normal) var(--ease-out),filter var(--duration-normal) var(--ease-out)}.stitch-image-placeholder{min-height:100%;display:grid;place-items:center;gap:8px;color:#ffffffd1;background:linear-gradient(135deg,#003da229,#4967f480)}.stitch-card-placeholder{min-height:280px;border-radius:24px}.hero-figure{border-radius:40px;overflow:hidden;position:relative}.hero-figure img{width:100%;height:100%;object-fit:cover}.stitch-header{background:#ffffffb3}.stitch-header-inner{position:relative;min-height:80px;justify-content:flex-start}.stitch-brand{position:relative;z-index:1;flex-shrink:0}.stitch-nav-links{position:absolute;left:50%;transform:translate(-50%);gap:42px}.stitch-nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgba(195,198,215,.55);border-radius:12px;background:#ffffffe0;color:var(--color-primary);cursor:pointer;flex-shrink:0;margin-left:auto;transition:background var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.stitch-nav-toggle:hover{background:#003da20d;border-color:var(--hover-border)}.stitch-nav-toggle:focus-visible{outline:var(--focus-ring);outline-offset:3px}.stitch-nav-toggle-box{position:relative;display:block;width:20px;height:14px}.stitch-nav-toggle-line{position:absolute;left:0;width:20px;height:2px;border-radius:999px;background:currentColor;transition:transform var(--duration-normal) var(--ease-out),opacity var(--duration-fast) var(--ease-out),top var(--duration-normal) var(--ease-out)}.stitch-nav-toggle-line:nth-child(1){top:0}.stitch-nav-toggle-line:nth-child(2){top:6px}.stitch-nav-toggle-line:nth-child(3){top:12px}.stitch-header.is-menu-open .stitch-nav-toggle-line:nth-child(1){top:6px;transform:rotate(45deg)}.stitch-header.is-menu-open .stitch-nav-toggle-line:nth-child(2){opacity:0}.stitch-header.is-menu-open .stitch-nav-toggle-line:nth-child(3){top:6px;transform:rotate(-45deg)}body.portal-menu-open{overflow:hidden}html:has(body.portal-menu-open){overflow:hidden}.stitch-brand-image{width:auto;height:40px;object-fit:contain;transition:transform var(--duration-normal) var(--ease-out)}.brand:hover .stitch-brand-image,.stitch-brand:hover .stitch-brand-image{transform:scale(1.06)}.stitch-brand-text{font-size:20px;letter-spacing:-.02em;transition:color var(--duration-fast) var(--ease-out)}.stitch-footer{position:relative;margin-top:64px;padding:0 0 52px;overflow:hidden;color:#e2eafce6;background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(38,198,249,.14),transparent 58%),linear-gradient(180deg,#0a1428,#0d1f42 52%,#081222)}.stitch-footer-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px);opacity:.55}.stitch-footer-glow-a{width:420px;height:420px;top:-180px;left:-80px;background:#0052d459}.stitch-footer-glow-b{width:360px;height:360px;right:-60px;bottom:-120px;background:#26c6f938}.stitch-footer-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.35;background-image:linear-gradient(rgba(73,103,244,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(73,103,244,.12) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.85),transparent 92%);mask-image:linear-gradient(180deg,rgba(0,0,0,.85),transparent 92%)}.stitch-footer .container,.stitch-footer-container{position:relative;z-index:1}.stitch-footer-panel{position:relative;border:1px solid rgba(73,103,244,.28);border-radius:24px;background:linear-gradient(145deg,#0e1c3aeb,#081228e0);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding:52px 48px 0;box-shadow:0 32px 80px -24px #0000008c,inset 0 1px #ffffff14;overflow:hidden}.stitch-footer-accent-line{position:absolute;top:0;left:48px;right:48px;height:2px;background:linear-gradient(90deg,transparent,#26c6f9 20%,#4967f4 50%,#26c6f9 80%,transparent);opacity:.85}.stitch-footer-top{display:grid;grid-template-columns:1.65fr 1fr 1fr 1.15fr;gap:48px;align-items:start;padding-bottom:40px}.stitch-footer-brand{max-width:460px}.stitch-footer-brand-logo-wrap{display:inline-flex;margin-bottom:20px;padding:18px 22px;border-radius:16px;background:#fffffff7;border:1px solid rgba(255,255,255,.14);box-shadow:0 12px 40px -12px #00000059,inset 0 1px #ffffffe6}.stitch-footer-brand-logo{display:block;width:min(100%,380px);height:auto;object-fit:contain}.stitch-footer-tagline{margin:0 0 14px;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#26c6f9eb}.stitch-footer-copy{margin:0;line-height:1.85;font-size:15px;color:#c4d0e8d1}.stitch-footer-col{min-width:0}.stitch-footer-title{margin:0 0 22px;padding:0;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#94c5fff2;border-bottom:none;display:flex;align-items:center;gap:10px}.stitch-footer-title:before{content:"";flex-shrink:0;width:22px;height:2px;border-radius:999px;background:linear-gradient(90deg,#26c6f9,#4967f4);box-shadow:0 0 12px #26c6f973}.stitch-footer-links{display:grid;gap:14px;line-height:1.65;font-size:15px;color:#c4d0e8c7}.stitch-footer-links a{display:inline-block;color:inherit;text-decoration:none;transition:color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out),text-shadow var(--duration-fast) var(--ease-out)}.stitch-footer-links a:hover{color:#7dd3fc;transform:translate(4px);text-shadow:0 0 20px rgba(38,198,249,.35)}.stitch-footer-links a:focus-visible{outline:var(--focus-ring);outline-offset:3px;border-radius:4px;color:#7dd3fc}.stitch-footer-contact-item{display:flex;align-items:flex-start;gap:12px}.stitch-footer-contact-icon{flex-shrink:0;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#26c6f9;background:#26c6f91a;border:1px solid rgba(38,198,249,.22)}.stitch-footer-contact-icon svg{width:17px;height:17px}.stitch-footer-contact span,.stitch-footer-contact a{padding-top:6px;overflow-wrap:anywhere;word-break:break-word}.stitch-footer-meta a,.stitch-footer-meta .sf-icp-link,.stitch-footer-meta .sf-beian-link{color:#a8b8d8d1;text-decoration:none;transition:color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.stitch-footer-meta a:hover,.stitch-footer-meta .sf-icp-link:hover,.stitch-footer-meta .sf-beian-link:hover{color:#7dd3fc;transform:translateY(-1px)}.stitch-footer-meta a:focus-visible,.stitch-footer-meta .sf-icp-link:focus-visible,.stitch-footer-meta .sf-beian-link:focus-visible{outline:var(--focus-ring);outline-offset:3px;border-radius:4px;color:#7dd3fc}.stitch-footer-meta .sf-icp-link:hover,.stitch-footer-meta .sf-beian-link:hover{text-decoration:underline;text-underline-offset:3px}.stitch-footer-meta .sf-beian-link{display:inline-flex;align-items:center;gap:6px}.stitch-footer-meta .sf-beian-icon{width:16px;height:16px;flex-shrink:0;display:block;object-fit:contain}.stitch-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px 0 26px;flex-wrap:wrap;font-size:13px;border-top:1px solid rgba(73,103,244,.22)}.stitch-footer-bottom.sf-bottom{margin-top:0;border-radius:0;background:transparent;box-shadow:none}.stitch-footer-copyright{color:#94a3c4c7}.stitch-footer-meta{display:flex;gap:24px;flex-wrap:wrap}.stitch-home-hero{padding-top:136px}.stitch-home-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:36px;align-items:center}.stitch-home-figure{padding:16px}.stitch-home-hero-img{width:100%;height:100%;min-height:460px;object-fit:cover;border-radius:32px;display:block}.stitch-home-title{font-size:clamp(44px,5.5vw,68px)}.stitch-home-desc{font-size:18px;line-height:1.9;max-width:760px}.stitch-home-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:0}.stitch-feature-card{min-height:210px}.stitch-feature-icon{width:62px;height:62px;border-radius:16px;background:#f5f7ff;display:grid;place-items:center;color:var(--color-primary);margin-bottom:18px;transition:transform var(--duration-normal) var(--ease-out),background var(--duration-normal) var(--ease-out)}.stitch-feature-icon svg{width:24px;height:24px;display:block}.stitch-feature-title{margin:0;font-size:20px;line-height:28px}.stitch-feature-desc{margin:0;line-height:1.9}.stitch-home-heading-row{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:64px}.stitch-home-section-title{font-size:40px}.stitch-home-arrows{display:none;gap:12px}.stitch-round-icon{width:48px;height:48px;border-radius:50%;border:1px solid var(--color-border);background:#fff;display:grid;place-items:center}.stitch-home-solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.stitch-solution-card{position:relative;height:400px;border-radius:32px;overflow:hidden;transition:transform var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out)}.stitch-solution-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--duration-normal) var(--ease-out)}.stitch-solution-image{position:relative;height:100%;background:url(/shouye-solution-01.png) center/cover no-repeat}.stitch-solution-image-2{background-image:url(/shouye-solution-02.png)}.stitch-solution-image-3{background-image:url(/shouye-solution-03.png)}.stitch-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.58) 100%)}.stitch-solution-caption{position:absolute;left:22px;bottom:18px;right:22px;color:#fff}.stitch-solution-text{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:fit-content;max-width:100%}.stitch-solution-caption h4{margin:0;font-size:18px;line-height:1.15;letter-spacing:-.02em;white-space:nowrap;writing-mode:horizontal-tb;text-orientation:mixed}.stitch-solution-badge{background:#003da2;color:#fff;border-color:#ffffff2e;flex:0 0 auto;transform:translateY(1px);padding:5px 10px;font-size:12px;min-height:0}.stitch-solution-caption .stitch-solution-badge+h4{padding-bottom:1px}.stitch-bento-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px}.stitch-bento-large{grid-column:span 8;padding:48px;min-height:360px;display:flex;align-items:center;position:relative;overflow:hidden}.stitch-bento-copy{max-width:520px}.stitch-bento-copy h3{font-size:36px;line-height:1.2;margin:0 0 20px}.stitch-bento-copy p{line-height:1.9;margin:0 0 28px}.stitch-bento-tags{display:flex;gap:20px;flex-wrap:wrap}.stitch-bento-tags>div{display:flex;align-items:center;gap:10px}.stitch-bento-tags .material-symbols-outlined{color:var(--color-primary)}.stitch-bento-icon-wrap{position:absolute;right:0;bottom:0;top:0;width:42%;opacity:.2;pointer-events:none}.stitch-bento-icon{position:absolute;right:-12px;top:50%;transform:translateY(-50%);font-size:400px}.stitch-mini-card{grid-column:span 4;padding:34px;min-height:260px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center}.stitch-mini-card h4{font-size:24px;margin:18px 0 16px}.stitch-mini-card p{margin:0;line-height:1.9}.stitch-mini-icon{width:80px;height:80px;border-radius:999px;background:#003da20d;display:grid;place-items:center;color:var(--color-primary)}.stitch-bento-flow{grid-column:span 8;padding:48px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:#fff}.stitch-bento-flow-copy p{line-height:1.9;margin:0}.stitch-bento-flow-icons{display:grid;grid-template-columns:repeat(2,96px);gap:16px}.stitch-bento-flow-icons>div{width:96px;height:96px;border-radius:20px;display:grid;place-items:center;background:#003da20d;border:1px solid rgba(0,61,162,.1)}.stitch-bento-flow-icons>div:nth-child(2){background:#4967f40d;border-color:#4967f41a}.stitch-bento-flow-icons>div:nth-child(3){background:#e7e7f2}.stitch-bento-flow-icons>div:nth-child(4){background:#003da2;color:#fff}.stitch-bento-flow-icons .material-symbols-outlined{font-size:36px}.stitch-home-about-image img{width:100%}.stitch-home-about-title{font-size:40px}.stitch-home-about-text{font-size:18px;line-height:2}.stitch-home-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-top:24px}.stitch-home-metric-value{font-size:48px;font-weight:900;color:var(--color-primary);line-height:1}.stitch-home-metric-value span{font-size:20px;opacity:.6}.stitch-home-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#003da21a;mix-blend-mode:multiply}.stitch-home-contact-list{display:grid;gap:18px;margin-top:24px}.stitch-contact-mini{display:flex;gap:14px;align-items:flex-start}.stitch-contact-mini .material-symbols-outlined{color:var(--color-primary);margin-top:2px}.stitch-contact-mini strong{display:block;font-size:16px}.stitch-contact-mini p{margin:4px 0 0;color:var(--color-text-muted);font-size:14px}.stitch-home-form-card{border-radius:32px;padding:32px}.stitch-home-form-card h3{margin:0 0 18px;font-size:24px}.stitch-home-submit{margin-top:8px}.stitch-feature-icon{background:#003da20f;display:grid;place-items:center}.stitch-feature-image{width:28px;height:28px;object-fit:contain}.stitch-section-title{text-align:center;max-width:820px;margin:0 auto 48px}.stitch-section-title .stitch-section-heading{margin-bottom:12px}.stitch-section-title .stitch-section-desc{max-width:820px;margin:0 auto}.stitch-home-section .stitch-home-grid{margin-top:0}.stitch-home-data-stack,.stitch-home-data-row{display:grid;gap:24px}.stitch-home-data-row-top{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.stitch-home-data-row-bottom{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}.stitch-home-data-hero,.stitch-home-data-card{position:relative;overflow:hidden}.stitch-data-bento-large{min-height:260px}.stitch-data-bento-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:clamp(120px,20vw,220px);font-weight:800;letter-spacing:-.05em;color:#bfc2ce8c;-webkit-user-select:none;user-select:none;pointer-events:none;text-transform:lowercase}.stitch-home-data-hero{display:grid;place-items:center;text-align:center;min-height:260px}.stitch-home-data-hero .stitch-home-data-copy{position:relative;z-index:2;max-width:520px;display:grid;justify-items:center}.stitch-home-data-hero h2{font-size:28px;margin:2px 0 12px}.stitch-home-data-hero p{margin:0 0 18px;line-height:1.8;max-width:440px}.stitch-home-data-chart{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.12;z-index:0}.stitch-home-data-chart svg{width:100%;height:100%;display:block}.stitch-home-data-chart path:last-child{filter:drop-shadow(0 0 6px rgba(0,61,162,.08))}.stitch-home-data-tags{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.stitch-home-data-tags span{display:inline-flex;align-items:center;gap:6px;color:var(--color-text-muted);font-size:13px}.stitch-home-data-tags svg{width:16px;height:16px;color:var(--color-primary);flex:0 0 auto}.stitch-home-data-tags .material-symbols-outlined{color:var(--color-primary);font-size:17px}.stitch-home-data-kicker{font-size:14px;font-weight:700;color:var(--color-primary)}.stitch-home-data-tags{display:flex;gap:18px;flex-wrap:wrap}.stitch-home-data-tags span{display:inline-flex;align-items:center;gap:8px;color:var(--color-text-muted);font-size:14px}.stitch-home-data-tags .material-symbols-outlined{color:var(--color-primary);font-size:18px}.stitch-home-data-card{min-height:260px;padding:28px 30px;display:grid;place-items:center;text-align:center}.stitch-home-data-card h3{margin:18px 0 10px;font-size:22px}.stitch-home-data-card p{margin:0;line-height:1.85;max-width:320px}.stitch-home-data-icon-wrap{display:grid;place-items:center}.stitch-home-data-icon{width:80px;height:80px;border-radius:50%;background:#003da20f;display:grid;place-items:center;color:var(--color-primary)}.stitch-home-data-icon svg{width:36px;height:36px;display:block}.stitch-home-data-icon .material-symbols-outlined{font-size:36px}.stitch-home-data-card-left-bottom{min-height:260px}.stitch-home-data-card-flow{min-height:260px;display:grid;grid-template-columns:minmax(0,1.15fr) auto;gap:22px;align-items:center;text-align:left;padding:28px 30px}.stitch-home-data-flow-copy h3{margin:0 0 10px;font-size:22px}.stitch-home-data-flow-copy p{margin:0;line-height:1.85}.stitch-home-data-flow-icons{display:grid;grid-template-columns:repeat(2,68px);gap:12px}.stitch-home-data-flow-icons span{width:68px;height:68px;border-radius:16px;background:#f3f3fe;display:grid;place-items:center;color:var(--color-text)}.stitch-home-data-flow-icons span svg{width:24px;height:24px;display:block}.stitch-home-data-flow-icons span:nth-child(4){background:var(--color-primary);color:#fff}.stitch-footer .footer-top{grid-template-columns:1.8fr 1fr 1fr 1fr;align-items:start}.stitch-footer .footer-bottom{padding-top:20px;margin-top:20px;border-top:1px solid var(--color-border);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.stitch-about-hero{position:relative;min-height:360px;overflow:hidden;background:linear-gradient(135deg,#003ea4,#1f4fa8 52%,#1453c8)}.stitch-about-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.stitch-about-hero-img{width:100%;height:100%;object-fit:cover;opacity:.58;mix-blend-mode:screen;display:block}.stitch-about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#003591f0,#003591fc)}.stitch-about-hero-inner{position:relative;z-index:1;text-align:center;padding:122px 0 92px;color:#fff}.stitch-about-hero-inner h1{margin:18px 0 12px;font-size:clamp(38px,5vw,60px);line-height:1.08}.stitch-about-hero-inner p{margin:0 auto;max-width:760px;font-size:18px;line-height:1.9;color:#ffffffe0}.stitch-about-intro-section{padding-top:82px}.stitch-about-intro-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:center}.stitch-about-title{margin:14px 0 18px;font-size:clamp(30px,3vw,42px)}.stitch-about-text{display:grid;gap:14px;line-height:1.9}.stitch-about-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:26px}.stitch-about-metric-value{font-size:34px;font-weight:800;color:var(--color-primary);line-height:1}.stitch-about-metric-value span{font-size:18px;opacity:.7}.stitch-about-intro-media{min-height:392px;border-radius:24px;overflow:hidden;align-self:center;justify-self:end}.stitch-about-intro-img{width:100%;height:100%;object-fit:cover;display:block}.stitch-about-image-fallback{min-height:380px;display:grid;place-items:center;background:#f3f3fe;color:#9aa0b2}.stitch-about-services-section{padding-top:34px}.stitch-about-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.stitch-about-service-card{padding:30px;border-radius:18px}.stitch-about-service-icon{width:52px;height:52px;border-radius:12px;margin-bottom:18px;background:#1f4fa8;display:grid;place-items:center}.stitch-about-service-icon svg{width:100%;height:100%;display:block}.stitch-about-service-card h3{font-size:22px;margin:0 0 10px}.stitch-about-service-card p{color:var(--color-text-muted);line-height:1.9;margin:0}.stitch-about-tech-section{padding-top:58px}.stitch-about-tech-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:32px;align-items:start}.stitch-about-tech-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px}.stitch-about-tech-item{display:flex;gap:10px;align-items:flex-start}.stitch-about-tech-icon{width:42px;height:42px;flex:0 0 42px;color:var(--color-primary)}.stitch-about-tech-icon svg{width:100%;height:100%;display:block}.stitch-about-tech-item h3{margin:0 0 4px;font-size:18px}.stitch-about-tech-item p{margin:0;color:var(--color-text-muted);line-height:1.7}.stitch-about-vision-section{padding-top:78px}.stitch-about-vision-card{border-radius:26px;background:linear-gradient(135deg,#003ea4,#1c57cc 52%,#2050d8);color:#fff;text-align:center;padding:64px 28px;box-shadow:0 24px 48px #003da224}.stitch-about-vision-card h2{margin:0 0 14px;font-size:clamp(30px,3.8vw,44px)}.stitch-about-vision-card p{margin:0 auto 28px;max-width:820px;line-height:1.9;color:#ffffffe6}.stitch-about-vision-btn{background:#fff;color:var(--color-primary)}.stitch-policy-hero{position:relative;padding:104px 0 40px;text-align:center}.stitch-policy-hero-inner{max-width:880px}.stitch-policy-badge{margin:0 auto 16px}.stitch-policy-hero h1{margin:0 0 12px;font-size:clamp(40px,5vw,62px);line-height:1.06;letter-spacing:-.03em}.stitch-policy-hero p{margin:0 auto;max-width:820px;color:var(--color-text-muted);font-size:17px;line-height:1.85}.stitch-policy-main-section{padding-top:8px;padding-bottom:56px;overflow:visible;opacity:1;transform:none}.stitch-policy-layout{display:grid;grid-template-columns:232px minmax(0,1fr);gap:22px;align-items:start;position:relative}.stitch-policy-sidebar-slot{width:100%;pointer-events:none;visibility:hidden}.stitch-policy-sidebar--mobile{display:none}.stitch-policy-nav{display:grid;gap:6px;padding:16px 14px;border-radius:18px;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(195,198,215,.42);box-shadow:0 10px 28px #0f24540f,0 1px #fffc inset}.stitch-policy-nav--floating{margin:0;will-change:top,left;pointer-events:auto}.stitch-policy-nav--floating.is-hidden{visibility:hidden;pointer-events:none;opacity:0}.stitch-policy-nav--floating.is-pinned{box-shadow:0 16px 36px #0f24541f,0 1px #ffffffd9 inset}.stitch-policy-nav-label{margin:0 4px 8px;padding:0 10px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#64748bb8}.stitch-policy-nav-item{display:flex;align-items:center;min-height:46px;padding:0 16px 0 28px;border-radius:12px;color:var(--color-text-muted);font-size:14px;font-weight:600;transition:background .2s ease,color .2s ease,box-shadow .2s ease;position:relative}.stitch-policy-nav-item:before{content:"";position:absolute;left:12px;top:50%;width:6px;height:6px;border-radius:50%;background:#94a3b88c;transform:translateY(-50%);transition:background .2s ease,box-shadow .2s ease}.stitch-policy-nav-item:hover{background:#003da20f;color:var(--color-primary)}.stitch-policy-nav-item:hover:before{background:var(--color-primary)}.stitch-policy-nav-item.is-active{color:var(--color-primary);box-shadow:inset 3px 0 0 var(--color-primary);background:linear-gradient(90deg,#003da21f,#003da20a)}.stitch-policy-nav-item.is-active:before{background:var(--color-primary);box-shadow:0 0 0 3px #003da229}.stitch-policy-content-card{padding:28px 30px 32px;border-radius:22px;background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(195,198,215,.36);box-shadow:0 14px 36px #0f24540d}.stitch-policy-section{scroll-margin-top:calc(var(--portal-nav-height) + 28px)}.stitch-policy-section+.stitch-policy-section{margin-top:34px;padding-top:30px;border-top:1px solid rgba(195,198,215,.32)}.stitch-policy-inline-meta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:18px}.stitch-policy-inline-meta>div{min-width:170px;padding:14px 16px;border-radius:14px;background:#f7f8ff;border:1px solid rgba(195,198,215,.34)}.stitch-policy-inline-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.stitch-policy-inline-heading h2{margin:0}.stitch-policy-section-tag{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#f7f8ff;color:var(--color-primary);border:1px solid rgba(195,198,215,.34);font-size:12px;font-weight:700}.stitch-policy-prose{display:grid;gap:12px}.stitch-policy-prose h2,.stitch-policy-prose h3,.stitch-policy-prose h4{margin:18px 0 0;line-height:1.35}.stitch-policy-prose h2{font-size:28px}.stitch-policy-prose h3{font-size:20px}.stitch-policy-prose h4{font-size:17px}.stitch-policy-prose p,.stitch-policy-prose li{color:var(--color-text-muted);line-height:1.9;font-size:15px}.stitch-policy-prose ol{margin:0;padding-left:20px;display:grid;gap:8px}@media(max-width:960px){.stitch-policy-layout{grid-template-columns:1fr;gap:14px}.stitch-policy-sidebar-slot{display:none}.stitch-policy-sidebar--mobile{display:block;position:sticky;top:calc(var(--portal-nav-height) + 8px);z-index:8}.stitch-policy-nav--floating{display:none!important}.stitch-policy-sidebar--mobile .stitch-policy-nav{display:flex;flex-direction:row;align-items:center;gap:8px;padding:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.stitch-policy-sidebar--mobile .stitch-policy-nav::-webkit-scrollbar{display:none}.stitch-policy-sidebar--mobile .stitch-policy-nav-item{flex:0 0 auto;min-height:40px;padding:0 14px 0 26px;white-space:nowrap;background:#f7f8ffe6}.stitch-policy-sidebar--mobile .stitch-policy-nav-item.is-active{box-shadow:none;background:linear-gradient(90deg,#003da224,#003da214)}.stitch-policy-content-card{padding:22px 18px}.stitch-policy-hero{padding-top:88px}}.stitch-contact-hero{position:relative;min-height:240px;display:grid;align-items:center;overflow:hidden;background:linear-gradient(180deg,#f3f4ff,#f6f7ffeb);border-bottom:1px solid rgba(195,198,215,.35)}.stitch-contact-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center top,rgba(0,61,162,.05),transparent 60%)}.stitch-contact-hero-inner{position:relative;z-index:1;text-align:center;padding:60px 0 42px}.stitch-contact-hero-inner h1{margin:0 0 14px;font-size:clamp(40px,5vw,68px);line-height:1.08;color:var(--color-primary)}.stitch-contact-hero-inner p{max-width:760px;margin:0 auto;line-height:1.9;color:var(--color-text-muted)}.stitch-contact-main-section{padding-top:24px}.stitch-contact-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:14px;align-items:stretch}.stitch-contact-unified-card{display:flex;flex-direction:column}.stitch-contact-scope-card{display:flex;flex-direction:column;justify-content:space-between;min-height:100%}.stitch-contact-card{border-radius:18px;padding:24px}.stitch-contact-unified-card h2,.stitch-contact-scope-card h2,.stitch-contact-display-heading h2{margin:0 0 16px;font-size:24px}.stitch-contact-info-list{display:grid;gap:16px}.stitch-contact-info-item{display:flex;gap:10px;align-items:flex-start;min-width:0}.stitch-contact-info-item>div:last-child{min-width:0;flex:1}.stitch-contact-info-icon{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;color:var(--color-primary)}.stitch-contact-info-icon svg{width:100%;height:100%;display:block}.stitch-contact-info-icon .material-symbols-outlined{font-size:18px}.stitch-contact-label{font-size:12px;color:#7c8194;margin-bottom:4px}.stitch-contact-value{font-size:15px;line-height:1.5;font-weight:600;overflow-wrap:anywhere;word-break:break-word}.stitch-contact-scope-card{background:linear-gradient(135deg,#0052d4,#1c57cc);color:#fff}.stitch-contact-scope-card p{line-height:1.9;margin:0;opacity:.92}.stitch-contact-tag{background:#ffffff1f;color:#fff;border-color:#ffffff2e;text-transform:none;letter-spacing:0}.stitch-contact-scope-card .stitch-tag-row{margin-top:24px}.stitch-contact-display-heading p{margin:-6px 0 24px;line-height:1.8}.stitch-contact-display-tip{margin:auto 0 0;padding-top:18px;border-top:1px solid rgba(195,198,215,.45);line-height:1.8;font-size:14px}.stitch-contact-slab{margin-top:16px}.stitch-contact-map-card{position:relative;overflow:hidden;border-radius:18px;padding:0;min-height:448px}.stitch-contact-map-image-wrap{position:relative;min-height:248px;max-height:448px}.stitch-contact-map-image-wrap img{width:100%;height:448px;object-fit:cover;object-position:center center;display:block}.stitch-contact-map-fallback{min-height:248px;display:grid;place-items:center;background:#f3f3fe;color:#9aa0b2}.stitch-contact-map-badge{position:absolute;left:18px;bottom:18px;display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:12px;background:#ffffffd1;color:var(--color-text);box-shadow:0 10px 24px #00000014}.stitch-contact-map-pin{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary);flex:0 0 18px;margin-right:-1px}.stitch-contact-map-pin svg{width:100%;height:100%;display:block}.stitch-contact-map-badge .material-symbols-outlined{font-size:18px;color:var(--color-primary)}.stitch-contact-map-badge{font-size:13px;font-weight:700}.stitch-contact-map-card img{object-position:center}.stitch-products-hero{padding-top:108px;padding-bottom:26px}.stitch-products-hero-inner{text-align:center;max-width:920px}.stitch-banner-badge{margin:0 auto}.stitch-products-title{font-size:clamp(40px,5vw,60px);line-height:1.05;margin:16px 0 14px}.stitch-products-hero-desc{max-width:860px;margin:0 auto;font-size:17px;line-height:1.85;opacity:.9}.stitch-products-feature-section{padding-top:44px}.stitch-products-feature-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:48px;align-items:center}.stitch-products-copy{padding-right:8px}.stitch-products-heading{margin-top:14px;font-size:clamp(30px,3vw,42px)}.stitch-products-intro-text{font-size:16px;line-height:1.9;margin-bottom:22px}.stitch-product-list{display:grid;gap:18px;padding:0;margin:0;list-style:none}.stitch-product-item{display:flex;gap:14px;align-items:flex-start}.stitch-product-copy{display:grid;gap:6px}.stitch-check-icon{width:24px;height:24px;flex:0 0 24px;color:var(--color-primary)}.stitch-check-icon svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:1.75}.stitch-products-visual-wrap{padding:20px;border-radius:34px}.stitch-products-visual-frame{min-height:560px;border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#ffffffe6,#fff9);box-shadow:inset 0 1px #ffffffbf}.stitch-products-visual-img{width:100%;height:100%;object-fit:cover;display:block}.stitch-products-visual-placeholder{min-height:560px;display:grid;place-items:center;gap:10px;color:#ffffffdb;background:linear-gradient(135deg,#003da229,#4967f48f)}.stitch-products-cards-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}.stitch-products-service-card{border-radius:28px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;min-height:310px}.stitch-products-icon-badge{width:68px;height:68px;margin-bottom:18px}.stitch-products-icon-badge svg{width:100%;height:100%;display:block}.stitch-products-card-title{font-size:24px;margin-top:0}.stitch-products-card-text{line-height:1.9}.stitch-products-service-card .stitch-tag-row{align-self:flex-start}.stitch-tag-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.stitch-no-uppercase{text-transform:none;letter-spacing:0}.stitch-cta-section{padding-top:84px}.stitch-cta-frame{border:1px solid rgba(220,223,236,.95);border-radius:26px;padding:12px;background:#ffffff85;box-shadow:0 24px 48px #3e5caa14}.stitch-cta-card{border-radius:18px;padding:24px 24px 26px;background:linear-gradient(135deg,#003ea4,#1c57cc 48%,#20b7ff);color:#fff;min-height:260px;display:grid;place-items:center;text-align:center}.stitch-cta-badge{background:#ffffffd1;color:#1f3d84;border-color:transparent}.stitch-cta-title{margin:18px 0 12px;font-size:clamp(28px,4vw,40px);color:#fff}.stitch-cta-desc{max-width:460px;margin:0 auto 24px;color:#ffffffe0;line-height:1.9}.stitch-cta-actions{justify-content:center}.stitch-cta-actions .btn-secondary{background:#ffffff1a;color:#fff;border-color:#ffffff2e}.stitch-solutions-hero{padding:124px 0 92px;position:relative}.stitch-solutions-hero-inner{text-align:center;max-width:920px}.stitch-hero-badge-icon{font-size:18px;margin-right:6px}.stitch-solutions-title{font-size:clamp(44px,5.7vw,68px);line-height:1.08;letter-spacing:-.03em;margin:22px 0 18px}.stitch-solutions-title-accent{color:var(--color-primary)}.stitch-solutions-hero-desc{max-width:780px;margin:0 auto;font-size:18px;line-height:1.9;color:var(--color-text-muted)}.stitch-hero-actions{display:flex;justify-content:center;gap:18px;margin-top:30px;flex-wrap:wrap}.stitch-hero-primary-btn{padding:14px 24px}.stitch-hero-arrow{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;margin-left:2px}.stitch-hero-arrow svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.stitch-hero-secondary-btn{background:#ffffffd6;border-color:#c3c6d7b8}.stitch-hero-glow{position:absolute;inset:50% auto auto 50%;width:min(1200px,120vw);height:620px;transform:translate(-50%,-52%);border-radius:999px;background:radial-gradient(circle,rgba(0,61,162,.08) 0%,rgba(73,103,244,.05) 40%,transparent 70%);filter:blur(50px);pointer-events:none}.stitch-solutions-core-section{padding-top:48px}.stitch-section-title{text-align:center;margin-bottom:54px}.stitch-section-title .h2{font-weight:700}.stitch-section-eyebrow{margin-bottom:14px}.stitch-section-heading{margin:0}.stitch-title-divider{width:56px;height:2px;border-radius:999px;background:var(--color-primary);margin:18px auto 0}.stitch-solutions-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px}.stitch-solution-card{border-radius:32px;overflow:hidden;padding:28px;min-height:232px;display:flex;gap:18px;align-items:center;background:#ffffffdb;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 20px 40px -10px #0000000d}.stitch-solution-card-large{grid-column:span 8}.stitch-solution-card-small{grid-column:span 4;align-items:flex-start;flex-direction:column;justify-content:center;padding-top:24px;min-height:236px}.stitch-solution-card-with-image{padding:20px 26px;justify-content:center;gap:18px}.stitch-solution-card-copy-swap{display:flex;flex-direction:row;align-items:center;gap:18px;width:100%}.stitch-solution-card-copy-inner{display:flex;flex-direction:column;gap:8px;padding-top:0;justify-content:center}.stitch-solution-card-copy-swap .stitch-solution-card-title{margin-bottom:0}.stitch-solution-card-media-portrait{width:100%;min-height:118px;border-radius:14px;margin-top:4px}.stitch-solution-card-wide{grid-column:span 12;justify-content:space-between;align-items:center;min-height:150px;padding-right:18px;gap:22px}.stitch-solution-card-reverse{flex-direction:row-reverse}.stitch-solution-card-media{flex:1.05;min-height:150px;border-radius:18px;overflow:hidden;background:#e7e7f2}.stitch-solution-card-media img{width:100%;height:100%;object-fit:cover;display:block}.stitch-solution-card-media-portrait img{object-position:center}.stitch-solution-card-fallback{width:100%;height:100%;min-height:150px;display:grid;place-items:center;color:#a0a4b2;font-size:12px;letter-spacing:.04em;background:#f3f3fe}.stitch-solution-card-copy{flex:1}.stitch-solution-card-with-image .stitch-solution-card-copy{display:flex;flex-direction:column;justify-content:flex-end;gap:8px}.stitch-solution-card-copy-swap{display:flex;align-items:flex-start;gap:16px;width:100%}.stitch-solution-card-copy-swap-left{align-items:flex-start;justify-content:flex-start}.stitch-solution-card-copy-swap-top{align-items:flex-start}.stitch-solution-card-copy-swap-centered{align-items:center;justify-content:flex-start;min-height:100%}.stitch-solution-card-data-centered{justify-content:center}.stitch-solution-card-data-centered .stitch-solution-card-copy-swap{align-items:center}.stitch-solution-card-data-centered .stitch-solution-card-copy-inner{justify-content:center}.stitch-solution-card-copy-swap-left .stitch-solution-icon-wrap,.stitch-solution-card-copy-swap-centered .stitch-solution-icon-wrap{margin-top:2px}.stitch-solution-card-copy-swap-left .stitch-solution-card-copy-inner{padding-top:0}.stitch-solution-icon-primary-top{margin-top:2px}.stitch-solution-card-copy-inner{display:flex;flex-direction:column;gap:8px;padding-top:2px}.stitch-solution-card-title{font-size:22px;margin:0 0 10px;font-weight:700}.stitch-solution-card-small .stitch-solution-card-title{margin-top:2px}.stitch-solution-card-with-image .stitch-solution-card-title{margin-top:6px}.stitch-solution-card-text{color:var(--color-text-muted);line-height:1.9;margin:0}.stitch-solution-icon-wrap{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;margin-bottom:10px;overflow:hidden;flex:0 0 auto}.stitch-solution-icon-tertiary-tight{margin-top:1px}.stitch-solution-icon-wrap svg{width:100%;height:100%;display:block}.stitch-solution-icon-primary{background:transparent;color:var(--color-primary)}.stitch-solution-icon-secondary{background:transparent;color:var(--color-secondary)}.stitch-solution-icon-tertiary{background:transparent;color:#a83401}.stitch-solution-faux-panel{margin-top:22px;min-height:84px;border-radius:14px;background:#f3f3fe;border:1px solid rgba(195,198,215,.55);display:grid;place-items:center;color:#a0a4b2;font-size:12px;letter-spacing:.04em}.stitch-solution-wide-copy{max-width:760px}.stitch-solution-wide-icon{margin-bottom:12px}.stitch-solution-icon-stack{display:flex;align-items:center;gap:10px;margin-left:8px;flex-wrap:nowrap}.stitch-solution-mini-pill{width:54px;height:106px;border-radius:16px;background:#f3f3fe;border:1px solid rgba(195,198,215,.55);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--color-primary);flex:0 0 54px}.stitch-solution-mini-pill-alt{color:var(--color-secondary)}.stitch-solution-mini-pill span:last-child{font-size:12px;line-height:1;color:var(--color-text-muted);letter-spacing:.02em}.stitch-solution-mini-icon{width:22px;height:22px;display:grid;place-items:center}.stitch-solution-mini-icon svg{width:100%;height:100%;display:block}.stitch-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.stitch-value-item{text-align:center;padding:20px 16px;border-radius:var(--radius-lg);transition:transform var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),background var(--duration-normal) var(--ease-out)}.stitch-value-icon{width:90px;height:90px;border-radius:50%;background:#fffffff5;margin:0 auto 20px;display:grid;place-items:center;box-shadow:0 16px 32px #1f4fa814;border:1px solid rgba(255,255,255,.78);transition:transform var(--duration-normal) var(--ease-out)}.stitch-value-icon svg{width:58px;height:58px;display:block}.stitch-value-icon .material-symbols-outlined{font-size:34px;font-variation-settings:"FILL" 1}.stitch-value-item h3{margin:0 0 12px;font-size:20px}.stitch-value-item p{margin:0;color:var(--color-text-muted);line-height:1.9}.stitch-solutions-cta-section{padding-top:92px}.stitch-solutions-cta-panel{position:relative;overflow:hidden;border-radius:36px;background:linear-gradient(135deg,#003ea4,#1c57cc 52%,#2050d8);padding:52px 28px;text-align:center;color:#fff}.stitch-solutions-cta-panel h2{margin:0 0 14px;font-size:clamp(28px,3.8vw,42px);line-height:1.2}.stitch-solutions-cta-panel p{margin:0 auto 28px;max-width:600px;color:#ffffffe6;line-height:1.9}.stitch-solutions-cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.stitch-solutions-cta-secondary{background:transparent;color:#fff;border-color:#fff3}.stitch-solutions-cta-glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.22;pointer-events:none}.stitch-solutions-cta-glow-a{width:280px;height:280px;right:-80px;bottom:-90px;background:#fffc}.stitch-solutions-cta-glow-b{width:300px;height:300px;left:-110px;top:-120px;background:#4967f4cc}@media(max-width:960px){.hero-layout,.grid-2,.grid-3,.grid-4,.footer-top,.flow,.stitch-home-layout,.stitch-data-bento-grid,.stitch-footer .footer-top,.stitch-products-feature-layout,.stitch-products-cards-layout{grid-template-columns:1fr}.nav-inner,.stitch-header-inner{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;padding:10px 0;min-height:64px}:root{--portal-nav-height: 64px}.stitch-nav-toggle{display:inline-flex}.stitch-header-inner .stitch-nav-links{position:static;transform:none;width:100%;flex-direction:column;align-items:stretch;gap:4px;max-height:0;opacity:0;overflow:hidden;pointer-events:none;margin:0;padding:0;transition:max-height var(--duration-normal) var(--ease-out),opacity var(--duration-fast) var(--ease-out),padding var(--duration-normal) var(--ease-out)}.stitch-header.is-menu-open .stitch-nav-links{max-height:420px;opacity:1;pointer-events:auto;padding:10px 0 6px}.stitch-header-inner .stitch-nav-links a{padding:12px 14px;border-radius:10px;font-size:16px}.stitch-header-inner .stitch-nav-links a:after{display:none}.stitch-header-inner .stitch-nav-links a:hover,.stitch-header-inner .stitch-nav-links a.router-link-active,.stitch-header-inner .stitch-nav-links a.active{background:#003da20f}.stitch-header-inner .stitch-nav-links a.router-link-active,.stitch-header-inner .stitch-nav-links a.active{font-weight:700;color:var(--color-primary);box-shadow:inset 3px 0 0 var(--color-primary)}.section{padding:64px 0}.page-hero-banner{padding:92px 0 72px}.stitch-home-solution-grid,.stitch-bento-grid,.stitch-home-data-row-top,.stitch-home-data-row-bottom,.stitch-solution-bento,.stitch-solution-wide,.stitch-contact-grid,.stitch-home-metrics{grid-template-columns:1fr}.stitch-home-heading-row{flex-direction:column;align-items:start}.stitch-footer .footer-bottom{flex-direction:column}.stitch-products-visual-frame,.stitch-products-visual-placeholder,.stitch-about-hero{min-height:360px}.stitch-about-hero-inner{padding:100px 0 72px}.stitch-about-intro-layout,.stitch-about-service-grid,.stitch-about-tech-layout,.stitch-about-tech-grid,.stitch-about-metrics{grid-template-columns:1fr}.stitch-about-intro-media,.stitch-about-image-fallback{min-height:300px}.stitch-about-vision-card{padding:48px 22px}.stitch-contact-grid{grid-template-columns:1fr}.stitch-contact-map-card,.stitch-contact-map-image-wrap,.stitch-contact-map-fallback,.stitch-cta-card{min-height:240px}.stitch-footer-top{grid-template-columns:1fr;gap:36px}.stitch-footer-panel{padding:36px 24px 0;border-radius:20px}.stitch-footer-accent-line{left:24px;right:24px}.stitch-footer-brand{max-width:none}.stitch-footer-brand-logo{width:min(100%,340px)}.stitch-footer-bottom{flex-direction:column;align-items:flex-start;gap:14px;padding-bottom:22px}.stitch-footer-meta{gap:16px}}.stitch-feature-card:hover,.stitch-about-service-card:hover,.stitch-products-service-card:hover,.stitch-contact-unified-card:hover,.stitch-cta-card:hover,.stitch-home-data-card:hover,.stitch-home-data-hero:hover,.stitch-solutions-grid .stitch-card:hover,.stitch-about-intro-media:hover,.stitch-products-visual-wrap:hover{transform:translateY(var(--hover-lift));box-shadow:var(--hover-shadow);border-color:var(--hover-border)}.stitch-feature-card:hover .stitch-feature-icon{background:#003da21a;transform:scale(1.06)}.stitch-home-solution-grid .stitch-solution-card:hover{transform:translateY(var(--hover-lift));box-shadow:var(--hover-shadow)}.stitch-home-solution-grid .stitch-solution-card:hover .stitch-solution-img{transform:scale(1.05)}.stitch-home-solution-grid .stitch-solution-card:hover .stitch-image-overlay{background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.68) 100%)}.stitch-home-solution-grid .stitch-solution-card:hover .stitch-solution-caption{transform:translateY(-3px)}.stitch-solution-caption{transition:transform var(--duration-normal) var(--ease-out)}.stitch-image-overlay{transition:background var(--duration-normal) var(--ease-out)}.stitch-value-item:hover{transform:translateY(var(--hover-lift));box-shadow:var(--hover-shadow);background:#ffffffb8}.stitch-value-item:hover .stitch-value-icon{transform:scale(1.06)}.stitch-contact-scope-card{transition:transform var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out),filter var(--duration-normal) var(--ease-out)}.stitch-contact-scope-card:hover{transform:translateY(var(--hover-lift));box-shadow:0 24px 48px -12px #0052d447;filter:brightness(1.04)}.stitch-contact-scope-card:hover .stitch-contact-tag{background:#fff3}.stitch-contact-tag{transition:background var(--duration-fast) var(--ease-out)}.stitch-home-figure:hover{transform:translateY(var(--hover-lift));box-shadow:var(--hover-shadow);border-color:var(--hover-border)}.stitch-home-hero-img{transition:transform var(--duration-normal) var(--ease-out)}.stitch-home-figure:hover .stitch-home-hero-img{transform:scale(1.02)}.stitch-hero-arrow{transition:transform var(--duration-normal) var(--ease-out)}.stitch-hero-primary-btn:hover .stitch-hero-arrow{transform:translate(4px)}.stitch-policy-nav-item:focus-visible{outline:var(--focus-ring);outline-offset:2px}.reveal-on-scroll{opacity:0;transition:opacity .55s var(--ease-out)}.reveal-on-scroll.is-revealed{opacity:1}.reveal-on-scroll .grid-2>*,.reveal-on-scroll .grid-3>*,.reveal-on-scroll .grid-4>*,.reveal-on-scroll .stitch-home-solution-grid>*,.reveal-on-scroll .stitch-solutions-grid>*,.reveal-on-scroll .stitch-value-grid>*,.reveal-on-scroll .stitch-about-service-grid>*,.reveal-on-scroll .stitch-about-tech-grid>*,.reveal-on-scroll .stitch-contact-grid>*,.reveal-on-scroll .stitch-products-cards-layout>*,.reveal-on-scroll .stitch-home-data-row>*{opacity:0;transition:opacity .48s var(--ease-out)}.reveal-on-scroll.is-revealed .grid-2>*,.reveal-on-scroll.is-revealed .grid-3>*,.reveal-on-scroll.is-revealed .grid-4>*,.reveal-on-scroll.is-revealed .stitch-home-solution-grid>*,.reveal-on-scroll.is-revealed .stitch-solutions-grid>*,.reveal-on-scroll.is-revealed .stitch-value-grid>*,.reveal-on-scroll.is-revealed .stitch-about-service-grid>*,.reveal-on-scroll.is-revealed .stitch-about-tech-grid>*,.reveal-on-scroll.is-revealed .stitch-contact-grid>*,.reveal-on-scroll.is-revealed .stitch-products-cards-layout>*,.reveal-on-scroll.is-revealed .stitch-home-data-row>*{opacity:1}.reveal-on-scroll.is-revealed .grid-2>*:nth-child(1),.reveal-on-scroll.is-revealed .grid-3>*:nth-child(1),.reveal-on-scroll.is-revealed .grid-4>*:nth-child(1),.reveal-on-scroll.is-revealed .stitch-home-solution-grid>*:nth-child(1),.reveal-on-scroll.is-revealed .stitch-solutions-grid>*:nth-child(1),.reveal-on-scroll.is-revealed .stitch-value-grid>*:nth-child(1),.reveal-on-scroll.is-revealed .stitch-about-service-grid>*:nth-child(1),.reveal-on-scroll.is-revealed .stitch-about-tech-grid>*:nth-child(1),.reveal-on-scroll.is-revealed .stitch-contact-grid>*:nth-child(1),.reveal-on-scroll.is-revealed .stitch-products-cards-layout>*:nth-child(1),.reveal-on-scroll.is-revealed .stitch-home-data-row>*:nth-child(1){transition-delay:80ms}.reveal-on-scroll.is-revealed .grid-2>*:nth-child(2),.reveal-on-scroll.is-revealed .grid-3>*:nth-child(2),.reveal-on-scroll.is-revealed .grid-4>*:nth-child(2),.reveal-on-scroll.is-revealed .stitch-home-solution-grid>*:nth-child(2),.reveal-on-scroll.is-revealed .stitch-solutions-grid>*:nth-child(2),.reveal-on-scroll.is-revealed .stitch-value-grid>*:nth-child(2),.reveal-on-scroll.is-revealed .stitch-about-service-grid>*:nth-child(2),.reveal-on-scroll.is-revealed .stitch-about-tech-grid>*:nth-child(2),.reveal-on-scroll.is-revealed .stitch-contact-grid>*:nth-child(2),.reveal-on-scroll.is-revealed .stitch-products-cards-layout>*:nth-child(2),.reveal-on-scroll.is-revealed .stitch-home-data-row>*:nth-child(2){transition-delay:.16s}.reveal-on-scroll.is-revealed .grid-3>*:nth-child(3),.reveal-on-scroll.is-revealed .grid-4>*:nth-child(3),.reveal-on-scroll.is-revealed .stitch-home-solution-grid>*:nth-child(3),.reveal-on-scroll.is-revealed .stitch-solutions-grid>*:nth-child(3),.reveal-on-scroll.is-revealed .stitch-value-grid>*:nth-child(3),.reveal-on-scroll.is-revealed .stitch-about-service-grid>*:nth-child(3),.reveal-on-scroll.is-revealed .stitch-about-tech-grid>*:nth-child(3){transition-delay:.24s}.reveal-on-scroll.is-revealed .grid-4>*:nth-child(4),.reveal-on-scroll.is-revealed .stitch-solutions-grid>*:nth-child(4){transition-delay:.32s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.btn:hover,.stitch-feature-card:hover,.stitch-about-service-card:hover,.stitch-products-service-card:hover,.stitch-contact-unified-card:hover,.stitch-cta-card:hover,.stitch-home-data-card:hover,.stitch-home-data-hero:hover,.stitch-solutions-grid .stitch-card:hover,.stitch-about-intro-media:hover,.stitch-products-visual-wrap:hover,.stitch-home-solution-grid .stitch-solution-card:hover,.stitch-value-item:hover,.stitch-contact-scope-card:hover,.stitch-home-figure:hover,.stitch-home-solution-grid .stitch-solution-card:hover .stitch-solution-img,.stitch-home-figure:hover .stitch-home-hero-img,.stitch-feature-card:hover .stitch-feature-icon,.stitch-value-item:hover .stitch-value-icon,.brand:hover .stitch-brand-image,.stitch-brand:hover .stitch-brand-image{transform:none}.stitch-footer-links a:hover{transform:none;text-shadow:none}.stitch-footer-meta a:hover,.stitch-footer-meta .sf-icp-link:hover,.stitch-footer-meta .sf-beian-link:hover,.stitch-hero-primary-btn:hover .stitch-hero-arrow{transform:none}.reveal-on-scroll,.reveal-on-scroll.is-revealed,.reveal-on-scroll .grid-2>*,.reveal-on-scroll .grid-3>*,.reveal-on-scroll .grid-4>*,.reveal-on-scroll .stitch-home-solution-grid>*,.reveal-on-scroll .stitch-solutions-grid>*,.reveal-on-scroll .stitch-value-grid>*,.reveal-on-scroll .stitch-about-service-grid>*,.reveal-on-scroll .stitch-about-tech-grid>*,.reveal-on-scroll .stitch-contact-grid>*,.reveal-on-scroll .stitch-products-cards-layout>*,.reveal-on-scroll .stitch-home-data-row>*{opacity:1;transform:none;transition:none}.stitch-shell .blob-a,.stitch-shell .blob-b{animation:none}.stitch-header-inner .stitch-nav-links,.stitch-nav-toggle-line{transition:none}}
