.custom-page{--blue:#2857ed;--navy:#15233d;--ink:#192b48;--muted:#596b82;--border:#e1e6ef;--soft:#f5f7fb;--lime:#d7ed8f;--radius:12px}
.custom-page *{box-sizing:border-box}
.custom-page{margin:0;color:var(--ink);background:#fff;font-family:Inter,"Segoe UI","Microsoft YaHei","PingFang SC",sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.75}
.custom-page button,.custom-page input,.custom-page select,.custom-page textarea{font:inherit}
.custom-page button,.custom-page a{-webkit-tap-highlight-color:transparent}
.custom-page button{cursor:pointer}
.custom-page a{color:inherit;text-decoration:none}
.custom-page button{color:inherit}
.custom-page svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.custom-page .svg-library{position:absolute;width:0;height:0;overflow:hidden}
.custom-page .container{width:100%;max-width:1180px;padding-inline:24px;margin-inline:auto}
.custom-page h1,.custom-page h2,.custom-page h3,.custom-page p{margin:0}
.custom-page button:focus-visible,.custom-page a:focus-visible,.custom-page summary:focus-visible,.custom-page select:focus-visible,.custom-page textarea:focus-visible,.custom-page [tabindex]:focus-visible{outline:3px solid #7996ff;outline-offset:5px}
.custom-page .skip-link{position:fixed;top:-80px;left:20px;z-index:200;background:white;padding:10px}
.custom-page .skip-link:focus{top:10px}
.custom-page .button{border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:16px 26px;border-radius:7px;font-weight:600;transition:transform .2s,background .2s;white-space:nowrap}
.custom-page .button:hover{transform:translateY(-2px)}
.custom-page .button.small{padding:11px 18px;font-size:14px;gap:16px}
.custom-page .button.small svg{width:17px}
.custom-page .primary{background:var(--blue);color:white;box-shadow:0 5px 14px #2857ed18}
.custom-page .primary:hover{background:#1947d7}
.custom-page .dark{background:var(--navy);color:white}
.custom-page .light{background:white;color:var(--blue)}
.custom-page .text-link{display:inline-flex;align-items:center;gap:16px;background:none;border:0;padding:0;font-weight:600;font-size:14px}
.custom-page .text-link:hover{color:var(--blue)}
.custom-page .text-link span{font-size:23px}
.custom-page .status-dot{width:7px;height:7px;background:var(--blue);border-radius:50%;display:inline-block;flex-shrink:0}
.custom-page h1{font-size:clamp(44px,4.3vw,62px);letter-spacing:-2.5px;line-height:1.24;font-weight:750}
.custom-page .section{padding-top:80px;padding-bottom:80px}
.custom-page .section-kicker{font-size:14px;letter-spacing:1.4px;color:var(--blue);font-weight:650;margin-bottom:16px}
.custom-page h2{font-size:34px;letter-spacing:-.6px;line-height:1.4;font-weight:700}
.custom-page .section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:32px}
.custom-page .section-heading>p{font-size:16px;color:var(--muted);line-height:1.8;max-width:300px}
.custom-page .solution-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.custom-page .solution-tabs button{display:flex;align-items:center;text-align:left;gap:15px;border:1px solid var(--border);background:white;padding:20px 24px;border-radius:8px;font-size:18px;font-weight:600}
.custom-page .solution-tabs button>span{font-size:14px;letter-spacing:1px;color:#61728a;font-weight:400}
.custom-page .solution-tabs svg{margin-left:auto;width:18px}
.custom-page .solution-tabs button[aria-selected=true]{background:var(--blue);color:white;border-color:var(--blue)}
.custom-page .solution-tabs button[aria-selected=true]>span{color:#bcccfb}
.custom-page .solution-panel{margin-top:18px;padding:36px;background:var(--soft);border:1px solid var(--border);border-radius:10px;display:grid;grid-template-columns:1fr 1.15fr;gap:40px;min-height:340px}
.custom-page .pill{display:inline-block;font-size:14px;border:1px solid #cbd8fb;border-radius:4px;background:#eaf0ff;color:var(--blue);padding:3px 8px;letter-spacing:.5px}
.custom-page .solution-copy h3{font-size:28px;line-height:1.5;letter-spacing:-.7px;margin:16px 0}
.custom-page .solution-copy p{color:var(--muted);font-size:16px;line-height:1.85;max-width:none}
.custom-page .solution-copy .text-link{color:var(--blue);margin-top:24px;font-size:16px}
.custom-page .capabilities{display:grid;grid-template-columns:1fr 1fr;gap:28px 24px;align-content:center}
.custom-page .capability .capability-icon{background:white;width:40px;height:40px;border:1px solid var(--border);border-radius:7px;display:grid;place-items:center;color:var(--blue);margin-bottom:12px}
.custom-page .capability svg{width:17px;height:17px}
.custom-page .capability h4{font-size:18px;margin:0 0 8px;line-height:1.5}
.custom-page .capability p{font-size:16px;color:var(--muted);line-height:1.8}
.custom-page .scope-note{display:flex;gap:8px 12px;align-items:baseline;font-size:14px;color:var(--muted);margin-top:24px;flex-wrap:wrap}
.custom-page .scope-note>span{font-weight:600;color:var(--ink)}
.custom-page .scope-note a{margin-left:auto;background:none;border:0;color:var(--blue);font-size:14px;white-space:nowrap}
.custom-page .delivery-section{background:var(--navy);color:white;position:relative;overflow:hidden}
.custom-page .delivery-section:after{content:"";position:absolute;width:460px;height:460px;border:1px solid #ffffff08;border-radius:50%;top:-225px;left:12%;pointer-events:none}
.custom-page .delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding-block:72px;align-items:center}
.custom-page .delivery-copy .section-kicker{color:var(--lime)}
.custom-page .delivery-copy h2{font-size:32px;line-height:1.5}
.custom-page .delivery-copy>p{font-size:16px;color:#bdc9db;line-height:1.85;margin-top:24px}
.custom-page .delivery-points{display:flex;flex-direction:column;gap:14px;margin-top:28px;font-size:16px;color:#d8e0ed}
.custom-page .delivery-points span{display:flex;align-items:center;gap:10px}
.custom-page .delivery-points svg{color:var(--lime);width:16px;height:16px}
.custom-page .delivery-copy>small{display:block;margin-top:25px;font-size:14px;color:#aebed5;line-height:1.8}
.custom-page .delivery-files{background:#1d2d49;border:1px solid #34435e;border-radius:11px;box-shadow:0 22px 30px #080f2020}
.custom-page .files-header{display:flex;justify-content:space-between;align-items:center;padding:17px 23px;border-bottom:1px solid #34435e;font:14px Consolas,"Microsoft YaHei",monospace;color:#bdc9db}
.custom-page .files-header>span:first-child{display:flex;align-items:center;gap:9px;color:#d7e1f4}
.custom-page .files-header svg{width:18px;height:18px;color:var(--lime)}
.custom-page .file-row{display:flex;align-items:center;gap:14px;padding:22px 0;margin:0 23px;border-bottom:1px solid #34435e}
.custom-page .file-icon{display:grid;place-items:center;background:#293b59;border-radius:7px;width:40px;height:44px;color:#a6beff;flex-shrink:0}
.custom-page .file-icon svg{width:19px;height:19px}
.custom-page .file-row strong{font-size:16px;font-weight:600;line-height:1.6}
.custom-page .file-row small{display:block;font-size:14px;color:#b8c6dc;margin-top:5px;line-height:1.7}
.custom-page .file-type{font:14px Consolas,monospace;color:#aebed5;margin-left:auto;letter-spacing:0}
.custom-page .files-footer{display:flex;align-items:center;gap:8px;padding:18px 23px;font-size:14px;color:#bdc9db}
.custom-page .files-footer .status-dot{width:5px;height:5px;background:var(--lime)}
.custom-page .process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.custom-page .process-grid article{border-top:1px solid #cbd5e3;padding-top:19px}
.custom-page .step-top{display:flex;justify-content:space-between;align-items:center}
.custom-page .step-top>span{font-size:34px;font-weight:350;color:#b6c6e5;line-height:1.2;letter-spacing:-1px}
.custom-page .step-top svg{width:18px;height:18px;color:#a2b3d0}
.custom-page .process-grid h3{font-size:20px;margin-top:20px;line-height:1.5}
.custom-page .process-grid p{font-size:16px;line-height:1.85;color:var(--muted);margin-top:12px}
.custom-page .step-output{display:block;margin-top:18px;color:var(--blue);font-size:14px}
.custom-page .step-output:before{content:"↳";margin-right:7px}
.custom-page .faq-section{background:#f7f9fc;border-block:1px solid var(--border);padding-block:72px}
.custom-page .faq-grid{display:grid;grid-template-columns:.8fr 1.4fr;gap:56px}
.custom-page .faq-grid>div>p{font-size:16px;color:var(--muted);margin-top:18px;line-height:1.8}
.custom-page .faq-grid .text-link{margin-top:23px;color:var(--blue);font-size:16px}
.custom-page .faq-list details{border-bottom:1px solid #dce3ee}
.custom-page .faq-list details:first-child{border-top:1px solid #dce3ee}
.custom-page .faq-list summary{padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;font-size:18px;font-weight:600;cursor:pointer;line-height:1.6}
.custom-page .faq-list summary::-webkit-details-marker{display:none}
.custom-page .faq-list summary span{width:12px;height:12px;position:relative;flex-shrink:0}
.custom-page .faq-list summary span:before,.custom-page .faq-list summary span:after{content:"";position:absolute;height:1px;width:12px;top:6px;background:#768aa8}
.custom-page .faq-list summary span:after{transform:rotate(90deg)}
.custom-page .faq-list details[open] summary span:after{display:none}
.custom-page .faq-list details[open] summary{color:var(--blue)}
.custom-page .faq-list details p{font-size:16px;color:var(--muted);line-height:1.85;padding-bottom:22px;padding-right:25px}
.custom-page [hidden]{display:none!important}

.custom-page .service-intro{background:#f7f9fd;border-bottom:1px solid var(--border)}
.custom-page .service-intro-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:32px;align-items:center;padding-block:64px}
.custom-page .service-overline{display:flex;align-items:center;gap:9px;font-size:14px;color:#61728a;letter-spacing:.6px}
.custom-page .service-overline>span{width:6px;height:6px;background:var(--blue);border-radius:50%}
.custom-page .service-intro h1{font-size:56px;font-weight:700;line-height:1.2;letter-spacing:-1.5px;margin-top:24px}
.custom-page .title-period{color:var(--blue);padding-left:4px}
.custom-page .service-subtitle{font-size:19px;font-weight:600;letter-spacing:.1px;margin-top:22px;line-height:1.7}
.custom-page .service-subtitle>span{display:inline-block}
.custom-page .service-subtitle>span+span:before{content:" · "}
.custom-page .service-description{font-size:16px;line-height:1.9;color:var(--muted);margin-top:24px}
.custom-page .mobile-break{display:none}
.custom-page .service-cta{margin-top:30px;font-size:16px;padding:15px 24px;gap:25px}
.custom-page .wechat-panel{background:#fff;border:1px solid #dfe6f1;border-radius:12px;padding:28px;box-shadow:0 12px 32px #203b6710;scroll-margin-top:105px;transition:border-color .2s,box-shadow .2s}
.custom-page .wechat-panel:target{border-color:#8ca9f3;box-shadow:0 0 0 4px #2857ed0c,0 12px 32px #203b6710}
.custom-page .wechat-heading{display:flex;gap:12px;align-items:center}
.custom-page .wechat-symbol{width:39px;height:39px;background:#edf4ef;color:#4e8a64;display:grid;place-items:center;border-radius:10px;flex-shrink:0}
.custom-page .wechat-symbol svg{width:23px;height:23px}
.custom-page .wechat-heading h2{font-size:22px;letter-spacing:0;line-height:1.4}
.custom-page .wechat-heading p{font-size:14px;color:#61728a;margin-top:6px;line-height:1.75}
.custom-page .wechat-body{display:grid;grid-template-columns:minmax(0,1fr) 38%;align-items:center;gap:20px;margin-top:28px}
.custom-page .wechat-qr{width:100%;aspect-ratio:1;padding:7%;position:relative;background:#fff;isolation:isolate}
.custom-page .wechat-qr img{display:block;width:100%;height:auto;aspect-ratio:1;animation:none;transform:none}
.custom-page .qr-corner{position:absolute;width:14px;height:14px;border-color:#48a655;border-style:solid;border-width:0;pointer-events:none;animation:custom-qr-breathe 3s ease-in-out infinite}
@keyframes custom-qr-breathe{0%,100%{opacity:.35}50%{opacity:1}}
.custom-page .corner-tl{top:0;left:0;border-top-width:1px;border-left-width:1px}
.custom-page .corner-tr{top:0;right:0;border-top-width:1px;border-right-width:1px}
.custom-page .corner-bl{bottom:0;left:0;border-bottom-width:1px;border-left-width:1px}
.custom-page .corner-br{bottom:0;right:0;border-bottom-width:1px;border-right-width:1px}
.custom-page .wechat-label{display:block;font-size:14px;color:#61728a}
.custom-page .wechat-details strong{display:block;font-size:20px;font-weight:600;margin-top:4px;letter-spacing:0;line-height:1.5}
.custom-page .wechat-details p{font-size:14px;color:#61728a;line-height:1.8;margin-top:14px}
.custom-page .brief-checklist{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:14px}
.custom-page .brief-checklist li{display:flex;align-items:baseline;gap:10px}
.custom-page .brief-checklist li>span{color:#61728a;font:14px Consolas,monospace}
.custom-page .brief-checklist b{display:block;font-size:16px;font-weight:600;line-height:1.5}
.custom-page .brief-checklist small{display:block;font-size:14px;color:#61728a;line-height:1.75;margin-top:4px}
.custom-page .next-step{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-block:48px}
.custom-page .next-step h2{font-size:28px;letter-spacing:-.5px;line-height:1.4}
.custom-page .next-step p{font-size:16px;color:var(--muted);margin-top:12px}
.custom-page .next-step a{font-size:16px;color:var(--blue);white-space:nowrap}
.custom-page #services{padding-top:64px}

.custom-page{display:block;background:#fff}
.custom-page .container::before,.custom-page .container::after{content:none;display:none}
.custom-page .section{margin-block:0}
.custom-page h3,.custom-page h4{font-weight:700}
.custom-page .button:hover,.custom-page a:hover,.custom-page a:focus{text-decoration:none}
.custom-page .service-intro,.custom-page #services,.custom-page #process,.custom-page #delivery,.custom-page #faq,.custom-page #contact{scroll-margin-top:90px}
/* Consistent type hierarchy; reflow cards instead of shrinking readable text. */
@media(max-width:1100px){
.custom-page .service-intro-grid{grid-template-columns:.85fr 1fr;gap:24px}
.custom-page .service-intro h1{font-size:50px}
.custom-page .service-subtitle{font-size:18px}
.custom-page .service-description br{display:none}
.custom-page .wechat-panel{padding:24px}
.custom-page .wechat-body{grid-template-columns:1fr}
.custom-page .wechat-qr{width:min(220px,100%);justify-self:center;grid-row:1;padding:16px}
.custom-page .solution-panel{gap:28px;padding:28px}
.custom-page .delivery-grid{gap:32px}
.custom-page .file-type{display:none}
.custom-page .faq-grid{gap:36px}
}
@media(max-width:900px){
.custom-page .service-intro-grid{grid-template-columns:1fr;gap:32px;padding-block:48px}
.custom-page .service-subtitle{max-width:none}
.custom-page .service-description{max-width:600px;margin-top:18px}
.custom-page .service-cta{margin-top:24px}
.custom-page .wechat-body{grid-template-columns:minmax(0,1fr) 220px;gap:24px}
.custom-page .wechat-qr{grid-row:auto}
.custom-page .section{padding-block:64px}
.custom-page #services{padding-top:56px}
.custom-page .section-heading{align-items:flex-start;flex-direction:column;gap:16px}
.custom-page .section-heading>p{max-width:none}
.custom-page .section-heading>p br{display:none}
.custom-page .solution-tabs button{font-size:16px;padding:18px 14px;gap:10px}
.custom-page .solution-panel{grid-template-columns:1fr;gap:28px}
.custom-page .solution-copy h3 br{display:none}
.custom-page .capabilities{padding-top:28px;border-top:1px solid var(--border)}
.custom-page .delivery-grid{grid-template-columns:1fr;padding-block:64px;gap:32px}
.custom-page .delivery-files{width:100%}
.custom-page .file-type{display:block}
.custom-page .process-grid{grid-template-columns:1fr 1fr;gap:32px}
.custom-page .faq-grid{grid-template-columns:1fr;gap:28px}
.custom-page .faq-grid h2 br{display:none}
.custom-page .faq-grid>div>p{margin-top:14px}
.custom-page .faq-grid .text-link{margin-top:16px}
.custom-page .faq-section{padding-block:64px}
}
@media(max-width:640px){
.custom-page h2,.custom-page .delivery-copy h2{font-size:28px;line-height:1.45}
.custom-page .service-intro-grid{padding-block:36px;gap:28px}
.custom-page .service-intro h1{font-size:44px;margin-top:18px}
.custom-page .service-subtitle{font-size:18px;margin-top:18px}
.custom-page .service-subtitle>span{display:block}
.custom-page .service-subtitle>span+span:before{content:none}
.custom-page .service-description{font-size:16px;margin-top:18px}
.custom-page .wechat-panel{padding:22px}
.custom-page .wechat-heading{gap:10px;align-items:flex-start}
.custom-page .wechat-heading h2{font-size:20px}
.custom-page .wechat-heading p{margin-top:5px}
.custom-page .wechat-body{grid-template-columns:1fr;gap:24px;margin-top:24px}
.custom-page .wechat-qr{grid-row:1}
.custom-page .wechat-details strong{font-size:20px}
.custom-page .section{padding-block:48px}
.custom-page #services{padding-top:48px}
.custom-page .section-heading{margin-bottom:24px}
.custom-page .solution-tabs{grid-template-columns:1fr;gap:10px}
.custom-page .solution-tabs button{font-size:17px;padding:15px 18px;gap:14px}
.custom-page .solution-panel{padding:24px}
.custom-page .solution-copy h3{font-size:24px}
.custom-page .capabilities{grid-template-columns:1fr;gap:24px}
.custom-page .scope-note{margin-top:20px}
.custom-page .scope-note a{margin-left:0}
.custom-page .delivery-grid,.custom-page .faq-section{padding-block:48px}
.custom-page .delivery-copy h2 br{display:none}
.custom-page .delivery-copy>p br{display:none}
.custom-page .file-row{margin:0 18px;gap:12px}
.custom-page .file-type{display:none}
.custom-page .files-header,.custom-page .files-footer{padding:18px}
.custom-page .file-icon{width:34px;height:40px}
.custom-page .faq-list summary{font-size:17px;padding:20px 0}
.custom-page .faq-list details p{padding-right:0}
.custom-page .next-step{flex-direction:column;align-items:flex-start;gap:20px;padding-block:36px}
.custom-page .next-step h2{font-size:26px}
}
@media(max-width:480px){
.custom-page .process-grid{grid-template-columns:1fr;gap:28px}
.custom-page .process-grid h3{margin-top:14px}
.custom-page .step-output{margin-top:14px}
}
@media(prefers-reduced-motion:reduce){
.custom-page *,.custom-page *:before,.custom-page *:after{transition:none!important;animation:none!important}
}
