:root { --navy: #073568; --navy-2: #092b50; --blue: #1464aa; --orange: #1274c5; --orange-2: #2786d1; --ink: #18324b; --muted: #60758a; --line: #dce5ee; --paper: #f4f7fb; --shadow: 0 16px 45px #07356812; --radius: 12px; }
body { font-family: Arial, "Segoe UI", sans-serif; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible, select:focus-visible, input:focus-visible { outline: rgb(101, 184, 245) solid 3px; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; }
.contact-strip { background: rgb(8, 47, 89); color: rgb(220, 234, 250); font-size: 12px; }
.contact-strip > .wrap { min-height: 38px; display: flex; align-items: center; gap: 26px; }
.contact-strip a { text-decoration: none; direction: ltr; }
.contact-strip > .wrap > span { margin-inline-start: auto; opacity: 0.85; }
.language-control { display: flex; align-items: center; }
.language-control select { border: 0px; background: rgb(22, 70, 114); color: rgb(255, 255, 255); padding: 6px 10px; font-size: 12px; border-radius: 3px; cursor: pointer; }
.language-control select option { background: rgb(255, 255, 255); color: rgb(24, 50, 75); }
.site-header { height: 88px; background: rgb(255, 255, 255); color: var(--navy); box-shadow: rgba(7, 53, 104, 0.05) 0px 3px 18px; border-bottom: 1px solid var(--line); }
.header-inner { max-width: 1320px; padding: 0px 28px; gap: 24px; }
.mark { background: var(--orange); border-radius: 4px; box-shadow: none; width: 44px; height: 44px; }
.brand-copy small { color: rgb(100, 120, 138); letter-spacing: 0.065em; }
.brand-copy strong { color: var(--navy); font-size: 1.3rem; }
.site-header nav { gap: 23px; margin-inline-start: auto; margin-left: auto; }
.site-header nav > a, .nav-group > summary { color: rgb(35, 71, 100); font-size: 0.88rem; font-weight: 700; padding: 32px 0px; cursor: pointer; white-space: nowrap; }
.site-header nav > a:hover, .site-header nav > a.active, .nav-group > summary:hover, .nav-group[open] > summary { color: var(--orange); }
.nav-group > summary { list-style: none; display: flex; align-items: center; gap: 7px; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary::after { content: ""; width: 6px; height: 6px; border-style: solid; border-color: currentcolor; border-image: none; border-width: 0px 1.5px 1.5px 0px; transform: rotate(45deg); margin-top: -3px; }
.nav-group[open] > summary::after { transform: rotate(225deg); margin-top: 3px; }
.site-header nav a.active::after { bottom: 20px; background: var(--orange); }
.mega { position: absolute; top: 87px; inset-inline: max(24px, 50% - 632px); padding: 32px; display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 38px; background: rgb(255, 255, 255); border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-left-color: ; border-left-style: ; border-left-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-top: 3px solid var(--orange); box-shadow: rgba(5, 45, 80, 0.125) 0px 20px 40px; border-radius: 0px 0px 10px 10px; z-index: 60; }
.mega strong { font-size: 1.2rem; }
.mega p { font-size: 0.9rem; color: var(--muted); margin: 9px 0px 12px; }
.site-header nav .mega a { display: block; padding: 10px 0px; color: var(--blue); font-size: 0.88rem; }
.site-header nav .mega a:hover { color: var(--navy); text-decoration: underline; }
.site-header nav .mega a::after { display: none; }
.header-cta, .button { background: var(--orange); color: rgb(255, 255, 255); box-shadow: none; border-radius: 4px; font-weight: 700; }
.header-cta { white-space: nowrap; font-size: 0.85rem; min-height: 42px; }
.button { padding: 0px 23px; min-height: 48px; }
.button.outline { background: transparent; color: rgb(255, 255, 255); border: 1px solid rgb(165, 199, 226); }
.button.outline:hover { background: rgba(255, 255, 255, 0.07); }
.button.secondary { border-radius: 4px; }
.menu-toggle { color: var(--navy); border-color: rgb(189, 208, 224); border-radius: 4px; }
.blue-hero { background: linear-gradient(115deg, rgb(6, 44, 88) 0%, rgb(7, 66, 126) 66%, rgb(12, 83, 148) 100%); color: rgb(255, 255, 255); padding: 64px 0px; }
.blue-hero-grid { display: grid; grid-template-columns: 1.13fr 0.87fr; align-items: center; gap: 70px; }
.blue-hero .eyebrow { color: rgb(131, 197, 255); font-size: 0.74rem; letter-spacing: 0.14em; }
.blue-hero h1 { font-size: clamp(2.5rem, 4.4vw, 4rem); letter-spacing: -0.035em; line-height: 1.08; margin: 18px 0px 23px; font-weight: 750; }
.hero-intro { color: rgb(201, 220, 238); font-size: 1.04rem; max-width: 590px; line-height: 1.75; margin-bottom: 28px; }
.blue-hero .hero-search { max-width: 545px; border-radius: 4px; margin-top: 26px; box-shadow: none; padding: 4px; }
.hero-search button { color: rgb(255, 255, 255); border-radius: 2px; font-size: 0.9rem; }
.hero-search input { border-radius: 2px; }
.hero-product { margin: 0px; background: rgb(255, 255, 255); border-radius: 10px; padding: 24px 30px 20px; box-shadow: rgba(2, 26, 54, 0.15) 0px 25px 60px; overflow: hidden; }
.hero-product img { display: block; width: 100%; height: 350px; object-fit: contain; }
.hero-product figcaption { display: flex; flex-direction: column; border-top: 1px solid rgb(228, 237, 243); padding-top: 16px; gap: 2px; color: var(--navy); }
.hero-product figcaption span { color: var(--muted); font-size: 0.8rem; }
.proof-bar { background: rgb(255, 255, 255); border-bottom: 1px solid var(--line); }
.proof-bar > .wrap { display: grid; grid-template-columns: repeat(4, 1fr); padding: 24px 0px; }
.proof-bar .wrap > div { display: flex; flex-direction: column; padding-inline: 30px; border-inline-start: 1px solid var(--line); }
.proof-bar .wrap > div:first-child { padding-inline-start: 0px; border: 0px; }
.proof-bar b { font-size: 1.7rem; color: var(--navy); line-height: 1.2; }
.proof-bar span { font-size: 0.8rem; color: var(--muted); margin-top: 5px; }
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); letter-spacing: -0.025em; line-height: 1.18; }
.section-head p { font-size: 0.95rem; max-width: 430px; }
.range-grid { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 24px; }
.range-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; text-decoration: none; background: rgb(255, 255, 255); transition: transform 0.2s, box-shadow 0.2s; }
.range-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgb(135, 180, 217); }
.range-image { height: 225px; padding: 22px; background: rgb(255, 255, 255); border-bottom: 1px solid rgb(237, 242, 247); }
.range-image img { width: 100%; height: 100%; object-fit: contain; }
.range-copy { padding: 22px 24px; background: rgb(249, 251, 253); }
.range-copy h3 { margin: 0px 0px 8px; font-size: 1.14rem; color: var(--navy); }
.range-copy p { font-size: 0.88rem; color: var(--muted); margin: 0px 0px 18px; min-height: 44px; }
.range-copy > span { font-size: 0.84rem; color: var(--orange); font-weight: 700; }
.company-feature { background: rgb(237, 243, 249); }
.company-split { display: grid; grid-template-columns: 1fr 1.08fr; gap: 70px; align-items: center; }
.company-split h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.18; color: var(--navy); letter-spacing: -0.025em; margin: 0px 0px 20px; }
.company-split p:not(.eyebrow) { color: var(--muted); font-size: 0.96rem; }
.company-split .button { margin-top: 12px; }
.company-visual { position: relative; border-radius: 8px; background: rgb(255, 255, 255); padding: 34px 30px 60px; min-height: 370px; }
.company-visual img { width: 100%; height: 290px; object-fit: contain; }
.since { position: absolute; bottom: 0px; inset-inline-start: 0px; background: var(--orange); color: rgb(255, 255, 255); padding: 15px 25px; display: flex; align-items: center; gap: 14px; border-radius: 0px 8px; font-size: 0.9rem; }
.since b { font-size: 2rem; line-height: 1; }
.service-card { border-radius: 6px; padding: 30px; }
.step-number { display: block; font-size: 1.8rem; color: rgb(145, 184, 217); font-weight: 700; margin-bottom: 28px; }
.service-card h3 { font-size: 1.2rem; }
.service-card p { line-height: 1.7; }
.process-section { background: var(--navy); color: rgb(255, 255, 255); }
.process-section .eyebrow { color: rgb(134, 198, 251); }
.process-section h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin: 0px; letter-spacing: -0.02em; }
.process { gap: 22px; }
.process div { background: transparent; border-top: 1px solid rgb(86, 130, 165); padding: 24px 0px 0px; }
.process strong { color: rgb(134, 198, 251); font-size: 1.1rem; }
.process h3 { font-size: 1.06rem; margin: 17px 0px 8px; font-weight: 650; }
.process span { color: rgb(185, 209, 231); font-size: 0.89rem; }
.industry-card { text-decoration: none; padding: 32px; border-radius: 6px; background: rgb(245, 248, 252); }
.industry-card:hover { border-color: rgb(122, 174, 216); background: rgb(237, 244, 251); }
.industry-index { display: block; color: var(--orange); font-size: 0.8rem; letter-spacing: 0.1em; font-weight: 700; margin-bottom: 30px; }
.text-link { color: var(--blue); font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.faq-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; }
.faq-layout h2 { font-size: 2.3rem; line-height: 1.15; color: var(--navy); margin: 0px 0px 16px; }
.faq-layout > div > p:not(.eyebrow) { color: var(--muted); }
.faq { border-bottom: 1px solid rgb(206, 221, 235); padding: 0px 0px 18px; margin-bottom: 20px; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy); padding: 4px 0px; }
.faq p { font-size: 0.94rem; color: var(--muted); margin-bottom: 0px; }
.closing-cta { padding: 52px 0px; background: rgb(226, 239, 251); }
.closing-cta > .wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.closing-cta h2 { font-size: clamp(1.65rem, 2.8vw, 2.3rem); line-height: 1.2; color: var(--navy); margin: 0px 0px 12px; max-width: 700px; }
.closing-cta p:last-child { margin: 0px; color: var(--blue); font-size: 0.9rem; }
.closing-cta .button { flex-shrink: 0; }
.page-hero { background: linear-gradient(110deg, rgb(7, 53, 104), rgb(10, 74, 132)); padding: 48px 0px; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.35rem); }
.page-hero .lead { color: rgb(196, 217, 235); }
.breadcrumbs { color: rgb(183, 209, 230); }
.catalog-shell { padding-top: 32px; }
.toolbar { border-radius: 6px; box-shadow: none; padding: 22px; border-top: 3px solid var(--orange); }
.toolbar input:focus, .toolbar select:focus, .form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: rgba(129, 189, 241, 0.2) solid 3px; border-color: var(--orange); }
.category-list { gap: 10px; margin-bottom: 24px; }
.category-pill { padding: 15px; border-radius: 5px; font-size: 0.9rem; }
.catalog-grid { gap: 22px; }
.product-card { border-radius: 7px; box-shadow: none; transition: box-shadow 0.2s, border-color 0.2s; }
.product-photo { height: 250px; padding: 22px; }
.product-body { padding: 23px; }
.product-card h2 { font-size: 1.07rem; line-height: 1.4; }
.chip { color: rgb(20, 100, 170); }
.photo-status { background: rgb(238, 244, 250); color: rgb(69, 98, 126); font-size: 0.7rem; bottom: 7px; left: 10px; max-width: calc(100% - 20px); }
.view-link { padding-top: 15px; border-top: 1px solid rgb(230, 238, 245); color: var(--orange); }
.detail-photo { border-radius: 8px; padding: 30px; }
.product-title { font-size: clamp(1.9rem, 3.5vw, 2.8rem); line-height: 1.15; }
.aside-card { top: 112px; border-radius: 7px; background: var(--navy); }
.tag.orange { background: rgb(232, 243, 252); color: rgb(18, 101, 168); }
.notice { background: rgb(234, 243, 251); border-color: var(--orange); color: rgb(40, 75, 107) !important; }
.cta-band { background: rgb(228, 240, 250); color: var(--navy); border-radius: 7px; }
.content-card, .form-card { border-radius: 7px; }
.service-card .icon, .industry-card .icon { background: rgb(233, 243, 252); }
.site-footer { background: rgb(6, 40, 76); padding-top: 60px; }
.site-footer .brand-copy strong { color: rgb(255, 255, 255); }
.site-footer .brand-copy b { color: rgb(117, 187, 243); }
.site-footer p { color: rgb(169, 193, 215); }
.site-footer > div a:not(.brand) { color: rgb(185, 207, 226); }
.site-footer h2 { font-size: 0.86rem; }
.footer-bottom { border-color: rgb(43, 73, 101); color: rgb(155, 182, 207); }
.site-footer a:hover { color: rgb(128, 193, 246) !important; }
.contact-rail { position: fixed; inset-inline-end: 12px; top: 50%; transform: translateY(-40%); z-index: 70; display: flex; flex-direction: column; border-radius: 7px; background: rgb(9, 103, 178); box-shadow: rgba(7, 53, 104, 0.19) 0px 5px 22px; overflow: visible; }
.contact-rail a, .contact-rail button { position: relative; display: flex; align-items: center; justify-content: center; width: 49px; height: 50px; border-width: 0px 0px 1px; border-style: none none solid; border-color: currentcolor currentcolor rgba(255, 255, 255, 0.145); border-image: none; background: transparent; color: rgb(255, 255, 255); cursor: pointer; text-decoration: none; }
.contact-rail > :first-child { border-radius: 7px 7px 0px 0px; }
.contact-rail > :last-child { border: 0px; border-radius: 0px 0px 7px 7px; }
.contact-rail a:hover, .contact-rail button:hover { background: rgb(4, 76, 136); }
.contact-rail svg { width: 23px; height: 23px; fill: none; stroke: currentcolor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.contact-rail span { position: absolute; inset-inline-end: 58px; white-space: nowrap; padding: 6px 10px; background: rgb(7, 53, 104); color: rgb(255, 255, 255); border-radius: 4px; font-size: 12px; opacity: 0; pointer-events: none; transition: opacity 0.15s; }
.contact-rail a:hover span, .contact-rail button:hover span, .contact-rail a:focus-visible span, .contact-rail button:focus-visible span { opacity: 1; }
#wechatDialog { max-width: 430px; width: calc(100% - 40px); padding: 32px; border: 0px; border-radius: 12px; color: var(--ink); box-shadow: rgba(6, 40, 76, 0.314) 0px 25px 90px; }
#wechatDialog::backdrop { background: rgba(6, 40, 76, 0.65); }
#wechatDialog h2 { color: var(--navy); margin: 0px 0px 15px; }
#wechatDialog p { color: var(--muted); font-size: 0.95rem; }
#wechatDialog .dialog-close { position: absolute; top: 9px; inset-inline-end: 12px; border: 0px; background: transparent; font-size: 25px; color: var(--muted); cursor: pointer; }
[dir="rtl"] .site-header nav { margin-left: 0px; margin-inline-start: auto; }
[dir="rtl"] .specs th, [dir="rtl"] .specs td { text-align: right; }
[dir="rtl"] .check-list li { padding-left: 0px; padding-right: 29px; }
[dir="rtl"] .check-list li::before { left: auto; right: 0px; }
[dir="rtl"] .notice, [dir="rtl"] .warning { border-left: 0px; border-right: 4px solid var(--orange); }
[dir="rtl"] .menu-toggle { margin-left: 0px; margin-inline-start: auto; }
[dir="rtl"] .spec-mini dd, [dir="rtl"] code, [dir="rtl"] .product-title, [dir="rtl"] .product-card h2 { direction: ltr; unicode-bidi: plaintext; }
[dir="rtl"] .blue-hero h1 { letter-spacing: 0px; line-height: 1.25; }
@media (min-width: 821px) {
  .wrap, .footer-grid, .footer-bottom { width: min(1200px, 100% - 144px); }
  .header-inner { max-width: 1280px; }
  .contact-strip > .wrap { width: min(1224px, 100% - 72px); }
}
@media (max-width: 1150px) {
  .header-inner { gap: 18px; padding: 0px 24px; }
  .site-header nav { gap: 18px; }
  .header-cta { display: none; }
  .blue-hero-grid { gap: 35px; }
  .hero-product { padding: 18px; }
  .hero-product img { height: 300px; }
  .company-split, .faq-layout { gap: 38px; }
  .range-grid { gap: 18px; }
  .range-copy { padding: 20px; }
  .range-image { height: 195px; }
}
@media (max-width: 820px) {
  .contact-strip > .wrap { gap: 15px; }
  .contact-strip > .wrap > span { display: none; }
  .language-control { margin-inline-start: auto; }
  .site-header { height: 76px; }
  .header-inner { padding: 0px 20px; }
  .site-header nav { top: 75px; background: rgb(255, 255, 255); border-top: 1px solid var(--line); padding: 14px 24px; max-height: calc(100dvh - 115px); overflow: auto; gap: 0px; }
  .site-header nav > a, .nav-group > summary { padding: 13px 0px; }
  .site-header nav a.active::after { bottom: 8px; }
  .mega { position: static; display: grid; grid-template-columns: 1fr 1fr; box-shadow: none; padding: 16px; gap: 16px; border-top: 2px solid var(--orange); margin: 0px 0px 10px; }
  .mega > div:first-child { grid-column: 1 / -1; }
  .site-header nav .mega a { padding: 8px 0px; }
  .mega strong { font-size: 1rem; }
  .mega p { margin: 6px 0px; }
  .blue-hero { padding: 42px 0px; }
  .blue-hero-grid { gap: 30px; grid-template-columns: 1.1fr 0.9fr; }
  .blue-hero h1 { font-size: 2.55rem; }
  .hero-intro { font-size: 0.95rem; }
  .hero-product img { height: 230px; }
  .hero-product figcaption { font-size: 0.8rem; }
  .hero-product figcaption span { font-size: 0.7rem; }
  .blue-hero .hero-search { display: flex; }
  .hero-search button { padding: 0px 12px; }
  .hero-actions .button { font-size: 0.86rem; padding: 0px 14px; min-height: 44px; }
  .proof-bar .wrap > div { padding-inline: 15px; }
  .proof-bar b { font-size: 1.4rem; }
  .proof-bar span { font-size: 0.7rem; }
  .range-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .company-split { gap: 28px; }
  .company-visual { padding: 18px 18px 58px; min-height: 300px; }
  .company-visual img { height: 240px; }
  .service-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .service-card { padding: 20px; }
  .industry-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .industry-card { padding: 22px; }
  .industry-card h3 { font-size: 1rem; }
  .contact-rail { inset-inline-end: 6px; }
  .contact-rail a, .contact-rail button { width: 42px; height: 45px; }
  .wrap, .footer-grid, .footer-bottom { width: calc(100% - 90px); margin-inline: 24px 66px; }
  [dir="rtl"] .wrap, [dir="rtl"] .footer-grid, [dir="rtl"] .footer-bottom { margin-inline: 24px 66px; }
  .contact-strip > .wrap { width: calc(100% - 40px); margin: auto; }
  .footer-grid { gap: 30px; }
  .closing-cta > .wrap { display: block; }
  .closing-cta .button { margin-top: 24px; }
}
@media (max-width: 620px) {
  .contact-strip > .wrap { gap: 10px; font-size: 10px; min-height: 35px; }
  .contact-strip a:nth-child(2) { display: none; }
  .language-control select { font-size: 11px; padding: 5px 7px; }
  .site-header { height: 70px; }
  .site-header nav { top: 69px; }
  .header-inner { padding: 0px 18px; }
  .brand-copy strong { font-size: 1.2rem; }
  .mark { width: 38px; height: 38px; }
  .wrap, .footer-grid, .footer-bottom, [dir="rtl"] .wrap, [dir="rtl"] .footer-grid, [dir="rtl"] .footer-bottom { width: calc(100% - 36px); margin: auto; }
  .contact-strip > .wrap { width: calc(100% - 36px); }
  .blue-hero { padding: 38px 0px; }
  .blue-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .blue-hero h1 { font-size: 2.65rem; max-width: 440px; margin: 14px 0px 18px; }
  .hero-intro { font-size: 0.95rem; margin-bottom: 23px; }
  .hero-product { padding: 18px 24px; border-radius: 6px; }
  .hero-product img { height: 260px; }
  .hero-product figcaption { font-size: 0.9rem; }
  .hero-product figcaption span { font-size: 0.78rem; }
  .blue-hero .hero-search { margin-top: 22px; }
  .blue-hero .hero-search input { height: 43px; font-size: 0.85rem; }
  .blue-hero .hero-search button { height: auto; }
  .proof-bar > .wrap { grid-template-columns: 1fr 1fr; gap: 22px 0px; padding: 24px 0px; }
  .proof-bar .wrap > div { padding-inline: 20px; }
  .proof-bar .wrap > div:nth-child(2n+1) { padding-inline-start: 0px; border: 0px; }
  .proof-bar b { font-size: 1.6rem; }
  .proof-bar span { font-size: 0.77rem; }
  .section { padding: 48px 0px; }
  .section-head { margin-bottom: 25px; }
  .section-head h2 { font-size: 1.9rem; }
  .range-grid { gap: 14px; }
  .range-image { height: 155px; padding: 15px; }
  .range-copy { padding: 16px; }
  .range-copy h3 { font-size: 0.95rem; line-height: 1.35; }
  .range-copy p { font-size: 0.8rem; min-height: 60px; }
  .range-copy > span { font-size: 0.76rem; }
  .company-split, .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .company-visual { min-height: 300px; }
  .company-visual img { height: 260px; }
  .company-split h2 { font-size: 1.9rem; }
  .service-grid, .industry-grid { grid-template-columns: 1fr; }
  .service-card { padding: 25px; }
  .step-number { margin-bottom: 18px; }
  .process { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .process h3 { font-size: 1rem; }
  .industry-index { margin-bottom: 16px; }
  .faq-layout h2 { font-size: 1.9rem; }
  .faq { margin-bottom: 18px; padding-bottom: 16px; }
  .closing-cta { padding: 38px 0px; }
  .closing-cta p:last-child { overflow-wrap: anywhere; font-size: 0.8rem; }
  .catalog-grid { grid-template-columns: 1fr; gap: 20px; }
  .product-photo { height: 270px; }
  .category-list { grid-template-columns: 1fr 1fr; }
  .category-pill { padding: 12px; font-size: 0.8rem; }
  .result-row { font-size: 0.82rem; gap: 8px; }
  .pager { gap: 7px; }
  .pager button { padding: 7px 10px; }
  .toolbar { padding: 17px; }
  .page-hero { padding: 36px 0px; }
  .page-hero h1 { font-size: 2.1rem; }
  .page-hero .lead { font-size: 0.95rem; }
  .detail-photo { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 22px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { margin-top: 32px; padding-bottom: 88px; }
  .contact-rail { inset-inline-end: 50%; top: auto; bottom: 12px; transform: translateX(50%); flex-direction: row; box-shadow: rgba(7, 53, 104, 0.314) 0px 4px 22px; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 9px; background: rgb(9, 103, 178); }
  .contact-rail a, .contact-rail button { width: 56px; height: 49px; border-bottom: 0px; border-inline-end: 1px solid rgba(255, 255, 255, 0.145); }
  .contact-rail > :first-child { border-radius: 8px 0px 0px 8px; }
  .contact-rail > :last-child { border-radius: 0px 8px 8px 0px; }
  .contact-rail span { display: none; }
  [dir="rtl"] .contact-rail { transform: translateX(-50%); }
  #wechatDialog { padding: 28px; }
  .form-card { padding: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .content-card { padding: 23px; }
}
@media (max-width: 370px) {
  .range-grid { grid-template-columns: 1fr; }
  .range-image { height: 200px; }
  .range-copy p { min-height: 0px; }
  .blue-hero h1 { font-size: 2.3rem; }
  .contact-rail a, .contact-rail button { width: 50px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { transition: none !important; animation: auto ease 0s 1 normal none running none !important; }
}
.form-grid > .full { grid-column: 1 / -1; }
.success-message p { margin-top: 0px; }