:root{--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}*{box-sizing:border-box}html{scroll-behavior:smooth}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)}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 .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);box-shadow:0 16px 28px #0052d438}.btn-secondary{background:#fffc;border-color:var(--color-border)}.card{border-radius:var(--radius-lg);background:var(--color-surface-solid);border:1px solid var(--color-border);padding:24px}.nav{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(195,198,215,.3);background:#ffffffb3;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.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)}.nav-links{display:flex;gap:22px;flex-wrap:wrap;align-items:center}.nav-links a{color:var(--color-text-muted);font-size:14px}.nav-links a.router-link-active,.nav-links a.active{color:var(--color-primary);font-weight:700;border-bottom:2px solid var(--color-primary);padding-bottom:4px}.stitch-shell{position:relative;overflow:visible}.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}.stitch-shell .blob-b{width:520px;height:520px;right:-120px;bottom:60px;background:#4967f4}.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}.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{min-height:80px}.stitch-brand-image{width:34px;height:34px}.stitch-brand-text{font-size:18px;letter-spacing:-.02em}.stitch-nav-links{gap:38px}.stitch-login-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#003da2,#0052d4);box-shadow:0 16px 28px #0052d438;font-size:12px;font-weight:700;letter-spacing:.05em}.stitch-footer{padding-top:76px}.stitch-footer-panel{border:1px solid rgba(214,217,229,.95);border-radius:0;background:#ffffff38;padding:30px 26px 26px;box-shadow:none}.stitch-footer-top{display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:36px;align-items:start}.stitch-footer-brand{max-width:290px}.stitch-footer-copy{margin:0;line-height:1.8;font-size:14px}.stitch-footer-col{min-width:0}.stitch-footer-title{margin:0 0 16px;font-size:16px;font-weight:700;color:var(--color-text)}.stitch-footer-links{display:grid;gap:12px;line-height:1.5;font-size:14px}.stitch-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 2px 0;margin-top:10px;flex-wrap:wrap;font-size:14px}.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}.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}.stitch-solution-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.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:12px;overflow:visible}.stitch-policy-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;align-items:start;position:relative}.stitch-policy-sidebar{position:sticky;top:102px;align-self:start;z-index:2}.stitch-policy-nav{display:grid;gap:8px;padding:14px;border-radius:18px;background:#ffffffc7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.stitch-policy-nav-item{display:flex;align-items:center;min-height:48px;padding:0 16px 0 18px;border-radius:12px;color:var(--color-text-muted);font-size:14px;font-weight:600;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;position:relative}.stitch-policy-nav-item:before{content:"";position:absolute;left:8px;top:50%;width:6px;height:6px;border-radius:50%;background:transparent;transform:translateY(-50%);transition:background .2s ease}.stitch-policy-nav-item:hover,.stitch-policy-nav-item.is-active{background:#003da214;color:var(--color-primary)}.stitch-policy-nav-item.is-active{box-shadow:inset 3px 0 0 var(--color-primary);background:linear-gradient(90deg,#003da21f,#003da20f)}.stitch-policy-nav-item.is-active:before{background:var(--color-primary)}.stitch-policy-content-card{padding:24px 26px 28px;border-radius:22px;background:#ffffffd6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.stitch-policy-section{scroll-margin-top:112px}.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}.stitch-policy-sidebar{position:static;top:auto;z-index:auto}.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:.94fr 1.06fr;gap:14px;align-items:start}.stitch-contact-sidebar{display:grid;gap:12px}.stitch-contact-card{border-radius:18px;padding:24px}.stitch-contact-office-card h2,.stitch-contact-scope-card h2,.stitch-contact-form-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}.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}.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-form-card{padding:26px;border-radius:18px}.stitch-contact-form-heading p{margin:-6px 0 20px;line-height:1.8}.stitch-contact-form{display:grid;gap:16px}.stitch-contact-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stitch-contact-form .field{display:grid;gap:8px}.stitch-contact-form .field label{font-size:12px;color:#7c8194;font-weight:700}.stitch-contact-form input,.stitch-contact-form textarea{width:100%;border:1px solid rgba(195,198,215,.75);border-radius:12px;background:#fff;padding:13px 14px;color:var(--color-text)}.stitch-contact-form textarea{min-height:126px;resize:vertical}.stitch-contact-submit{width:100%;min-height:50px}.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}.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)}.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{align-items:flex-start;flex-direction:column;padding:14px 0}.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-contact-form-row,.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}}
