:root {
--bg-body:#f4f6f8;
--bg-surface:#ffffff;
--bg-subtle:#fafbfd;
--bg-muted:#eef2f5;
--bg-panel:#f7f9fb;
--text-primary:#1d2733;
--text-secondary:#5b6878;
--text-muted:#7b8795;
--text-inverse:#ffffff;
--border-color:#d8e0e8;
--border-strong:#c4ced9;
--accent-600:#073e7a;
--accent-500:#0d529c;
--accent-100:#e6ebf1;
--accent-050:#e6ebf1;
--shadow-xs:0 1px 2px rgba(17,24,39,0.04);
--shadow-sm:0 12px 32px rgba(17,24,39,0.06);
--shadow-md:0 22px 48px rgba(17,24,39,0.08);
--radius-sm:10px;
--radius-md:18px;
--radius-lg:28px;
--radius-xl:36px;
--radius-full:999px;
--container-width:1280px;
--container-padding:0 28px;
--section-padding:88px 0;
--subhead-max-width:min(100%, clamp(32rem, 72vw, 68rem));
--page-hero-padding-top:108px;
--page-hero-padding-bottom:40px;
--page-hero-min-height:170px;
--font-heading:"IBM Plex Sans", "Avenir Next", "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
--font-body:"Inter", "Avenir Next", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
--transition-fast:0.18s ease;
--transition-base:0.28s ease
}
*, :after, :before {
	box-sizing: border-box
}
html {
	scroll-behavior: smooth;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--text-primary);
	background: #fff;
	line-height: 1.65;
	overflow-x: hidden
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}
.site-shell:lang(zh) .hero h1 {
	letter-spacing: 0;
	line-height: 1.12
}
.site-shell:lang(zh) {
--subhead-max-width:min(100%, clamp(30rem, 70vw, 60rem))
}
.site-shell:lang(en) {
--subhead-max-width:min(100%, clamp(34rem, 74vw, 76rem))
}
.site-shell:lang(en) .btn, .site-shell:lang(en) .detail-chip, .site-shell:lang(en) .regional-standard-tag, .site-shell:lang(en) h1, .site-shell:lang(en) h2, .site-shell:lang(en) h3 {
	overflow-wrap: break-word
}
img {
	max-width: 100%;
	display: block;
	height: auto
}
a {
	color: inherit;
	text-decoration: none;
	transition: color var(--transition-fast), border-color var(--transition-fast), background-color var(--transition-fast), opacity var(--transition-fast)
}
button, input, select, textarea {
	font: inherit
}
button {
	border: 0;
	background: none;
	cursor: pointer
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: var(--font-heading);
	font-weight: 600;
	line-height: 1.14;
	letter-spacing: -.03em
}
h1 {
	font-size: clamp(2.7rem, 5.4vw, 4.75rem)
}
h2 {
	font-size: clamp(2rem, 3.2vw, 3rem)
}
h3 {
	font-size: clamp(1.35rem, 2.2vw, 1.9rem)
}
h4 {
	font-size: 1.15rem
}
p {
	margin: 0;
	color: var(--text-secondary)
}
.container {
	width: min(100%, var(--container-width));
	margin: 0 auto;
	padding: var(--container-padding)
}
.section {
	padding: var(--section-padding)
}
.section-alt, .section-dark {
	background: var(--bg-subtle)
}
.section-shell {
	padding: clamp(28px, 3vw, 40px);
	background: rgba(255,255,255,.86);
	border: 1px solid rgba(216,224,232,.92);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm)
}
.section-label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	color: var(--accent-600);
	font-family: var(--font-heading);
font-size:.9rem;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase
}
.section-label:before {
	content: "";
	width: 30px;
	height: 1px;
	background: currentColor;
	opacity: .55
}
.hero-label-spacer {
	visibility: hidden;
	pointer-events: none
}
.section-title {
	margin-bottom: 16px;
	max-width: var(--subhead-max-width);
	text-wrap: balance
}
.stacked-title {
	display: inline-grid;
	justify-items: start;
	width: max-content;
	max-width: 100%
}
.stacked-title-line {
	display: block
}
.section-title-compact {
	margin-bottom: 24px
}
.section-copy, .section-subtitle {
	max-width: 720px;
	font-size: 1.03rem;
	line-height: 1.8;
	text-wrap: pretty
}
.section-subtitle {
	margin-top: 0
}
.section-subtitle-wide {
	max-width: 62ch;
	margin-bottom: 32px
}
.section-copy {
	margin-bottom: 16px
}
.section-copy-centered {
	max-width: 820px;
	margin: 0 auto;
	text-align: center
}
.section-header {
	display: grid;
	gap: 10px;
	justify-items: start;
	text-align: left;
	margin-bottom: 42px
}
.section-header.section-header-long {
	max-width: min(100%, 1280px)
}
.section-header.section-header-long .section-title {
	width: 100%;
	max-width: 100%
}
.section-header.section-header-long .section-subtitle {
	width: 100%;
	max-width: min(100%, 980px)
}
.site-shell:lang(en) .section-title, .site-shell:lang(zh) .section-title {
	line-height: 1.08
}
.site-shell:lang(zh) .section-header.section-header-long {
	max-width: min(100%, 1440px)
}
.site-shell:lang(zh) .section-header.section-header-long .section-title {
	font-size: clamp(2.7rem, 4.8vw, 4.8rem);
	line-height: 1.05
}
.market-detail-advantages-header .section-label {
	margin-bottom: 0
}
.home-why-us-shell {
	padding: clamp(30px, 4vw, 44px);
	border: 1px solid rgba(216,224,232,.92);
	border-radius: var(--radius-xl);
	background: #fff;
	box-shadow: 0 18px 40px rgba(17,24,39,.06)
}
.home-why-us-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px
}
.home-why-us-card {
	display: grid;
	grid-template-rows: auto minmax(3.1rem, auto) 1fr;
	gap: 16px;
	height: 100%;
	padding: 24px;
	background: #fff;
	border: 1px solid rgba(216,224,232,.94);
	border-radius: 22px;
	box-shadow: var(--shadow-xs)
}
.home-why-us-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px
}
.home-why-us-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: var(--accent-050);
	color: var(--accent-600)
}
.home-why-us-index {
	color: var(--text-muted);
	font-family: var(--font-heading);
font-size:.84rem;
	font-weight: 700;
	letter-spacing: .18em
}
.home-why-us-title {
	color: var(--text-primary);
	font-size: clamp(1.16rem, 1.9vw, 1.38rem);
	line-height: 1.28;
	text-wrap: pretty
}
.home-why-us-desc {
	margin: 0;
	color: var(--text-secondary);
font-size:.97rem;
	line-height: 1.76;
	text-wrap: pretty
}
.grid {
	display: grid;
	gap: 24px
}
.grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
.grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}
.grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr))
}
.split-layout {
	display: grid;
	gap: clamp(28px, 4vw, 56px)
}
.split-layout-center {
	align-items: center
}
.split-layout-start {
	align-items: start
}
.split-layout-equal {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
.split-layout-content-aside {
grid-template-columns:minmax(0, 1.12fr) minmax(320px, .88fr)
}
.split-layout-form {
grid-template-columns:minmax(0, 1.14fr) minmax(320px, .86fr)
}
.split-layout-product {
grid-template-columns:minmax(320px, .9fr) minmax(0, 1.1fr)
}
.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px
}
.stats-grid-two {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
.navbar {
	position: fixed;
	inset: 0 0 auto;
	z-index: 1000;
	overflow: visible;
	isolation: isolate;
	border-bottom: 1px solid transparent;
	transition: box-shadow var(--transition-base), border-color var(--transition-base), background-color var(--transition-base);
	top:0;
	right:0;
	bottom:auto;
	left:0;
}
.navbar:before {
	content: "";
	position: absolute;
	inset: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
	background: rgba(255,255,255,.86);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px)
}
.navbar.scrolled {
	border-bottom-color: rgba(216,224,232,.92);
	box-shadow: var(--shadow-xs)
}
.navbar.scrolled:before {
	background: rgba(255,255,255,.94)
}
.navbar-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	min-height: 76px;
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 28px
}
.navbar-logo {
	justify-self: start
}
.navbar-logo img {
	height: 34px;
	width: auto
}
.navbar-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 0;
	justify-self: center
}
.nav-dropdown-toggle-desktop, .navbar-links>a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	min-width: 88px;
	padding: 0 14px;
	border-radius: var(--radius-full);
	color: var(--text-secondary);
	font-family: var(--font-heading);
    font-size:.95rem;
	font-weight: 500
}
.nav-dropdown-toggle-desktop:hover, .navbar-links>a:hover {
	color: var(--text-primary);
	background: var(--accent-100)
}
.navbar-links>a.nav-mobile-only {
	display: none
}
.nav-dropdown {
	position: relative;
	z-index: 1
}
.nav-dropdown-mobile-link, .nav-dropdown-mobile-row {
	display: none
}

.nav-dropdown .nav-dropdown-menu-portal{
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease;
	}
.nav-dropdown:hover .nav-dropdown-menu-portal{
	opacity: 1;
	visibility: visible;
	overflow-y:auto;
	height:60vh;
}
.nav-dropdown-menu-portal::-webkit-scrollbar {/*滚动条整体样式*/
      width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
      height: 4px;
        }
.nav-dropdown-menu-portal::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
border-radius:5px;
      -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
      background: rgba(0,0,0,0.3);
        }
.nav-dropdown-menu-portal::-webkit-scrollbar-track {/*滚动条里面轨道*/
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
     border-radius: 0;
     background: rgba(0,0,0,0.1);
}



.nav-dropdown-toggle-desktop:after {
	content: "";
	display: inline-block;
	margin-left: 8px;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid;
	border-bottom: 1.5px solid;
	transform: rotate(45deg) translateY(-1px);
	transition: transform var(--transition-fast)
}
.nav-dropdown:hover .nav-dropdown-toggle-desktop:after {
	transform: rotate(225deg) translateY(-1px)
}
.nav-dropdown-toggle-mobile {
	display: none
}
.nav-dropdown-menu {
	min-width: 320px;
	padding: 10px;
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(216,224,232,.98);
	border-radius:10px;
	box-shadow: var(--shadow-md);
	will-change: transform, opacity;
	-webkit-transform: translateZ(0);
	overflow:hidden;
}
.nav-dropdown-menu-portal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}
.nav-dropdown-menu-inline {
	display: none
}
.nav-dropdown-menu .nav-yiji {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 14px;
	font-family: var(--font-heading);
	font-size:.92rem;
	color: var(--text-primary);
	background: var(--bg-muted);
	margin-bottom:10px;
}
.nav-dropdown-menu .nav-erji{
	margin-bottom:10px;
	}
.nav-dropdown-menu .nav-erji a{ margin-left:10px;
	display:block;
	height: 40px;
	line-height:40px;
	padding: 0 14px;
	border-radius: 14px;
	font-family: var(--font-heading);
	font-size:.92rem;
}
.nav-dropdown-menu a:hover {
	color: var(--text-primary);
	background: var(--accent-100)
}
.navbar-actions {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	min-width: 248px;
	justify-self: end
}
.navbar-quote-button {
	flex-shrink: 0
}
.lang-toggle {
	position: relative;
	z-index: 2;
	min-width: 112px
}
.lang-toggle-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 112px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--border-color);
	border-radius: var(--radius-full);
	background: rgba(255,255,255,.92);
	color: var(--text-primary);
	transition: border-color var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast)
}
.lang-toggle-button:hover {
	border-color: var(--border-strong);
	background: #ffffff
}
.lang-toggle-button:focus-visible {
outline:none;
box-shadow:0 0 0 4px rgba(95,167,64,.08);
border-color:rgba(95,167,64,.42)
}
.lang-toggle-button[disabled] {
	opacity: .7;
	cursor: wait
}
.lang-toggle-icon {
	display: inline-flex;
	color: var(--accent-600)
}
.lang-toggle-label {
	font-family: var(--font-heading);
font-size:.9rem;
	font-weight: 600
}
.lang-toggle-button:after {
	content: "";
	margin-left: auto;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid var(--text-muted);
	border-bottom: 1.5px solid var(--text-muted);
	transform: rotate(45deg) translateY(-1px);
	transition: transform var(--transition-fast)
}
.lang-toggle.open .lang-toggle-button:after {
	transform: rotate(225deg) translateY(-1px)
}
.lang-toggle-menu {
	min-width: 160px;
	padding: 8px;
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(216,224,232,.98);
	border-radius: 18px;
	box-shadow: var(--shadow-md);
	will-change: transform, opacity;
	-webkit-transform: translateZ(0)
}
.lang-toggle-menu-portal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}
.lang-toggle-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	border-radius: 12px;
	color: var(--text-secondary);
	transition: background-color var(--transition-fast), color var(--transition-fast)
}
.lang-toggle-option:hover {
	background: var(--bg-muted);
	color: var(--text-primary)
}
.lang-toggle-option.active {
	background: var(--accent-050);
	color: var(--accent-600)
}
.lang-toggle-option-meta {
	color: var(--text-muted);
	font-family: var(--font-heading);
font-size:.78rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase
}
.mobile-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	width: 42px;
	height: 42px;
	border: 1px solid var(--border-color);
	border-radius: 14px;
	background: rgba(255,255,255,.9)
}
.mobile-toggle span {
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: var(--text-primary);
	transition: transform var(--transition-base), opacity var(--transition-base)
}
.mobile-toggle.active span:first-child {
	transform: rotate(45deg) translate(4px, 4px)
}
.mobile-toggle.active span:nth-child(2) {
	opacity: 0
}
.mobile-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px)
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: var(--radius-full);
	font-family: var(--font-heading);
font-size:.96rem;
	font-weight: 600;
	white-space: nowrap;
	transition: transform var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast)
}
.btn:hover {
	transform: translateY(-1px)
}
.btn-primary {
	color: var(--text-inverse);
	background: #223041;
	border-color: #223041
}
.btn-primary:hover {
	background: #172231;
	border-color: #172231
}
.btn-outline, .btn-white {
	color: var(--text-primary);
	background: rgba(255,255,255,.88);
	border-color: var(--border-color)
}
.btn-outline:hover, .btn-white:hover {
	background: #ffffff;
	border-color: var(--border-strong)
}
.btn-accent {
	color: var(--text-inverse);
	background: var(--accent-500);
	border-color: var(--accent-500)
}
.btn-accent:hover {
	background: var(--accent-600);
	border-color: var(--accent-600)
}
.btn-sm {
	min-height: 42px;
	padding: 0 18px
}
.btn-lg {
	min-height: 52px;
	padding: 0 26px
}
.hero {
	position: relative;
	overflow: hidden;
	min-height: clamp(600px, 74vh, 720px);
	padding: 0;
	background: #192430
}
.hero-bg, .hero-overlay {
	position: absolute;
	inset: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.hero-bg {
	z-index: 0;
	width:100%;
	height:100%;
}
.hero-bg:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(12,18,25,.82), rgba(12,18,25,.68) 32%, rgba(12,18,25,.18) 72%, rgba(12,18,25,.2)), linear-gradient(180deg, rgba(11,16,22,.02), rgba(11,16,22,.22));
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.hero-bg-image {
	object-fit: cover;
	object-position: center center
}
.hero-overlay {
	z-index: 1;
	background: transparent
}
.hero-content {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(0, 1120px);
	align-items: center;
	max-width: var(--container-width);
	min-height: inherit;
	margin: 0 auto;
	padding: 138px 28px 72px
}
.hero-text {
	max-width: 1040px
}
.hero-brand-label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	color: rgba(255,255,255,.88);
	font-family: var(--font-heading);
font-size:.82rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase
}
.hero-brand-label:before {
	content: "";
	width: 34px;
	height: 1px;
	background: #9cd06b;
	opacity: .55
}
.hero h1 {
	max-width: min(100%, 14ch);
	margin-bottom: 18px;
	color: var(--text-inverse);
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: .98;
	text-wrap: balance
}
.hero-title-line {
	display: block
}
.hero h1 .highlight {
	color: #0066ff;
}
.hero-subtitle {
	max-width: 56ch;
	margin-bottom: 24px;
	font-size: 1.04rem;
	color: rgba(255,255,255,.82);
	line-height: 1.72
}
.hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 30px
}
.hero .btn-outline {
	color: var(--text-inverse);
	background: rgba(255,255,255,.08);
	border-color: rgba(255,255,255,.24);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px)
}
.hero .btn-outline:hover {
	background: rgba(255,255,255,.14);
	border-color: rgba(255,255,255,.36)
}
.hero-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 500px
}
.hero-stat {
	padding: 20px 22px;
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 22px;
	box-shadow: 0 18px 42px rgba(9,15,22,.18);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px)
}
.hero-stat-label {
	margin-bottom: 8px;
	color: rgba(255,255,255,.7);
font-size:.76rem;
	letter-spacing: .16em;
	text-transform: uppercase
}
.hero-stat-label, .hero-stat-value {
	font-family: var(--font-heading);
	font-weight: 600
}
.hero-stat-value {
	display: flex;
	align-items: flex-end;
	gap: 6px;
	margin-bottom: 6px;
	color: var(--text-inverse);
	font-size: 2rem;
	line-height: 1
}
.hero-stat-value .number {
	color: #b7e27f
}
.hero-stat-value .unit {
	font-size: 1rem;
	color: rgba(255,255,255,.82)
}
.hero-stat-desc {
font-size:.88rem;
	color: rgba(255,255,255,.72)
}
.about-panel-media {
	position: relative;
	overflow: hidden;
	border-radius: calc(var(--radius-lg) - 6px);
	background: var(--bg-muted)
}
.about-panel-media-image {
	object-fit: cover
}
.advantage-card, .detail-card, .market-card, .product-card {
	height: 100%;
	background: rgba(255,255,255,.9);
	border: 1px solid rgba(216,224,232,.94);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-xs);
	transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast)
}
.advantage-card:hover, .detail-card:hover, .market-card:hover, .product-card:hover {
	transform: translateY(-2px);
	border-color: var(--border-strong);
	box-shadow: var(--shadow-sm)
}
.product-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff
}
.product-card-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
	padding: 26px;
	background: #fff;
	border-bottom: 1px solid rgba(216,224,232,.88)
}
#products-section {
	background: #fff
}
.product-card-media {
	width: 100%;
	height: 100%;
	object-fit: contain
}
.product-card-body {
	display: flex;
	flex: 1 1;
	flex-direction: column;
	gap: 12px;
	padding: 22px
}
.product-card-title {
	color: var(--text-primary);
	line-height: 1.35;
	text-wrap: pretty
}
.product-card-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
font-size:.94rem;
	color: var(--text-secondary);
	text-wrap: pretty
}
.product-card-link {
	display: block;
	align-self: flex-start;
	max-width: 100%;
	margin-top: auto;
	color: var(--accent-600);
	font-family: var(--font-heading);
font-size:.92rem;
	font-weight: 600
}
.product-card-link-text {
	display: inline-flex;
	align-items: center;
	gap: .48em
}
.product-card-link-arrow {
	position: relative;
	display: inline-block;
	flex: 0 0 auto;
	width: 1.05em;
	height: .72em;
	vertical-align: middle
}
.product-card-link-arrow:after, .product-card-link-arrow:before {
	content: "";
	position: absolute;
	top: 50%
}
.product-card-link-arrow:before {
	left: 0;
	width: .72em;
	border-top: .1em solid;
	transform: translateY(-50%)
}
.product-card-link-arrow:after {
	right: .04em;
	width: .42em;
	height: .42em;
	border-top: .1em solid;
	border-right: .1em solid;
	transform: translateY(-50%) rotate(45deg)
}
.product-card-link:hover {
	color: var(--accent-500)
}
.advantage-item {
	height: 100%
}
.advantage-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	padding: 24px
}
.advantage-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: var(--accent-050);
	color: var(--accent-500)
}
.advantage-card h4 {
	color: var(--text-primary);
	text-wrap: pretty
}
.advantage-card p {
font-size:.95rem
}
.about-panel {
	display: grid;
	gap: 18px
}
.story-intro {
	display: grid;
	gap: 10px
}
.story-intro .section-title {
	max-width: var(--subhead-max-width)
}
.story-intro-media {
	display: grid
}
.story-image {
	width: 100%;
	height: auto;
	border-radius: var(--radius-lg);
	object-fit: cover
}
.story-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	padding: 7px 12px;
	border-radius: 999px;
	background: var(--accent-050);
	color: var(--accent-600);
	font-family: var(--font-heading);
font-size:.82rem;
	font-weight: 600;
	letter-spacing: .08em
}
.about-story-stack {
	display: grid;
	gap: 100px
}
.story-media-frame {
	position: relative;
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm)
}
.story-media-image {
	object-fit: cover
}
.about-story-copy-group {
	display: grid;
	align-content: start
}
.story-index.about-story-index {
	display: block;
	min-width: 0;
	padding: 0;
	margin-bottom: 12px;
	border-radius: 0;
	background: none;
	color: var(--accent-600);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0
}
.about-story-heading {
	margin: 0 0 24px;
	max-width: var(--subhead-max-width);
	color: var(--text-primary);
	font-size: 1.85rem;
	font-weight: 600;
	line-height: 1.2;
	text-wrap: pretty
}
.about-story-copy:last-child {
	margin-bottom: 0
}
.story-flow {
	display: grid;
	gap: clamp(34px, 4vw, 56px)
}
.story-section {
	display: grid;
	grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: start;
	padding-top: clamp(24px, 3vw, 32px);
	border-top: 1px solid rgba(216,224,232,.92)
}
.story-section:first-child {
	padding-top: 0;
	border-top: 0
}
.story-section-reverse {
	grid-template-columns: minmax(0, 1fr) minmax(180px, 220px)
}
.story-section-meta {
	display: grid;
	gap: 14px;
	align-content: start
}
.story-section-reverse .story-section-meta {
	order: 2;
	justify-items: end;
	text-align: right
}
.story-section-body {
	position: relative;
	max-width: 760px;
	padding-left: 30px
}
.story-section-body:before {
	content: "";
	position: absolute;
top:.82rem;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: var(--accent-500);
	box-shadow: 0 0 0 8px rgba(95,167,64,.14)
}
.story-section-reverse .story-section-body {
	order: 1;
	justify-self: end;
	padding-right: 30px;
	padding-left: 0
}
.story-section-reverse .story-section-body:before {
	right: 0;
	left: auto
}
.story-section-title {
	margin: 0;
	max-width: var(--subhead-max-width);
	color: var(--text-primary);
	font-size: clamp(1.28rem, 2vw, 1.72rem);
	line-height: 1.2;
	text-wrap: pretty
}
.story-section-body p {
	margin: 0 0 14px;
	color: var(--text-secondary);
font-size:.99rem;
	line-height: 1.82
}
.story-section-body p:last-child {
	margin-bottom: 0
}
.story-spotlight {
	padding: clamp(28px, 4vw, 42px);
	border-top: 1px solid rgba(207,219,228,.96);
	border-bottom: 1px solid rgba(207,219,228,.96);
	background: #fff
}
.story-spotlight .section-title {
	max-width: var(--subhead-max-width)
}
.story-quote {
	margin: 24px 0 0;
	color: var(--text-primary);
	font-family: var(--font-heading);
	font-size: clamp(1.45rem, 2.5vw, 2.15rem);
	line-height: 1.3
}
.story-signoff {
	margin: 10px 0 0;
	color: var(--text-secondary);
	font-size: 1rem
}
.about-panel-media {
	aspect-ratio: 5/3.4
}
.stat-item {
	display: flex;
	min-height: 124px;
	flex-direction: column;
	justify-content: center;
	padding: 18px 20px;
	background: rgba(255,255,255,.9);
	border: 1px solid rgba(216,224,232,.94);
	border-radius: 22px
}
.stat-number {
	display: flex;
	align-items: flex-end;
	gap: 6px;
	margin-bottom: 10px;
	color: var(--text-primary);
	font-family: var(--font-heading);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1
}
.stat-unit {
	color: var(--text-secondary);
font-size:.96rem
}
.stat-label {
	color: var(--text-muted);
font-size:.9rem;
	line-height: 1.45
}
.market-card {
	display: flex;
	flex-direction: column;
	overflow: hidden
}
.market-card-image {
	position: relative;
	flex: 0 0 230px;
	height: 230px;
	background: linear-gradient(180deg, #f9fbfd, #f1f5f8);
	border-bottom: 1px solid rgba(216,224,232,.88)
}
.market-card-image img {
	width: 100%;
	height: 100%
}
.market-card-media {
	object-fit: cover
}
.market-card-overlay {
	display: flex;
	flex: 1 1;
	flex-direction: column;
	gap: 12px;
	padding: 22px
}
.market-card h4 {
	color: var(--text-primary);
	line-height: 1.35;
	text-wrap: pretty
}
.market-card p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
font-size:.94rem
}
.page-hero, .page-hero.page-hero-dark {
	padding: var(--page-hero-padding-top) 0 var(--page-hero-padding-bottom);
	border-bottom: 1px solid rgba(216,224,232,.82);
	background: #fff
}
.page-hero .container {
	display: grid;
	gap: 12px;
	min-height: var(--page-hero-min-height);
	align-content: center
}
.page-hero h1 {
	max-width: min(100%, 24ch);
	font-size: clamp(2.1rem, 4.2vw, 3.45rem);
	line-height: 1.08;
	text-wrap: balance
}
.page-hero-title-line {
	display: block
}
.contact-page-hero.page-hero, .contact-page-hero.page-hero-dark {
	padding: var(--page-hero-padding-top) 0 var(--page-hero-padding-bottom)
}
.contact-page-hero .container {
	gap: 8px
}
.contact-page-hero h1 {
	font-size: clamp(1.55rem, 4.2vw, 3.4rem);
	max-width: none;
	white-space: normal;
	text-wrap: pretty
}
.contact-page-section {
	padding: 40px 0 72px
}
.contact-page-hero .hero-subtitle {
	margin-bottom: 0;
	max-width: 64ch
}
.contact-page-container {
	max-width: 1060px
}
.contact-page-form-wrap {
	width: 100%
}
.contact-form {
	position: relative;
	width: 100%
}
.contact-form-fields {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0
}
.contact-form-fields:disabled {
	opacity: .72
}
.contact-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px
}
.contact-form-full {
	grid-column: 1/-1
}
.page-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 8px
}
.page-meta-item {
	padding: 16px 18px;
	background: rgba(255,255,255,.88);
	border: 1px solid rgba(216,224,232,.94);
	border-radius: 18px
}
.page-meta-item span {
	display: block;
	margin-bottom: 6px;
	color: var(--text-muted);
font-size:.78rem;
	letter-spacing: .12em;
	text-transform: uppercase
}
.page-meta-item strong {
	color: var(--text-primary);
font-size:.95rem
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: var(--text-muted);
font-size:.9rem
}
.breadcrumb a:hover {
	color: var(--accent-500)
}
.breadcrumb .separator {
	opacity: .5
}
.breadcrumb .current {
	color: var(--text-primary)
}
.product-detail-hero.page-hero, .product-detail-hero.page-hero-dark {
	position: relative;
	overflow: hidden;
	padding: var(--page-hero-padding-top) 0 var(--page-hero-padding-bottom);
	border-bottom: 1px solid rgba(216,224,232,.94);
	background: #fff
}
.product-detail-hero:before {
	content: none
}
.product-detail-hero .container {
	position: relative;
	gap: clamp(28px, 4vw, 56px)
}
.content-page-hero-copy, .market-detail-hero-copy, .market-page-hero-copy, .product-detail-hero-copy {
	display: grid;
	gap: 10px;
	align-content: start
}
.product-detail-hero-copy {
	max-width: 760px
}
.product-detail-hero .breadcrumb {
	flex-wrap: nowrap;
	overflow-x: auto;
	margin-bottom: 2px;
	color: var(--text-secondary)
}
.product-detail-hero .breadcrumb .current, .product-detail-hero .breadcrumb .separator, .product-detail-hero .breadcrumb a {
	flex: 0 0 auto;
	white-space: nowrap
}
.product-detail-hero .breadcrumb a:hover {
	color: var(--text-primary)
}
.product-detail-hero .breadcrumb .separator {
	color: var(--text-muted)
}
.product-detail-hero .breadcrumb .current {
	color: var(--text-primary)
}
.product-detail-hero h1 {
	max-width: 100%;
	overflow: visible;
	color: var(--text-primary);
	font-size: clamp(2rem, 4.1vw, 3.8rem);
	line-height: .98;
	letter-spacing: -.04em;
	text-overflow: clip
}
.content-page-hero h1, .market-detail-hero h1, .market-page-hero h1, .product-detail-hero h1 {
	white-space: normal;
	text-wrap: balance
}
.market-page-hero h1.stacked-title {
	max-width: min(100%, 36ch)
}
.product-detail-hero .hero-subtitle {
	max-width: 64ch;
	margin-bottom: 0;
	color: var(--text-secondary);
	font-size: clamp(1rem, 1.35vw, 1.08rem);
	line-height: 1.8
}
.product-detail-hero .page-meta {
	margin-top: 8px;
	gap: 14px
}
.product-detail-hero .page-meta-item {
	min-height: 100%;
	padding: 18px 20px;
	background: rgba(255,255,255,.82);
	border: 1px solid rgba(216,224,232,.94);
	box-shadow: 0 16px 34px rgba(17,24,39,.06);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px)
}
.product-detail-hero .page-meta-item span {
	margin-bottom: 8px;
	color: var(--accent-600);
font-size:.76rem;
	letter-spacing: .16em
}
.product-detail-hero .page-meta-item strong {
	font-size: 1rem;
	line-height: 1.5
}
.product-spec-cta-kicker {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	color: var(--accent-600);
	background: rgba(95,167,64,.12);
	font-family: var(--font-heading);
font-size:.74rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase
}
.product-spec-cta-copy h3 {
	margin: 0;
	color: var(--text-primary);
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	line-height: 1.18
}
.product-spec-cta-copy p {
	margin: 0;
	color: var(--text-secondary);
	line-height: 1.72
}
.product-detail-hero-actions, .product-spec-cta-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px
}
.product-detail-hero-actions {
	margin-top: 10px
}
.product-detail-hero-actions .btn, .product-spec-cta-actions .btn {
	gap: 10px
}
.product-spec-cta-note {
	color: var(--text-muted);
font-size:.9rem
}
.spec-table-wrap {
	overflow-x: auto
}
.spec-table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border: 1px solid rgba(216,224,232,.94);
	border-radius: 24px;
	background: rgba(255,255,255,.94)
}
.spec-table thead th {
	padding: 18px 22px;
	background: #223041;
	color: var(--text-inverse);
	font-family: var(--font-heading);
font-size:.82rem;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	text-align: left
}
.spec-table tbody td {
	padding: 16px 22px;
	border-bottom: 1px solid rgba(216,224,232,.82);
font-size:.95rem
}
.spec-table tbody tr:last-child td {
	border-bottom: 0
}
.spec-table tbody tr:nth-child(2n) {
	background: rgba(247,249,251,.86)
}
.spec-label {
	width: 34%;
	color: var(--text-primary);
	font-weight: 600
}
.spec-value {
	color: var(--text-secondary)
}
.product-spec-cta {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 18px 22px;
	align-items: center;
	margin-top: clamp(28px, 3vw, 42px);
	padding: clamp(24px, 3.2vw, 30px);
	border: 1px solid rgba(216,224,232,.96);
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(2,19,64,.98), rgba(7,62,122,.96) 44%, rgba(2,19,64,.94));
	box-shadow: 0 18px 40px rgba(17,24,39,.12)
}
.product-spec-cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 18px;
	color: #ffffff;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.14)
}
.product-spec-cta-copy {
	display: grid;
	gap: 10px
}
.product-spec-cta-copy .product-spec-cta-kicker {
	color: rgba(255,255,255,.88);
	background: rgba(255,255,255,.14)
}
.product-spec-cta-copy h3, .product-spec-cta-copy p, .product-spec-cta-note {
	color: rgba(255,255,255,.92)
}
.product-spec-cta-note {
	opacity: .78
}
.product-spec-cta-actions .btn {
	min-width: 220px
}
.product-spec-header {
	gap: 12px
}
.product-spec-eyebrow {
	color: var(--accent-600);
	font-family: var(--font-heading);
font-size:clamp(.8rem, 1.1vw, .96rem);
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase
}
.product-capability-panel {
	display: grid;
	align-content: center;
	gap: 16px;
	height: 100%
}
.product-capability-title {
	margin-bottom: 4px
}
.detail-copy, .detail-list {
	display: grid;
	gap: 14px
}
.check-list li, .detail-list-item {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	color: var(--text-secondary)
}
.detail-list-item.detail-list-item-rich {
	gap: 14px
}
.check-list-icon, .detail-list-icon {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	color: var(--accent-500)
}
.detail-list-icon-wrap {
	margin-top: 4px
}
.detail-list-copy {
	display: grid;
	gap: 4px
}
.detail-list-title {
	color: var(--text-primary);
	font-size: 1.05rem;
	line-height: 1.4;
	text-wrap: pretty
}
.detail-list-desc {
	color: var(--text-secondary);
	line-height: 1.6;
	text-wrap: pretty
}
.product-detail-media {
	object-fit: contain
}
.market-detail-media, .product-detail-media {
	width: 100%;
	height: auto;
	border-radius: var(--radius-lg)
}
.market-detail-media {
	object-fit: cover
}
.feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px
}
.feature-list-wide {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
}
.product-benefit-split {
	display: grid;
grid-template-columns:minmax(340px, .9fr) minmax(0, 1.1fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: stretch
}
.product-benefit-media {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	min-height: 0;
	background: var(--bg-muted);
	border: 1px solid rgba(196,206,217,.92);
	box-shadow: 0 18px 42px rgba(17,24,39,.08)
}
.product-benefit-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover
}
.product-benefit-content {
	display: grid;
	gap: 24px;
	min-width: 0;
	overflow: visible
}
.product-benefit-header {
	align-items: start;
	gap: 10px;
	margin: 0;
	text-align: left
}
.product-benefit-grid {
	gap: clamp(18px, 2.2vw, 24px)
}
.feature-list-single, .product-benefit-grid {
	grid-template-columns: 1fr
}
.feature-list>* {
	height: 100%
}
.feature-item {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	height: 100%;
	align-content: start;
	padding: 18px 20px;
	background: rgba(255,255,255,.9);
	border: 1px solid rgba(216,224,232,.94);
	border-radius: 18px;
	box-shadow: var(--shadow-xs)
}
.feature-item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: var(--accent-050);
	color: var(--accent-500)
}
.feature-item p {
	color: var(--text-secondary);
	line-height: 1.7
}
.feature-item-detail {
	align-items: start
}
.feature-item-icon-top {
	margin-top: 2px
}
.feature-item-copy {
	display: grid;
	gap: 6px
}
.feature-item-title {
	color: var(--text-primary);
	font-size: 1.1rem;
	line-height: 1.45;
	text-wrap: pretty
}
.feature-item-desc {
	margin: 0;
	color: var(--text-secondary);
	line-height: 1.6;
	text-wrap: pretty
}
.product-benefit-card {
	position: relative;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 18px;
	min-height: 0;
	padding: clamp(24px, 2.6vw, 32px);
	border-radius: 8px;
	background: #ffffff;
	border-color: rgba(196,206,217,.92);
	box-shadow: 0 16px 36px rgba(17,24,39,.06)
}
.product-benefit-card:before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: var(--accent-500);
	border-radius: 8px 0 0 8px;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
}
.product-benefit-icon {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: var(--accent-100);
	color: var(--accent-600)
}
.product-benefit-card .feature-item-copy {
	gap: 12px
}
.product-benefit-card .feature-item-title {
	max-width: 34ch;
	font-size: clamp(1.08rem, 1.35vw, 1.22rem);
	line-height: 1.32
}
.product-benefit-card .feature-item-desc {
	max-width: 58ch;
font-size:clamp(.96rem, 1.1vw, 1.04rem);
	line-height: 1.78
}
.detail-card h4 {
	line-height: 1.22;
	text-wrap: pretty
}
.detail-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 18px
}
.detail-card {
	display: grid;
	grid-template-rows: auto minmax(2.8rem, auto) 1fr;
	align-content: start;
	gap: 14px;
	padding: 24px
}
.detail-card-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: var(--accent-050);
	color: var(--accent-600);
	font-family: var(--font-heading);
	font-weight: 600
}
.detail-card p {
	line-height: 1.72
}
.market-detail-cta-block {
	display: grid;
	gap: 22px;
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid rgba(216,224,232,.92);
	border-radius: var(--radius-xl);
	background: #fff;
	box-shadow: 0 18px 40px rgba(17,24,39,.06)
}
.market-detail-cta-copy {
	display: grid;
	gap: 14px;
	justify-items: center;
	max-width: 760px;
	margin: 0 auto;
	text-align: center
}
.market-detail-cta-copy .section-subtitle, .market-detail-cta-copy .section-title {
	max-width: 100%
}
@media (min-width:769px) {
.site-shell:lang(zh) #quote-section .market-detail-cta-copy {
	max-width: 1100px
}
.site-shell:lang(zh) #quote-section .market-detail-cta-copy .section-title {
	width: max-content;
	max-width: 100%;
	text-wrap: nowrap;
	white-space: nowrap
}
.site-shell:lang(zh) #quote-section .market-detail-cta-copy .section-subtitle {
	max-width: 760px
}
}
@media (min-width:1101px) {
.site-shell:lang(en) #quote-section .market-detail-cta-copy {
	max-width: 1100px
}
.site-shell:lang(en) #quote-section .market-detail-cta-copy .section-title {
	width: max-content;
	max-width: 100%;
	font-size: clamp(2rem, 2.8vw, 2.5rem);
	text-wrap: nowrap;
	white-space: nowrap
}
.site-shell:lang(en) #quote-section .market-detail-cta-copy .section-subtitle {
	max-width: 760px
}
}
.market-detail-cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 6px
}
.policy-hero .container {
	max-width: 920px
}
.policy-hero {
	padding: var(--page-hero-padding-top) 0 var(--page-hero-padding-bottom);
	background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,252,253,.98))
}
.policy-hero h1 {
	max-width: none
}
.policy-hero-container {
	gap: 14px
}
.policy-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: var(--text-muted);
	font-family: var(--font-heading);
font-size:.85rem;
	letter-spacing: .08em;
	text-transform: uppercase
}
.policy-hero .hero-subtitle {
	max-width: 760px
}
.policy-section-wrap .container {
	max-width: 920px
}
.policy-article {
	max-width: 760px
}
.policy-article-single {
	margin: 0 auto
}
.policy-article-header {
	display: grid;
	gap: 14px;
	margin-bottom: 34px
}
.policy-article-kicker {
	margin: 0;
	color: var(--text-muted);
	font-family: var(--font-heading);
font-size:.82rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	text-wrap: pretty
}
.policy-article-lead {
	margin: 0;
	color: var(--text-secondary);
	font-size: 1.02rem;
	line-height: 1.9;
	text-wrap: pretty
}
.policy-sections {
	display: grid;
	gap: 34px
}
.policy-entry {
	padding: 0
}
.policy-entry-header {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	margin-bottom: 12px
}
.policy-entry-number {
	padding-top: 4px;
	color: var(--text-muted);
	font-family: var(--font-heading);
font-size:.82rem;
	font-weight: 700;
	letter-spacing: .18em
}
.policy-entry h2 {
	margin: 0;
	font-size: 1.24rem;
	color: var(--text-primary)
}
.policy-entry p {
	margin: 0;
	color: var(--text-secondary);
	line-height: 1.82
}
.form-group {
	margin-bottom: 20px
}
.form-label {
	display: block;
	margin-bottom: 8px;
	color: var(--text-primary);
	font-family: var(--font-heading);
font-size:.92rem;
	font-weight: 500
}
.form-control {
	width: 100%;
	padding: 14px 16px;
	color: var(--text-primary);
	background: rgba(255,255,255,.94);
	border: 1px solid var(--border-color);
	border-radius: 16px;
	outline: none;
	transition: border-color var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast)
}
.form-control:focus {
	border-color: rgba(95,167,64,.42);
	box-shadow: 0 0 0 4px rgba(95,167,64,.08)
}
textarea.form-control {
	resize: vertical;
	min-height: 128px
}
.file-upload {
	display: grid;
	gap: 18px;
	padding: 20px;
	background: linear-gradient(180deg, rgba(250,251,252,.96), rgba(245,247,250,.94));
	border: 1px solid rgba(207,215,223,.96);
	border-radius: 24px;
	cursor: pointer;
	transition: border-color var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast)
}
.file-upload:hover {
	border-color: rgba(148,163,184,.82);
	box-shadow: 0 12px 28px rgba(15,23,42,.06);
	transform: translateY(-1px)
}
.file-upload.is-dragging {
	background: linear-gradient(180deg, rgba(247,251,243,.98), rgba(244,249,239,.96));
	border-color: rgba(95,167,64,.48);
	box-shadow: 0 0 0 4px rgba(95,167,64,.08)
}
.file-upload-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap
}
.file-upload-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(216,224,232,.96);
	color: #223041;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.8)
}
.file-upload-browse {
	flex-shrink: 0
}
.file-upload-copy {
	display: grid;
	gap: 6px
}
.file-upload-title {
	color: var(--text-primary);
	font-family: var(--font-heading);
	font-size: 1rem;
	font-weight: 600
}
.file-upload-text {
	max-width: 52ch;
font-size:.94rem;
	line-height: 1.6
}
.file-upload-meta {
	color: var(--text-muted);
font-size:.84rem;
	line-height: 1.55
}
.file-list {
	display: grid;
	gap: 12px;
	margin-top: 14px
}
.file-pill {
--file-badge-bg:rgba(71,84,103,0.1);
--file-badge-color:#475467;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(216,224,232,.96);
	border-radius: 18px;
	box-shadow: var(--shadow-xs)
}
.file-pill-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 32px;
	padding: 0 10px;
	border-radius: 12px;
	background: var(--file-badge-bg);
	color: var(--file-badge-color);
font-size:.72rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-indent: .08em
}
.file-pill-copy {
	min-width: 0;
	display: grid;
	gap: 2px
}
.file-pill-name {
	color: var(--text-primary);
font-size:.94rem;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.file-pill-size {
	color: var(--text-muted);
font-size:.82rem
}
.file-pill-pdf {
--file-badge-bg:rgba(244,67,54,0.12);
--file-badge-color:#b42318
}
.file-pill-doc {
--file-badge-bg:rgba(23,92,211,0.12);
--file-badge-color:#175cd3
}
.file-pill-sheet {
--file-badge-bg:rgba(2,122,72,0.12);
--file-badge-color:#027a48
}
.file-pill-image {
--file-badge-bg:rgba(14,116,144,0.12);
--file-badge-color:#0e7490
}
.file-pill-cad {
--file-badge-bg:rgba(181,71,8,0.12);
--file-badge-color:#b54708
}
.file-pill-generic {
--file-badge-bg:rgba(71,84,103,0.1);
--file-badge-color:#475467
}
.file-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid var(--border-color);
	border-radius: 999px;
	background: rgba(255,255,255,.92);
	color: var(--text-muted);
	transition: background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast)
}
.file-remove .icon-svg {
	width: 12px;
	height: 12px
}
.file-remove:hover {
	transform: translateY(-1px);
	background: #ffffff;
	border-color: var(--border-strong);
	color: var(--text-primary)
}
.form-success {
	display: grid;
	justify-items: center;
	gap: 18px;
	padding: 56px 24px;
	text-align: center;
	background: rgba(255,255,255,.92);
	border: 1px solid rgba(216,224,232,.94);
	border-radius: var(--radius-md)
}
.form-success-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 18px;
	background: var(--accent-050);
	color: var(--accent-500)
}
.form-success h3 {
	max-width: 22ch
}
.form-success-action {
	min-width: 180px
}
.form-error {
	margin-bottom: 14px;
	color: #c43d3d;
font-size:.92rem
}
.form-submit {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px
}
.contact-form.is-submitting .form-submit, .form-submit:disabled {
	color: rgba(255,255,255,.96);
	background: #9aa6b2;
	border-color: #9aa6b2;
	box-shadow: none;
	cursor: not-allowed
}
.contact-form.is-submitting .form-submit:hover, .form-submit:disabled:hover {
	transform: none;
	background: #9aa6b2;
	border-color: #9aa6b2
}
.form-spinner, .form-submit-spinner {
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255,255,255,.28);
	border-top-color: currentcolor;
	border-radius: 999px;
	animation: form-spin .9s linear infinite
}
.form-loading-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	place-items: center;
	gap: 12px;
	padding: 24px;
	color: var(--text-primary);
	font-weight: 600;
	background: rgba(247,250,252,.74);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: var(--radius-md);
	pointer-events: auto;
	cursor: progress;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.form-loading-overlay .form-spinner {
	width: 28px;
	height: 28px;
	border-width: 3px;
	border-color: rgba(15,118,110,.18);
	border-top-color: var(--accent-500)
}
@keyframes form-spin {
to {
transform:rotate(1turn)
}
}
.footer {
	padding: 72px 0 0;
	background: #f7f9fb;
	border-top: 1px solid rgba(216,224,232,.9)
}
.footer-grid {
	display: grid;
grid-template-columns:minmax(260px, 1.15fr) minmax(320px, 1.35fr) minmax(160px, .72fr) minmax(220px, 1fr);
	gap: 34px;
	padding-bottom: 44px;
	border-bottom: 1px solid rgba(216,224,232,.9)
}
.footer-logo img {
	height: 34px;
	width: auto
}
.footer-brand p {
	max-width: 38ch;
	margin-top: 16px
}
.footer-col h5 {
	margin-bottom: 16px;
	color: var(--text-primary)
}
.cookie-banner-copy h3, .cookie-banner-copy p, .footer-brand p, .footer-col h5, .form-success h3, .hero-subtitle, .policy-entry p, .policy-entry-header h2, .product-spec-cta-copy h3 {
	text-wrap: pretty
}
.no-orphan-tail {
	white-space: nowrap
}
.footer-col ul {
	display: grid;
	gap: 10px
}
.footer-col a, .footer-contact-item .info, .footer-contact-item .info a {
	color: var(--text-secondary);
font-size:.94rem
}
.footer-col a:hover, .footer-contact-item .info a:hover {
	color: var(--accent-500)
}
.footer-grid>.footer-col:nth-child(2) a {
	white-space: nowrap
}
.footer-contact-item {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin-bottom: 14px
}
.footer-contact-item .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: rgba(255,255,255,.92);
	border: 1px solid rgba(216,224,232,.94);
	color: var(--accent-500)
}
.footer-social {
	display: flex;
	gap: 10px;
	margin-top: 18px
}
.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(216,224,232,.94);
	color: var(--text-secondary)
}
.footer-social a:hover {
	color: var(--accent-500);
	border-color: rgba(95,167,64,.28)
}
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 0;
	color: var(--text-muted);
font-size:.86rem
}
.cookie-banner {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1300;
	display: grid;
	grid-template-columns: 1fr;
	align-items: stretch;
	gap: 12px;
	width: min(540px, calc(100vw - 32px));
	padding: 14px 15px;
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(216,224,232,.96);
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(15,23,42,.08)
}
.cookie-banner-copy {
	display: grid;
	gap: 4px
}
.cookie-banner-label {
	display: none
}
.cookie-banner h3 {
	margin: 0;
font-size:.92rem;
	line-height: 1.35;
	color: var(--text-primary)
}
.cookie-banner p {
	margin: 0;
font-size:.82rem;
	line-height: 1.5;
	color: var(--text-secondary)
}
.cookie-banner-link {
	display: inline;
	padding: 0;
	color: var(--accent-600);
	font-family: var(--font-heading);
	font-size: inherit;
	font-weight: 600;
	text-align: left;
	text-decoration: underline;
	text-underline-offset: .14em
}
.cookie-banner-link:hover {
	color: var(--accent-500)
}
.cookie-banner-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px
}
.cookie-banner-btn {
	flex: 1 1 180px;
	min-height: 38px;
	padding: 0 16px;
font-size:.84rem
}
.check-list {
	display: grid;
	gap: 12px;
	margin-top: 4px
}
.fade-in, .fade-in-left, .fade-in-right, .scale-in {
	opacity: 0;
	transition: opacity .6s ease, transform .6s ease
}
.fade-in {
	transform: translateY(18px)
}
.fade-in-left {
	transform: translateX(-18px)
}
.fade-in-right {
	transform: translateX(18px)
}
.scale-in {
	transform: scale(.97)
}
.fade-in-left.visible, .fade-in-right.visible, .fade-in.visible, .scale-in.visible {
	opacity: 1;
	transform: none
}
@media (prefers-reduced-motion:reduce) {
.fade-in, .fade-in-left, .fade-in-right, .scale-in {
	opacity: 1;
	transform: none;
	transition: none
}
}
.delay-1 {
	transition-delay: .08s
}
.delay-2 {
	transition-delay: .16s
}
.delay-3 {
	transition-delay: .24s
}
.delay-4 {
	transition-delay: .32s
}
.delay-5 {
	transition-delay: .4s
}
.delay-6 {
	transition-delay: .48s
}
.icon-svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0
}
.icon-svg-lg {
	width: 28px;
	height: 28px
}
@media (max-width:1100px) {
:root {
--section-padding:72px 0;
--subhead-max-width:min(100%, clamp(28rem, 76vw, 56rem));
--page-hero-padding-top:100px;
--page-hero-padding-bottom:36px;
--page-hero-min-height:160px
}
.site-shell{
	}
.site-shell:lang(en) {
--subhead-max-width:min(100%, clamp(28rem, 82vw, 60rem))
}
.grid-3, .grid-4 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
.hero-content, .product-benefit-split, .split-layout-content-aside, .split-layout-equal, .split-layout-form, .split-layout-product {
	grid-template-columns: 1fr
}
.product-benefit-image, .product-benefit-media {
	min-height: 420px
}
.hero h1, .page-hero h1 {
	max-width: min(100%, 22ch);
	font-size: clamp(1.95rem, 3.9vw, 3.05rem)
}
.contact-page-hero h1 {
	font-size: clamp(1.55rem, 4.2vw, 3.4rem)
}
.contact-form-grid {
	gap: 16px 18px
}
.contact-page-section {
	padding-top: 32px
}
.product-detail-hero .container, .product-spec-cta {
	grid-template-columns: 1fr
}
.product-detail-hero h1 {
	max-width: 12ch
}
.product-spec-cta-actions {
	justify-content: flex-start
}
.content-page-hero h1, .market-detail-hero h1, .market-page-hero h1 {
	max-width: min(100%, 22ch)
}
.market-page-hero h1.stacked-title {
	width: auto;
	max-width: 100%
}
.page-meta {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
.story-section, .story-section-reverse {
	grid-template-columns: 1fr
}
.story-section-reverse .story-section-body, .story-section-reverse .story-section-meta {
	order: 0
}
.story-section-reverse .story-section-meta {
	justify-items: start;
	text-align: left
}
.story-section-body, .story-section-reverse .story-section-body {
	max-width: none;
	padding-left: 28px;
	padding-right: 0;
	justify-self: stretch
}
.story-section-body:before, .story-section-reverse .story-section-body:before {
	left: 0;
	right: auto
}
.footer-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
}
@media (max-width:768px) {
:root {
--container-padding:0 18px;
--section-padding:60px 0;
--subhead-max-width:100%;
--page-hero-padding-top:94px;
--page-hero-padding-bottom:32px;
--page-hero-min-height:144px
}
.file-upload {
	padding: 18px
}
.file-upload-head {
	align-items: flex-start
}
.navbar-inner {
	display: flex;
	gap: 10px;
	padding: 0 18px
}
.navbar-logo {
	flex: 0 1 auto;
	min-width: 0;
	margin-right: auto
}
.navbar-actions {
	flex: 0 0 auto
}
.mobile-toggle {
	flex: 0 0 42px
}
.navbar-logo img {
	height: 30px
}
.navbar-links {
	position: fixed;
	top: 76px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	display: none;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 10px;
	width: 100vw;
	min-height: calc(100dvh - 76px);
	padding: 20px 18px 24px;
	background: rgba(249,251,253,.98);
	border-top: 1px solid rgba(216,224,232,.9);
	overflow-y: auto;
	-webkit-transform: translateZ(0)
}
.nav-dropdown, .nav-dropdown-menu-inline, .nav-dropdown-mobile-row, .navbar-links>* {
	width: 100%
}
.navbar-actions {
	min-width: auto;
	gap: 8px;
	justify-self: end
}
.lang-toggle, .lang-toggle-button {
	min-width: 0
}
.lang-toggle-button {
	padding: 0 12px
}
.lang-toggle-button:after {
	display: none
}
.navbar-links.active {
	display: flex
}
.nav-dropdown-menu a, .navbar-links>a {
	width: 100%;
	justify-content: flex-start;
	min-height: 48px;
	padding: 0 16px;
	border-radius: 16px;
	line-height:48px;
}
.navbar-links>a.nav-mobile-only {
	display: inline-flex
}
.nav-dropdown-toggle-desktop {
	display: none
}
.nav-dropdown-mobile-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 52px;
	gap: 8px
}
.nav-dropdown-mobile-link {
	padding: 0 16px;
	font-family: var(--font-heading);
	font-size: 1rem;
	font-weight: 500
}
.nav-dropdown-mobile-link, .nav-dropdown-toggle-mobile {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	border-radius: 16px;
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(216,224,232,.94);
	color: var(--text-primary)
}
.nav-dropdown-toggle-mobile {
	justify-content: center;
	width: 52px;
	padding: 0
}
.nav-dropdown-toggle-mobile:after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1.5px solid;
	border-bottom: 1.5px solid;
	transform: rotate(45deg) translateY(-1px);
	transition: transform var(--transition-fast)
}
.nav-dropdown.mobile-open .nav-dropdown-toggle-mobile:after {
	transform: rotate(225deg) translateY(-1px)
}
.nav-dropdown-menu-inline {
	position: static;
	min-width: 0;
	margin-top: 8px;
	padding: 8px;
	opacity: 1;
	visibility: visible;
	transform: none;
	box-shadow: none;
	display: none
}
.nav-dropdown.mobile-open .nav-dropdown-menu {
	display: grid;
	gap: 8px
}
.nav-dropdown-menu .mobile-yiji a, .navbar-links>.mobile-yiji a{
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(216,224,232,.94)
}
.navbar-links>.mobile-yiji{
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(216,224,232,.94)
	}
.mobile-kuang{ height:50vh; overflow-y:auto;}	
.mobile-kuang .mobile-yiji{ font-weight:bold; display:block; padding:0 10px;}
.mobile-kuang .mobile-erji a{ display:block;}	
.navbar-links>a {
	color: var(--text-primary);
	font-size: 1rem;
	font-weight: 500
}
.mobile-toggle {
	position: relative;
	z-index: 21;
	flex-shrink: 0
}
.navbar-actions .btn {
	display: none
}
.mobile-toggle {
	display: inline-flex
}
.hero {
	min-height: auto
}
.hero-content {
	padding: 120px 18px 58px
}
.hero h1, .page-hero h1 {
	max-width: none;
	font-size: clamp(1.85rem, 6vw, 2.45rem)
}
.contact-page-hero h1 {
	font-size: clamp(1.55rem, 4.2vw, 3.4rem)
}
.contact-form-grid, .hero-cta, .hero-stats {
	grid-template-columns: 1fr
}
.product-detail-hero .container {
	gap: 24px
}
.product-spec-cta {
	padding: 22px 20px;
	border-radius: 24px
}
.product-benefit-image, .product-benefit-media {
	min-height: 300px
}
.product-detail-hero h1 {
	max-width: none;
	font-size: clamp(1.6rem, 5vw, 2.75rem);
	white-space: normal;
	text-wrap: pretty;
	line-height: 1.08
}
.product-detail-hero-actions .btn, .product-spec-cta-actions .btn {
	width: 100%
}
.content-page-hero h1, .market-detail-hero h1, .market-page-hero h1 {
	font-size: clamp(1.75rem, 5.6vw, 2.5rem)
}
.hero-stats {
	display: grid
}
.feature-list, .grid-2, .grid-3 {
	grid-template-columns: 1fr
}
.product-benefit-card {
	min-height: auto
}
.footer-grid, .page-meta, .stats-grid, .stats-grid-two {
	grid-template-columns: 1fr
}
.footer-grid>.footer-col:nth-child(2) a {
	white-space: normal
}
.footer-bottom {
	flex-direction: column;
	align-items: flex-start
}
}
@media (max-width:520px) {
:root {
--page-hero-padding-top:88px;
--page-hero-padding-bottom:28px;
--page-hero-min-height:132px
}
.cookie-banner, .grid-4 {
	grid-template-columns: 1fr
}
.cookie-banner {
	right: 10px;
	bottom: 10px;
	align-items: stretch;
	width: calc(100vw - 20px);
	padding: 12px 13px
}
.cookie-banner-btn, .file-upload-browse, .form-success-action {
	width: 100%
}
.hero {
	min-height: 560px
}
.navbar-logo img {
	width: min(180px, 46vw);
	height: auto
}
.lang-toggle-button {
	width: 42px;
	min-width: 42px;
	padding: 0;
	justify-content: center
}
.lang-toggle {
	width: 42px;
	max-width: 42px
}
.lang-toggle-label {
	display: none
}
.hero-cta .btn {
	width: 100%
}
.policy-entry {
	padding: 0
}
.policy-entry-header {
	grid-template-columns: 1fr;
	gap: 12px
}
.policy-entry-number {
	padding-top: 0
}
.product-detail-hero .page-meta-item {
	padding: 16px 16px 18px
}
.contact-page-section {
	padding: 24px 0 56px
}
.story-spotlight {
	padding: 24px
}
.story-section-body, .story-section-reverse .story-section-body {
	padding-left: 24px
}
}
.hero-title-direct {
	max-width: min(100%, 13ch)
}
.hero-content-refined {
grid-template-columns:minmax(0, 1.02fr) minmax(360px, .82fr);
	align-items: center;
	gap: clamp(12px, 2.2vw, 24px)
}
.hero-content-pdm {
	grid-template-columns: minmax(0, 780px);
	align-items: center
}
.hero-text-refined {
	display: grid;
	align-content: start;
	max-width: 720px
}
.hero-text-pdm {
	max-width: 760px
}
.hero-subtitle-tight {
	max-width: 58ch
}
.hero-title-pdm {
	max-width: 100%;
	margin-bottom: 14px;
	letter-spacing: 0;
	text-transform: uppercase
}
.hero-title-pdm .highlight {
	white-space: nowrap
}
.site-shell:lang(en) .hero-title-pdm {
	max-width: 760px;
	font-size: clamp(2.8rem, 3.5vw, 3.25rem);
	line-height: 1;
	letter-spacing: -.025em
}
.site-shell:lang(zh) .hero-title-pdm {
	max-width: 760px
}
.site-shell:lang(en) .hero-title-pdm .hero-title-line:first-child {
	max-width: 21ch
}
.site-shell:lang(en) .product-detail-hero h1 {
	max-width: 22ch
}
.hero-kicker {
	max-width: 46ch;
	margin-bottom: 10px;
	color: rgba(255,255,255,.94);
	font-family: var(--font-heading);
	font-size: clamp(1.15rem, 1.7vw, 1.45rem);
	font-weight: 600;
	line-height: 1.34
}
.hero-stats-pdm {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 52px);
	max-width: 760px;
	margin-top: 2px;
	padding-top: 4px
}
.hero-stat-pdm {
	position: relative;
	display: grid;
	align-content: start;
	gap: 7px 12px;
	min-width: 0;
	padding: 12px 0 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none
}
.hero-stat-pdm:last-child {
	border-bottom: 0
}
.hero-stat-pdm .hero-stat-label {
	display: inline-flex;
	align-items: center;
	width: max-content;
	gap: 10px;
	margin-bottom: 0;
	color: #0066ff;
font-size:.8rem;
	letter-spacing: .16em
}
.hero-stat-pdm .hero-stat-label:after {
	content: "";
	width: 20px;
	height: 1px;
	background: currentColor;
	opacity: .66
}
.hero-stat-pdm .hero-stat-value {
	display: inline-flex;
	align-items: baseline;
	gap: 7px;
	margin-bottom: 0;
	color: var(--text-inverse);
	font-size: clamp(1.85rem, 2.6vw, 2.55rem);
	line-height: 1
}
.hero-stat-pdm .hero-stat-value .number {
	color: var(--text-inverse);
	display: inline-block;
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
	text-align: left
}
.hero-stat-pdm .hero-stat-value .unit {
	color: rgba(255,255,255,.88);
font-size:clamp(.98rem, 1.3vw, 1.08rem);
	font-weight: 600;
	line-height: 1
}
.hero-stat-pdm .hero-stat-desc {
	color: rgba(255,255,255,.72);
	font-family: var(--font-heading);
font-size:.82rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none
}
.hero-content-pdm .hero-brand-label, .hero-content-pdm .hero-cta, .hero-content-pdm .hero-kicker, .hero-content-pdm .hero-stat-pdm, .hero-content-pdm .hero-subtitle, .hero-content-pdm .hero-title-pdm {
	animation: hero-rise-in .82s cubic-bezier(.19, 1, .22, 1) both
}
.hero-content-pdm .hero-brand-label {
	animation-delay: .08s
}
.hero-content-pdm .hero-title-pdm {
	animation-delay: .18s
}
.hero-content-pdm .hero-kicker {
	animation-delay: .3s
}
.hero-content-pdm .hero-subtitle {
	animation-delay: .4s
}
.hero-content-pdm .hero-cta {
	animation-delay: .5s
}
.hero-content-pdm .hero-stat-pdm:first-child {
	animation-delay: .64s
}
.hero-content-pdm .hero-stat-pdm:nth-child(2) {
	animation-delay: .74s
}
.hero .hero-bg-image {
	will-change: transform;
	animation: hero-image-drift 12s ease-out both
}
@keyframes hero-rise-in {
0% {
opacity:0;
transform:translate3d(0, 26px, 0);
filter:blur(4px)
}
to {
	opacity: 1;
	transform: translateZ(0);
	filter: blur(0)
}
}
@keyframes hero-image-drift {
0% {
transform:scale(1.04) translateZ(0)
}
to {
	transform: scale(1.08) translate3d(-1.5%, 0, 0)
}
}
@media (prefers-reduced-motion:reduce) {
.hero .hero-bg-image, .hero-content-pdm .hero-brand-label, .hero-content-pdm .hero-cta, .hero-content-pdm .hero-kicker, .hero-content-pdm .hero-stat-pdm, .hero-content-pdm .hero-subtitle, .hero-content-pdm .hero-title-pdm {
	animation: none;
	opacity: 1;
	transform: none;
	filter: none
}
}
@media (max-width:768px) {
.hero-stats-pdm {
	grid-template-columns: 1fr;
	gap: 0
}
.hero-stat-pdm {
	gap: 6px 10px;
	padding: 11px 0
}
.hero-stat-pdm:last-child {
	border-bottom: 0
}
.hero-stat-pdm .hero-stat-value {
	font-size: clamp(1.7rem, 8vw, 2.15rem)
}
.hero-stat-pdm .hero-stat-label {
	width: max-content
}
}
.hero-meta-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-bottom: 28px
}
.hero-meta-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: rgba(255,255,255,.78);
	font-family: var(--font-heading);
font-size:.84rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase
}
.hero-meta-item:not(:last-child):after {
	content: "";
	width: 4px;
	height: 4px;
	margin-left: 18px;
	border-radius: 999px;
	background: rgba(156,208,107,.72)
}
.detail-chip, .hero-highlight-pill, .market-tag {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	font-family: var(--font-heading);
font-size:.8rem;
	font-weight: 600
}
.hero-highlight-pill {
	color: rgba(255,255,255,.92);
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.16);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px)
}
.hero-proof-caption {
	display: grid;
	gap: 4px;
	max-width: 56ch;
	padding-left: 2px
}
.hero-proof-caption-label {
	color: #b7e27f;
	font-family: var(--font-heading);
font-size:.76rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase
}
.hero-proof-caption p {
	color: rgba(255,255,255,.76);
font-size:.94rem;
	line-height: 1.68
}
.hero-proof-caption-panel {
	padding-top: 2px;
	border-top: 1px solid rgba(255,255,255,.08)
}
.hero-compare-panel {
	display: grid;
	gap: 18px;
	padding: clamp(22px, 2.8vw, 30px);
	background: rgba(12,18,25,.55);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 28px;
	box-shadow: 0 22px 60px rgba(9,15,22,.22);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px)
}
.hero-compare-panel-compact {
	position: relative;
	max-width: 520px;
	justify-self: end;
	gap: 16px;
	padding: clamp(20px, 2.4vw, 26px);
	background: rgba(12,18,25,.46);
	transform: translateX(-56px);
	box-shadow: 0 22px 60px rgba(9,15,22,.24)
}
.hero-compare-panel-compact:before {
	content: none
}
.hero-compare-head {
	display: grid;
	gap: 8px
}
.hero-compare-label, .market-card-kicker {
	color: rgba(255,255,255,.72);
	font-family: var(--font-heading);
font-size:.74rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase
}
.hero-compare-title {
	color: #fff;
	font-size: clamp(1.3rem, 2vw, 1.7rem);
	line-height: 1.2
}
.hero-compare-desc {
	color: rgba(255,255,255,.78);
font-size:.95rem;
	line-height: 1.72
}
.hero-compare-grid {
	display: grid;
	gap: 12px
}
.hero-compare-grid-compact {
	gap: 10px
}
.hero-compare-card {
	display: grid;
	gap: 14px;
	padding: 18px;
	border-radius: 22px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12)
}
.hero-compare-card-compact {
	gap: 12px;
	padding: 16px;
	border-radius: 20px;
	background: rgba(255,255,255,.07)
}
.hero-compare-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px
}
.hero-compare-card-label {
	color: #fff;
	font-family: var(--font-heading);
	font-weight: 600
}
.hero-compare-card-cert {
	color: #9cd06b;
font-size:.78rem
}
.hero-compare-values {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 10px
}
.hero-compare-new, .hero-compare-old {
	display: grid;
	gap: 4px
}
.hero-compare-new strong, .hero-compare-old strong {
	color: #fff;
	font-family: var(--font-heading);
	font-size: 1.45rem;
	line-height: 1
}
.hero-compare-old strong {
	color: rgba(255,255,255,.52);
	text-decoration: line-through
}
.hero-compare-new strong {
	color: #b7e27f
}
.hero-compare-value-label {
	color: rgba(255,255,255,.62);
font-size:.78rem;
	letter-spacing: .08em;
	text-transform: uppercase
}
.hero-compare-arrow {
	color: rgba(255,255,255,.62);
	font-size: 1.1rem
}
.hero-promise-strip {
	display: grid;
	gap: 6px;
	padding: 16px 18px;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(95,167,64,.18), rgba(95,167,64,.07));
	border: 1px solid rgba(156,208,107,.28)
}
.hero-promise-kicker {
	color: #b7e27f;
	font-family: var(--font-heading);
font-size:.75rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase
}
.hero-promise-strip p {
	color: rgba(255,255,255,.86)
}
.delivery-flow-section {
	position: relative;
	overflow: hidden;
	padding-bottom: clamp(54px, 6vw, 84px);
	background: #fff
}
.delivery-editorial-head {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	margin-bottom: clamp(46px, 6vw, 76px)
}
.delivery-editorial-head:after {
	content: none
}
.delivery-editorial-copy {
	max-width: 850px
}
.delivery-editorial-copy .section-title {
	max-width: 18ch;
	margin: 14px 0 22px;
	font-size: clamp(2.35rem, 3.8vw, 4rem);
	line-height: 1.08;
	letter-spacing: -.035em
}
.site-shell:lang(zh) .delivery-editorial-copy {
	max-width: none
}
.site-shell:lang(zh) .delivery-editorial-copy .section-title {
	width: max-content;
	max-width: 100%;
	text-wrap: nowrap;
	white-space: nowrap
}
@media (min-width:1101px) {
.site-shell:lang(en) .delivery-editorial-copy {
	max-width: none
}
.site-shell:lang(en) .delivery-editorial-copy .section-title {
	width: max-content;
	max-width: 100%;
	font-size: clamp(1.65rem, 2.05vw, 1.85rem);
	text-wrap: nowrap;
	white-space: nowrap
}
}
.delivery-editorial-copy .section-subtitle {
	max-width: 68ch;
	margin: 22px 0 0;
	color: #263b4e;
font-size:clamp(.98rem, 1.15vw, 1.08rem);
	line-height: 1.9
}
.delivery-title-rule, .regional-title-rule {
	display: block;
	width: 56px;
	height: 3px;
	background: var(--accent-500)
}
.delivery-title-rule {
	display: none
}
.delivery-path-shell {
	position: relative;
	overflow: hidden;
	padding: clamp(48px, 5.2vw, 72px) 0 clamp(50px, 5.6vw, 78px);
	background: #172b3d;
	color: #fff
}
.delivery-path-shell:after {
	content: none
}
.delivery-path-inner {
	position: relative;
	z-index: 1;
	display: grid;
grid-template-columns:minmax(410px, .95fr) minmax(0, 2fr);
	align-items: center;
	gap: clamp(38px, 4vw, 58px)
}
.delivery-flow-lead {
	display: flex;
	align-items: center;
	padding-right: clamp(10px, 1.4vw, 22px)
}
.delivery-flow-lead-rule {
	display: none
}
.delivery-flow-lead p {
	margin: 0;
	color: #fff;
	font-family: var(--font-heading);
	font-size: clamp(1.35rem, 1.75vw, 1.65rem);
	font-weight: 650;
	line-height: 1.45;
	white-space: nowrap
}
.site-shell:lang(en) .delivery-flow-lead p {
	max-width: 30ch;
	font-size: clamp(1.16rem, 1.45vw, 1.35rem);
	text-wrap: balance;
	white-space: normal
}
.delivery-flow-track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none
}
.delivery-step {
	min-width: 0
}
.delivery-step-marker {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 24px
}
.delivery-step-icon {
	display: grid;
	flex: 0 0 clamp(66px, 5.4vw, 84px);
	width: clamp(66px, 5.4vw, 84px);
	height: clamp(66px, 5.4vw, 84px);
	place-items: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(255,255,255,.4)
}
.delivery-step-icon svg {
	width: 50%;
	height: 50%;
	stroke: #0a376f;
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round
}
.delivery-step-connector {
	display: none
}
.delivery-step-connector:after {
	content: none
}
.delivery-step-content {
	padding-right: clamp(14px, 1.5vw, 24px)
}
.delivery-step-index {
	display: block;
	margin-bottom: 7px;
	color: rgba(255,255,255,.94);
	font-family: var(--font-heading);
	font-size: clamp(1.7rem, 2.3vw, 2.5rem);
	font-weight: 500;
	letter-spacing: -.025em
}
.delivery-step-title {
	min-height: 3.2em;
	margin: 0 0 12px;
	color: #fff;
font-size:clamp(.96rem, 1.14vw, 1.14rem);
	line-height: 1.42;
	text-wrap: balance
}
.delivery-step-desc {
	margin: 0;
	color: rgba(255,255,255,.72);
font-size:clamp(.76rem, .84vw, .88rem);
	line-height: 1.72
}
.delivery-flow-footer {
	display: grid;
	grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
	align-items: center;
	gap: clamp(20px, 3vw, 44px);
	padding-top: clamp(32px, 4.2vw, 52px)
}
.delivery-flow-footer-line {
	display: block;
	height: 1px;
	background: rgba(13,82,156,1)
}
.delivery-flow-emphasis {
	margin: 0;
	color: #172431;
	font-family: var(--font-heading);
	font-size: clamp(1rem, 1.5vw, 1.35rem);
	font-weight: 650;
	text-align: center
}
.value-section {
	background: #fff
}
.value-card-grid>* {
	height: 100%
}
.value-card {
	grid-template-rows: auto auto 1fr;
	border-top: 3px solid var(--accent-500)
}
.regional-approach-section {
	position: relative;
	overflow: hidden;
	background: #fff
}
.regional-approach-section:before {
	content: none
}
.regional-editorial-head {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: clamp(44px, 5.5vw, 70px)
}
.regional-editorial-copy .section-title {
	max-width: 18ch;
	margin: 14px 0 22px;
	font-size: clamp(2.35rem, 3.8vw, 4rem);
	line-height: 1.08;
	letter-spacing: -.035em
}
.site-shell:lang(zh) .regional-editorial-copy .section-title {
	width: max-content;
	max-width: 100%;
	text-wrap: nowrap;
	white-space: nowrap
}
@media (min-width:1101px) {
.site-shell:lang(en) .regional-editorial-copy .section-title {
	width: max-content;
	max-width: 100%;
	font-size: clamp(2rem, 2.8vw, 2.5rem);
	text-wrap: nowrap;
	white-space: nowrap
}
}
.regional-editorial-copy .section-subtitle {
	max-width: 68ch;
	margin: 22px 0 0;
	color: #263b4e;
font-size:clamp(.98rem, 1.15vw, 1.08rem);
	line-height: 1.9
}
.regional-approach-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
	gap: 18px;
	background: transparent
}
.regional-approach-group {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 24px;
	border-radius: 24px;
	box-shadow: 0 20px 46px rgba(23,36,49,.12)
}
.regional-approach-group-primary {
	padding: clamp(38px, 4.2vw, 58px) clamp(32px, 3.7vw, 52px) clamp(34px, 3.8vw, 48px);
	background: #183448
}
.regional-approach-group-secondary {
	padding: clamp(38px, 4.2vw, 58px) clamp(28px, 3.2vw, 44px) clamp(34px, 3.8vw, 48px);
	background: #172b3d
}
.regional-group-copy {
	display: block
}
.regional-approach-index {
	display: block;
	margin-bottom: 10px;
	color: #0066ff;
	font-family: var(--font-heading);
font-size:.75rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .14em;
	text-transform: uppercase
}
.regional-approach-group-secondary .regional-approach-index {
	color: rgba(0,102,255,.74);
font-size:.72rem
}
.regional-approach-group h3 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.2
}
.regional-approach-group-primary h3 {
	font-size: clamp(1.7rem, 2.4vw, 2.35rem)
}
.regional-approach-group-secondary h3 {
	font-size: clamp(1.45rem, 2vw, 1.9rem)
}
.regional-approach-group p {
	margin: 0;
	color: rgba(255,255,255,.78);
	line-height: 1.76
}
.regional-approach-group-primary p {
	max-width: 52ch;
font-size:.98rem
}
.regional-approach-group-secondary p {
	color: rgba(255,255,255,.7);
font-size:.92rem
}
.regional-standard-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	width: 100%;
	margin-top: auto;
	padding-top: 12px
}
.regional-standard-tag {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 11px;
	border: 0;
	border-radius: 999px;
	color: rgba(255,255,255,.92);
	background: rgba(255,255,255,.09);
	font-family: var(--font-heading);
font-size:.74rem;
	font-weight: 600;
	line-height: 1.25
}
.regional-approach-conclusion {
	grid-column: 1/-1;
	margin: 0;
	padding: 18px clamp(24px, 3vw, 38px);
	border-radius: 18px;
	color: #073e7a;
	background: #e6ebf1;
	font-family: var(--font-heading);
font-size:clamp(.92rem, 1.16vw, 1.08rem);
	font-weight: 650;
	letter-spacing: .01em;
	text-align: center
}
.about-closing-line, .contact-closing-line {
	width: fit-content;
	margin: 28px auto 0;
	padding: 12px 18px;
	border-radius: 999px;
	background: var(--accent-050);
	color: var(--accent-700);
	font-family: var(--font-heading);
	font-weight: 600;
	text-align: center
}
.response-cta-secondary {
	margin: 10px auto 0
}
.contact-closing-line {
	margin-top: 24px
}
.product-explorer {
	display: grid;
	gap: 24px
}
.product-card-rich {
	min-height: 100%
}
.product-card-topline {
	display: flex;
	flex-wrap: wrap;
	gap: 10px
}
.product-card-leadtime {
	color: var(--accent-600);
	font-family: var(--font-heading);
font-size:.82rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase
}
.product-card-desc-expanded {
	-webkit-line-clamp: 5
}
.market-showcase-tags, .product-market-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}
.market-tag {
	color: var(--text-primary);
	background: var(--bg-subtle);
	border: 1px solid rgba(216,224,232,.94)
}
.market-tag-light {
	color: #fff;
	background: rgba(255,255,255,.12);
	border-color: rgba(255,255,255,.18)
}
.market-showcase-grid {
	align-items: stretch;
	grid-auto-rows: 1fr
}
.market-showcase-card, .related-product-card {
	display: grid;
	grid-template-rows: 230px minmax(0, 1fr);
	overflow: hidden;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(216,224,232,.94);
	border-radius: 26px;
	box-shadow: var(--shadow-xs);
	transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast)
}
.market-showcase-card:hover, .related-product-card:hover {
	transform: translateY(-2px);
	border-color: var(--border-strong);
	box-shadow: var(--shadow-sm)
}
.market-showcase-media {
	position: relative;
	height: 100%;
	min-height: 0
}
.market-showcase-body {
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	align-content: start;
	gap: 14px;
	padding: 28px 30px 30px;
	background: linear-gradient(180deg, rgba(24,34,46,.94), rgba(31,43,57,.96))
}
.market-showcase-index {
	color: #0066ff;
	font-family: var(--font-heading);
font-size:.82rem;
	font-weight: 700;
	letter-spacing: .18em
}
.market-showcase-body .product-card-link, .market-showcase-copy, .market-showcase-lead, .market-showcase-title {
	color: #fff
}
.market-showcase-lead {
	margin: 0;
	font-family: var(--font-heading);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.62
}
.market-showcase-copy {
	margin: 0;
	color: rgba(255,255,255,.82);
	line-height: 1.76
}
.testimonial-marquee {
	position: relative;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent)
}
.testimonial-track {
	display: flex;
	gap: 18px;
	width: max-content;
	animation: testimonial-scroll 30s linear infinite
}
.testimonial-card {
	flex: 0 0 min(360px, calc(100vw - 48px));
	display: grid;
	gap: 18px;
	padding: 24px;
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(216,224,232,.94);
	border-radius: 24px;
	box-shadow: var(--shadow-xs)
}
.testimonial-quote {
	color: var(--text-primary);
	font-size: 1.02rem;
	line-height: 1.82
}
.testimonial-meta {
	display: grid;
	gap: 4px
}
.testimonial-meta strong {
	color: var(--text-primary)
}
.testimonial-meta span {
	color: var(--text-muted);
font-size:.9rem
}
@keyframes testimonial-scroll {
0% {
transform:translateX(0)
}
to {
	transform: translateX(calc(-50% - 9px))
}
}
.section-accent {
	background: linear-gradient(180deg, #0d5f33, #0a4c29)
}
.section-accent .section-subtitle, .section-accent .section-title {
	color: #fff
}
.section-header-inverse .section-subtitle {
	color: rgba(255,255,255,.82)
}
.section-label-inverse {
	color: rgba(255,255,255,.78)
}
.section-label-inverse:before {
	background: rgba(255,255,255,.5)
}
.advantage-accent-grid {
	gap: 18px
}
.advantage-card-accent {
	background: rgba(255,255,255,.1);
	border-color: rgba(255,255,255,.12);
	box-shadow: none
}
.advantage-card-accent h3, .advantage-card-accent p {
	color: #fff
}
.advantage-card-accent p {
	color: rgba(255,255,255,.84)
}
.advantage-card-accent .advantage-icon {
	background: rgba(255,255,255,.12);
	color: #d0efab
}
.response-cta-promise {
	width: fit-content;
	margin: 2px auto 0;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--accent-050);
	color: var(--accent-600);
	font-family: var(--font-heading);
font-size:.84rem;
	font-weight: 600
}
.market-detail-cta-block-strong {
	background: #fff
}
.detail-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px
}
.detail-chip {
	color: var(--text-primary);
	background: rgba(255,255,255,.88);
	border: 1px solid rgba(216,224,232,.94)
}
.detail-chip-accent {
	color: var(--accent-600);
	background: var(--accent-050);
	border-color: rgba(230,235,241,1)
}
.detail-list-spaced {
	display: grid;
	gap: 12px
}
.related-product-grid {
	align-items: stretch
}
.related-product-card {
	align-content: start;
	gap: 12px;
	padding: 22px
}
.related-product-head {
	display: flex;
	justify-content: flex-start
}
.related-product-card h3 {
	color: var(--text-primary);
	font-size: 1.15rem;
	line-height: 1.3
}
.related-product-card p {
	color: var(--text-secondary);
	line-height: 1.72
}
.market-card-detailed {
	overflow: hidden
}
.market-card-image-tall {
	height: 280px
}
.market-card-overlay-detailed {
	display: grid;
	gap: 12px;
	padding: 22px
}
.market-card-overlay-detailed h4 {
	color: var(--text-primary);
	font-size: 1.4rem
}
.market-card-lead {
	color: var(--text-primary);
	font-family: var(--font-heading);
	font-size: 1rem;
	font-weight: 600
}
.contact-lead-layout {
	align-items: start
}
.about-doc-panel, .contact-form-shell, .contact-side-panel {
	padding: clamp(24px, 3vw, 32px);
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(216,224,232,.94);
	border-radius: 28px;
	box-shadow: var(--shadow-sm)
}
.contact-side-panel {
	display: grid;
	gap: 18px;
	background: #fff
}
.contact-info-card, .contact-promise-card {
	display: grid;
	gap: 8px;
	padding: 18px;
	border-radius: 20px;
	background: rgba(255,255,255,.96);
	border: 1px solid rgba(216,224,232,.94)
}
.contact-info-card strong, .contact-promise-card strong {
	color: var(--text-primary)
}
.contact-info-stack {
	display: grid;
	gap: 12px
}
.contact-form-shell {
	background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,252,253,.98))
}
.about-doc-shell {
	display: grid;
	gap: 24px
}
.section-label-light {
	color: rgba(214,232,205,.92)
}
.about-overview-shell {
	display: grid;
grid-template-columns:minmax(0, 1.15fr) minmax(300px, .85fr);
	gap: 28px;
	align-items: start
}
.about-overview-copy {
	display: grid;
	gap: 12px
}
.about-doc-summary-copy {
	display: grid;
	gap: 8px
}
.about-overview-aside {
	display: grid;
	gap: 16px
}
.about-overview-visual {
	position: relative;
	min-height: 300px;
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid rgba(216,224,232,.94);
	box-shadow: var(--shadow-sm);
	background: #fff
}
.about-overview-visual-note {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	display: grid;
	gap: 8px;
	max-width: 220px;
	padding: 16px 18px;
	border-radius: 20px;
	background: rgba(255,255,255,.72);
	border: 1px solid rgba(153,190,126,.28);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px)
}
.about-overview-visual-note strong {
	display: flex;
	align-items: baseline;
	gap: 8px;
	color: var(--text-primary);
	font-family: var(--font-heading);
	font-size: clamp(2rem, 4vw, 2.7rem);
	line-height: .9
}
.about-overview-visual-note strong span {
	color: var(--accent-700);
font-size:.88rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase
}
.about-overview-visual-note p {
	margin: 0;
	color: var(--text-secondary);
	line-height: 1.5
}
.about-doc-stats-grid {
	gap: 14px
}
.about-doc-stat-card {
	display: grid;
	gap: 4px;
	padding: 18px;
	background: var(--bg-subtle);
	border: 1px solid rgba(216,224,232,.94);
	border-radius: 20px
}
.about-doc-stat-card strong {
	color: var(--text-primary);
	font-family: var(--font-heading);
	font-size: clamp(1.6rem, 2vw, 2rem);
	line-height: 1
}
.about-doc-stat-card span {
	color: var(--accent-600);
	font-family: var(--font-heading);
font-size:.84rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase
}
.about-founders-shell {
	display: grid;
grid-template-columns:minmax(320px, .95fr) minmax(0, 1.05fr);
	gap: 28px;
	align-items: stretch
}
.about-founders-rail {
	display: grid;
	gap: 16px
}
.about-founders-rail-card {
	display: grid;
	gap: 10px;
	padding: 22px;
	border-radius: 26px;
	border: 1px solid rgba(196,218,184,.9);
	background: #fff
}
.about-founders-rail-card strong {
	color: var(--text-primary);
	font-family: var(--font-heading);
	font-size: clamp(2.2rem, 4vw, 3.1rem);
	line-height: .9
}
.about-founders-rail-card p {
	margin: 0;
	color: var(--text-secondary)
}
.about-founders-rail-card-secondary {
	gap: 14px
}
.about-founders-rail-title {
	color: var(--accent-700);
font-size:.82rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase
}
.about-founders-rail-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none
}
.about-founders-rail-list li {
	position: relative;
	padding-left: 18px;
	color: var(--text-primary);
	font-weight: 600
}
.about-founders-rail-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: .62em;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--accent-500), #a5d86a)
}
.about-founders-copy {
	display: grid;
	align-content: start;
	gap: 14px
}
.about-founders-grid {
	display: grid;
	gap: 14px;
	margin-top: 8px
}
.about-founders-card {
	display: grid;
	gap: 8px;
	padding: 18px 0 0;
	border-top: 1px solid rgba(216,224,232,.9)
}
.about-capability-item-index, .about-founders-card-index, .about-team-result-number {
	color: rgba(95,167,64,.92);
	font-family: var(--font-heading);
font-size:.88rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase
}
.about-founders-card-eyebrow {
	color: var(--accent-700);
font-size:.76rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase
}
.about-founders-card h3 {
	margin: 0;
	color: var(--text-primary);
	font-size: clamp(1.18rem, 1.6vw, 1.48rem);
	line-height: 1.2
}
.about-founders-card p {
	margin: 0;
	color: var(--text-secondary)
}
.about-capability-band {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	display: grid;
	gap: 26px;
	padding: clamp(28px, 4vw, 40px);
	border-radius: 32px;
	background: #fff;
	border: 1px solid rgba(171,205,140,.72);
	box-shadow: var(--shadow-lg)
}
.about-capability-band:before {
	content: "";
	position: absolute;
	inset: 0 auto auto 32px;
	width: min(220px, calc(100% - 64px));
	height: 6px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(94,155,56,.9), rgba(152,207,97,.4));
	opacity: .95;
	top: 0;
	right: auto;
	bottom: auto;
	left: 32px;
}
.about-capability-band:after {
	content: none
}
.about-capability-band-header {
	display: grid;
	gap: 12px;
	max-width: 820px
}
.about-capability-band-header .section-title, .about-execution-header .section-title {
	color: var(--text-primary)
}
.about-capability-band .section-label, .about-execution-band .section-label {
	color: var(--accent-700)
}
.about-capability-band-header .section-copy, .about-execution-card .about-doc-card-meta, .about-execution-card h3, .about-execution-card p, .about-execution-header .section-copy {
	color: var(--text-secondary)
}
.about-capability-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 28px
}
.about-capability-item {
	display: grid;
	gap: 10px;
	padding: 18px 18px 0;
	border-top: 1px solid rgba(53,88,44,.12);
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.24))
}
.about-capability-item h3 {
	margin: 0;
	color: var(--text-primary);
	font-size: clamp(1.24rem, 1.7vw, 1.56rem);
	line-height: 1.18
}
.about-capability-item p {
	margin: 0;
	color: var(--text-secondary);
	line-height: 1.7
}
.about-doc-table td, .about-doc-table th {
	vertical-align: top
}
.detail-card-left {
	text-align: left
}
.about-coverage-grid {
	align-items: stretch
}
.about-coverage-card {
	display: grid;
	gap: 14px;
	height: 100%
}
.about-team-results-panel {
	display: grid;
	gap: 28px
}
.about-team-results-header {
	display: grid;
	gap: 10px;
	max-width: 920px
}
.about-team-results-list {
	display: grid;
	border-top: 1px solid rgba(216,224,232,.9)
}
.about-team-result-row {
	display: grid;
grid-template-columns:minmax(220px, .85fr) minmax(0, 1.15fr);
	gap: 28px;
	align-items: start;
	padding: 28px 0 30px;
	border-bottom: 1px solid rgba(216,224,232,.9)
}
.about-team-result-titleblock {
	display: grid;
	gap: 10px
}
.about-team-result-titleblock h3 {
	margin: 0;
	color: var(--text-primary);
	font-size: clamp(1.5rem, 2.3vw, 2.1rem);
	line-height: 1.08
}
.about-team-result-copy {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px
}
.about-team-result-copy>div {
	display: grid;
	gap: 8px;
	padding-top: 4px
}
.about-team-result-label {
	color: var(--accent-700);
font-size:.76rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase
}
.about-team-result-copy p {
	margin: 0;
	color: var(--text-secondary);
	font-size: 1rem;
	line-height: 1.75
}
.about-execution-band {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	display: grid;
	gap: 24px;
	padding: clamp(28px, 4vw, 40px);
	border-radius: 32px;
	background: #fff;
	border: 1px solid rgba(170,204,139,.72);
	box-shadow: var(--shadow-lg)
}
.about-execution-band:before {
	content: "";
	position: absolute;
	inset: auto 32px 30px auto;
	width: min(240px, calc(100% - 64px));
	height: 6px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(152,207,97,.18), rgba(94,155,56,.78));
	top: auto;
	right: 32px;
	bottom: 30px;
	left: auto;
}
.about-execution-band:after {
	content: none
}
.about-execution-grid {
	gap: 18px
}
.about-execution-card {
	min-height: 100%;
	border-color: rgba(146,185,114,.26);
	background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(252,254,250,.72));
	box-shadow: 0 18px 34px rgba(66,95,43,.08);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px)
}
.about-doc-card-meta {
	color: var(--text-muted);
font-size:.88rem
}
.about-editorial-page {
	overflow: hidden;
	background: #f7f9fb
}
.about-editorial-overview {
	position: relative;
	overflow: hidden;
	padding: clamp(132px, 12vw, 176px) 0 clamp(72px, 7vw, 100px);
	background: #fff
}
.about-editorial-overview:after {
	content: none
}
.about-editorial-overview-grid {
	position: relative;
	z-index: 1;
	display: grid;
grid-template-columns:minmax(0, 1.22fr) minmax(360px, .78fr);
	align-items: center;
	gap: clamp(54px, 8vw, 120px)
}
.about-editorial-intro {
	max-width: 800px
}
.about-editorial-kicker {
	color: var(--accent-600);
	font-family: var(--font-heading);
font-size:.78rem;
	font-weight: 700;
	letter-spacing: .16em
}
.about-editorial-intro h1 {
	max-width: 20ch;
	margin: 20px 0 24px;
	color: #172431;
	font-family: var(--font-heading);
	font-size: clamp(2.8rem, 4.05vw, 4.4rem);
	line-height: 1.1;
	letter-spacing: -.045em
}
.about-editorial-intro h1.about-editorial-title {
	max-width: none
}
.about-editorial-title-line {
	display: block;
	white-space: nowrap
}
.about-editorial-rule {
	display: block;
	width: 56px;
	height: 3px;
	margin: 0 0 24px;
	background: var(--accent-500)
}
.about-editorial-subtitle {
	margin: 0 0 16px;
	color: #172431;
	font-family: var(--font-heading);
	font-size: 1.05rem;
	font-weight: 650;
	line-height: 1.7
}
.about-editorial-body {
	display: grid;
	gap: 14px
}
.about-editorial-body p, .about-partner-copy p {
	margin: 0;
	color: #405365;
	font-size: 1rem;
	line-height: 1.86
}
.about-editorial-closing {
	display: block;
	margin-top: 20px;
	color: var(--accent-700);
	font-family: var(--font-heading);
font-size:.94rem
}
.about-experience-summary {
	display: grid;
	align-content: center;
	width: 100%;
	max-width: 520px;
	justify-self: end
}
.about-experience-number {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(23,36,49,.42);
	color: #172431
}
.about-experience-number strong {
	color: #172431;
	font-family: var(--font-heading);
	font-size: clamp(6rem, 8.5vw, 9rem);
	font-weight: 650;
	line-height: .82;
	letter-spacing: -.065em
}
.about-experience-number span {
	font-family: var(--font-heading);
	font-size: clamp(1.05rem, 1.6vw, 1.4rem);
	font-weight: 650
}
.about-experience-summary>p {
	margin: 16px 0 30px;
	color: #172431;
	font-family: var(--font-heading);
	font-size: 1.03rem;
	font-weight: 650;
	text-align: center
}
.about-experience-pillars {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px
}
.about-experience-pillar {
	display: grid;
	justify-items: center;
	gap: 10px;
	color: #172431;
	text-align: center
}
.about-contact-icon, .about-experience-icon, .about-speed-icon {
	display: grid;
	place-items: center
}
.about-experience-icon {
	width: 48px;
	height: 48px
}
.about-contact-icon svg, .about-experience-icon svg, .about-speed-icon svg {
	width: 100%;
	height: 100%;
	stroke: #172431;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round
}
.about-experience-pillar strong {
font-size:.78rem;
	line-height: 1.3
}
.about-capability-matrix-section {
	padding: clamp(78px, 7.5vw, 108px) 0;
	background: #fff
}
.about-capability-matrix-header {
	display: grid;
	justify-items: center;
	margin-bottom: 48px;
	text-align: center
}
.about-capability-matrix-header h2 {
	max-width: none;
	margin: 0;
	color: #172431;
	font-size: clamp(2rem, 2.8vw, 2.85rem);
	line-height: 1.18
}
.about-capability-matrix-header span {
	width: 48px;
	height: 3px;
	margin-top: 18px;
	background: var(--accent-500)
}
.about-capability-matrix {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
.about-capability-matrix>div {
	height: 100%
}
.about-capability-cell {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 28px;
	height: 100%;
	min-height: 250px;
	padding: clamp(34px, 3.5vw, 50px) clamp(34px, 4vw, 58px)
}
.about-capability-matrix>div:nth-child(odd) .about-capability-cell {
	border-right: 1px solid #d9e0e6
}
.about-capability-matrix>div:nth-child(-n+2) .about-capability-cell {
	border-bottom: 1px solid #d9e0e6
}
.about-capability-number {
	color: #bdc8d4;
	font-family: var(--font-heading);
	font-size: clamp(3.1rem, 4.7vw, 4.9rem);
	font-weight: 500;
	line-height: .9;
	letter-spacing: -.045em
}
.about-capability-cell h3 {
	margin: 0 0 12px;
	color: #172431;
	font-size: clamp(1.25rem, 1.7vw, 1.62rem);
	line-height: 1.35
}
.about-capability-cell p {
	margin: 0;
	max-width: 54ch;
	color: #405365;
	font-size: 1rem;
	line-height: 1.82
}
.about-speed-strip {
	position: relative;
	overflow: hidden;
	padding: clamp(48px, 4.8vw, 66px) 0;
	background: #172b3d;
	color: #fff
}
.about-speed-grid {
	display: grid;
grid-template-columns:minmax(320px, .98fr) minmax(0, 2.02fr);
	align-items: center;
	gap: clamp(34px, 4.5vw, 72px)
}
.about-speed-copy {
	padding-right: clamp(24px, 3vw, 46px);
	border-right: 1px solid rgba(255,255,255,.2)
}
.about-speed-rule {
	display: block;
	width: 42px;
	height: 2px;
	margin-bottom: 22px;
	background: var(--accent-500)
}
.about-speed-copy h2 {
	margin: 0 0 16px;
	color: #fff;
	max-width: 12ch;
	font-size: clamp(2rem, 2.45vw, 2.65rem);
	line-height: 1.28
}
.about-speed-copy p {
	margin: 0 0 17px;
	color: rgba(255,255,255,.68);
font-size:.94rem;
	line-height: 1.76
}
.about-speed-copy strong {
	color: #66ccff;
font-size:.85rem;
	line-height: 1.55
}
.about-speed-path {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: start
}
.about-speed-step {
	min-width: 0
}
.about-speed-step-top {
	display: flex;
	align-items: center;
	margin-bottom: 18px
}
.about-speed-icon {
	flex: 0 0 74px;
	width: 74px;
	height: 74px;
	padding: 18px;
	border-radius: 50%;
	background: #fff
}
.about-speed-step-top i {
	position: relative;
	flex: 1 1;
	height: 2px;
	margin: 0 7px;
	background: var(--accent-500)
}
.about-speed-step-top i:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid var(--accent-500);
	border-right: 2px solid var(--accent-500);
	transform: translateY(-50%) rotate(45deg)
}
.about-speed-step-number {
	display: block;
	margin-bottom: 6px;
	color: rgba(255,255,255,.66);
	font-family: var(--font-heading);
font-size:.82rem;
	letter-spacing: .12em
}
.about-speed-step h3 {
	margin: 0;
	padding-right: 14px;
	color: #fff;
font-size:clamp(.86rem, 1.02vw, 1rem);
	line-height: 1.45
}
.about-partner-section {
	padding: clamp(78px, 8vw, 112px) 0;
	background: #fff
}
.about-partner-grid {
	display: grid;
grid-template-columns:minmax(0, 1.05fr) minmax(380px, .95fr);
	align-items: start;
	gap: clamp(52px, 7vw, 104px)
}
.about-partner-copy h2 {
	max-width: 20ch;
	margin: 15px 0 24px;
	color: #172431;
	font-size: clamp(2.2rem, 3.6vw, 3.8rem);
	line-height: 1.15
}
.about-partner-copy p+p {
	margin-top: 13px
}
.about-partner-promises {
	display: grid;
	gap: 13px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none
}
.about-partner-promises li {
	position: relative;
	padding-left: 30px;
	color: #263b4e;
font-size:.96rem;
	line-height: 1.65
}
.about-partner-promises li:before {
	content: "✓";
	position: absolute;
	top: .08em;
	left: 0;
	display: grid;
	width: 19px;
	height: 19px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--accent-500);
font-size:.7rem;
	font-weight: 800
}
.about-partner-quote {
	position: relative;
	min-height: 100%;
	max-width: 560px;
	justify-self: end;
	padding: clamp(34px, 4vw, 54px);
	border: 0;
	border-radius: 18px;
	background: linear-gradient(135deg, #f4f7fa, #f0f7ec)
}
.about-quote-mark {
	display: block;
	height: 46px;
	color: #073e7a;
	font-family: Georgia, serif;
	font-size: 5rem;
	line-height: .9
}
.about-partner-quote blockquote {
	margin: 12px 0 28px;
	color: #172431;
	font-family: var(--font-heading);
	font-size: clamp(1.35rem, 2vw, 2rem);
	font-weight: 650;
	line-height: 1.5
}
.about-partner-quote img {
	width: min(210px, 52%);
	height: auto
}
.about-contact-strip-section {
	padding: 0 0 clamp(72px, 8vw, 110px);
	background: #fff
}
.about-contact-strip {
	display: grid;
grid-template-columns:64px minmax(260px, .9fr) minmax(300px, 1.1fr) auto;
	align-items: center;
	gap: 24px;
	padding: 28px 34px;
	border: 0;
	border-radius: 18px;
	background: #f2f5f7
}
.about-contact-icon {
	width: 58px;
	height: 58px;
	padding: 14px;
	border-radius: 50%;
	background: #e6ebf1;
}
.about-contact-strip h2 {
	margin: 7px 0 0;
	color: #172431;
	font-size: clamp(1.25rem, 1.8vw, 1.7rem);
	line-height: 1.3
}
.about-contact-strip p {
	margin: 0;
	color: #536578;
font-size:.9rem;
	line-height: 1.68
}
.about-editorial-page-en .about-editorial-intro h1 {
	max-width: none;
	font-size: clamp(2.35rem, 3.1vw, 2.8rem);
	line-height: 1.08
}
.about-editorial-page-en .about-capability-matrix-header h2 {
	max-width: 34ch;
	font-size: clamp(1.95rem, 2.5vw, 2.65rem)
}
.about-editorial-page-en .about-capability-cell h3 {
	font-size: clamp(1.12rem, 1.42vw, 1.4rem)
}
.about-editorial-page-en .about-speed-grid {
	grid-template-columns: minmax(340px, 1fr) minmax(0, 2fr)
}
.about-editorial-page-en .about-speed-copy h2 {
	max-width: 16ch;
	font-size: clamp(1.95rem, 2.2vw, 2.4rem)
}
.about-editorial-page-en .about-speed-step h3 {
	max-width: 15ch;
font-size:clamp(.82rem, .9vw, .92rem)
}
.about-editorial-page-en .about-partner-copy h2 {
	max-width: 24ch;
	font-size: clamp(2.2rem, 3vw, 3.25rem);
	line-height: 1.12
}
.about-editorial-page-en .about-partner-quote blockquote {
	font-size: clamp(1.25rem, 1.75vw, 1.8rem)
}
@media (max-width:1100px) {
.about-editorial-overview-grid, .about-partner-grid {
	grid-template-columns: 1fr
}
.about-experience-summary {
	max-width: 720px
}
.about-editorial-page-en .about-speed-grid, .about-speed-grid {
	grid-template-columns: 1fr
}
.about-speed-copy {
	padding: 0 0 30px;
	border-right: 0;
	border-bottom: 1px solid rgba(255,255,255,.2)
}
.about-contact-strip {
	grid-template-columns: 64px minmax(0, 1fr) auto
}
.about-contact-strip>p {
	grid-column: 2/-1;
	grid-row: 2
}
}
@media (max-width:768px) {
.about-editorial-overview {
	padding-top: 116px
}
.about-editorial-intro h1 {
	font-size: clamp(2.35rem, 12vw, 3.35rem)
}
.about-editorial-title-line {
	white-space: normal
}
.about-editorial-page-en .about-editorial-intro h1 {
	max-width: none;
	font-size: clamp(2.15rem, 10.5vw, 3rem)
}
.about-editorial-page-en .about-partner-copy h2 {
	max-width: none;
	font-size: clamp(2rem, 9.5vw, 2.75rem)
}
.about-experience-number {
	gap: 10px
}
.about-experience-number strong {
	font-size: clamp(5.2rem, 28vw, 7rem)
}
.about-experience-pillars {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 14px
}
.about-capability-matrix {
	grid-template-columns: 1fr
}
.about-capability-cell {
	grid-template-columns: 54px minmax(0, 1fr);
	min-height: 0;
	gap: 18px;
	padding: 28px 22px
}
.about-capability-number {
	font-size: 2.8rem
}
.about-speed-path {
	grid-template-columns: 1fr;
	gap: 0
}
.about-speed-step {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 18px;
	padding-bottom: 24px
}
.about-speed-step-top {
	grid-row: 1/span 2;
	flex-direction: column;
	height: 100%;
	margin: 0
}
.about-speed-step-top i {
	width: 2px;
	min-height: 34px;
	margin: 8px 0 0
}
.about-speed-step-top i:after {
	top: auto;
	right: 50%;
	bottom: 0;
	transform: translateX(50%) rotate(135deg)
}
.about-speed-step-number {
	align-self: end;
	margin: 4px 0 0
}
.about-speed-step h3 {
	grid-column: 2
}
.about-partner-grid {
	gap: 38px
}
.about-contact-strip {
	grid-template-columns: 1fr;
	justify-items: start;
	padding: 26px 22px
}
.about-contact-strip>p {
	grid-column: auto;
	grid-row: auto
}
}
@media (max-width:1100px) {
.about-capability-list, .about-founders-shell, .about-overview-shell, .delivery-path-inner, .hero-content-refined {
	grid-template-columns: 1fr
}
.delivery-flow-lead {
	display: block;
	padding: 0 0 30px;
	border: 0
}
.delivery-flow-lead-rule {
	margin: 0
}
.delivery-flow-lead p {
	font-size: 1.55rem
}
.delivery-step-title {
	min-height: 3.2em
}
.about-team-result-copy, .about-team-result-row {
	grid-template-columns: 1fr
}
.testimonial-track {
	animation-duration: 36s
}
}
@media (max-width:768px) {
.hero-content-pdm {
	grid-template-columns: minmax(0, 1fr);
	width: 100%
}
.hero-content-refined {
	gap: 22px
}
.hero-kicker, .hero-subtitle-tight, .hero-text-pdm, .hero-title-pdm, .hero-title-pdm .highlight {
	min-width: 0;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: anywhere
}
.site-shell:lang(en) .hero-title-pdm {
	font-size: clamp(2rem, 8.7vw, 2.35rem);
	line-height: 1.02
}
.about-overview-visual {
	min-height: 240px
}
.about-overview-visual-note {
	left: 16px;
	right: 16px;
	max-width: none
}
.about-team-result-row {
	gap: 18px;
	padding: 22px 0 24px
}
.about-team-result-titleblock h3 {
	font-size: 1.34rem
}
.market-card-image-tall, .market-showcase-media {
	min-height: 220px;
	height: 220px
}
.market-showcase-card {
	grid-template-rows: 220px minmax(0, 1fr)
}
.market-showcase-body {
	padding: 24px 22px 26px
}
.regional-approach-panel {
	grid-template-columns: 1fr
}
.delivery-editorial-head, .regional-editorial-head {
	grid-template-columns: 1fr;
	gap: 34px
}
.delivery-editorial-copy .section-title, .regional-editorial-copy .section-title, .site-shell:lang(zh) .delivery-editorial-copy .section-title, .site-shell:lang(zh) .regional-editorial-copy .section-title {
	width: auto;
	max-width: 100%;
	font-size: clamp(2.25rem, 11vw, 3.35rem);
	text-wrap: balance;
	white-space: normal
}
.regional-approach-group-primary, .regional-approach-group-secondary {
	padding: 38px 24px 28px
}
.regional-approach-group-secondary {
	border: 0
}
.delivery-path-shell {
	padding: 42px 0 46px
}
.delivery-path-inner {
	gap: 34px
}
.delivery-flow-lead p {
	white-space: normal
}
.delivery-flow-track {
	grid-template-columns: 1fr
}
.delivery-step {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 20px
}
.delivery-step-marker {
	flex-direction: column;
	height: 100%;
	margin: 0
}
.delivery-step-icon {
	flex-basis: 64px;
	width: 64px;
	height: 64px
}
.delivery-step-connector {
	width: 2px;
	min-height: 48px;
	margin: 12px 0
}
.delivery-step-connector:after {
	top: auto;
	right: 50%;
	bottom: -1px;
	transform: translateX(50%) rotate(135deg)
}
.delivery-step-content {
	padding: 2px 0 34px
}
.delivery-step-title {
	min-height: 0
}
.delivery-flow-footer {
	grid-template-columns: 24px minmax(0, 1fr) 24px;
	gap: 14px;
	padding-top: 34px
}
.testimonial-card {
	flex-basis: calc(100vw - 36px)
}
.response-cta-promise {
	width: 100%;
	text-align: center
}
.hero-meta-list {
	gap: 8px 14px
}
.hero-meta-item {
font-size:.78rem;
	letter-spacing: .06em
}
.hero-meta-item:not(:last-child):after {
	margin-left: 14px
}
.hero-compare-panel-compact {
	max-width: 100%
}
}
.footer_ewm {
	position: relative;
}
.qr-box {
	position: absolute;
	left: 50%;
	top: calc(100% + 10px);
	transform: translateX(-50%);
	width: 120px;
	height: 120px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	z-index: 99;
	overflow: hidden;
	/* 隐藏+过渡动画 */
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease;
}
.footer_ewm:hover .qr-box {
	opacity: 1;
	visibility: visible;
}
