@import url('landing-v6.css');
@import url('high-fidelity.css');
.page-hero{padding:92px 0 82px;background:linear-gradient(135deg,#f7faff,#edf4ff);position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:#1769ff12;right:-80px;top:-190px}.page-hero .wrap{position:relative;z-index:1}.page-kicker{color:#1769ff;font-size:13px;font-weight:800;letter-spacing:2px}.page-hero h1{font-size:46px;line-height:1.25;margin:12px 0 16px;color:#102149;max-width:780px}.page-hero p{font-size:18px;color:#63708a;max-width:700px}.page-actions{display:flex;gap:12px;margin-top:28px}.section.alt{background:#f6f8fc}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split.reverse>div:first-child{order:2}.shot{background:#fff;padding:10px;border:1px solid #e4ebf7;border-radius:18px;box-shadow:0 24px 60px #24477720}.shot img{display:block;width:100%;height:340px;object-fit:cover;object-position:top;border-radius:10px}.copy-tag{display:inline-block;color:#1769ff;background:#eaf2ff;border-radius:99px;padding:5px 12px;font-weight:700;font-size:13px}.split h2{font-size:34px;line-height:1.35;margin:15px 0}.split p{color:#667085;font-size:16px}.check-list{list-style:none;padding:0}.check-list li{margin:12px 0}.check-list li:before{content:"✓";display:inline-grid;place-items:center;width:21px;height:21px;border-radius:50%;margin-right:10px;background:#e7f0ff;color:#1769ff;font-weight:800}.cards-3,.cards-4{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards-4{grid-template-columns:repeat(4,1fr)}.info-card,.case-card,.value-card{background:#fff;border:1px solid #e5ebf5;border-radius:17px;padding:28px;transition:.2s}.info-card:hover,.case-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #234a8518}.info-card i{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:#eaf2ff;color:#1769ff;font-style:normal;font-size:21px}.info-card h3,.case-card h3{font-size:20px;margin:18px 0 7px}.info-card p,.case-card p,.value-card p{margin:0;color:#667085}.case-card{padding:0;overflow:hidden}.case-card img{display:block;width:100%;height:210px;object-fit:cover}.case-card>div{padding:24px}.case-card span{color:#1769ff;font-size:12px;font-weight:700}.price-card{max-width:760px;margin:auto;background:#fff;border:1px solid #dce7f7;border-radius:22px;padding:42px;box-shadow:0 25px 70px #244b911c;position:relative}.price-badge{position:absolute;right:28px;top:25px;background:#e7f0ff;color:#1769ff;border-radius:99px;padding:5px 12px;font-weight:700}.price-main{text-align:center;border-bottom:1px solid #edf0f5;padding-bottom:28px}.price-main strong{font-size:64px;color:#1769ff;line-height:1}.price-main small{font-size:16px;color:#667085}.price-features{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:28px 0}.price-features span:before{content:"✓";color:#1baa72;font-weight:900;margin-right:9px}.price-card .btn{display:flex}.timeline{max-width:800px;margin:auto}.timeline article{display:grid;grid-template-columns:60px 1fr;gap:24px;padding-bottom:34px}.timeline b{width:48px;height:48px;display:grid;place-items:center;background:#1769ff;color:#fff;border-radius:14px}.timeline h3{margin:0 0 7px}.timeline p{margin:0;color:#667085}.contact-card{padding:38px;background:#0d2452;color:#fff;border-radius:20px}.contact-card p{color:#b6c4df}.doc-layout{display:grid;grid-template-columns:240px 1fr;gap:46px}.doc-nav{position:sticky;top:100px;align-self:start;background:#f6f8fc;padding:20px;border-radius:14px}.doc-nav a{display:block;padding:8px 10px;color:#647087}.doc-nav a:hover{color:#1769ff}.article{max-width:820px}.article h2{font-size:28px;margin-top:42px}.article h3{margin-top:25px}.article p,.article li{color:#55627a}.job-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e5ebf5;border-radius:16px;padding:25px;margin:12px 0}.job-card b{font-size:18px}.job-card span{color:#1769ff}.qr-box{width:270px;margin:28px auto;background:#fff;border-radius:20px;padding:22px;box-shadow:0 20px 55px #234a8525}.qr-box img{display:block;width:100%}.center{text-align:center}.faq{max-width:850px;margin:auto}.faq article{border-bottom:1px solid #e5eaf2}.faq button{width:100%;padding:20px 0;border:0;background:none;text-align:left;font-weight:700;font-size:16px;cursor:pointer}.faq p{display:none;color:#667085;margin:0 0 20px}.faq .open p{display:block}.legal-body{background:#f6f8fc}.legal-shell{max-width:900px;margin:40px auto 80px;background:#fff;border-radius:18px;padding:45px;box-shadow:0 15px 50px #274c8110}.legal-shell h1{text-align:center;font-size:36px}.legal-shell h2{font-size:22px;margin-top:32px}.legal-shell p,.legal-shell li{color:#536079}.not-found{min-height:65vh;display:grid;place-items:center;text-align:center}
@media(max-width:900px){.page-hero{padding:65px 0}.page-hero h1{font-size:38px}.split{grid-template-columns:1fr;gap:35px}.split.reverse>div:first-child{order:0}.cards-3,.cards-4{grid-template-columns:1fr 1fr}.doc-layout{grid-template-columns:1fr}.doc-nav{position:static}.shot img{height:280px}}
@media(max-width:600px){.page-hero{text-align:center}.page-hero h1{font-size:32px}.page-actions{flex-direction:column}.cards-3,.cards-4{grid-template-columns:1fr}.shot img{height:210px}.price-card{padding:28px 20px}.price-main strong{font-size:52px}.price-features{grid-template-columns:1fr}.legal-shell{margin:20px auto 50px;padding:25px 20px}.job-card{align-items:flex-start;gap:15px}.section .split h2{font-size:28px}}

/* Critical shared header/footer rules live here directly.
   Do not rely on the imported theme for cross-page navigation consistency. */
body .site-header{height:70px!important;background:rgba(255,255,255,.94)!important;border-bottom:1px solid #edf1ef!important;backdrop-filter:blur(8px)}
body .site-header .nav{height:70px!important;gap:0!important}
body .site-header .brand{margin-right:100px!important;font-size:21px!important;color:#222!important}
body .site-header .brand-mark{width:36px!important;height:36px!important;border-radius:5px!important;background:#1faf7e!important;color:#fff!important;box-shadow:none!important}
body .site-header .nav-links{justify-content:flex-start!important;gap:66px!important}
body .site-header .nav-links a{height:70px!important;padding:21px 0!important;color:#444!important}
body .site-header .nav-links a.active{font-weight:700!important;color:#111!important}
body .site-header .nav-links a.active:after{left:0!important;right:0!important;bottom:0!important;height:3px!important;background:#111!important}
body .site-header .nav-cta{margin-left:auto!important;padding:8px 18px!important;border-radius:4px!important;background:#1faf7e!important;color:#fff!important;box-shadow:none!important}
body .site-header .nav-cta:hover{background:#3fcf9f!important}
body footer{background:#1faf7e!important;color:#e1fff4!important}
body footer .brand-mark{background:#fff!important;color:#1faf7e!important}
body footer .brand,body footer b{color:#fff!important}
body .check-list li:before,body .price-features span:before{content:"✓"!important}
@media(max-width:1400px) and (min-width:901px){body .site-header .brand{margin-right:56px!important}body .site-header .nav-links{gap:44px!important}body .site-header .nav-cta{padding:8px 14px!important}}
@media(max-width:900px){body .site-header .brand{margin-right:0!important}body .site-header .menu-toggle{display:block!important;margin-left:auto}body .site-header .nav-links{display:none!important;position:absolute;top:70px;left:0;right:0;background:#fff;padding:15px 20px;box-shadow:0 15px 30px #172c4f20}body .site-header .nav-links.open{display:flex!important;flex-direction:column;gap:0!important;align-items:stretch}body .site-header .nav-links a{height:auto!important;padding:12px!important}body .site-header .nav-links a.active:after{display:none}body .site-header .nav-cta{display:none!important}}

/* Reference-site page patterns — explicit per route */
.page-product .product-overview{overflow:hidden}.page-product .product-overview .cards-4{display:flex;gap:26px;overflow-x:auto;padding:4px 4px 22px;scroll-snap-type:x mandatory;scrollbar-color:#9cc9ba #e2f0eb}.page-product .product-overview .info-card{flex:0 0 340px;scroll-snap-align:start}.page-product main>.section:nth-of-type(3),.page-product main>.section:nth-of-type(5){background:linear-gradient(180deg,#f0faf6,#fff)}
.page-customer main>.section:nth-of-type(3){overflow:hidden}.page-customer .cards-3{display:flex!important;gap:26px;overflow-x:auto;padding:4px 4px 22px;scroll-snap-type:x mandatory;scrollbar-color:#9cc9ba #e2f0eb}.page-customer .case-card{flex:0 0 350px;scroll-snap-align:start}.page-customer .case-card>div{min-height:205px}.page-customer main>.section:first-of-type .why-grid article{background:linear-gradient(0deg,#fff,#f4fcf9)}
.page-price .price-card{max-width:850px;border-top:6px solid #1faf7e}.page-price .price-features{grid-template-columns:repeat(2,1fr)}.page-price .timeline{max-width:900px}.page-price .faq{max-width:900px}
.page-about .why-grid{gap:24px}.page-about .why-grid article{min-height:180px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(0deg,#fff,#f4fcf9)}.page-about .cards-3{gap:28px}.page-about .value-card{min-height:210px}
.page-manual .doc-layout{grid-template-columns:260px minmax(0,900px)}.page-manual .doc-nav{border-top:4px solid #1faf7e}.page-manual .article>h2{scroll-margin-top:100px}.page-manual .article .shot{border-radius:12px}
.page-join .job-card{border-left:4px solid transparent}.page-join .job-card:hover{border-left-color:#1faf7e}.page-join .contact-card{max-width:900px;margin-inline:auto}
.page-qrcode .qr-box{outline:12px solid #ffffff80}.page-qrcode .cards-3{max-width:1100px;margin-inline:auto}.page-qrcode .info-card{text-align:center}.page-qrcode .info-card i{margin-inline:auto}
.page-privacy .legal-shell,.page-policy .legal-shell{position:relative}.page-privacy .legal-shell:before,.page-policy .legal-shell:before{position:absolute;right:40px;top:26px;font-size:12px;letter-spacing:1px;color:#99a49f}.page-privacy .legal-shell:before{content:"PRIVACY"}.page-policy .legal-shell:before{content:"TERMS"}
@media(max-width:600px){.page-product .product-overview .info-card{flex-basis:82vw}.page-customer .case-card{flex-basis:84vw}.page-price .price-features{grid-template-columns:1fr}.page-manual .doc-layout{grid-template-columns:1fr}.page-privacy .legal-shell:before,.page-policy .legal-shell:before{right:20px;top:16px}}
.page-product .product-overview .cards-4,.page-customer .cards-3{scrollbar-width:none;-ms-overflow-style:none}.page-product .product-overview .cards-4::-webkit-scrollbar,.page-customer .cards-3::-webkit-scrollbar{display:none;width:0;height:0}

/* 飞工单产品页：参考成熟制造 SaaS 的内容节奏，独立实现。 */
.page-product{background:#fff}.page-product main{overflow:hidden}.product-hero{position:relative;min-height:720px;padding:92px 0 74px;background:linear-gradient(135deg,#eff5f8 0%,#f4f7f8 50%,#e8f7f2 100%)}.product-hero:before{content:"";position:absolute;right:-180px;bottom:-250px;width:680px;height:680px;border-radius:50%;background:#9ee4ce38}.product-hero-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:62px;align-items:center;min-height:550px}.product-hero-copy{position:relative;z-index:2}.product-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#1a956f;font-size:15px;font-weight:700}.product-eyebrow:before{content:"";width:28px;height:2px;background:#20b486}.product-hero h1{margin:20px 0 22px;font-size:58px;line-height:1.22;font-weight:600;letter-spacing:-2px;color:#303536}.product-hero h1 em{color:#20b486;font-style:normal}.product-hero-copy>p{max-width:620px;margin:0;color:#727d85;font-size:18px;line-height:1.95}.product-hero .page-actions{align-items:center;margin-top:34px}.product-hero .primary{min-width:186px;border-radius:28px;background:#ff8a00}.product-phone{padding:12px 4px;color:#384247;font-weight:600}.product-phone:hover{color:#1faf7e}.product-hero-points{display:flex;flex-wrap:wrap;gap:22px;margin-top:28px;color:#77838a;font-size:14px}.product-hero-points span{white-space:nowrap}.product-hero-points span::first-letter{color:#1faf7e}.product-hero-visual{position:relative;z-index:1;height:520px}.product-screen{position:absolute;inset:18px -70px 0 0;overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 35px 90px #315d5030}.product-screen img{width:100%;height:100%;object-fit:cover;object-position:center}.product-float{position:absolute;display:flex;align-items:center;gap:12px;border:1px solid #e7efec;border-radius:12px;background:#ffFFfff2;box-shadow:0 15px 40px #315d5022;backdrop-filter:blur(8px)}.product-float-a{left:-42px;bottom:30px;padding:16px 22px}.product-float-a b{color:#1faf7e;font-size:25px}.product-float-a span{color:#718079;font-size:13px}.product-float-b{right:-24px;top:2px;padding:13px 18px;font-weight:600}.product-float-b i{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#dcf5ec;color:#1faf7e;font-style:normal}.product-anchor{position:relative;z-index:5;margin-top:-34px}.product-anchor-inner{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;border:1px solid #e6eeeb;border-radius:12px;background:#fff;box-shadow:0 18px 50px #315d5018}.product-anchor a{display:flex;align-items:center;justify-content:center;gap:13px;height:94px;border-right:1px solid #edf2f0;color:#343b3d;font-size:19px;transition:.2s}.product-anchor a:last-child{border-right:0}.product-anchor a:hover{color:#1faf7e;background:#f1fbf7}.product-anchor i{font-style:normal;font-size:12px;font-weight:800;color:#9aa7a2}.product-anchor a:hover i{color:#1faf7e}.product-flow{padding:125px 0 112px}.product-section-title{text-align:center}.product-section-title>span{color:#66716d;font-size:22px}.product-section-title h2{margin:12px 0 16px;font-size:46px;line-height:1.35;color:#303536}.product-section-title p{margin:0 auto;max-width:720px;color:#7a8580;font-size:17px;line-height:1.8}.flow-line{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:70px}.flow-line:before{content:"";position:absolute;left:10%;right:10%;top:30px;height:2px;background:linear-gradient(90deg,#bfeadd,#1faf7e,#bfeadd)}.flow-line article{position:relative;text-align:center}.flow-line i{position:relative;z-index:1;width:60px;height:60px;display:grid;place-items:center;margin:0 auto 20px;border:7px solid #e4f6f0;border-radius:50%;background:#1faf7e;color:#fff;font-style:normal;font-weight:800}.flow-line b,.flow-line span{display:block}.flow-line b{font-size:20px}.flow-line span{margin-top:8px;color:#87918d;font-size:14px}.product-feature{scroll-margin-top:80px;padding:120px 0;background:#fff}.product-feature-green{background:linear-gradient(135deg,#ecfaf5,#f9fcfb)}.product-feature-blue{background:linear-gradient(135deg,#f0f6ff,#fafcff)}.product-feature-mint{background:linear-gradient(135deg,#e8faf4,#f8fcfb)}.product-feature-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:78px;align-items:center}.product-feature-grid.reverse{grid-template-columns:1.2fr .8fr}.product-feature-grid.reverse .product-feature-copy{order:2}.product-feature-copy{padding:10px 0}.feature-no{display:inline-flex;padding:7px 14px;border-radius:99px;background:#dff5ed;color:#12956e;font-size:14px;font-weight:800}.product-feature-blue .feature-no{background:#e1edff;color:#2874dc}.product-feature-copy h2{margin:21px 0 22px;font-size:45px;line-height:1.38;font-weight:500;color:#323738}.product-feature-copy h2 em{font-style:normal;color:#1faf7e}.product-feature-blue .product-feature-copy h2 em{color:#397bd9}.product-feature-copy>p{margin:0;color:#77827d;font-size:17px;line-height:1.95}.product-feature-copy ul{margin:28px 0 0;padding:0;list-style:none}.product-feature-copy li{position:relative;margin:14px 0;padding-left:30px;color:#4f5b56;font-size:16px}.product-feature-copy li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#dbf5eb;color:#1faf7e;font-size:12px;font-weight:900}.feature-data{display:flex;gap:38px;margin-top:36px;padding-top:27px;border-top:1px solid #dfeae6}.feature-data span{display:flex;flex-direction:column;color:#8a938f;font-size:13px}.feature-data b{margin-bottom:5px;color:#303637;font-size:24px}.product-feature-media{height:510px;overflow:hidden;border:12px solid #fff;border-radius:20px;background:#f7faf9;box-shadow:0 28px 75px #315d5022}.product-feature-media img{width:100%;height:100%;object-fit:cover;object-position:top}.product-feature-phone{background:linear-gradient(135deg,#edf7ff,#f1fbf7)}.product-feature-phone img{object-fit:contain}.product-matrix{padding:120px 0;background:#f4f7f6}.product-matrix-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:58px}.product-matrix-grid article{min-height:215px;padding:30px;border:1px solid #e4ece9;border-radius:10px;background:#fff;transition:.25s}.product-matrix-grid article:hover{transform:translateY(-7px);box-shadow:0 20px 45px #315d5018}.product-matrix-grid i{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:#e1f5ee;color:#1faf7e;font-style:normal;font-size:20px;font-weight:800}.product-matrix-grid h3{margin:22px 0 10px;font-size:21px}.product-matrix-grid p{margin:0;color:#7b8581;line-height:1.75}.product-cta{padding:90px 0;background:#1faf7e;color:#fff}.product-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.product-cta span{color:#d8fff2}.product-cta h2{margin:9px 0 10px;color:#fff;font-size:42px}.product-cta p{margin:0;color:#d8fff2;font-size:17px}.product-cta-inner>div:last-child{display:flex;flex-direction:column;align-items:center;gap:14px}.product-cta .white{min-width:190px;color:#159a73}.product-cta-inner>div:last-child>a:last-child{color:#e7fff7;font-size:14px}
@media(max-width:1200px){.product-hero-grid{grid-template-columns:.9fr 1.1fr;gap:35px}.product-hero h1{font-size:49px}.product-screen{right:-35px}.product-feature-grid,.product-feature-grid.reverse{gap:50px}.product-feature-copy h2{font-size:39px}.product-feature-media{height:430px}.product-matrix-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.product-hero{padding:70px 0 90px}.product-hero-grid{grid-template-columns:1fr}.product-hero-visual{height:430px}.product-screen{inset:0}.product-float-a{left:18px}.product-float-b{right:18px}.product-anchor{overflow-x:auto}.product-anchor-inner{width:720px}.product-anchor a{height:78px}.product-flow{padding:95px 0}.flow-line{grid-template-columns:repeat(5,150px);overflow-x:auto;padding-bottom:18px}.flow-line:before{display:none}.product-feature{padding:90px 0}.product-feature-grid,.product-feature-grid.reverse{grid-template-columns:1fr}.product-feature-grid.reverse .product-feature-copy{order:0}.product-feature-media{height:430px}.product-cta-inner{align-items:flex-start;flex-direction:column}.product-cta-inner>div:last-child{align-items:flex-start}}
@media(max-width:600px){.product-hero{padding:56px 0 78px}.product-hero h1{font-size:39px}.product-hero-copy>p{font-size:16px}.product-hero .page-actions{align-items:stretch;flex-direction:column}.product-phone{text-align:center}.product-hero-points{gap:10px;flex-direction:column}.product-hero-visual{height:300px}.product-float{display:none}.product-anchor{margin-top:-28px}.product-anchor-inner{width:610px}.product-anchor a{height:64px;font-size:16px}.product-section-title>span{font-size:18px}.product-section-title h2{font-size:31px}.product-section-title p{font-size:15px}.product-flow{padding:78px 0}.flow-line{margin-top:46px}.product-feature{padding:72px 0}.product-feature-copy h2{font-size:31px}.product-feature-copy>p{font-size:15px}.feature-data{gap:20px}.feature-data b{font-size:20px}.product-feature-media{height:290px;border-width:7px}.product-matrix{padding:78px 0}.product-matrix-grid{grid-template-columns:1fr;gap:13px;margin-top:40px}.product-matrix-grid article{min-height:0;padding:24px}.product-cta{padding:68px 0}.product-cta h2{font-size:31px}}

/* 客户案例页：匿名化真实行业内容，独立版式与交互。 */
.page-customer{background:#fff}.page-customer main{overflow:hidden}.case-hero{position:relative;padding:105px 0 150px;background:linear-gradient(180deg,#eef8ff 0%,#e9f6ff 70%,#f7fbff 100%)}.case-hero:after{content:"";position:absolute;right:-160px;bottom:-260px;width:600px;height:600px;border-radius:50%;background:#a9e8d645}.case-hero .wrap{position:relative;z-index:1}.case-hero>div>span{display:block;margin-bottom:10px;color:#303638;font-size:30px}.case-hero h1{margin:0;max-width:1100px;color:#303638;font-size:58px;line-height:1.25;font-weight:800;letter-spacing:-2px}.case-hero p{margin:25px 0 0;max-width:760px;color:#71808a;font-size:18px;line-height:1.85}.case-hero-proof{display:flex;align-items:baseline;gap:16px;margin-top:42px}.case-hero-proof b{color:#1faf7e;font-size:48px}.case-hero-proof small{font-size:28px}.case-hero-proof span{color:#64736d}.case-featured{position:relative;margin-top:-78px;padding-bottom:115px}.case-featured-card{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden;border:1px solid #e4eeea;border-radius:18px;background:#fff;box-shadow:0 28px 80px #315d5020}.case-featured-image{position:relative;min-height:590px}.case-featured-image img{width:100%;height:100%;object-fit:cover}.case-featured-image>span{position:absolute;left:28px;top:28px;padding:8px 14px;border-radius:99px;background:#ffffffea;color:#263a33;font-weight:700}.case-featured-copy{display:flex;flex-direction:column;padding:58px 52px}.case-label{align-self:flex-start;padding:6px 12px;border-radius:99px;background:#dff5ed;color:#159c74;font-size:13px;font-weight:800}.case-featured-copy h2{margin:20px 0 24px;color:#303638;font-size:39px;line-height:1.42}.case-featured-copy blockquote{margin:0;padding:0;border:0;color:#64716c;font-size:16px;line-height:1.9}.case-person{display:flex;align-items:center;gap:14px;margin-top:26px}.case-person i{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#e4f5ef;color:#1faf7e;font-style:normal;font-weight:800}.case-person b,.case-person span{display:block}.case-person span{margin-top:4px;color:#8b9691;font-size:13px}.case-featured-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:auto;padding-top:30px;border-top:1px solid #e8efec}.case-featured-metrics b,.case-featured-metrics small{display:block}.case-featured-metrics b{font-size:29px}.case-featured-metrics small{margin-top:6px;color:#8a9490;font-size:12px}.case-list-section{padding:110px 0;background:linear-gradient(180deg,#f0f9ff,#f8fcff)}.case-section-head>span{color:#3f4845;font-size:25px}.case-section-head h2{margin:10px 0 0;color:#303638;font-size:46px;line-height:1.35}.case-filters{display:flex;flex-wrap:wrap;gap:12px;margin:44px 0 38px}.case-filters button{height:45px;padding:0 22px;border:1px solid #d8e5e1;border-radius:24px;background:#fff;color:#56635e;font-size:15px;cursor:pointer;transition:.2s}.case-filters button:hover,.case-filters button.active{border-color:#1faf7e;background:#1faf7e;color:#fff}.case-story-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.case-story-card{display:grid;grid-template-columns:44% 56%;min-height:410px;overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 12px 35px #315d5010;transition:.25s}.case-story-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px #315d5018}.case-story-card[hidden]{display:none}.case-story-card>img{width:100%;height:100%;object-fit:cover}.case-story-content{display:flex;flex-direction:column;padding:32px 30px}.case-story-content>span{color:#1faf7e;font-size:13px;font-weight:800}.case-story-content h3{margin:11px 0 18px;color:#202526;font-size:23px}.case-story-content>p{margin:0;color:#66736e;line-height:1.85}.case-story-metrics{display:flex;gap:30px;margin-top:auto;padding-top:24px;border-top:1px solid #edf1ef}.case-story-metrics b,.case-story-metrics small{display:block}.case-story-metrics b{font-size:28px;color:#111}.case-story-metrics small{margin-top:7px;color:#909994;font-size:12px;font-weight:400}.case-change{padding:115px 0;background:#fff}.case-change-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:55px}.case-change-grid article{display:flex;align-items:center;gap:24px;min-height:150px;padding:28px;border:1px solid #e4ece9;border-radius:10px;background:linear-gradient(135deg,#fff,#f5fbf8)}.case-change-grid i{flex:0 0 66px;width:66px;height:66px;display:grid;place-items:center;border-radius:50%;background:#dcf4eb;color:#1faf7e;font-style:normal;font-size:24px;font-weight:800}.case-change-grid h3{margin:0 0 8px;font-size:21px}.case-change-grid p{margin:0;color:#78837e}.case-cta{padding:90px 0;background:#1faf7e}
@media(max-width:1100px){.case-featured-card{grid-template-columns:1fr}.case-featured-image{min-height:440px}.case-featured-copy{min-height:520px}.case-story-grid{grid-template-columns:1fr}.case-story-card{grid-template-columns:42% 58%}}
@media(max-width:700px){.case-hero{padding:68px 0 115px}.case-hero>div>span{font-size:20px}.case-hero h1{font-size:38px;letter-spacing:-1px}.case-hero p{font-size:16px}.case-hero-proof b{font-size:38px}.case-featured{margin-top:-60px;padding-bottom:75px}.case-featured-image{min-height:260px}.case-featured-copy{min-height:0;padding:34px 24px}.case-featured-copy h2{font-size:29px}.case-featured-metrics{margin-top:30px;grid-template-columns:1fr 1fr}.case-featured-metrics span:last-child{grid-column:1/-1}.case-list-section,.case-change{padding:75px 0}.case-section-head>span{font-size:19px}.case-section-head h2{font-size:31px}.case-filters{flex-wrap:nowrap;overflow-x:auto;margin:30px 0 26px;padding-bottom:8px;scrollbar-width:none}.case-filters::-webkit-scrollbar{display:none}.case-filters button{flex:0 0 auto}.case-story-card{display:block;min-height:0}.case-story-card>img{height:230px}.case-story-content{min-height:330px;padding:26px 24px}.case-change-grid{grid-template-columns:1fr;margin-top:35px}.case-change-grid article{min-height:125px}.case-change-grid i{flex-basis:54px;width:54px;height:54px}}

/* 经销商合作页：面向本地制造业服务伙伴的独立招商页面。 */
.page-agent{background:#fff}.page-agent main{overflow:hidden}.agent-hero{position:relative;min-height:720px;padding:95px 0 85px;background:linear-gradient(135deg,#123c33 0%,#195c4c 55%,#178b69 100%);color:#fff}.agent-hero:before{content:"";position:absolute;right:-160px;top:-200px;width:650px;height:650px;border:1px solid #ffffff18;border-radius:50%;box-shadow:0 0 0 80px #ffffff08,0 0 0 160px #ffffff05}.agent-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;min-height:535px}.agent-hero-copy{position:relative;z-index:2}.agent-kicker{display:inline-flex;padding:7px 14px;border:1px solid #b6f0dd55;border-radius:99px;background:#ffffff10;color:#c6f5e5;font-size:14px;font-weight:700}.agent-hero h1{margin:22px 0 24px;font-size:55px;line-height:1.3;letter-spacing:-2px}.agent-hero h1 em{color:#73e1bc;font-style:normal}.agent-hero-copy>p{max-width:680px;margin:0;color:#c4ddd5;font-size:17px;line-height:1.95}.agent-actions{display:flex;align-items:center;gap:24px;margin-top:34px}.agent-primary{min-width:220px;border-radius:28px;background:#ff8a00;color:#fff}.agent-actions>a:last-child{color:#dcf7ed;font-weight:600}.agent-trust{display:flex;gap:35px;margin-top:40px;padding-top:28px;border-top:1px solid #ffffff24}.agent-trust span{display:flex;flex-direction:column;color:#afd0c5;font-size:12px}.agent-trust b{margin-bottom:5px;color:#fff;font-size:25px}.agent-trust small{font-size:13px}.agent-hero-visual{position:relative;z-index:1;height:500px}.agent-visual-screen{position:absolute;inset:35px -80px 20px 0;overflow:hidden;border:10px solid #ffffff18;border-radius:24px;background:#fff;box-shadow:0 35px 90px #041f1855}.agent-visual-screen img{width:100%;height:100%;object-fit:cover}.agent-visual-card{position:absolute;display:flex;align-items:center;gap:12px;padding:15px 20px;border-radius:12px;background:#fff;color:#33413c;box-shadow:0 18px 45px #06261d38}.agent-visual-card i{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#dcf5ec;color:#1faf7e;font-style:normal}.agent-visual-card b,.agent-visual-card span{display:block}.agent-visual-card b{color:#139a72}.agent-card-top{right:-28px;top:2px}.agent-card-bottom{left:-38px;bottom:0}.agent-section-head{text-align:center}.agent-section-head>span{color:#199c76;font-size:16px;font-weight:800}.agent-section-head h2{margin:12px 0 18px;color:#303638;font-size:45px;line-height:1.4}.agent-section-head>p{max-width:730px;margin:0 auto;color:#78847f;font-size:17px;line-height:1.8}.agent-opportunity{padding:120px 0}.agent-opportunity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:58px}.agent-opportunity-grid article{min-height:260px;padding:32px 28px;border:1px solid #e1ebe7;border-radius:12px;background:linear-gradient(145deg,#fff,#f5fbf8)}.agent-opportunity-grid i{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:#ddf4eb;color:#1faf7e;font-style:normal;font-size:21px;font-weight:800}.agent-opportunity-grid h3{margin:24px 0 12px;font-size:22px}.agent-opportunity-grid p{margin:0;color:#77827e;line-height:1.8}.agent-support{padding:120px 0;background:#153f35}.agent-section-head.light>span{color:#73d9b8}.agent-section-head.light h2{color:#fff}.agent-support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:60px}.agent-support-grid article{display:flex;gap:24px;min-height:190px;padding:32px;border:1px solid #ffffff17;border-radius:12px;background:#ffffff09;color:#fff}.agent-support-grid i{flex:0 0 48px;color:#68d5b1;font-style:normal;font-size:18px;font-weight:800}.agent-support-grid h3{margin:0 0 11px;font-size:21px}.agent-support-grid p{margin:0;color:#b9d2ca;line-height:1.8}.agent-fit{padding:120px 0;background:#f3f8f6}.agent-fit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}.agent-fit-grid article{position:relative;min-height:330px;padding:36px 32px;border-radius:13px;background:#fff;box-shadow:0 14px 40px #315d500f}.agent-fit-grid b{font-size:46px;color:#d8eee6}.agent-fit-grid h3{margin:30px 0 14px;font-size:23px}.agent-fit-grid p{margin:0;color:#77827d;line-height:1.8}.agent-fit-grid span{position:absolute;left:32px;bottom:32px;color:#1a9b75;font-size:13px;font-weight:700}.agent-policy{padding:120px 0}.agent-policy-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px;align-items:center}.agent-policy-copy>span{color:#1b9c76;font-weight:800}.agent-policy-copy h2{margin:14px 0 20px;font-size:45px;line-height:1.4}.agent-policy-copy p{color:#78847f;line-height:1.85}.agent-policy-list{display:grid;gap:16px}.agent-policy-list article{display:flex;align-items:center;gap:24px;padding:25px;border:1px solid #e2ebe8;border-radius:11px}.agent-policy-list i{flex:0 0 56px;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#def4ec;color:#1faf7e;font-style:normal;font-size:20px;font-weight:800}.agent-policy-list h3{margin:0 0 7px}.agent-policy-list p{margin:0;color:#7d8783}.agent-process{padding:110px 0;background:#eef9f5}.agent-process-line{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:60px}.agent-process-line:before{content:"";position:absolute;left:12%;right:12%;top:31px;height:2px;background:#b7e7d7}.agent-process-line article{position:relative;text-align:center}.agent-process-line i{position:relative;z-index:1;width:64px;height:64px;display:grid;place-items:center;margin:0 auto 22px;border:8px solid #dff4ed;border-radius:50%;background:#1faf7e;color:#fff;font-style:normal;font-weight:800}.agent-process-line h3{margin:0 0 10px;font-size:21px}.agent-process-line p{margin:0;color:#7d8984;line-height:1.75}.agent-contact{padding:95px 0;background:#fff}.agent-contact-card{display:flex;align-items:center;justify-content:space-between;gap:70px;padding:64px 72px;border-radius:20px;background:linear-gradient(135deg,#1c6b57,#1faf7e);color:#fff}.agent-contact-card>div:first-child>span{color:#c9f7e7}.agent-contact-card h2{margin:10px 0 14px;font-size:42px}.agent-contact-card p{max-width:650px;margin:0;color:#d3f4e9}.agent-contact-action{display:flex;flex:0 0 310px;flex-direction:column;align-items:center}.agent-contact-action small{color:#c9eee2}.agent-contact-action>a:first-of-type{margin:6px 0 22px;color:#fff;font-size:32px;font-weight:800}.agent-contact-action .white{min-width:210px;color:#159b74}
@media(max-width:1100px){.agent-hero-grid{grid-template-columns:1fr}.agent-hero{padding-bottom:110px}.agent-hero-visual{height:420px}.agent-visual-screen{right:0}.agent-opportunity-grid{grid-template-columns:repeat(2,1fr)}.agent-fit-grid{grid-template-columns:1fr}.agent-fit-grid article{min-height:250px}.agent-policy-grid{grid-template-columns:1fr;gap:45px}.agent-contact-card{align-items:flex-start;flex-direction:column}.agent-contact-action{align-items:flex-start}}
@media(max-width:700px){.agent-hero{padding:65px 0 80px}.agent-hero h1{font-size:38px;letter-spacing:-1px}.agent-hero-copy>p{font-size:15px}.agent-actions{align-items:stretch;flex-direction:column}.agent-actions>a:last-child{text-align:center}.agent-trust{gap:18px;flex-wrap:wrap}.agent-hero-visual{height:280px}.agent-visual-screen{inset:20px 0 0}.agent-visual-card{display:none}.agent-opportunity,.agent-support,.agent-fit,.agent-policy,.agent-process{padding:78px 0}.agent-section-head h2,.agent-policy-copy h2{font-size:31px}.agent-opportunity-grid,.agent-support-grid{grid-template-columns:1fr}.agent-opportunity-grid article{min-height:0}.agent-support-grid article{min-height:0;padding:25px 22px}.agent-fit-grid{margin-top:38px}.agent-process-line{grid-template-columns:1fr 1fr}.agent-process-line:before{display:none}.agent-contact{padding:65px 0}.agent-contact-card{padding:38px 24px}.agent-contact-card h2{font-size:31px}.agent-contact-action{flex-basis:auto}.agent-contact-action>a:first-of-type{font-size:27px}}

/* 关于我们上半部分：使命横幅与企业介绍。 */
.page-about main{overflow:hidden}.about-banner{position:relative;height:555px;color:#fff}.about-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%}.about-banner-mask{position:absolute;inset:0;background:linear-gradient(90deg,#152b28d9 0%,#173a34ad 48%,#132b2860 100%)}.about-banner-copy{position:relative;z-index:1;display:flex;height:100%;flex-direction:column;justify-content:center}.about-banner-copy p{margin:0 0 17px;color:#d7eee6;font-size:26px;letter-spacing:1px}.about-banner-copy h1{margin:0;color:#fff;font-size:56px;line-height:1.35;font-weight:600;letter-spacing:-1px}.about-banner-copy h1 span{color:#70ddb8}.about-intro{padding:120px 0;background:#fff}.about-intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:90px;align-items:center}.about-intro-kicker{color:#1a9b74;font-size:13px;font-weight:800;letter-spacing:2px}.about-intro-copy h2{position:relative;margin:14px 0 35px;padding-bottom:20px;color:#303638;font-size:46px}.about-intro-copy h2:after{content:"";position:absolute;left:0;bottom:0;width:58px;height:3px;background:#1faf7e}.about-intro-text p{margin:0 0 17px;color:#66726d;font-size:16px;line-height:1.95}.about-intro-facts{display:flex;gap:72px;margin-top:38px;padding-top:30px;border-top:1px solid #e3ebe8}.about-intro-facts div{display:flex;flex-direction:column}.about-intro-facts strong{color:#1faf7e;font-size:40px;line-height:1}.about-intro-facts span{margin-top:10px;color:#7c8782;font-size:14px}.about-intro-image{position:relative;height:520px}.about-intro-image>img{width:100%;height:100%;object-fit:cover;border-radius:4px}.about-intro-image>div{position:absolute;left:-38px;bottom:36px;min-width:230px;padding:24px 28px;background:#1faf7e;color:#fff;box-shadow:0 18px 45px #164e3d38}.about-intro-image b,.about-intro-image span{display:block}.about-intro-image b{font-size:15px}.about-intro-image span{margin-top:7px;font-size:25px;font-weight:800}
@media(max-width:1000px){.about-banner{height:480px}.about-intro-grid{grid-template-columns:1fr;gap:55px}.about-intro-image{height:430px}.about-intro-image>div{left:28px}}
@media(max-width:600px){.about-banner{height:390px}.about-banner-copy p{font-size:18px}.about-banner-copy h1{font-size:37px}.about-intro{padding:72px 0}.about-intro-copy h2{font-size:32px}.about-intro-text p{font-size:15px}.about-intro-facts{gap:28px}.about-intro-facts strong{font-size:31px}.about-intro-image{height:300px}.about-intro-image>div{left:18px;bottom:18px;min-width:200px;padding:18px 20px}.about-intro-image span{font-size:21px}}

/* 简洁版产品页：每一屏只讲一个核心功能。 */
.page-product-simple main{overflow:hidden}.simple-product-hero{padding:92px 0 0;background:linear-gradient(180deg,#f0f4f6,#edf5f2)}.simple-product-hero-copy{text-align:center}.simple-product-hero-copy>span{color:#169c74;font-size:15px;font-weight:800}.simple-product-hero h1{margin:16px 0 15px;color:#303638;font-size:56px;line-height:1.25}.simple-product-hero p{margin:0 auto;max-width:720px;color:#737f7a;font-size:18px;line-height:1.8}.simple-product-hero-copy>div{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:28px}.simple-product-hero .primary{min-width:190px;border-radius:28px;background:#ff8a00}.simple-product-hero-copy>div>a:last-child{color:#45534d;font-weight:600}.simple-product-hero-image{height:470px;margin-top:50px;overflow:hidden;border-radius:20px 20px 0 0;background:#fff;box-shadow:0 20px 65px #315d5020}.simple-product-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.simple-product-intro{padding:115px 0 105px;text-align:center;background:#fff}.simple-product-intro p{margin:0;color:#454d4a;font-size:24px}.simple-product-intro h2{margin:15px 0 0;color:#303638;font-size:48px;line-height:1.4}.simple-product-item{padding:110px 0;background:#fff}.simple-product-item.soft-green{background:linear-gradient(135deg,#edf9f5,#f9fcfb)}.simple-product-item.soft-blue{background:linear-gradient(135deg,#eff6ff,#fbfcff)}.simple-product-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:center}.simple-product-grid.reverse{grid-template-columns:1.28fr .72fr}.simple-product-grid.reverse .simple-product-copy{order:2}.simple-product-copy{padding:15px 0}.simple-product-title{display:flex;align-items:center;gap:17px}.simple-product-title i{flex:0 0 50px;width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#1faf7e;color:#fff;font-style:normal;font-size:15px;font-weight:800}.simple-product-title h2{margin:0;color:#303638;font-size:36px;line-height:1.35}.simple-product-copy ul{margin:30px 0 0;padding:0;list-style:none}.simple-product-copy li{position:relative;margin:15px 0;padding-left:26px;color:#65716c;font-size:16px;line-height:1.8}.simple-product-copy li:before{content:"";position:absolute;left:0;top:11px;width:7px;height:7px;border-radius:50%;background:#1faf7e}.simple-product-image{height:470px;overflow:hidden;border:10px solid #fff;border-radius:17px;background:#fff;box-shadow:0 25px 65px #315d501b}.simple-product-image img{width:100%;height:100%;object-fit:cover;object-position:top}.simple-product-image.contain img{object-fit:contain}.simple-product-cta{padding:100px 0;text-align:center;background:#1faf7e;color:#fff}.simple-product-cta p{margin:0;color:#d7fff2;font-size:18px}.simple-product-cta h2{margin:12px 0 32px;color:#fff;font-size:42px}.simple-product-cta .white{display:inline-flex;min-width:190px;color:#159b74}
@media(max-width:1000px){.simple-product-hero-image{height:390px}.simple-product-grid,.simple-product-grid.reverse{grid-template-columns:1fr;gap:45px}.simple-product-grid.reverse .simple-product-copy{order:0}.simple-product-image{height:400px}}
@media(max-width:600px){.simple-product-hero{padding-top:62px}.simple-product-hero h1{font-size:38px}.simple-product-hero p{font-size:16px}.simple-product-hero-copy>div{align-items:stretch;flex-direction:column;gap:12px}.simple-product-hero-image{height:250px;margin-top:38px;border-radius:12px 12px 0 0}.simple-product-intro{padding:75px 0 68px}.simple-product-intro p{font-size:17px;line-height:1.75}.simple-product-intro h2{font-size:31px}.simple-product-item{padding:72px 0}.simple-product-title{align-items:flex-start}.simple-product-title i{flex-basis:42px;width:42px;height:42px}.simple-product-title h2{font-size:28px}.simple-product-copy ul{margin-top:24px}.simple-product-copy li{font-size:15px}.simple-product-image{height:270px;border-width:6px}.simple-product-cta{padding:72px 0}.simple-product-cta h2{font-size:30px}}
@media(max-width:1100px) and (min-width:901px){body .site-header .brand{margin-right:30px!important}body .site-header .nav-links{gap:24px!important}body .site-header .nav-cta{padding:8px 12px!important}}

/* 案例库：每类 18 个，桌面端三列。 */
.case-filters button small{display:inline-grid;min-width:22px;height:22px;place-items:center;margin-left:6px;border-radius:11px;background:#edf4f1;color:#6f7c76;font-size:11px}.case-filters button.active small,.case-filters button:hover small{background:#ffffff30;color:#fff}.case-story-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.case-story-card{display:flex;min-height:590px;flex-direction:column}.case-story-card>img{flex:0 0 235px;width:100%;height:235px}.case-story-content{flex:1;min-height:355px}.case-story-metrics{gap:20px}.case-story-metrics b{font-size:24px}
@media(max-width:1200px) and (min-width:701px){.case-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.case-story-card{min-height:570px}}
@media(max-width:700px){.case-story-grid{grid-template-columns:1fr}.case-story-card{min-height:0}.case-story-card>img{height:230px;flex-basis:230px}}

/* 经销商页视觉统一：沿用首页、产品页和案例页的浅色品牌体系。 */
.page-agent{color:#303638}.agent-hero{min-height:690px;padding:92px 0 70px;background:linear-gradient(135deg,#f0f4f6 0%,#eef6f3 58%,#e5f5ef 100%);color:#303638}.agent-hero:before{right:-220px;top:-270px;width:720px;height:720px;border:0;background:#9ee4ce24;box-shadow:none}.agent-hero:after{content:"";position:absolute;left:-220px;bottom:-360px;width:560px;height:560px;border-radius:50%;background:#cfeee33d}.agent-hero-grid{grid-template-columns:.82fr 1.18fr;gap:62px;min-height:525px}.agent-kicker{padding:0;border:0;border-radius:0;background:transparent;color:#169c74;font-size:15px;font-weight:800}.agent-kicker:before{content:"";width:28px;height:2px;margin-right:10px;background:#1faf7e;vertical-align:middle}.agent-hero h1{margin:20px 0 22px;color:#303638;font-size:56px;line-height:1.25;font-weight:600}.agent-hero h1 em{color:#1faf7e}.agent-hero-copy>p{max-width:650px;color:#727e79;font-size:17px;line-height:1.95}.agent-actions{margin-top:32px}.agent-actions>a:last-child{color:#45534d}.agent-trust{margin-top:36px;padding-top:25px;border-top:1px solid #dce8e3}.agent-trust span{color:#7b8782}.agent-trust b{color:#303638}.agent-hero-visual{height:500px}.agent-visual-screen{inset:28px -70px 10px 0;border:10px solid #fff;border-radius:20px;background:#fff;box-shadow:0 28px 75px #315d5028}.agent-visual-screen img{object-position:top}.agent-visual-card{border:1px solid #e4ece9;border-radius:10px;box-shadow:0 16px 38px #315d5020}.agent-card-top{right:-22px;top:0}.agent-card-bottom{left:-30px;bottom:0}.agent-section-head>span{font-size:15px}.agent-section-head h2{margin:12px 0 16px;font-size:46px}.agent-opportunity,.agent-support,.agent-fit,.agent-policy,.agent-process{padding:110px 0}.agent-opportunity-grid{gap:24px;margin-top:55px}.agent-opportunity-grid article{min-height:250px;border-color:#e4ece9;border-radius:10px;background:#fff;box-shadow:0 12px 35px #315d500d;transition:.25s}.agent-opportunity-grid article:hover,.agent-fit-grid article:hover{transform:translateY(-6px);box-shadow:0 22px 48px #315d5018}.agent-opportunity-grid i{border-radius:50%;background:#def4ec}.agent-support{background:linear-gradient(135deg,#edf9f5,#f9fcfb)}.agent-section-head.light>span{color:#169c74}.agent-section-head.light h2{color:#303638}.agent-support-grid{gap:24px;margin-top:55px}.agent-support-grid article{min-height:180px;border:1px solid #e2ece8;border-radius:10px;background:#fff;color:#303638;box-shadow:0 10px 30px #315d500a}.agent-support-grid i{color:#1faf7e}.agent-support-grid p{color:#77827e}.agent-fit{background:#f3f7f6}.agent-fit-grid{gap:24px;margin-top:55px}.agent-fit-grid article{border:1px solid #e6eeeb;border-radius:10px;box-shadow:none;transition:.25s}.agent-fit-grid b{color:#d8eee6}.agent-policy{background:#fff}.agent-policy-list article{border-radius:10px;background:#fff}.agent-process{background:linear-gradient(180deg,#eef8f4,#f8fcfa)}.agent-contact{padding:90px 0}.agent-contact-card{border-radius:14px;background:#1faf7e;box-shadow:0 24px 60px #1b7c5e28}.agent-contact-action .white{border-radius:24px}
@media(max-width:1100px){.agent-hero-grid{grid-template-columns:1fr}.agent-hero{padding-bottom:100px}.agent-hero-visual{height:420px}.agent-visual-screen{right:0}}
@media(max-width:700px){.agent-hero{padding:62px 0 75px}.agent-hero h1{font-size:38px}.agent-hero-visual{height:270px}.agent-opportunity,.agent-support,.agent-fit,.agent-policy,.agent-process{padding:75px 0}.agent-section-head h2,.agent-policy-copy h2{font-size:31px}.agent-contact{padding:65px 0}.agent-contact-card{border-radius:12px}}

/* 公共导航右侧操作区与首页保持一致。 */
body .site-header .nav-actions{display:flex;align-items:center;gap:26px;margin-left:auto;white-space:nowrap}body .site-header .nav-register{display:inline-flex;align-items:center;gap:8px;color:#ff7900;font-size:16px;font-weight:500}body .site-header .nav-register:hover{color:#e96e00}body .site-header .nav-actions .nav-cta{margin-left:0!important;padding:10px 22px!important;border-radius:5px!important;font-size:17px!important;font-weight:500!important}
@media(max-width:1400px) and (min-width:901px){body .site-header .nav-actions{gap:14px}body .site-header .nav-register{font-size:14px}body .site-header .nav-actions .nav-cta{padding:9px 13px!important;font-size:15px!important}}
@media(max-width:900px){body .site-header .nav-actions{display:none}}
