@import url("https://fonts.loli.net/css2?family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap");:root{font-family:Noto Sans SC,Microsoft YaHei,sans-serif;color:#10213d;--blue:#075cf1;--navy:#0d1e37;--orange:#ff5a16;--muted:#64748b;--line:#dbe4f1;--soft:#f5f8fd;--shadow:0 18px 45px rgba(28,68,126,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 40px));margin:auto}.narrow{max-width:980px}.header{height:78px;position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-in{height:100%;gap:26px}.brand,.header-in{display:flex;align-items:center}.brand{width:176px;height:66px;overflow:hidden}.brand img{width:174px}.nav{display:flex;gap:26px;margin-left:auto}.nav a{font-size:14px;font-weight:600;padding:28px 0;position:relative}.nav a:hover{color:var(--blue)}.nav a:first-child:after{content:"";position:absolute;height:3px;background:var(--blue);bottom:0;left:0;right:0}.head-actions{gap:16px}.head-actions,.head-actions>a{display:flex;align-items:center}.head-actions>a{color:var(--orange);font-weight:700;gap:6px}.btn{border:0;border-radius:7px;padding:14px 24px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.orange{background:linear-gradient(90deg,var(--orange),#ff7b1c);color:#fff;box-shadow:0 10px 22px rgba(255,90,22,.22)}.btn.blue{background:var(--blue);color:#fff;padding:10px 16px}.btn.ghost{border:1px solid #9eacc1;background:#fff}.btn.full{width:100%}.menu{display:none;border:0;background:none;font-size:27px}.hero{overflow:hidden;background:linear-gradient(120deg,#fff,#f5f9ff);padding-top:70px;min-height:690px}.hero,.hero-grid{position:relative}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:72px;gap:72px;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:700;font-size:14px}.hero h1{font-size:64px;line-height:1.18;letter-spacing:-.045em;margin:18px 0 24px;color:var(--navy)}.hero h1 em{font-style:normal;color:var(--blue)}.service-line{font-size:21px;font-weight:700}.hero-desc{color:var(--muted);font-size:17px;line-height:1.9;max-width:640px}.hero-buttons{display:flex;gap:14px;margin-top:30px}.hero-logo{width:275px;height:122px;overflow:hidden;margin-top:22px}.hero-logo img{width:265px}.swoop{position:absolute;left:-7%;right:-7%;bottom:60px;height:225px;background:linear-gradient(110deg,#0756e8,#087dff);-webkit-clip-path:polygon(0 52%,47% 16%,100% 0,100% 100%,0 100%);clip-path:polygon(0 52%,47% 16%,100% 0,100% 100%,0 100%)}.trust{position:relative;z-index:3;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;min-height:115px}.trust,.trust>div{align-items:center}.trust>div{display:flex;gap:12px}.trust svg{font-size:28px}.trust span{display:flex;flex-direction:column;font-size:12px}.trust strong{font-size:15px;margin-bottom:4px}.lead{background:#fff;border-radius:12px;padding:28px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px;margin-bottom:68px}.form-title{text-align:center}.form-title h2{font-size:21px;margin:0 0 5px}.form-title p{font-size:13px;color:var(--blue);margin:0}.lead fieldset{border:0;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px}.lead legend{font-size:13px;font-weight:600;margin-bottom:8px}.lead fieldset label{border:1px solid var(--line);border-radius:7px;padding:9px 3px;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;cursor:pointer}.lead fieldset label.chosen{border-color:var(--blue);background:#f0f6ff;color:var(--blue)}.lead fieldset input{position:absolute;opacity:0}.lead fieldset svg{font-size:21px}.lead>label{font-size:13px;font-weight:600}.lead>label span{color:var(--orange)}.lead input,.lead textarea{border:1px solid var(--line);border-radius:6px;padding:11px;outline:0}.lead input:focus,.lead textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(7,92,241,.1)}.lead small{display:flex;justify-content:center;gap:5px;color:var(--muted)}.success{background:#fff;padding:52px 28px;border-radius:12px;box-shadow:var(--shadow);text-align:center;align-self:start}.success svg{font-size:54px;color:#12a568}.success p{color:var(--muted);line-height:1.7}.success button{border:0;background:0;color:var(--blue);font-weight:700}.section{padding:90px 0}.sect-title{text-align:center;margin-bottom:40px}.sect-title h2{font-size:34px;margin:0 0 10px}.sect-title p{color:var(--muted);margin:0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.service-card{border:1px solid var(--line);border-radius:10px;padding:26px 22px;transition:.23s}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-icon{font-size:38px;color:var(--blue);background:#eef5ff;padding:7px;border-radius:8px}.service-card h2{font-size:20px}.service-card>p{font-size:13px;color:var(--muted);min-height:42px}.service-card ul{list-style:none;padding:0;display:grid;grid-gap:9px;gap:9px;font-size:13px}.service-card li,.service-card>a{display:flex;align-items:center;gap:6px}.service-card li svg,.service-card>a{color:var(--blue)}.service-card>a{font-weight:700;font-size:13px;margin-top:20px}.soft{background:var(--soft)}.show-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.show-grid article{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden}.show-grid img{width:100%;aspect-ratio:16/9;object-fit:cover}.show-grid article>div{padding:20px}.show-grid span{font-size:12px;color:var(--blue);font-weight:700}.show-grid h2{font-size:19px;margin:7px 0}.guarantee p,.show-grid p{font-size:13px;color:var(--muted);line-height:1.7}.guarantee{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:28px;gap:28px}.guarantee>div{text-align:center}.guarantee svg{font-size:38px;color:var(--blue)}.guarantee h3{margin:12px 0 6px}.process{list-style:none;padding:0;display:grid;grid-template-columns:repeat(6,1fr)}.process li{text-align:center;position:relative}.process li:not(:last-child):after{content:"";height:1px;background:#a9c5f5;position:absolute;top:19px;right:-15%;width:30%}.process b{display:grid;place-items:center;margin:0 auto 12px;width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff}.process span{font-weight:600}.faqs{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.faqs details{border:1px solid var(--line);border-radius:8px;padding:16px 19px}.faqs summary{font-weight:600;cursor:pointer}.faqs p{font-size:14px;line-height:1.75;color:var(--muted)}.contact{background:linear-gradient(112deg,#0757df,#0b75ff);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:center}.contact-grid>div>h2{font-size:42px;line-height:1.25}.contact-grid>div>p{color:#dceaff;line-height:1.8}.eyebrow.light{color:#bed8ff}.contact-grid>div>a,.contact-grid>div>button{display:flex;align-items:center;gap:8px;margin-top:16px;color:#fff;background:0;border:0;padding:0;font-weight:600}.contact .lead{color:var(--navy);margin:0}footer{background:#111d2e;color:#aebdce;padding-top:60px}.foot-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);grid-gap:50px;gap:50px}.foot-brand img{width:170px;filter:brightness(0) invert(1)}.foot-brand p{color:#8fa1b9}.foot-grid h3{color:#fff;font-size:15px}.foot-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.foot-grid a,.foot-grid button,.foot-grid span{font-size:13px;display:flex;align-items:center;gap:7px;color:#aebdce;background:0;border:0;padding:0}.copy{border-top:1px solid #26364d;margin-top:45px;padding:22px 0;text-align:center;font-size:12px;color:#788aa2;display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.copy,.copy a,.copy span{align-items:center;line-height:1.4}.copy a,.copy span{display:inline-flex;vertical-align:middle;color:inherit;text-decoration:none}.copy a:hover{color:#fff}.copy img{width:14px;height:14px;display:inline-block;vertical-align:middle;margin-right:3px;object-fit:contain}.copy .copy-sep{color:#50647e;margin:0 2px}.overlay{position:fixed;inset:0;z-index:100;background:rgba(5,16,34,.72);display:grid;place-items:center;padding:18px}.modal{position:relative;width:min(430px,100%);background:#fff;border-radius:14px;padding:26px;text-align:center;box-shadow:0 24px 70px #0005}.modal>svg{color:#09ae68}.modal p,.modal small{color:var(--muted)}.modal img{width:auto;max-height:470px;margin:12px auto}.close{position:absolute;right:12px;top:12px;width:34px;height:34px;border:0;border-radius:50%;display:grid;place-items:center}.inner-hero{padding:95px 0;background:linear-gradient(120deg,#fff,#edf4ff)}.inner-hero h1{font-size:58px;margin:18px 0}.inner-hero p{font-size:18px;line-height:1.9;color:var(--muted);max-width:760px}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.content,.detail-grid article{background:#fff;border:1px solid var(--line);border-radius:10px;padding:28px}.article-list>article>span,.detail-grid b{color:var(--blue);font-weight:800}.article-list p,.content p,.detail-grid p{color:var(--muted);line-height:1.8}.article-list article{display:grid;grid-template-columns:65px 1fr;grid-gap:22px;gap:22px;padding:25px 0;border-bottom:1px solid var(--line)}.article-list h2{margin:0}.article-list p{margin:7px 0}@media(max-width:1000px){.nav{gap:14px}.nav a{font-size:12px}.head-actions>a{display:none}.hero-grid{grid-template-columns:1fr 420px;gap:32px}.hero h1{font-size:50px}.guarantee,.service-grid{grid-template-columns:repeat(2,1fr)}.show-grid{grid-template-columns:1fr 1fr}.show-grid article:last-child{grid-column:1/-1}.process{grid-template-columns:repeat(3,1fr);gap:28px}.process li:after{display:none}}@media(max-width:760px){.container{width:min(100% - 28px,1180px)}.header{height:68px}.brand{width:145px}.brand img{width:142px}.menu{display:block;margin-left:auto}.nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;padding:12px 22px 22px;box-shadow:var(--shadow);flex-direction:column}.nav.open{display:flex}.nav a{padding:10px}.head-actions,.nav a:first-child:after{display:none}.hero{padding-top:44px}.hero-grid{grid-template-columns:1fr}.hero h1{font-size:43px}.service-line{font-size:17px;line-height:1.8}.hero-desc{font-size:15px}.hero-buttons{flex-direction:column}.hero-logo{width:210px;height:92px}.hero-logo img{width:205px}.swoop{bottom:84px;height:280px;-webkit-clip-path:polygon(0 72%,100% 28%,100% 100%,0 100%);clip-path:polygon(0 72%,100% 28%,100% 100%,0 100%)}.trust{grid-template-columns:1fr 1fr;padding:18px 0 24px}.trust strong{font-size:13px}.lead{padding:22px 18px;margin-bottom:82px}.section{padding:66px 0}.sect-title h2{font-size:28px}.contact-grid,.detail-grid,.faqs,.guarantee,.service-grid,.show-grid{grid-template-columns:1fr}.show-grid article:last-child{grid-column:auto}.process{grid-template-columns:repeat(2,1fr)}.contact-grid{gap:34px}.contact-grid>div>h2{font-size:32px}.foot-grid{grid-template-columns:1fr 1fr}.foot-brand{grid-column:1/-1}.inner-hero{padding:70px 0}.inner-hero h1{font-size:42px}.lead fieldset{grid-template-columns:repeat(2,1fr)}}@media(max-width:430px){.hero h1{font-size:38px}.foot-grid,.service-grid{grid-template-columns:1fr}.foot-brand{grid-column:auto}.modal img{max-height:60vh}.article-list article{grid-template-columns:42px 1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.service-card{transition:none}}.foot-brand img{filter:none;background:transparent;border-radius:0;padding:0}.cta-strip{background:linear-gradient(105deg,#0754dc,#0a75ff);color:#fff;padding:28px 0}.cta-inner{display:flex;align-items:center;gap:28px}.cta-inner>div{margin-right:auto}.cta-inner h2{font-size:25px;margin:0 0 5px}.cta-inner p{margin:0;color:#d9e9ff;font-size:14px}.cta-phone{display:flex;align-items:center;gap:9px}.cta-phone>svg{font-size:30px}.cta-phone span{display:flex;flex-direction:column}.cta-phone b{font-size:17px}.cta-phone small{color:#d9e9ff}.cta-wechat{display:flex;align-items:center;gap:7px;background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:7px;padding:12px 16px;font-weight:700}@media(min-width:1001px){.section{padding:58px 0}.sect-title{margin-bottom:28px}.sect-title h2{font-size:30px}.service-card{padding:19px 18px}.service-icon{font-size:32px;padding:6px}.service-card h2{font-size:18px;margin:13px 0 4px}.service-card>p{min-height:34px;margin:0 0 12px}.service-card ul{gap:6px;margin:12px 0}.service-card>a{margin-top:13px}.show-grid article>div{padding:16px 18px}.show-grid h2{margin:5px 0}.guarantee{gap:20px}.guarantee svg{font-size:34px}.guarantee h3{margin:8px 0 4px}.process b{width:34px;height:34px}.faqs details{padding:13px 17px}.faqs p{margin-bottom:2px}.hero-logo{width:150px;height:135px;display:flex;align-items:center}.hero-logo img{width:138px}.lead{gap:11px;padding:24px}.lead input,.lead textarea{padding:9px}.lead fieldset label{padding:7px 3px}.lead fieldset svg{font-size:19px}}@media(max-width:760px){.cta-strip{padding:34px 0}.cta-inner{align-items:stretch;flex-direction:column;gap:16px}.cta-inner>div{margin:0}.cta-inner h2{font-size:25px}.cta-phone,.cta-wechat{justify-content:center}.hero-logo{width:130px;height:118px}.hero-logo img{width:120px}}@media(min-width:1001px){#services{padding:44px 0}#services .sect-title{margin-bottom:22px}#services .service-card{padding:16px 17px}#services .service-card ul{margin:8px 0}#services .service-card>a{margin-top:9px}.guarantee-section{padding:38px 0}.faq-section .sect-title,.guarantee-section .sect-title,.process-section .sect-title{margin-bottom:20px}.guarantee-section .guarantee p{margin:4px 0}.process-section{padding:40px 0}.faq-section{padding:42px 0}.faq-section .faqs details{padding:11px 15px}footer{padding-top:38px}.foot-grid{gap:32px}.copy{margin-top:28px;padding:16px 0}}.container{width:min(1440px,calc(100% - 48px))}.narrow{max-width:1440px}.inner .container.narrow{width:min(1440px,calc(100% - 48px))}.inner .content.narrow>p{max-width:1120px}.nav{gap:22px}.nav a.active,.nav a:hover{color:var(--orange)}.nav a:first-child:after{display:none}.nav a.active:after{content:"";display:block;position:absolute;height:3px;background:var(--orange);bottom:0;left:0;right:0;border-radius:3px 3px 0 0}.hero{padding-bottom:18px}.swoop{bottom:0;height:235px}.trust{min-height:105px;margin-top:-8px}.lead>label{display:grid;grid-template-columns:max-content max-content;grid-gap:6px 3px;gap:6px 3px}.lead>label input,.lead>label textarea{grid-column:1/-1}.modal{width:min(390px,100%);border-radius:16px;padding:28px}.modal h2{margin:0 0 5px}.modal p{margin:0;color:var(--muted)}.modal img{width:min(300px,100%);aspect-ratio:1;object-fit:cover;max-height:none;margin:18px auto 14px;border-radius:10px}.modal strong{display:block;font-size:17px;color:var(--navy)}.news-section{background:#fff}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.news-grid>a{border:1px solid var(--line);border-radius:10px;padding:22px;transition:.2s}.news-grid>a:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.news-grid span{color:var(--blue);font-size:12px;font-weight:700}.news-grid h2{font-size:18px;line-height:1.55;margin:8px 0}.news-grid p{color:var(--muted);font-size:13px;line-height:1.7}.news-grid small{color:#8a9ab0}.more-news{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--blue);font-weight:700;margin-top:22px}@media(min-width:1001px){.hero-logo{width:245px;height:150px;align-items:center}.hero-logo img{width:225px}.lead{margin-bottom:18px}.news-section{padding:46px 0}.news-section .sect-title{margin-bottom:24px}}@media(max-width:760px){.container{width:min(100% - 28px,1440px)}.nav a.active:after{display:none}.news-grid{grid-template-columns:1fr}.hero-logo{width:190px;height:125px}.hero-logo img{width:180px}.trust{margin-top:0}.inner .container.narrow{width:min(100% - 28px,1440px)}.inner .content.narrow{padding:22px 18px}}.nav a.active:after{display:none}.nav a span{position:relative;display:inline-block}.nav a.active span:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:2px;background:var(--orange)}.lead>label{display:flex;flex-direction:column;gap:6px;width:100%}.lead .field-label{display:inline-block;width:max-content;color:var(--navy);line-height:1.3}.lead .field-label i{color:var(--orange);font-style:normal;margin-left:2px}.lead>label input,.lead>label textarea{display:block;width:100%}.returning-lead{position:relative;align-self:start;height:auto;min-height:0;padding:24px 26px 20px;border:1px solid rgba(7,92,241,.12);border-radius:14px;background:rgba(255,255,255,.98);box-shadow:0 16px 42px rgba(18,55,108,.08),0 2px 8px rgba(18,55,108,.03);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.returning-lead:before{content:"";position:absolute;right:-90px;top:-105px;width:240px;height:240px;border:30px solid rgba(7,92,241,.035);border-radius:46% 54% 61% 39%;transform:rotate(18deg);pointer-events:none}.returning-lead>*{position:relative;z-index:1}.returning-header-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px}.returning-badge{display:inline-flex;align-items:center;gap:5px;padding:4.5px 10px;border-radius:999px;background:#e7f8ef;color:#07955e;font-size:12.5px;font-weight:700}.returning-badge svg{font-size:15px}.returning-sla-tag{display:inline-flex;align-items:center;gap:3px;font-size:11.5px;color:var(--blue);background:#edf4ff;padding:3.5px 8px;border-radius:6px;font-weight:700}.returning-sla-tag svg{font-size:11.5px}.returning-lead h2{margin:8px 0 3px;font-size:22px;line-height:1.25;color:var(--navy);font-weight:800}.returning-lead>p{margin:0 0 8px;color:#556f8d;font-size:13px;line-height:1.45}.returning-steps{display:grid;grid-gap:7px;gap:7px;margin-bottom:8px}.returning-steps>div{display:grid;grid-template-columns:32px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:8px 11px;border:1px solid #e3edf8;border-radius:8px;background:#f8fbff;transition:all .18s ease}.returning-steps>div:hover{background:#fff;border-color:var(--blue);box-shadow:0 3px 10px rgba(7,92,241,.06)}.returning-steps b{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;background:#e6f0fe;color:var(--blue);font-size:11.5px;font-weight:800}.returning-steps span{display:flex;flex-direction:column;gap:1.5px}.returning-steps strong{font-size:13px;color:var(--navy);font-weight:700}.returning-steps small{color:#647c98;font-size:11.5px;line-height:1.3}.returning-pipeline{padding:7px 11px;border-radius:8px;background:#f4f8fe;border:1px solid #dce8f8;margin-bottom:8px}.pipeline-steps{display:flex;align-items:center;justify-content:space-between;gap:4px}.pipeline-steps span{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:#384e68;font-weight:600}.pipeline-steps em{font-style:normal;font-size:9px;font-weight:800;color:var(--blue);background:#deedfe;width:14px;height:14px;border-radius:50%;display:grid;place-items:center}.pipeline-steps i{font-style:normal;color:#9cb3ce;font-size:9.5px;font-weight:700}.returning-urgent-contact{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 11px;border-radius:8px;background:#fff8f2;border:1px solid #fde4d0;margin-bottom:9px}.urgent-phone-icon{width:17px;height:17px;color:var(--orange);flex-shrink:0}.urgent-text{flex:1 1 auto}.urgent-text span{font-size:11.5px;color:#6b4426}.urgent-text b{color:var(--orange);font-weight:800}.urgent-btn{padding:4px 10px;border-radius:5px;background:var(--orange);color:#fff;font-size:11.5px;font-weight:700;text-decoration:none;white-space:nowrap;transition:all .18s}.urgent-btn:hover{background:#e64a0a}.returning-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}.returning-actions .btn{padding:8px 15px;font-size:13px}.returning-sublink{display:inline-flex;align-items:center;gap:3px;color:var(--blue);font-size:12.5px;font-weight:700;text-decoration:none;transition:all .15s}.returning-sublink:hover{color:var(--orange)}.returning-footer-trust{display:flex;align-items:center;justify-content:space-around;padding-top:8px;border-top:1px dashed #dbe6f5;font-size:11px;color:#637b96;font-weight:600}.returning-footer-trust span{display:inline-flex;align-items:center;gap:3.5px}.returning-footer-trust svg{color:#158834;font-size:13px;flex-shrink:0}.hero-logo{overflow:visible}.hero-logo img{width:100%;height:100%;object-fit:contain;object-position:left center}@media(min-width:1001px){.hero{min-height:720px;padding-top:62px}.hero-grid{align-items:start}.hero-logo{width:230px;height:148px;margin-top:14px}.lead,.returning-lead{min-height:535px;height:535px;box-sizing:border-box}.trust{margin-top:-4px}}@media(max-width:760px){.nav a.active span:after{display:none}.hero-logo{width:190px;height:125px}}#showcase .sect-title{margin-bottom:26px}#showcase .sect-title h2{font-size:32px}#showcase .show-grid{gap:24px}#showcase .show-grid article{border-radius:8px;box-shadow:0 3px 14px rgba(22,52,95,.06)}.case-image{position:relative;overflow:hidden}.case-image img{aspect-ratio:16/7.1;object-fit:cover}.case-image>span{position:absolute;left:14px;top:14px;padding:6px 12px;border-radius:7px;background:var(--blue);color:#fff;font-size:13px;font-weight:700;box-shadow:0 5px 12px rgba(7,92,241,.24)}#showcase .case-body{padding:18px 20px 20px}#showcase .case-body h2{font-size:20px;margin:0 0 7px}#showcase .case-body>p{min-height:44px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}.case-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:18px;padding-top:15px;border-top:1px solid #edf1f7}.case-metrics>div{display:flex;flex-direction:column}.case-metrics strong{color:var(--blue);font-size:18px;line-height:1.25}.case-metrics small{margin-top:4px;color:#50627a;font-size:12px}@media(max-width:760px){#showcase .sect-title h2{font-size:28px}.case-image img{aspect-ratio:16/8.5}.case-metrics{gap:8px}.case-metrics strong{font-size:16px}}#services .service-grid{gap:22px}#services .service-card{min-height:286px;padding:28px 26px 22px;border-color:#dfe6f0;border-radius:8px;background:#fff}.service-card-head{display:grid;grid-template-columns:48px 1fr;grid-gap:15px;gap:15px;align-items:start}.service-card-head .service-icon{width:43px;height:43px;padding:7px;border:0;border-radius:5px;background:#f1f6ff;color:#1267f4}.service-card-head h2{font-size:20px;line-height:1.25;margin:1px 0 7px}.service-card-head p{min-height:0!important;margin:0!important;color:#7a899e!important;font-size:13px!important;line-height:1.5}.service-card ul{margin:25px 0 16px!important;gap:11px!important;color:#485a72;font-size:14px!important}.service-card li svg{width:17px;height:17px;flex:0 0 auto;color:#166df5}.service-card>a{margin-top:auto!important;font-size:15px!important;gap:8px!important}.service-card>a svg{width:16px;height:16px}@media(max-width:760px){#services .service-card{min-height:270px;padding:24px 22px}.service-card-head{grid-template-columns:44px 1fr;gap:13px}.service-card-head .service-icon{width:40px;height:40px}.service-card ul{margin-top:22px!important}}.trust>div{justify-content:center}.case-metrics>div{text-align:center;align-items:center}#services .service-card{min-height:248px}#services .service-card ul{margin-bottom:9px!important}#services .service-card>a{margin-top:8px!important}.float-tools{position:fixed;right:22px;top:50%;z-index:45;transform:translateY(-38%);width:72px;border:1px solid #d9e5f5;border-radius:12px;background:#fff;box-shadow:0 12px 34px rgba(16,55,112,.18);overflow:visible}.float-tools>a,.float-tools>button{position:relative;width:100%;min-height:70px;padding:10px 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:0;border-bottom:1px solid #e8eef7;background:#fff;color:#31445f;font-size:12px;cursor:pointer}.float-tools>a:first-child,.float-tools>button:first-child{border-radius:11px 11px 0 0}.float-tools>a:last-child,.float-tools>button:last-child{border-bottom:0;border-radius:0 0 11px 11px}.float-tools svg{width:25px;height:25px;color:var(--blue)}.float-tools>a:hover,.float-tools>button:hover{background:#f0f6ff;color:var(--blue)}.float-tools b{right:82px;transform:translateY(-50%) translateX(8px);padding:10px 14px;border-radius:7px;color:#fff;font-size:14px;white-space:nowrap;box-shadow:0 8px 24px #07172b33;opacity:0;visibility:hidden;transition:.18s}.float-tools b,.float-tools b:after{position:absolute;top:50%;background:var(--navy)}.float-tools b:after{content:"";right:-6px;width:12px;height:12px;transform:translateY(-50%) rotate(45deg)}.float-tools a:hover b{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}.float-tools .to-top{max-height:0;min-height:0;padding:0;opacity:0;overflow:hidden;border:0;transition:.2s}.float-tools .to-top.visible{max-height:70px;min-height:70px;padding:10px 5px;opacity:1}@media(max-width:760px){body{padding-bottom:62px}.trust>div{justify-content:flex-start}#services .service-card{min-height:0}.case-metrics>div{text-align:center}.float-tools{top:auto;right:12px;left:12px;bottom:8px;width:auto;height:54px;transform:none;display:grid;grid-template-columns:repeat(4,1fr);border-radius:12px;overflow:hidden}.float-tools .to-top.visible,.float-tools>a,.float-tools>button{min-height:54px;max-height:54px;padding:5px 2px;border:0;border-right:1px solid #e8eef7;gap:1px}.float-tools a:last-child,.float-tools button:last-child{border-right:0}.float-tools svg{width:20px;height:20px}.float-tools span{font-size:10px}.float-tools b{display:none}.float-tools .to-top{display:flex;opacity:1;min-height:54px;max-height:54px;padding:5px 2px}}.hero-points{display:flex;flex-wrap:wrap;gap:10px 16px;margin:18px 0 0}.hero-points span{display:inline-flex;align-items:center;gap:5px;color:#30445f;font-size:14px;font-weight:600}.hero-points svg{width:17px;height:17px;color:var(--blue)}.price-note{width:max-content;max-width:100%;display:flex;align-items:center;gap:13px;margin-top:18px;padding:9px 13px;border:1px solid #d7e4f7;border-radius:7px;background:rgba(255,255,255,.82);font-size:13px}.price-note span{color:#667891}.price-note strong{color:var(--orange)}.lead fieldset{grid-template-columns:repeat(5,1fr)}.lead fieldset label{min-width:0}.lead fieldset label span{white-space:nowrap}.other-service{display:grid;grid-template-columns:38px 1fr auto;grid-gap:14px;gap:14px;align-items:center;margin-top:18px;padding:16px 20px;border:1px solid #dce6f3;border-radius:9px;background:#f8fbff}.other-service>svg{width:32px;height:32px;padding:6px;border-radius:7px;background:#eaf3ff;color:var(--blue)}.other-service>div{display:flex;flex-direction:column;gap:3px}.other-service span{color:var(--muted);font-size:13px}.other-service>a{display:flex;align-items:center;gap:5px;color:var(--blue);font-size:13px;font-weight:700}.case-facts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid #edf1f7}.case-facts>span{display:flex;flex-direction:column;gap:3px}.case-facts small{color:#8796a9;font-size:11px}.case-facts b{color:#1c3557;font-size:13px}.feature-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}.feature-tags span{padding:5px 8px;border-radius:5px;background:#eef5ff;color:#1767e8;font-size:11px;font-weight:600}@media(min-width:1001px){.hero{min-height:690px;padding-top:50px}.hero h1{margin:14px 0 18px}.hero-desc{margin:14px 0 0;line-height:1.75}.hero-buttons{margin-top:20px}.hero-logo{width:190px;height:115px;margin-top:8px}.lead{min-height:0;margin-bottom:14px;padding:22px;gap:10px}.lead fieldset label{padding:7px 2px}.trust{min-height:98px;margin-top:0}#services .service-card{min-height:248px}}@media(max-width:1000px){.lead fieldset{grid-template-columns:repeat(3,1fr)}.price-note{align-items:flex-start;flex-direction:column;gap:3px}.hero-points{gap:9px 12px}.case-facts{gap:6px}}@media(max-width:760px){.hero{padding-top:34px}.hero h1{font-size:42px;margin-bottom:18px}.hero-points{display:grid;grid-template-columns:1fr 1fr;margin-top:16px}.price-note{width:100%;margin-top:16px}.hero-buttons{margin-top:20px}.lead fieldset{grid-template-columns:repeat(2,1fr)}.lead fieldset label:last-child{grid-column:1/-1}.other-service{grid-template-columns:34px 1fr}.other-service>a{grid-column:2}.case-facts{text-align:left}.feature-tags{margin-top:11px}}@media(min-width:761px) and (max-width:1500px){.float-tools{top:auto;right:18px;bottom:18px;width:340px;height:60px;transform:none;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.float-tools .to-top,.float-tools .to-top.visible,.float-tools>a,.float-tools>button{min-height:60px;max-height:60px;padding:6px 4px;border:0;border-right:1px solid #e8eef7;gap:2px;opacity:1}.float-tools svg{width:21px;height:21px}.float-tools span{font-size:11px}.float-tools b{display:none}}@media(min-width:1501px){.nav{gap:30px}}@media(min-width:1001px){.hero h1{white-space:nowrap;font-size:clamp(48px,3.35vw,64px)}}.case-facts>span{align-items:center;text-align:center}.feature-tags{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px 12px;gap:10px 12px;width:100%}.feature-tags span{display:flex;align-items:center;justify-content:center;min-width:0;padding:6px 8px;text-align:center;white-space:nowrap}@media(min-width:1501px){.float-tools:has(.to-top:not(.visible))>button:nth-of-type(3){border-bottom:0;border-radius:0 0 11px 11px}}@media(max-width:760px){.case-facts{text-align:center}}@media(max-width:520px){.feature-tags{grid-template-columns:repeat(2,minmax(0,1fr))}}.case-card{cursor:pointer;transition:transform .22s,box-shadow .22s}.case-card:focus-visible,.case-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(24,62,119,.15);outline:2px solid rgba(7,92,241,.18);outline-offset:2px}.case-modal,.consult-modal{position:relative;width:min(960px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:18px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.35)}.consult-modal{display:grid;grid-template-columns:.8fr 1.2fr;overflow:hidden}.consult-intro{padding:34px 32px 32px;color:#fff;background:linear-gradient(145deg,#0754dc,#087cff);position:relative;display:flex;flex-direction:column}.consult-intro:after{content:"";position:absolute;width:260px;height:260px;right:-100px;bottom:-110px;border:42px solid rgba(255,255,255,.09);border-radius:50%}.consult-intro>span,.modal-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700;align-self:flex-start}.consult-intro>span{background:rgba(255,255,255,.15)}.consult-intro h2{font-size:32px;line-height:1.32;margin:14px 0 8px}.consult-intro p{color:#dceaff;line-height:1.6;font-size:13px;margin:0 0 4px}.consult-intro ul{list-style:none;padding:0;display:grid;grid-gap:8px;gap:8px;margin:14px 0}.consult-intro li{display:flex;align-items:center;gap:8px;font-size:13px}.consult-intro li svg{font-size:17px}.consult-intro small{color:#cfe0ff}.consult-modal>.lead{margin:0;padding:34px 32px 32px;border-radius:0;box-shadow:none;align-self:stretch}.case-modal>.close,.consult-modal>.close{z-index:3;background:#eef4ff;color:var(--navy)}.case-modal{display:grid;grid-template-columns:1.15fr .85fr;padding:20px}.case-modal>img{width:100%;height:100%;min-height:390px;object-fit:cover;border-radius:12px}.case-modal>div{padding:30px 28px}.case-modal>div>span{color:var(--blue);font-weight:700}.case-modal h2{font-size:28px;margin:10px 0}.case-modal p{color:var(--muted);line-height:1.8}.wechat-modal{width:min(430px,100%);padding:34px 34px 30px;background:linear-gradient(180deg,#f4fff9,#fff 42%)}.modal-badge{color:#078d58;background:#dff8ec}.wechat-modal h2{font-size:26px;margin:15px 0 7px}.wechat-modal .qr-frame{width:min(290px,100%);margin:18px auto 14px;padding:10px;border:1px solid #d8eee4;border-radius:18px;box-shadow:0 15px 35px rgba(5,140,84,.12)}.wechat-modal .qr-frame img{border-radius:12px}.wechat-modal small{display:block;margin-top:8px}.overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.consult-reviews-wrap{margin-top:12px;position:relative;z-index:1}.consult-reviews-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 2px}.consult-reviews-head span{font-size:12px;font-weight:700;color:rgba(255,255,255,.92);letter-spacing:.5px}.consult-reviews-head small{font-size:11px;color:#ffd766;font-weight:700}.consult-reviews-ticker{height:164px;overflow:hidden;position:relative;mask-image:linear-gradient(180deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent,#000 6%,#000 94%,transparent)}.consult-reviews-list{display:flex;flex-direction:column;gap:8px;animation:consultReviewsTicker 52s linear infinite}.consult-reviews-list:hover{animation-play-state:paused}.consult-review-card{min-height:74px;padding:8px 12px;border-radius:10px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.consult-review-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.review-meta-left{display:flex;align-items:center;gap:5px}.review-meta-left strong{font-size:12px;color:#fff;font-weight:700}.review-stars{color:#ffc524;font-size:10px;letter-spacing:1px;text-shadow:0 1px 4px rgba(0,0,0,.25)}.consult-review-meta .review-tag{font-size:10px;color:#dceaff;background:rgba(255,255,255,.16);padding:1px 6px;border-radius:4px;font-weight:500}.consult-review-card p{margin:0!important;font-size:11px!important;line-height:1.45!important;color:#edf4ff!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@keyframes consultReviewsTicker{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media(max-width:760px){.case-modal,.consult-modal{display:block;max-height:calc(100vh - 24px)}.consult-intro{padding:30px 24px}.consult-intro h2{font-size:27px}.consult-intro p,.consult-intro small,.consult-intro ul,.consult-reviews-wrap{display:none}.consult-modal>.lead{padding:24px 18px}.case-modal{padding:12px}.case-modal>img{height:auto;min-height:0}.case-modal>div{padding:22px 12px 12px}}.float-tools button:hover b{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}.phone-notice{position:fixed;right:28px;top:96px;z-index:120;width:min(390px,calc(100% - 32px));display:grid;grid-template-columns:48px 1fr 30px;grid-gap:14px;gap:14px;align-items:start;padding:18px;border:1px solid #dce8f8;border-radius:15px;background:rgba(255,255,255,.98);box-shadow:0 20px 55px rgba(18,55,108,.2);animation:notice-in .28s ease both}.phone-notice>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#e6f1ff,#f4f9ff)}.phone-notice>span svg{width:28px;height:28px;color:var(--blue)}.phone-notice small{display:block;color:#667991;font-weight:600}.phone-notice strong{display:block;margin:3px 0;color:var(--navy);font-size:23px;letter-spacing:.03em}.phone-notice p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.phone-notice button{width:30px;height:30px;border:0;border-radius:50%;display:grid;place-items:center;background:#f1f5fa;color:#62738a;cursor:pointer}@keyframes notice-in{0%{opacity:0;transform:translate3d(0,-12px,0)}to{opacity:1;transform:none}}.wechat-modal{position:relative;width:min(440px,100%);padding:30px;border:1px solid rgba(20,177,105,.17);border-radius:22px;background:radial-gradient(circle at 100% 0,rgba(76,219,147,.18),transparent 35%),linear-gradient(180deg,#f5fff9,#fff 38%);box-shadow:0 28px 80px rgba(0,40,25,.32);text-align:center}.wechat-head{display:flex;align-items:center;justify-content:center;gap:12px;text-align:left}.wechat-head>span{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#08b66b,#06a15c);box-shadow:0 10px 24px rgba(6,166,96,.25)}.wechat-head svg{width:30px;height:30px;color:#fff}.wechat-head small{display:block;margin:0;color:#58a47f}.wechat-head h2{margin:2px 0 0;font-size:25px}.wechat-modal>p{margin:16px auto 0;color:var(--muted);font-size:14px}.wechat-modal .qr-frame{width:min(286px,100%);margin:18px auto 12px;padding:9px;border:1px solid #d9eee4;border-radius:20px;background:#fff;box-shadow:0 16px 38px rgba(4,136,80,.13)}.wechat-modal .qr-frame img{width:100%;margin:0;border-radius:14px}.wechat-id{display:flex;align-items:center;justify-content:center;gap:10px}.wechat-id span{padding:4px 8px;border-radius:6px;background:#e8f9f1;color:#078d58;font-size:12px;font-weight:700}.wechat-id strong{font-size:18px;color:var(--navy)}.wechat-benefits{display:flex;justify-content:center;gap:16px;margin:17px 0 0;padding-top:15px;border-top:1px solid #e7f1ec}.wechat-benefits span{display:flex;align-items:center;gap:4px;color:#506a60;font-size:12px}.wechat-benefits svg{color:#08aa64}.wechat-time{display:block;margin-top:10px;color:#8a9a93;font-size:11px}@media(max-width:760px){.phone-notice{top:80px;right:16px}.wechat-modal{padding:26px 18px}.wechat-benefits{gap:9px}}#services .service-card{display:flex;flex-direction:column}#services .service-card>a{margin-top:auto!important;padding-top:10px}@media(min-width:1001px){#services .service-card-head{min-height:78px}#services .service-card ul{margin-top:25px!important}}.channel-service-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.channel-service-grid>a{position:relative;display:flex;flex-direction:column;min-height:360px;padding:28px;border:1px solid var(--line);border-radius:13px;background:#fff;transition:.22s}.channel-service-grid>a:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.channel-service-grid>a>svg{width:42px;height:42px;padding:8px;border-radius:9px;background:#eef5ff;color:var(--blue)}.channel-service-grid>a>span{position:absolute;right:24px;top:25px;color:#c6d4e7;font-size:23px;font-weight:800}.channel-service-grid h2{margin:18px 0 8px}.channel-service-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}.channel-service-grid ul{list-style:none;padding:0;display:grid;grid-gap:8px;gap:8px;margin:20px 0}.channel-service-grid li{display:flex;align-items:center;gap:7px;color:#445873;font-size:13px}.channel-service-grid li svg{color:var(--blue)}.channel-service-grid strong{display:flex;align-items:center;gap:6px;margin-top:auto;color:var(--blue)}.channel-consult{text-align:center}.channel-consult p{max-width:680px;margin:10px auto 24px}@media(max-width:1000px){.channel-service-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.channel-service-grid{grid-template-columns:1fr}.channel-service-grid>a{min-height:0}}.inner .article-list{max-width:1440px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.inner .article-list article{display:grid;grid-template-columns:48px 1fr;align-content:start;grid-gap:16px;gap:16px;min-height:175px;padding:26px;border:1px solid var(--line);border-radius:12px;background:#fff;transition:.22s}.inner .article-list article:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.inner .article-list article>span{font-size:18px}.inner .article-list h2{font-size:19px;line-height:1.45}.inner .article-list p{font-size:13px;line-height:1.75}@media(max-width:1000px){.inner .article-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.inner .article-list{grid-template-columns:1fr}.inner .article-list article{min-height:0}}.reveal-item{opacity:0;transform:translate3d(0,24px,0);transition:opacity .55s ease var(--reveal-delay,0s),transform .55s cubic-bezier(.22,.75,.25,1) var(--reveal-delay,0s);will-change:opacity,transform}.reveal-item.is-visible{opacity:1;transform:translateZ(0);will-change:auto}@media(prefers-reduced-motion:reduce){.reveal-item{opacity:1!important;transform:none!important;transition:none!important}}.swoop svg{display:none}@media(min-width:1001px){.hero{min-height:720px;padding-bottom:0}.swoop{left:0;right:0;height:280px;bottom:0;background:none;-webkit-clip-path:none;clip-path:none}.swoop svg{display:block;width:100%;height:100%}.trust{min-height:134px;margin-top:0;padding:48px 0 18px;align-items:center}.trust>div{gap:14px}.trust svg{font-size:30px;filter:drop-shadow(0 5px 10px rgba(0,35,112,.2))}.trust strong{font-size:16px}.hero-logo{width:215px;height:135px;margin-top:6px;transform:translateY(8px)}.swoop path{d:path("M0 118 C155 151 295 153 430 126 C555 101 650 110 720 102 C875 93 1020 68 1165 48 C1288 31 1382 13 1440 2 L1440 280 L0 280 Z")}}.brand{height:74px;overflow:visible;padding:5px 0 3px}.brand img{width:166px;height:auto;object-fit:contain}@media(max-width:760px){.brand{height:64px;padding:5px 0}.brand img{width:138px}.hero-logo{display:none}.lead{margin-top:4px}.returning-lead{min-height:0;margin-bottom:84px;padding:22px 18px}.returning-lead h2{font-size:22px}.returning-header-row,.returning-urgent-contact{flex-direction:column;align-items:flex-start}.returning-pipeline .pipeline-steps{flex-wrap:wrap;gap:6px}.returning-actions{align-items:stretch;flex-direction:column;gap:10px}.returning-actions .btn{width:100%;justify-content:center}.returning-footer-trust{flex-direction:column;gap:4px;text-align:center}.returning-footer-trust span:nth-child(2),.returning-footer-trust span:nth-child(4){display:none}}.wechat-modal button.wechat-id{width:auto;height:auto;display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto;padding:4px 8px;border:0;border-radius:9px;background:transparent;cursor:copy}.wechat-modal button.wechat-id:hover{background:#f1fbf6}.wechat-modal button.wechat-id:focus-visible{outline:2px solid #08aa64;outline-offset:2px}.wechat-id.copied strong{animation:wechat-number-copied .42s ease}@keyframes wechat-number-copied{0%{transform:scale(1)}45%{color:#08a863;transform:scale(1.04)}to{transform:scale(1)}}.wechat-modal .wechat-id.copied span{background:#fff0e8;color:var(--orange);font-weight:800;box-shadow:0 0 0 1px rgba(255,90,22,.14)}body,html{min-height:100%}body{min-height:100vh;display:flex;flex-direction:column}body>main,main{flex:1 0 auto}body>footer,footer{margin-top:auto}#root{min-height:100vh;display:flex;flex-direction:column}#root>main{flex:1 0 auto}#root>footer{margin-top:auto}.nav-service{position:relative;display:flex;align-items:stretch}.nav-service>a{display:flex;align-items:center;gap:4px}.nav-service>a>svg{width:13px;height:13px;transition:transform .2s}.service-dropdown{position:absolute;top:calc(100% - 5px);left:50%;width:620px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:5px;gap:5px;padding:12px;border:1px solid #dce7f5;border-radius:14px;background:rgba(255,255,255,.99);box-shadow:0 22px 55px rgba(22,57,105,.18);opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:opacity .18s,transform .18s,visibility .18s}.service-dropdown:before{content:"";position:absolute;left:0;right:0;top:-10px;height:12px}.nav-service:focus-within .service-dropdown,.nav-service:hover .service-dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.nav-service:focus-within>a>svg,.nav-service:hover>a>svg{transform:rotate(180deg)}.nav .service-dropdown>a{display:grid;grid-template-columns:38px minmax(0,1fr) 16px;grid-gap:10px;gap:10px;align-items:center;padding:11px 12px;border-radius:9px;color:var(--navy);font-size:13px}.nav .service-dropdown>a:hover{color:var(--blue);background:#f1f6ff}.service-dropdown>a>svg:first-child{width:38px;height:38px;padding:9px;border-radius:9px;background:#eaf3ff;color:var(--blue)}.service-dropdown>a>svg:last-child{width:15px;height:15px;color:#8aa4c7}.service-dropdown span{display:flex;min-width:0;flex-direction:column;gap:3px}.service-dropdown strong{font-size:14px}.service-dropdown small{overflow:hidden;color:#718198;font-size:11px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}@media(max-width:760px){.nav-service{display:block}.nav-service>a{padding:10px}.nav-service>a>svg{margin-left:auto}.service-dropdown{position:static;width:100%;grid-template-columns:1fr;gap:2px;padding:5px 0 5px 14px;border:0;border-left:2px solid #e6eef9;border-radius:0;background:transparent;box-shadow:none;opacity:1;visibility:visible;transform:none}.service-dropdown:before{display:none}.nav .service-dropdown>a{grid-template-columns:30px 1fr 14px;padding:8px}.service-dropdown>a>svg:first-child{width:30px;height:30px;padding:7px}.service-dropdown small{display:none}}.insights-hero{background:radial-gradient(circle at 82% 20%,rgba(36,128,255,.12),transparent 30%),linear-gradient(120deg,#fff,#edf4ff)}.insight-toolbar{display:grid;grid-gap:18px;gap:18px;padding:26px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 14px 38px rgba(28,68,126,.08)}.insight-search{height:54px;display:flex;align-items:center;gap:11px;padding:0 16px;border:1px solid #cfdced;border-radius:10px;background:#f9fbfe;transition:.2s}.insight-search:focus-within{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px rgba(7,92,241,.09)}.insight-search>svg{width:22px;height:22px;color:var(--blue)}.insight-search input{min-width:0;flex:1 1;border:0;outline:0;background:transparent;font-size:15px}.insight-search button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:50%;background:#eaf1fa;color:#667991;cursor:pointer}.filter-row{display:grid;grid-template-columns:86px 1fr;grid-gap:14px;gap:14px;align-items:start}.filter-row>strong{padding-top:7px;font-size:14px;color:var(--navy)}.filter-row>div{display:flex;flex-wrap:wrap;gap:9px}.filter-row button{padding:7px 14px;border:1px solid #d9e4f2;border-radius:999px;background:#fff;color:#52657e;font-size:13px;cursor:pointer;transition:.18s}.filter-row button:hover{border-color:#a9c8fb;color:var(--blue)}.filter-row button.selected{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 6px 14px rgba(7,92,241,.16)}.insight-result{min-height:45px;display:flex;align-items:end;justify-content:space-between;color:#708097;font-size:13px}.insight-result b{color:var(--blue);font-size:18px}.insight-result button{border:0;background:transparent;color:var(--blue);font-weight:700;cursor:pointer}.insight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.insight-grid>a{display:flex;min-height:250px;flex-direction:column;padding:24px;border:1px solid var(--line);border-radius:12px;background:#fff;color:inherit;text-decoration:none;transition:transform .22s,box-shadow .22s}.insight-grid>a:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.insight-meta{display:flex;align-items:center;gap:8px}.insight-meta b,.insight-meta span{padding:4px 8px;border-radius:5px;font-size:11px}.insight-meta span{background:#eaf3ff;color:var(--blue)}.insight-meta b{background:#edf9f4;color:#098258}.insight-meta time{margin-left:auto;color:#93a0b2;font-size:11px}.insight-grid h2{margin:18px 0 9px;font-size:19px;line-height:1.5}.insight-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}.insight-more{display:flex;align-items:center;gap:5px;margin-top:auto;padding-top:18px;color:var(--blue);font-size:13px;font-weight:700}.insight-more svg{width:15px}.breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:24px;color:#6f8198;font-size:13px}.breadcrumbs a{color:var(--blue);text-decoration:none}.insight-article-page .inner-hero time{display:block;margin-top:18px;color:#7789a0;font-size:13px}.article-content{max-width:960px}.article-lead{padding:22px 24px;border-left:4px solid var(--orange);background:#fff7f2;color:#34465c;font-size:17px;line-height:1.85}.article-content>section{padding:26px 0;border-bottom:1px solid var(--line)}.article-content>section h2{margin:0 0 12px;font-size:25px}.article-content>section p{margin:0;color:var(--muted);font-size:16px;line-height:2}.article-content>aside{margin-top:34px;padding:30px;border-radius:16px;background:#edf5ff}.article-content>aside h2{margin:0 0 8px}.article-content>aside p{color:var(--muted)}.article-rich-content img[data-align=left]{margin-left:0;margin-right:auto}.article-rich-content img[data-align=center]{margin-left:auto;margin-right:auto}.article-rich-content img[data-align=right]{margin-left:auto;margin-right:0}.article-rich-content mark{padding:0 2px;background:#fff1a8}.article-rich-content pre{overflow:auto;padding:16px;border-radius:10px;background:#172033;color:#f8fafc}.article-rich-content hr{margin:32px 0;border:0;border-top:1px solid var(--line)}.insight-empty{padding:70px 20px;text-align:center;color:var(--muted)}.insight-empty>svg{width:46px;height:46px;color:#a9bad0}.insight-empty h2{color:var(--navy)}.insight-empty button{border:0;background:transparent;color:var(--blue);font-weight:700;cursor:pointer}@media(max-width:1000px){.insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.insight-toolbar{padding:18px}.filter-row{grid-template-columns:1fr;gap:7px}.filter-row>strong{padding:0}.filter-row>div{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.filter-row button{flex:0 0 auto}.insight-grid{grid-template-columns:1fr}.insight-grid>a{min-height:220px}.article-content>section h2{font-size:21px}.article-content>section p{font-size:15px}.article-content>aside{padding:22px}}.classified-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.classified-grid>article{overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff;transition:transform .22s,box-shadow .22s}.classified-grid>article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.classified-solution{display:flex;min-height:300px;flex-direction:column;padding:25px}.classified-solution h2{margin:19px 0 10px;font-size:20px;line-height:1.45}.classified-solution>p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}.classified-case>div>div,.classified-solution>div:nth-of-type(2){display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.classified-case small,.classified-solution small{padding:5px 8px;border-radius:5px;background:#edf4ff;color:var(--blue);font-size:11px}.classified-solution>button{display:flex;align-items:center;gap:6px;margin-top:auto;padding:20px 0 0;border:0;background:transparent;color:var(--blue);font-weight:700;cursor:pointer}.classified-case{cursor:pointer}.classified-case>img{width:100%;aspect-ratio:16/9;object-fit:cover}.classified-case>div{padding:21px}.classified-case>div>b,.classified-case>div>span{display:inline-block;margin-right:7px;padding:4px 7px;border-radius:5px;font-size:11px}.classified-case>div>span{background:#eaf3ff;color:var(--blue)}.classified-case>div>b{background:#edf9f4;color:#098258}.classified-case h2{margin:15px 0 8px;font-size:19px}.classified-case p{min-height:46px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}.classified-case>div>strong{display:flex;align-items:center;gap:6px;margin-top:18px;color:var(--blue);font-size:13px}@media(max-width:1000px){.classified-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.classified-grid{grid-template-columns:1fr}.classified-solution{min-height:270px}}.phone-notice-overlay{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:20px;background:rgba(9,28,57,.28);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.phone-notice-overlay .phone-notice{position:relative;inset:auto;right:auto;top:auto;width:min(580px,100%);grid-template-columns:64px 1fr 38px;gap:20px;align-items:center;padding:28px 30px;border:1px solid rgba(255,255,255,.75);border-radius:20px;background:#fff;box-shadow:0 28px 80px rgba(18,55,108,.28)}.phone-notice-overlay .phone-notice>span{width:64px;height:64px;border-radius:18px}.phone-notice-overlay .phone-notice>span svg{width:34px;height:34px}.phone-notice-overlay .phone-notice small{color:var(--orange);font-size:17px;font-weight:800}.phone-notice-overlay .phone-notice strong{margin:5px 0 4px;font-size:32px}.phone-notice-overlay .phone-notice p{font-size:14px}.phone-notice-overlay .phone-notice>button{width:38px;height:38px}@media(max-width:760px){.phone-notice-overlay .phone-notice{top:auto;right:auto;grid-template-columns:52px 1fr 34px;gap:13px;padding:22px 18px}.phone-notice-overlay .phone-notice>span{width:52px;height:52px;border-radius:15px}.phone-notice-overlay .phone-notice small{font-size:15px}.phone-notice-overlay .phone-notice strong{font-size:25px}.phone-notice-overlay .phone-notice p{font-size:12px}}.classified-page>.section,.insights-page>.section{padding-top:34px}.insight-toolbar{gap:12px;position:relative}.insight-toolbar .filter-row{display:none}.insight-toolbar:after{content:"展开分类筛选";display:flex;align-items:center;justify-content:center;width:max-content;padding:7px 13px;border:1px solid #d9e4f2;border-radius:999px;background:#fff;color:var(--blue);font-size:12px;font-weight:700}.insight-toolbar:focus-within .filter-row,.insight-toolbar:hover .filter-row{display:grid}.insight-toolbar:focus-within:after,.insight-toolbar:hover:after{content:"移出筛选区域自动收起";color:#75869d}.insight-result{min-height:0;align-items:flex-start;padding-top:12px;margin-bottom:20px}@media(max-width:760px){.classified-page>.section,.insights-page>.section{padding-top:24px}.insight-toolbar:after{content:"点击搜索区域展开分类"}.insight-toolbar:focus-within:after,.insight-toolbar:hover:after{content:"分类筛选"}.insight-result{padding-top:10px;margin-bottom:16px}}.insight-toolbar .filter-row{display:grid}.insight-toolbar .filter-row button:nth-child(n+5){display:none}.insight-toolbar:after{content:"展开更多分类"}.insight-toolbar:focus-within .filter-row button,.insight-toolbar:hover .filter-row button{display:block}.insight-toolbar:focus-within:after,.insight-toolbar:hover:after{content:"更多分类已展开"}.insight-result>span{font-size:0}.insight-result>span:before{content:"当前展示 ";font-size:13px}.insight-result>span>b{font-size:18px}.classified-page:has(.solution-channel-grid) .insight-result>span:after{content:" 项行业方案";font-size:13px}.classified-page:has(.case-channel-grid) .insight-result>span:after{content:" 个客户案例";font-size:13px}.insights-page .insight-result>span:after{content:" 篇内容";font-size:13px}@media(max-width:760px){.insight-toolbar:after{content:"展开更多分类"}.insight-toolbar:focus-within:after,.insight-toolbar:hover:after{content:"更多分类已展开"}}@media(min-width:761px){.insight-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:9px 10px}.insight-search{order:1;width:100%}.insight-toolbar:before{content:"热门搜索";order:2;color:#73849a;font-size:12px;font-weight:700}.insight-toolbar .filter-row{display:contents}.insight-toolbar .filter-row>strong{display:none}.insight-toolbar .filter-row>div{display:contents}.insight-toolbar .filter-row button{display:none;order:3}.insight-toolbar .filter-row button:nth-child(2),.insight-toolbar .filter-row button:nth-child(3){display:block}.insight-toolbar:after{order:4;margin-left:2px;content:"展开更多分类"}.insight-toolbar:focus-within:before,.insight-toolbar:hover:before{display:none}.insight-toolbar:focus-within .filter-row,.insight-toolbar:hover .filter-row{order:3;width:100%;display:grid}.insight-toolbar:focus-within .filter-row>strong,.insight-toolbar:hover .filter-row>strong{display:block}.insight-toolbar:focus-within .filter-row>div,.insight-toolbar:hover .filter-row>div{display:flex}.insight-toolbar:focus-within .filter-row button,.insight-toolbar:hover .filter-row button{display:block}.insight-toolbar:focus-within:after,.insight-toolbar:hover:after{order:4;content:"移出筛选区域自动收起"}}@media(min-width:761px){.insight-toolbar:focus-within:before,.insight-toolbar:hover:before{display:block}.insight-toolbar:focus-within .filter-row,.insight-toolbar:hover .filter-row{display:contents;width:auto}.insight-toolbar:focus-within .filter-row>strong,.insight-toolbar:hover .filter-row>strong{display:none}.insight-toolbar:focus-within .filter-row>div,.insight-toolbar:hover .filter-row>div{display:contents}.insight-toolbar:focus-within .filter-row button,.insight-toolbar:hover .filter-row button{display:none}.insight-toolbar:focus-within .filter-row button:nth-child(2),.insight-toolbar:focus-within .filter-row button:nth-child(3),.insight-toolbar:hover .filter-row button:nth-child(2),.insight-toolbar:hover .filter-row button:nth-child(3){display:block}.insight-toolbar:focus-within:after,.insight-toolbar:hover:after{content:"展开更多分类";color:var(--blue)}.insight-toolbar.filters-expanded:before{display:none}.insight-toolbar.filters-expanded .filter-row{order:3;width:100%;display:grid}.insight-toolbar.filters-expanded .filter-row>strong{display:block}.insight-toolbar.filters-expanded .filter-row>div{display:flex}.insight-toolbar.filters-expanded .filter-row button{display:block}.insight-toolbar.filters-expanded:after,.insight-toolbar.filters-expanded:focus-within:after,.insight-toolbar.filters-expanded:hover:after{order:4;content:"收起分类";color:#75869d}.insight-toolbar:after{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}}.page-hero-unified{padding:64px 0 60px;position:relative;background:linear-gradient(135deg,#fff,#f1f7ff 65%,#edf4ff);border-bottom:1px solid rgba(210,226,245,.6);isolation:isolate;overflow:hidden}.page-hero-unified:before{top:-80px;right:-60px;width:460px;height:460px;background:radial-gradient(circle,rgba(7,92,241,.08) 0,rgba(7,92,241,0) 70%)}.page-hero-unified:after,.page-hero-unified:before{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:1}.page-hero-unified:after{bottom:-60px;left:10%;width:320px;height:320px;background:radial-gradient(circle,rgba(255,90,22,.04) 0,rgba(255,90,22,0) 70%)}.page-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;grid-gap:44px;gap:44px;align-items:center;position:relative;z-index:2}.page-hero-left{display:flex;flex-direction:column;align-items:flex-start}.page-hero-left .breadcrumbs{margin-bottom:14px}.crumb-sep{margin:0 7px;color:#a4b4c7}.page-hero-left h1{font-size:46px;font-weight:800;color:var(--navy);line-height:1.25;margin:12px 0;letter-spacing:-.5px}.page-hero-left p{font-size:15.5px;line-height:1.75;color:#55677d;max-width:480px;margin-bottom:22px}.inner .page-hero-left{height:430px;box-sizing:border-box;justify-content:space-between;padding:6px 0}.inner .page-hero-left .breadcrumbs,.inner .page-hero-left h1,.inner .page-hero-left p{margin-top:0;margin-bottom:0}.page-hero-actions .btn-secondary{display:inline-flex;align-items:center;gap:6px;padding:11px 22px;border-radius:8px;font-size:14px;font-weight:600;color:var(--navy);background:#fff;border:1px solid #d4e2f2;cursor:pointer;transition:all .2s;text-decoration:none}.page-hero-actions .btn-secondary:hover{border-color:var(--blue);color:var(--blue);box-shadow:0 4px 12px rgba(7,92,241,.08)}.hero-visual-card{position:relative;border-radius:20px;background:rgba(255,255,255,.98);border:1px solid rgba(210,226,245,.95);box-shadow:0 16px 42px rgba(18,55,108,.08),0 2px 8px rgba(18,55,108,.03);padding:18px 20px 16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-image:radial-gradient(circle at 94% 10%,rgba(7,92,241,.035) 0,rgba(7,92,241,.035) 1.5px,transparent 0);background-size:15px 15px;height:auto;min-height:430px;max-height:none;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.visual-card-header{margin-bottom:8px;flex-shrink:0}.visual-badge{display:inline-block;font-size:11.5px;font-weight:700;color:var(--blue);background:#edf4ff;padding:2.5px 9px;border-radius:999px;margin-bottom:4px;letter-spacing:.3px}.visual-card-header h3{font-size:17.5px;font-weight:800;color:var(--navy);margin:0 0 3px;line-height:1.25}.visual-card-header p{font-size:12.5px;color:#4e6783;margin:0;line-height:1.45;font-weight:500}.v-icon-wrap{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.v-icon-wrap.blue{background:#eef5ff;color:var(--blue)}.v-icon-wrap.orange{background:#fff4eb;color:var(--orange)}.v-icon-wrap svg{width:18px;height:18px}.v-icon-blue{color:var(--blue)}.v-icon-blue,.v-icon-orange{width:20px;height:20px;flex-shrink:0}.v-icon-orange{color:var(--orange)}.dot{width:6px;height:6px;border-radius:50%;display:inline-block}.dot-blue{background:var(--blue);box-shadow:0 0 0 3px rgba(7,92,241,.16)}.dot-orange{background:var(--orange);box-shadow:0 0 0 3px rgba(255,90,22,.16)}.visual-services-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;flex:1 1 auto;align-content:stretch;margin-bottom:9px}.visual-service-item{display:flex;align-items:center;gap:11px;padding:9px 13px;border-radius:10px;background:#f8fafd;border:1px solid #e3edf8;transition:all .18s}.visual-service-item:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 4px 12px rgba(7,92,241,.08)}.visual-service-item strong{display:block;font-size:13.5px;font-weight:700;color:var(--navy);margin-bottom:2px}.visual-service-item span{display:block;font-size:11px;color:#546e8b;line-height:1.35}.visual-footer-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 13px;border-radius:9px;background:#edf4ff;border:1px solid #dce8f8;font-size:11.5px;margin-top:auto;flex-shrink:0}.v-bar-label{font-weight:700;color:var(--blue);white-space:nowrap}.v-bar-steps{display:flex;align-items:center;gap:6px;color:#4a5d73;font-size:11px}.v-bar-steps i{font-style:normal;color:#9cb1cb;font-size:10px}.v-highlight{color:var(--orange);font-weight:700}.hero-visual-card.website-hero-card{height:auto;min-height:430px;max-height:none;padding:18px 20px 16px}.hero-visual-card.website-hero-card .visual-card-header{margin-bottom:8px}.hero-visual-card.website-hero-card .visual-card-header h3{font-size:17.5px;font-weight:800;color:var(--navy);margin:0 0 3px;line-height:1.25}.hero-visual-card.website-hero-card .visual-card-header p{font-size:12.5px;color:#4e6783;margin:0;line-height:1.45;font-weight:500}.website-3col-matrix{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:11px;gap:11px;flex:1 1 auto;margin-bottom:8px}.web-col-card{border-radius:12px;padding:9px 10px 8px;background:#fff;border:1px solid #dfebf7;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease;box-shadow:0 1px 4px rgba(18,55,108,.03)}.web-col-card.orange-tint{background:#fffdfa;border-color:#fde8d7}.web-col-card:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 6px 16px rgba(7,92,241,.09)}.web-col-card.orange-tint:hover{border-color:var(--orange);box-shadow:0 6px 16px rgba(255,90,22,.09)}.web-col-head{display:flex;align-items:center;gap:8px;margin-bottom:7px}.web-col-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.web-col-icon.blue{background:#edf4ff;color:var(--blue)}.web-col-icon.orange{background:#fff0e6;color:var(--orange)}.web-col-icon svg{width:15px;height:15px}.web-col-head strong{display:block;font-size:14px;font-weight:700;color:var(--navy);line-height:1.25}.web-col-head small{display:block;font-size:10.5px;color:#5a7490;line-height:1.35;font-weight:500}.web-grand-mockup{border-radius:9px;background:#f6f9fd;border:1px solid #e3edf7;height:58px;box-sizing:border-box;padding:5px 10px;margin-bottom:7px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.web-col-card.orange-tint .web-grand-mockup{background:#fff8f2;border-color:#fce3d0}.terminal-mockup{justify-content:space-around;gap:8px}.browser-mock-window{width:84px;height:48px;background:#fff;border:1px solid #c9def5;border-radius:4px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 2px 6px rgba(18,55,108,.05)}.browser-mock-bar{height:7px;background:#eef5fc;border-bottom:1px solid #e2ecf7;display:flex;align-items:center;justify-content:space-between;padding:0 4px}.browser-dots{display:flex;gap:1.5px}.browser-dots span{width:2.5px;height:2.5px;border-radius:50%}.browser-dots .d-red{background:#ff5f56}.browser-dots .d-yellow{background:#ffbd2e}.browser-dots .d-green{background:#27c93f}.browser-mock-url{font-size:6.5px;color:#6d849e}.browser-mock-canvas{flex:1 1;background:#fff;padding:2px 4px;flex-direction:column}.b-canvas-nav,.browser-mock-canvas{display:flex;justify-content:space-between}.b-canvas-nav{align-items:center}.b-logo-pill{width:9px;height:3px;background:var(--blue);border-radius:1px}.b-nav-items{display:flex;gap:2px}.b-nav-items span{width:10px;height:2px;background:#cde0f5;border-radius:1px}.b-canvas-hero{display:flex;flex-direction:column;gap:2px;padding-top:1px}.b-hero-h{height:3.5px;width:40px;background:#1e3c63;border-radius:1px}.b-hero-p{height:2.5px;width:28px;background:#a9c5e5;border-radius:1px}.b-hero-btn{font-size:6.5px;font-weight:700;color:#fff;background:var(--blue);padding:0 4px;border-radius:1.5px;width:-moz-fit-content;width:fit-content;line-height:1.25}.phone-mock-window{width:22px;height:44px;background:#fff;border:1px solid #c2d8f2;border-radius:4px;display:flex;flex-direction:column;padding:1.5px;box-shadow:0 2px 6px rgba(18,55,108,.08)}.phone-mock-speaker{width:8px;height:1.5px;background:#8faed4;border-radius:1px;align-self:center;margin-bottom:1.5px}.phone-mock-screen{flex:1 1;background:#edf5ff;border-radius:2px;display:flex;flex-direction:column;gap:2px;padding:1.5px}.p-screen-hero{height:10px;background:#2d69b3;border-radius:1px}.p-screen-card{height:16px;background:#fff;border-radius:1px}.cms-board-mockup{flex-direction:column;justify-content:space-between;padding:4px 8px}.cms-board-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px;width:100%}.cms-grid-cell{display:flex;align-items:center;gap:4px;padding:3px 6px;border-radius:4px;background:#fff;border:1px solid #fde0c9;font-size:8.5px;color:#453120;font-weight:700}.cms-grid-cell svg{width:11px;height:11px;color:var(--orange)}.cms-grid-cell.active{background:#fff3eb;border-color:var(--orange);font-weight:700}.cms-board-footer{font-size:8px;color:#b8500c;font-weight:700;text-align:center;line-height:1.1;margin-top:2px}.arch-flow-mockup{flex-direction:column;justify-content:space-between;padding:4px 8px}.arch-nodes-container{display:flex;align-items:center;justify-content:space-between;width:100%}.arch-node-item{display:flex;flex-direction:column;align-items:center;gap:.5px;background:#fff;border:1px solid #dce8f7;padding:2px 5px;border-radius:4px}.arch-node-name{font-size:8.5px;font-weight:800;color:var(--blue)}.arch-node-sub{font-size:7px;color:#5a7491}.arch-flow-arrow{font-size:9px;color:#8faed4;font-weight:700}.arch-meta-pills{display:flex;gap:5px;width:100%;justify-content:center}.arch-pill{font-size:8px;color:#3b5675;background:#fff;padding:2px 5px;border-radius:3px;border:1px solid #e1ebf7;display:inline-flex;align-items:center;gap:3px;font-weight:700}.arch-pill svg{width:9px;height:9px;color:var(--blue)}.arch-pill.highlight{color:var(--orange);border-color:#ffd9c2;background:#fff5ee;font-weight:700}.arch-pill.highlight svg{color:var(--orange)}.web-feature-list{display:flex;flex-direction:column;gap:4px}.web-feature-row{display:flex;align-items:center;justify-content:space-between;padding:4.5px 8px;border-radius:6px;background:#f8fafd;border:1px solid #e7f0fa;transition:all .15s ease}.web-col-card.orange-tint .web-feature-row{background:#fffaf5;border-color:#fde8d7}.web-feature-row:hover{transform:translateX(1px);border-color:var(--blue);background:#f0f6ff}.web-col-card.orange-tint .web-feature-row:hover{border-color:var(--orange);background:#fff4ea}.row-left{display:flex;align-items:center;gap:5px}.row-icon{width:14px;height:14px;flex-shrink:0}.row-icon.blue{color:var(--blue)}.row-icon.orange{color:var(--orange)}.row-left strong{font-size:11px;font-weight:700;color:var(--navy);white-space:nowrap}.row-left small{font-size:9.5px;color:#58728f;white-space:nowrap;margin-left:4px;font-weight:500}.row-arrow{font-size:11px;color:#8faed4;font-weight:700}.website-trust-bar{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;padding:8px 12px;border-radius:10px;background:#f4f8fe;border:1px solid #dce8f8;flex-shrink:0;margin-top:8px}.trust-col-item{display:flex;align-items:center;gap:7px}.trust-col-item.highlight{background:#eaf2ff;padding:3px 7px;border-radius:7px}.trust-icon-circle{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.trust-icon-circle.blue{background:#e2effe;color:var(--blue)}.trust-icon-circle.green{background:#e4f7e8;color:#158834}.trust-icon-circle.orange{background:#ffece0;color:var(--orange)}.trust-icon-circle svg{width:15px;height:15px}.trust-info strong{display:block;font-size:11px;font-weight:800;color:var(--navy);line-height:1.25}.trust-info span{display:block;font-size:9.5px;color:#526b88;line-height:1.35;white-space:nowrap}.visual-grid-4x2{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;flex:1 1 auto;margin-bottom:9px}.v-grid-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px 4px 7px;border-radius:9px;background:#f8fafd;border:1px solid #e3edf8;transition:all .18s}.v-grid-cell:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 4px 10px rgba(7,92,241,.08)}.v-grid-cell.orange-tint{background:#fffaf5;border-color:#fde8d7}.v-grid-cell.orange-tint:hover{border-color:var(--orange)}.v-grid-cell strong{font-size:12px;font-weight:700;color:var(--navy);margin:4px 0 2px;white-space:nowrap}.v-grid-cell small{font-size:10px;color:#59738f;white-space:nowrap;font-weight:500}.visual-process-strip{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:7px 11px;border-radius:8px;background:#edf4ff;border:1px solid #dce8f8;font-size:11.5px;color:#354b65;margin-bottom:8px;flex-shrink:0}.visual-process-strip i{font-style:normal;color:#9cb1cb;font-size:11px}.visual-grid-3x2{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;flex:1 1 auto}.v-subcard{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:9px;background:#f8fafd;border:1px solid #e3edf8;transition:all .18s}.v-subcard.orange-tint{background:#fffaf5;border-color:#fde8d7}.v-subcard:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 4px 10px rgba(7,92,241,.08)}.v-subcard.orange-tint:hover{border-color:var(--orange)}.v-subcard strong{display:block;font-size:12.5px;font-weight:700;color:var(--navy);margin-bottom:2px}.v-subcard span{display:block;font-size:10.5px;color:#59738f;line-height:1.35}.matrix-groups{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px;flex:1 1 auto;margin-bottom:9px}.matrix-group{border-radius:12px;padding:9px 9px 8px;background:#f7faff;border:1px solid #e2ecf8;display:flex;flex-direction:column;justify-content:space-between}.matrix-group-capabilities{background:#fffaf5;border-color:#fde6d2}.matrix-group-title{display:flex;align-items:center;gap:6px;margin-bottom:6px;padding:0 2px;flex-shrink:0}.matrix-group-title h4{font-size:13px;font-weight:700;color:#243a52;margin:0}.matrix-group-capabilities .matrix-group-title h4{color:#4a3424}.matrix-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px;gap:5px;flex:1 1 auto;align-content:stretch}.matrix-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:6px 2px 5px;border-radius:7px;background:#fff;border:1px solid #e1ebf6;text-align:center;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 1px 3px rgba(18,55,108,.03)}.matrix-item svg{width:17px;height:17px;color:var(--blue);transition:transform .18s}.matrix-item span{font-size:11.5px;font-weight:600;color:#2b3e55;white-space:nowrap}.matrix-group-capabilities .matrix-item{border-color:#fce0c9}.matrix-group-capabilities .matrix-item svg{color:var(--orange)}.matrix-item:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(18,55,108,.08);border-color:var(--blue)}.matrix-group-capabilities .matrix-item:hover{border-color:var(--orange)}.matrix-item:hover svg{transform:scale(1.1)}.cases-showcase-matrix{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:11px;gap:11px;flex:1 1 auto;margin-bottom:9px}.case-product-card{border-radius:12px;padding:9px 9px 8px;background:#fff;border:1px solid #dfebf7;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease;box-shadow:0 1px 4px rgba(18,55,108,.03)}.case-product-card:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 6px 16px rgba(7,92,241,.09)}.case-product-card.accent-orange:hover{border-color:var(--orange);box-shadow:0 6px 16px rgba(255,90,22,.09)}.case-product-tag{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:700;padding:2px 6px;border-radius:4px;align-self:flex-start;margin-bottom:5px}.case-product-tag.blue{background:#edf5ff;color:var(--blue)}.case-product-tag.orange{background:#fff2e8;color:var(--orange);border:1px solid #ffd8bf}.case-product-tag.navy{background:#edf2f8;color:#243d5f}.case-product-tag svg{width:13px;height:13px}.case-preview-frame{border-radius:8px;background:#f7faff;border:1px solid #e1ebf7;padding:6px 7px;margin-bottom:6px;height:78px;box-sizing:border-box;flex-direction:column;overflow:hidden}.case-preview-frame,.mock-browser-bar{display:flex;justify-content:space-between}.mock-browser-bar{align-items:center;padding-bottom:3px;border-bottom:1px solid #e4edf8}.mock-dots{display:flex;align-items:center;gap:2.5px}.mock-dots span[class^=dot-]{width:4px;height:4px;border-radius:50%;display:inline-block}.mock-dots .dot-red{background:#ff5f56}.mock-dots .dot-yellow{background:#ffbd2e}.mock-dots .dot-green{background:#27c93f}.mock-url-pill{font-size:7.5px;color:#70869e;background:#fff;padding:0 4px;border-radius:3px;border:1px solid #e4eef8;line-height:1.2}.mock-web-nav{display:flex;align-items:center;justify-content:space-between;padding:2px 0 3px}.mock-logo-dot{width:7px;height:7px;border-radius:2px;background:var(--blue)}.mock-nav-links{display:flex;gap:3px}.mock-link-bar{width:14px;height:3px;background:#cde0f5;border-radius:1px}.mock-nav-btn{font-size:7.5px;color:#fff;background:var(--blue);padding:0 4px;border-radius:2px;line-height:1.25}.mock-web-hero{display:flex;align-items:center;justify-content:space-between;gap:4px;padding-top:2px;border-top:1px dashed #e5eef8}.mock-hero-left{display:flex;flex-direction:column;gap:2px}.mock-h-line{height:4px;width:42px;background:#24446b;border-radius:1.5px}.mock-p-line{height:3px;width:28px;background:#b3cceb;border-radius:1px}.mock-cta-pill{font-size:7px;color:var(--orange);font-weight:700;line-height:1}.mock-hero-tags{display:flex;flex-direction:column;gap:2px}.mock-phone-bar{display:flex;align-items:center;justify-content:space-between;padding-bottom:2px;border-bottom:1px solid #e7f0fa}.mock-time{font-size:7.5px;color:#8ba0b7;font-weight:700}.mock-capsule-icons{display:flex;align-items:center;gap:3px;font-size:6.5px;color:#7c94ae;background:#edf4fc;padding:0 3px;border-radius:3px}.mock-mini-body{display:flex;flex-direction:column;justify-content:space-between;flex:1 1 auto;padding-top:2px}.mock-product-row{display:flex;align-items:center;gap:6px}.mock-thumb.orange{width:22px;height:22px;border-radius:5px;background:#fff0e6;color:var(--orange);display:grid;place-items:center;flex-shrink:0}.mock-thumb.orange svg{width:13px;height:13px}.mock-item-info{display:flex;flex-direction:column;gap:1.5px;flex:1 1 auto}.mock-item-head{display:flex;align-items:center;gap:3px}.mock-title-line{width:34px;height:3.5px;background:#24446b;border-radius:1.5px}.mock-stock-tag{font-size:7px;color:#fff;background:var(--orange);padding:0 3px;border-radius:2px;line-height:1.15}.mock-price-pill{font-size:9px;font-weight:800;color:var(--orange)}.mock-price-pill em{font-style:normal;font-size:7px;color:#7b91aa;font-weight:500;margin-left:2px}.mock-action-pills{display:flex;gap:3px}.mock-crm-header{display:flex;justify-content:space-between;align-items:center;font-size:8px;padding-bottom:2px;border-bottom:1px solid #e5effa}.mock-crm-tabs{display:flex;gap:3px}.mock-crm-tab{color:#6c839d;padding:0 3px}.mock-crm-tab.active{font-weight:700;color:var(--blue);background:#e4efff;border-radius:2px}.mock-crm-stat{font-weight:700;color:#188c38;font-size:7.5px}.mock-crm-body{display:flex;align-items:center;justify-content:space-between;flex:1 1 auto;padding-top:3px}.mock-chart-container{display:flex;flex-direction:column;gap:2px}.mock-chart-bars{display:flex;align-items:flex-end;gap:3px;height:20px}.mock-chart-bars span{width:6px;background:linear-gradient(180deg,#6ba5f5,#1f6fe5);border-radius:1.5px 1.5px 0 0}.mock-chart-label{font-size:7px;color:#7b91aa}.mock-crm-status-tags{display:flex;flex-direction:column;gap:2px}.mock-mini-badge{font-size:8px;font-weight:700;padding:1px 4px;border-radius:3px;line-height:1.15;white-space:nowrap}.mock-mini-badge.blue{background:#e0eeff;color:var(--blue)}.mock-mini-badge.green{background:#e6f8ea;color:#168a35}.mock-mini-badge.orange{background:#fff0e6;color:var(--orange)}.case-card-title{display:block;font-size:12.5px;font-weight:700;color:var(--navy);margin-bottom:4px;line-height:1.25}.case-feature-chips{display:flex;gap:4px;flex-wrap:wrap}.case-feature-chips span{font-size:9.5px;color:#556a82;background:#f4f7fb;padding:1.5px 5px;border-radius:3.5px;border:1px solid #e4edf6;white-space:nowrap}.cases-delivery-timeline{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:7px 11px;border-radius:9px;background:#edf4ff;border:1px solid #dbe7f7;font-size:11px;margin-top:auto;flex-shrink:0}.delivery-badge-label{display:inline-flex;align-items:center;gap:4px;font-weight:800;color:var(--blue);font-size:11.5px;white-space:nowrap}.delivery-badge-label svg{width:14px;height:14px}.timeline-steps-track{display:flex;align-items:center;gap:4px;flex:1 1 auto;justify-content:space-around}.timeline-step{display:inline-flex;align-items:center;gap:3px;font-size:10.5px;color:#3f546c;font-weight:600;white-space:nowrap}.timeline-step .step-num{font-size:9px;font-weight:800;color:var(--blue);background:#deedfe;padding:1px 4px;border-radius:3px}.timeline-step.highlight{color:var(--orange);font-weight:700}.timeline-step.highlight .step-num{color:#fff;background:var(--orange)}.step-arrow{color:#9cb5d3;font-size:9px;font-weight:700}.insights-cluster-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;flex:1 1 auto;margin-bottom:8px}.cluster-box{border-radius:10px;padding:9px 11px;background:#f8fafd;border:1px solid #e3edf8;display:flex;flex-direction:column;justify-content:center;transition:all .18s}.cluster-box.orange-tint{background:#fffaf5;border-color:#fde8d7}.cluster-box:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 4px 10px rgba(18,55,108,.08)}.cluster-head{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:var(--navy);margin-bottom:3px}.cluster-head svg{width:16px;height:16px;color:var(--blue)}.cluster-box.orange-tint .cluster-head svg{color:var(--orange)}.cluster-box p{margin:0;font-size:11px;color:#556e8b;line-height:1.4}.article-outline-list{display:flex;flex-direction:column;justify-content:space-between;gap:6px;flex:1 1 auto;margin-bottom:8px}.outline-item{display:flex;align-items:center;gap:8px;padding:7px 11px;border-radius:8px;background:#f8fafd;border:1px solid #e3edf8}.outline-num{font-size:11px;font-weight:800;color:var(--blue);background:#eaf2fc;padding:1px 5px;border-radius:3.5px}.outline-item strong{font-size:12px;color:#243b55;font-weight:600}.article-outline-tags{display:flex;gap:6px;flex-wrap:wrap;padding-top:8px;border-top:1px dashed #d8e5f5;margin-top:auto;flex-shrink:0}.article-outline-tags span{font-size:11px;color:var(--blue);background:#edf5ff;padding:2.5px 7px;border-radius:4px;font-weight:600}.about-delivery-stepper{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:6px 9px;border-radius:9px;background:#f6faff;border:1px solid #dfecf8;margin-bottom:8px;flex-shrink:0}.stepper-step{flex-direction:column;gap:1.5px;text-align:center}.step-node,.stepper-step{display:flex;align-items:center}.step-node{gap:4px}.step-idx{font-size:8.5px;font-weight:800;color:var(--blue);background:#e2effe;padding:1px 4px;border-radius:2.5px;line-height:1.2}.step-title{font-size:10.5px;font-weight:700;color:var(--navy);white-space:nowrap}.step-sub{font-size:8px;color:#6d86a4;white-space:nowrap}.stepper-step.highlight .step-idx{background:var(--orange);color:#fff}.stepper-step.highlight .step-title{color:var(--orange)}.stepper-arrow{font-size:8.5px;color:#9bb5d4;font-weight:700}.about-pillars-matrix{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;flex:1 1 auto;margin-bottom:8px}.about-pillar-card{border-radius:10px;padding:7px 9px;background:#fff;border:1px solid #dfebf7;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease;box-shadow:0 1px 3px rgba(18,55,108,.03)}.about-pillar-card:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 4px 12px rgba(7,92,241,.08)}.about-pillar-card.accent-code:hover{border-color:var(--orange);box-shadow:0 4px 12px rgba(255,90,22,.08)}.pillar-head{display:flex;align-items:flex-start;gap:7px}.pillar-icon{width:18px;height:18px;flex-shrink:0;margin-top:1px}.pillar-icon.blue{color:var(--blue)}.pillar-icon.orange{color:var(--orange)}.pillar-head strong{display:block;font-size:12.5px;font-weight:700;color:var(--navy);margin-bottom:2px}.pillar-head p{margin:0;font-size:9.5px;color:#617b99;line-height:1.35}.pillar-visual{display:flex;align-items:center;gap:4px;padding:4px 6px;border-radius:6px;background:#f6f9fd;border:1px solid #e5eff9;margin-top:5px}.flow-node{color:#2a4c73;background:#fff;padding:1.5px 5px;border-radius:3.5px;border:1px solid #dce8f5}.flow-arrow,.flow-node{font-size:8.5px;font-weight:700}.flow-arrow{color:#9cb5d4}.progress-badge{font-size:8.5px;color:#5c748f;background:#fff;padding:1.5px 4px;border-radius:3.5px}.progress-badge.active{color:var(--blue);font-weight:700;border:1px solid #c8dffb;background:#eaf2ff}.test-chip{font-size:8.5px;font-weight:700;color:#168a35;background:#e7f7eb;padding:1.5px 5px;border-radius:3.5px}.tree-code{font-size:8.5px;font-family:Consolas,Monaco,monospace;color:#223f66;font-weight:600}.tree-badge{font-size:8px;color:#fff;background:var(--orange);padding:1px 4px;border-radius:2.5px;margin-left:auto;font-weight:700}.about-quality-assurance-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 11px;border-radius:9px;background:#edf4ff;border:1px solid #dbe7f7;font-size:10.5px;margin-top:auto;flex-shrink:0}.qa-header-label{display:inline-flex;align-items:center;gap:4px;font-weight:800;color:var(--blue);font-size:11.5px;white-space:nowrap}.qa-header-label svg{width:14px;height:14px}.qa-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;flex:1 1 auto}.qa-pillar-item{display:flex;align-items:center;gap:4px}.qa-num{font-size:8.5px;font-weight:800;color:var(--blue);background:#deedfe;padding:1px 4px;border-radius:2.5px;flex-shrink:0}.qa-text strong{font-size:10px;font-weight:700;color:var(--navy);margin-right:2px}.qa-text span{font-size:8.5px;color:#536d8a;white-space:nowrap}.qa-pillar-item.highlight .qa-num{background:var(--orange);color:#fff}.qa-pillar-item.highlight strong{color:var(--orange)}.contact-methods-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;flex:1 1 auto;margin-bottom:8px}.contact-method-card{display:flex;align-items:center;gap:8px;padding:8px 9px;border-radius:10px;background:#f8fafd;border:1px solid #e3edf8;text-decoration:none;text-align:left;cursor:pointer;transition:all .18s}.contact-method-card.orange-tint{background:#fffaf5;border-color:#fde8d7}.contact-method-card:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 4px 12px rgba(18,55,108,.08)}.contact-method-card.orange-tint:hover{border-color:var(--orange)}.c-icon-circle{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.c-icon-circle.blue{background:#eaf2fd;color:var(--blue)}.c-icon-circle.orange{background:#ffece0;color:var(--orange)}.c-icon-circle svg{width:16px;height:16px}.contact-method-card small{display:block;font-size:10px;color:var(--muted)}.contact-method-card strong{display:block;font-size:12.5px;font-weight:700;color:var(--navy);margin:1px 0}.contact-method-card span{display:block;font-size:10px;color:#5a7491}.contact-tips-box{padding:8px 11px;border-radius:8px;background:#f4f8fe;border:1px solid #dce8f8;font-size:11px;margin-top:auto;flex-shrink:0}.contact-tips-box strong{color:var(--blue);display:block;margin-bottom:3px;font-size:11.5px}.contact-tips-box p{margin:0;color:#455c75;line-height:1.4}.growth-funnel-flow{display:flex;flex-direction:column;justify-content:space-between;gap:4px;flex:1 1 auto}.funnel-level{border-radius:8px;padding:7px 11px;background:#f8fafd;border:1px solid #e3edf8;display:flex;align-items:center;gap:10px}.funnel-level.orange-tint{background:#fffaf5;border-color:#fde8d7}.funnel-badge{font-size:11.5px;font-weight:700;color:var(--navy);white-space:nowrap}.funnel-level.orange-tint .funnel-badge{color:var(--orange)}.funnel-tags{display:flex;gap:5px;flex-wrap:wrap}.funnel-tags span{font-size:10.5px;color:#354c66;background:#fff;padding:2.5px 6px;border-radius:4px;border:1px solid #e4edf8;font-weight:500}.funnel-connector{text-align:center;font-size:10px;color:#8fa5bd;font-weight:600;line-height:1}@media(max-width:960px){.page-hero-unified{padding:50px 0 46px}.page-hero-grid{grid-template-columns:1fr;gap:32px}.inner .page-hero-left{height:auto;padding:0}.inner .page-hero-left .breadcrumbs{margin-bottom:14px}.inner .page-hero-left h1{margin:12px 0}.inner .page-hero-left p{margin-bottom:22px}.page-hero-left h1{font-size:38px}.hero-visual-card{height:auto;min-height:0;max-height:none}}@media(max-width:640px){.hero-visual-card{padding:18px 16px}.about-pillars-matrix,.cases-mini-grid,.cases-showcase-matrix,.contact-methods-grid,.insights-cluster-grid,.matrix-groups,.visual-grid-3x2,.visual-grid-4x2,.visual-matrix-3col,.visual-services-grid,.website-3col-matrix{grid-template-columns:1fr;gap:8px}.website-trust-bar{grid-template-columns:1fr 1fr;gap:8px}.about-delivery-stepper,.about-quality-assurance-bar{flex-direction:column;align-items:flex-start;gap:6px}.qa-pillars-grid{grid-template-columns:1fr;gap:6px}.cases-delivery-timeline,.funnel-level{flex-direction:column;align-items:flex-start;gap:6px}.timeline-steps-track{flex-wrap:wrap;gap:4px}}.phone-number-copy{display:block!important;width:auto!important;height:auto!important;min-height:0!important;margin:5px 0 4px!important;padding:0!important;border:0!important;background:transparent!important;color:var(--navy)!important;font-size:34px!important;font-weight:800!important;line-height:1.15!important;letter-spacing:.055em;cursor:copy!important;text-align:left}.phone-number-copy:active{transform:scale(.98)}.phone-number-copy.copied{animation:number-copied .42s ease}@keyframes number-copied{0%{color:var(--navy);transform:scale(1)}45%{color:var(--orange);transform:scale(1.035)}to{color:var(--navy);transform:scale(1)}}.copy-pulse{display:inline-block;animation:copy-confirm .48s ease}@keyframes copy-confirm{0%{opacity:.35;transform:scale(.88)}60%{opacity:1;transform:scale(1.08)}to{transform:none}}@media(max-width:760px){.hero-points{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin-top:14px}.hero-points span{justify-content:center;gap:3px;font-size:10px;white-space:nowrap}.hero-points svg{width:12px;height:12px;flex:0 0 auto}.lead fieldset{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}.lead fieldset label,.lead fieldset label:last-child{grid-column:auto;min-width:0;padding:7px 1px;font-size:9px}.lead fieldset label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead fieldset svg{font-size:17px}.hero .trust{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:0;padding:18px 0 22px;background:#0868ee;box-shadow:0 0 0 100vmax #0868ee;-webkit-clip-path:inset(0 -100vmax);clip-path:inset(0 -100vmax);color:#fff}.hero .trust>div{display:flex;align-items:center;justify-content:center;min-width:0;text-align:left}.hero .trust>div>svg{width:21px;height:21px;flex:0 0 auto;color:#fff}.hero .trust span{min-width:0;color:rgba(255,255,255,.82);font-size:8px;line-height:1.35}.hero .trust strong{color:#fff;font-size:10px;white-space:nowrap}#services .service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}#services .service-card{min-height:0;padding:12px 7px;text-align:center}#services .service-card-head{display:block;min-height:72px}#services .service-card-head .service-icon{width:32px;height:32px;margin:0 auto 7px;padding:6px}#services .service-card h2{margin:0 0 4px;font-size:12px;line-height:1.3}#services .service-card p{min-height:39px;margin:0;font-size:8px;line-height:1.45}#services .service-card ul{display:none}#services .service-card>a{justify-content:center;margin-top:9px;font-size:9px;white-space:nowrap}.guarantee{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.guarantee>div{min-width:0}.guarantee svg{font-size:24px}.guarantee h3{margin:6px 0 4px;font-size:11px;white-space:nowrap}.guarantee p{margin:0;font-size:8px;line-height:1.4}.process{grid-template-columns:repeat(6,minmax(0,1fr));gap:2px}.process b{width:28px;height:28px;margin-bottom:7px;font-size:9px}.process span{display:block;font-size:9px;line-height:1.3}.foot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 8px}.foot-brand{grid-column:1/-1}.foot-grid h3{font-size:12px}.foot-grid a,.foot-grid button,.foot-grid span{font-size:9px;line-height:1.4}.float-tools{grid-template-columns:repeat(3,1fr)}.float-tools:has(.to-top.visible){grid-template-columns:repeat(4,1fr)}.float-tools .to-top:not(.visible){display:none!important}.phone-number-copy{font-size:26px!important}.swoop{left:0;right:0;bottom:0;height:330px;background:linear-gradient(110deg,#0756e8,#087dff);-webkit-clip-path:polygon(0 58%,54% 48%,100% 10%,100% 100%,0 100%);clip-path:polygon(0 58%,54% 48%,100% 10%,100% 100%,0 100%)}.hero .trust{min-height:170px;margin-top:0;padding:88px 0 18px;background:transparent;box-shadow:none;-webkit-clip-path:none;clip-path:none}.hero .trust>div{justify-content:flex-start}#services .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}#services .service-card{padding:16px 12px;text-align:left}#services .service-card-head{display:grid;grid-template-columns:34px 1fr;grid-gap:9px;gap:9px;min-height:92px}#services .service-card-head .service-icon{width:32px;height:32px;margin:0;padding:6px}#services .service-card h2{font-size:14px}#services .service-card p{min-height:0;font-size:11px;line-height:1.5}#services .service-card>a{justify-content:flex-start;font-size:12px}.foot-grid h3{font-size:clamp(13px,2.45vw,16px)}.foot-grid a,.foot-grid button,.foot-grid span{font-size:clamp(10px,2.05vw,14px);line-height:1.5}.hero .trust{gap:clamp(5px,1.2vw,10px)}.hero .trust>div{gap:clamp(5px,1vw,9px)}.hero .trust>div>svg{width:clamp(19px,3.5vw,25px);height:clamp(19px,3.5vw,25px)}.hero .trust span{max-height:48px;overflow:hidden;font-size:clamp(9px,1.65vw,12px);line-height:1.35}.hero .trust strong{font-size:clamp(11px,1.9vw,14px);line-height:1.2}.process li:not(:last-child):after{display:block;top:14px;right:-25%;width:50%;background:#9dbff5}.process b{position:relative;z-index:1}}.phone-notice-overlay .phone-notice{width:min(680px,100%);grid-template-columns:68px 1fr 40px;align-items:start;padding:30px 32px;background:radial-gradient(circle at 0 0,rgba(7,92,241,.08),transparent 32%),#fff}.phone-notice-content>small{display:inline-flex;padding:4px 9px;border-radius:999px;background:#fff0e9}.phone-notice-content h2{margin:9px 0 1px;color:var(--navy);font-size:22px;line-height:1.4}.phone-notice-content>strong{font-size:34px;letter-spacing:.055em}.phone-notice-content>p{margin:3px 0 0;line-height:1.65}.phone-points{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:15px}.phone-points span{display:flex;align-items:center;gap:4px;color:#53677f;font-size:12px;font-weight:600}.phone-points svg{color:#0aa56a}.phone-actions{display:flex;gap:10px;margin-top:18px}.phone-notice .phone-actions>a,.phone-notice .phone-actions>button{width:auto;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 18px;border-radius:7px;font-size:13px;font-weight:700;cursor:pointer}.phone-notice .phone-actions>a{background:linear-gradient(90deg,var(--orange),#ff7b1c);color:#fff;box-shadow:0 8px 18px rgba(255,90,22,.2)}.phone-notice .phone-actions>button{border:1px solid #d8e2ef;background:#fff;color:#62738a}.phone-notice-content>em{display:block;margin-top:12px;color:#93a0b1;font-size:11px;font-style:normal}.phone-notice-overlay .phone-close{width:40px;height:40px}@media(max-width:760px){.phone-notice-overlay .phone-notice{grid-template-columns:48px 1fr 34px;padding:22px 16px}.phone-notice-content h2{font-size:18px}.phone-notice-content>strong{font-size:26px}.phone-points{gap:7px 12px}.phone-actions{flex-direction:column}.phone-notice .phone-actions>a,.phone-notice .phone-actions>button{width:100%}.phone-notice-content>em{line-height:1.5}}@media(min-width:761px){.consult-intro{padding-bottom:18px}.consult-intro>span{font-size:13px}.consult-intro h2{font-size:34px;line-height:1.3}.consult-intro li,.consult-intro p{font-size:14px}.consult-intro li svg{font-size:18px}.consult-reviews-ticker{height:176px}}.service-detail-page .section{padding:54px 0}.service-subtypes-section{background:#fff}.service-spotlight-section{background:linear-gradient(180deg,#fff,#f8fbff);padding:60px 0;border-bottom:1px solid var(--line)}.service-spotlight-grid{display:grid;grid-template-columns:1.08fr .92fr;grid-gap:48px;gap:48px;align-items:center}.spotlight-image-col{position:relative}.spotlight-image-frame{position:relative;border-radius:18px;overflow:hidden;background:#fff;border:1px solid #dbe6f5;box-shadow:0 20px 55px rgba(18,55,108,.12);transition:transform .3s ease,box-shadow .3s ease}.spotlight-image-frame:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(7,92,241,.18)}.spotlight-main-img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block;transition:transform .4s ease}.spotlight-image-frame:hover .spotlight-main-img{transform:scale(1.02)}.spotlight-img-badge{position:absolute;bottom:16px;left:16px;display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background:rgba(13,30,55,.84);color:#fff;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 20px rgba(0,0,0,.25)}.spotlight-img-badge svg{color:var(--orange)}.spotlight-content-col{display:flex;flex-direction:column}.spotlight-kicker{display:inline-flex;align-items:center;gap:6px;padding:4.5px 12px;border-radius:999px;background:#ebf3fe;color:var(--blue);font-size:12.5px;font-weight:700;margin-bottom:14px;align-self:flex-start}.spotlight-kicker svg{color:var(--orange)}.spotlight-content-col h2{font-size:32px;line-height:1.28;color:var(--navy);margin:0 0 14px;font-weight:800;letter-spacing:-.02em}.spotlight-p{font-size:14.5px;line-height:1.8;color:var(--muted);margin:0 0 20px}.spotlight-stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:20px;padding:16px;background:#fff;border:1px solid #dce7f5;border-radius:12px;box-shadow:0 4px 14px rgba(18,55,108,.03)}.spotlight-stat-item{display:flex;flex-direction:column;gap:3px}.spotlight-stat-item small{font-size:11.5px;color:#7085a0;font-weight:600}.spotlight-stat-item strong{font-size:15px;color:var(--navy);font-weight:800}.spotlight-points-list{list-style:none;padding:0;margin:0 0 24px;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 16px;gap:10px 16px}.spotlight-points-list li{display:flex;align-items:center;gap:7px;font-size:13px;color:#354e6d;font-weight:600}.spotlight-points-list li svg{color:var(--blue);font-size:16px;flex-shrink:0}.spotlight-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.spotlight-actions .btn{padding:12px 22px;font-size:13.5px}.pillar-visual-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pillar-icon-box{width:44px;height:44px;border-radius:10px;background:linear-gradient(145deg,#edf4ff,#f7faff);border:1px solid #d8e5f6;display:grid;place-items:center;color:var(--blue);font-size:24px;box-shadow:0 3px 8px rgba(7,92,241,.1)}.pillar-box-head-right{display:flex;align-items:center;gap:8px}.service-pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.pillar-box{background:#fff;border:1px solid #dce6f4;border-radius:14px;padding:24px 22px;display:flex;flex-direction:column;transition:all .25s ease;box-shadow:0 3px 12px rgba(18,55,108,.03)}.pillar-box:hover{transform:translateY(-5px);border-color:var(--blue);box-shadow:0 16px 36px rgba(7,92,241,.12)}.pillar-box-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.pillar-tag{padding:4px 10px;border-radius:999px;background:#edf5ff;color:var(--blue);font-size:12px;font-weight:700}.pillar-idx{font-size:17px;font-weight:800;color:#b4c5dc}.pillar-box h3{font-size:18px;color:var(--navy);margin:0 0 10px;line-height:1.35;font-weight:700}.pillar-desc{font-size:13px;color:var(--muted);line-height:1.65;margin:0 0 16px;min-height:42px}.pillar-highlights{background:#f8fafd;border:1px solid #e5effa;border-radius:10px;padding:14px 14px 12px;margin-bottom:16px}.pillar-highlights strong{display:block;font-size:12px;color:var(--navy);margin-bottom:9px;font-weight:700}.pillar-highlights ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px}.pillar-highlights li{display:flex;align-items:flex-start;gap:7px;font-size:12px;color:#354d6b;line-height:1.45}.pillar-highlights li svg{color:var(--blue);font-size:14px;flex-shrink:0;margin-top:2px}.pillar-footer{margin-top:auto;display:flex;flex-direction:column;gap:13px;padding-top:16px;border-top:1px dashed #d8e5f5}.pillar-suitable{font-size:11.5px;line-height:1.5;color:#5a7391}.pillar-suitable small{font-weight:700;color:var(--navy);display:inline}.pillar-btn{border:1px solid #cde0f8;background:#f3f8fe;color:var(--blue);padding:9px 14px;border-radius:8px;font-size:12.5px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s ease;width:100%}.pillar-btn:hover{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 6px 16px rgba(7,92,241,.24)}.service-features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.feat-card{background:#fff;border:1px solid #dde7f5;border-radius:12px;padding:22px 20px;transition:all .22s ease;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(18,55,108,.02)}.feat-card:hover{transform:translateY(-3px);border-color:var(--blue);box-shadow:0 12px 30px rgba(18,55,108,.08)}.feat-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.feat-num{font-size:13.5px;font-weight:800;color:var(--blue);background:#ebf3fe;padding:2px 8px;border-radius:6px}.feat-icon{font-size:24px;color:var(--blue)}.feat-card h4{margin:0 0 8px;font-size:16px;color:var(--navy);line-height:1.35;font-weight:700}.feat-card p{margin:0;font-size:13px;color:var(--muted);line-height:1.65}.service-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.tech-item-card{background:#fff;border:1px solid #dce6f4;border-radius:12px;padding:22px 20px;box-shadow:0 2px 8px rgba(18,55,108,.02);transition:all .2s ease}.tech-item-card:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 10px 24px rgba(7,92,241,.08)}.tech-category-badge{display:inline-flex;align-items:center;gap:6px;padding:4.5px 11px;border-radius:7px;background:#ebf3fe;color:var(--blue);font-size:13px;font-weight:700;margin-bottom:12px}.tech-category-badge svg{font-size:16px}.tech-spec-text{margin:0;font-size:13.5px;color:#273f5c;line-height:1.65;font-weight:500}.service-process-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.process-card{background:#fff;border:1px solid #dce6f4;border-radius:14px;padding:24px 22px;display:flex;flex-direction:column;transition:all .22s ease;box-shadow:0 2px 8px rgba(18,55,108,.02)}.process-card:hover{transform:translateY(-3px);border-color:var(--blue);box-shadow:0 12px 30px rgba(18,55,108,.08)}.process-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.process-badge{font-size:14.5px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--blue),#087eff);width:36px;height:36px;border-radius:9px;display:grid;place-items:center;flex-shrink:0;box-shadow:0 4px 10px rgba(7,92,241,.25)}.process-card h4{margin:0;font-size:17px;color:var(--navy);font-weight:700}.process-desc{margin:0 0 16px;font-size:13px;color:var(--muted);line-height:1.68}.process-deliverable{margin-top:auto;padding:10px 14px;border-radius:8px;background:#f5f8fd;border:1px solid #e3edf8;font-size:12px;color:#455e7c}.process-deliverable small{font-size:11px;color:#7a8eab;display:block}.process-deliverable strong{color:var(--blue);display:block;margin-top:3px;font-size:12.5px;font-weight:700}.service-cases-more{margin-top:28px;text-align:center}.service-cases-more .btn{padding:12px 28px;font-size:14px}.comparison-table-wrap{background:#fff;border:1px solid #dce5f3;border-radius:14px;overflow:hidden;box-shadow:0 8px 30px rgba(18,55,108,.05)}.comparison-table{width:100%;border-collapse:collapse;text-align:left}.comparison-table th{padding:18px 22px;background:#f8fbff;font-size:14px;font-weight:700;color:var(--navy);border-bottom:1px solid #dce5f3}.comparison-table th.th-highlight{background:#ebf3fe;color:var(--blue);display:table-cell}.comparison-table th.th-highlight svg{margin-right:6px;vertical-align:-2px;color:var(--orange)}.comparison-table td{padding:17px 22px;font-size:13.5px;border-bottom:1px solid #edf2f9;line-height:1.65}.comparison-table tr:last-child td{border-bottom:0}.comparison-table td.td-aspect{color:var(--navy);font-weight:700;white-space:nowrap}.comparison-table td.td-makef{background:#fafdff;color:#133358;font-weight:600}.compare-cell-content{display:flex;align-items:flex-start;gap:9px}.cell-check-icon{color:#07955e;font-size:18px;flex-shrink:0;margin-top:2px}.comparison-table td.td-trad{color:#7689a0}.service-faqs-list{display:flex;flex-direction:column;gap:12px}.service-faq-item{background:#fff;border:1px solid #dce6f4;border-radius:12px;overflow:hidden;transition:all .2s ease;box-shadow:0 2px 6px rgba(18,55,108,.02)}.service-faq-item[open]{border-color:#bcd6f9;box-shadow:0 6px 20px rgba(7,92,241,.06)}.service-faq-summary{padding:18px 22px;display:flex;align-items:center;gap:14px;cursor:pointer;font-size:15px;font-weight:700;color:var(--navy);list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.service-faq-summary::-webkit-details-marker{display:none}.faq-q-badge{font-size:12px;font-weight:800;color:var(--blue);background:#edf4ff;padding:3px 8px;border-radius:6px;flex-shrink:0}.faq-q-text{flex:1 1 auto;line-height:1.4}.faq-caret{font-size:18px;color:#8ba3c2;transition:transform .25s ease;flex-shrink:0}.service-faq-item[open] .faq-caret{transform:rotate(180deg);color:var(--blue)}.service-faq-answer{padding:0 22px 20px 58px;font-size:13.5px;line-height:1.75;color:#435c7a}.service-faq-answer p{margin:0}@media(max-width:1050px){.service-features-grid,.service-pillars-grid,.service-process-grid,.service-tech-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:760px){.service-detail-page .section{padding:42px 0}.service-pillars-grid{grid-template-columns:1fr;gap:14px}.service-features-grid,.service-tech-grid{grid-template-columns:1fr;gap:12px}.service-process-grid{grid-template-columns:1fr;gap:14px}.comparison-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table{min-width:620px}.service-faq-summary{padding:14px 16px;gap:10px;font-size:14px}.service-faq-answer{padding:0 16px 16px;font-size:13px}}