/* Prolouver 首页 + 页脚美化 — 建筑工业风 */
:root {
	--pl-navy: #0c4d89;
	--pl-navy-deep: #071525;
	--pl-navy-mid: #1565a8;
	--pl-amber: #ff9e16;
	--pl-amber-light: #ffb84d;
	--pl-slate: #475569;
	--pl-slate-light: #94a3b8;
	--pl-bg: #f4f7fb;
	--pl-white: #ffffff;
	--pl-radius: 12px;
	--pl-shadow: 0 8px 32px rgba(7, 21, 37, 0.1);
	--pl-font: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ── 首页板块间距（整体收紧） ── */
.home main.l-content > .l-section.wpb_row .l-section-h {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}

.home .pl-home-products-title + .pl-home-products .l-section-h {
	padding-top: 1.25rem !important;
}

.home .pl-home-products .l-section-h {
	padding-top: 0.75rem !important;
	padding-bottom: 2rem !important;
}

/* ── 标题区块：上下留白大气 ── */
.home .pl-home-about .l-section-h {
	padding-top: 3.75rem !important;
	padding-bottom: 2.5rem !important;
}

.home .pl-home-products-title .l-section-h {
	padding-top: 3.5rem !important;
	padding-bottom: 2.75rem !important;
}

/* ── 区块标题 ── */
.home .pl-section-head,
.home .vg-front-page-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(1rem, 3vw, 2.25rem);
	margin: 0 auto 2.5rem;
	padding: 0 clamp(1rem, 5vw, 2.5rem) !important;
	max-width: 820px;
	position: relative;
	text-align: center;
}

.home .pl-home-products-title .pl-section-head,
.home .pl-home-products-title .vg-front-page-title {
	margin-bottom: 0;
}

.home .pl-section-head::before,
.home .pl-section-head::after,
.home .vg-front-page-title::before,
.home .vg-front-page-title::after {
	content: '';
	flex: 1 1 0;
	min-width: 36px;
	max-width: 160px;
	height: 2px;
	border-radius: 1px;
}

.home .pl-section-head::before,
.home .vg-front-page-title::before {
	background: linear-gradient(90deg, transparent 0%, rgba(12, 77, 137, 0.12) 35%, var(--pl-navy) 100%);
}

.home .pl-section-head::after,
.home .vg-front-page-title::after {
	background: linear-gradient(90deg, var(--pl-navy) 0%, rgba(255, 158, 22, 0.65) 55%, transparent 100%);
}

.home .pl-section-head h1,
.home .pl-section-head h2,
.home .vg-front-page-title h1,
.home .vg-front-page-title h2 {
	display: block;
	flex: 0 0 auto;
	font-family: var(--pl-font);
	font-size: clamp(1.625rem, 2.8vw, 2.125rem) !important;
	font-weight: 700 !important;
	letter-spacing: 0.2em !important;
	line-height: 1.35 !important;
	color: var(--pl-navy-deep);
	text-transform: uppercase;
	position: relative;
	padding: 0 0.15em;
	margin: 0 !important;
}

.home .pl-section-head h1 .word-shadow,
.home .pl-section-head h2 .word-shadow,
.home .vg-front-page-title h1 .word-shadow,
.home .vg-front-page-title h2 .word-shadow {
	display: none !important;
}

.home .pl-section-head h1::before,
.home .pl-section-head h2::before,
.home .vg-front-page-title h1::before,
.home .vg-front-page-title h2::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: var(--pl-amber);
	box-shadow: 0 0 0 5px rgba(255, 158, 22, 0.18);
}

.home .pl-section-head h1::after,
.home .pl-section-head h2::after,
.home .vg-front-page-title h1::after,
.home .vg-front-page-title h2::after {
	display: none !important;
	content: none;
}

/* 区块标题悬停特效 */
.home .pl-section-head,
.home .vg-front-page-title {
	cursor: default;
	transition: transform 0.35s ease;
}

.home .pl-section-head::before,
.home .pl-section-head::after,
.home .vg-front-page-title::before,
.home .vg-front-page-title::after {
	transition: max-width 0.45s ease, opacity 0.35s ease, transform 0.45s ease;
}

.home .pl-section-head h1,
.home .pl-section-head h2,
.home .vg-front-page-title h1,
.home .vg-front-page-title h2 {
	transition: color 0.35s ease, letter-spacing 0.45s ease, text-shadow 0.35s ease;
}

.home .pl-section-head h1::before,
.home .pl-section-head h2::before,
.home .vg-front-page-title h1::before,
.home .vg-front-page-title h2::before {
	transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.no-touch .home .pl-section-head:hover,
.no-touch .home .vg-front-page-title:hover {
	transform: translateY(-3px);
}

.no-touch .home .pl-section-head:hover::before,
.no-touch .home .pl-section-head:hover::after,
.no-touch .home .vg-front-page-title:hover::before,
.no-touch .home .vg-front-page-title:hover::after {
	max-width: 200px;
	transform: scaleY(1.6);
}

.no-touch .home .pl-section-head:hover::before,
.no-touch .home .vg-front-page-title:hover::before {
	background: linear-gradient(90deg, transparent 0%, rgba(12, 77, 137, 0.2) 25%, var(--pl-navy-mid) 100%);
}

.no-touch .home .pl-section-head:hover::after,
.no-touch .home .vg-front-page-title:hover::after {
	background: linear-gradient(90deg, var(--pl-navy-mid) 0%, var(--pl-amber) 50%, rgba(255, 158, 22, 0.5) 100%);
}

.no-touch .home .pl-section-head:hover h1,
.no-touch .home .pl-section-head:hover h2,
.no-touch .home .vg-front-page-title:hover h1,
.no-touch .home .vg-front-page-title:hover h2 {
	color: var(--pl-navy) !important;
	letter-spacing: 0.26em !important;
	text-shadow: 0 2px 16px rgba(12, 77, 137, 0.12);
}

.no-touch .home .pl-section-head:hover h1::before,
.no-touch .home .pl-section-head:hover h2::before,
.no-touch .home .vg-front-page-title:hover h1::before,
.no-touch .home .vg-front-page-title:hover h2::before {
	transform: scale(1.4);
	background: var(--pl-amber-light);
	box-shadow: 0 0 0 8px rgba(255, 158, 22, 0.22), 0 0 14px rgba(255, 158, 22, 0.45);
}

/* ── CTA 联系条 ── */
.home .pl-home-cta {
	background: linear-gradient(135deg, var(--pl-navy-deep) 0%, var(--pl-navy) 45%, var(--pl-navy-mid) 100%) !important;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.home .pl-home-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0.06;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/svg%3E");
	pointer-events: none;
}

.home .pl-home-cta .l-section-h {
	position: relative;
	z-index: 1;
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}

.home .pl-home-cta .w-actionbox {
	background: transparent !important;
	padding: 8px 0 !important;
}

.home .pl-home-cta .w-actionbox-text h3 {
	color: var(--pl-white) !important;
	font-family: var(--pl-font);
	font-size: clamp(1.1rem, 2.5vw, 1.5rem);
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 6px;
}

.home .pl-home-cta .w-actionbox-text p {
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 14px;
	line-height: 1.5;
	max-width: 680px;
	margin: 0;
}

.home .pl-home-cta .w-btn {
	background: linear-gradient(135deg, var(--pl-amber) 0%, #e88a0a 100%) !important;
	color: var(--pl-white) !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 10px 22px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em;
	box-shadow: 0 6px 20px rgba(255, 158, 22, 0.35);
	transition: transform 0.25s ease, box-shadow 0.25s ease !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.no-touch .home .pl-home-cta .w-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(255, 158, 22, 0.45);
}

/* ── About Us ── */
.home .pl-home-about {
	background: var(--pl-bg);
	padding: 0;
}

.home .pl-home-about .l-section-h {
	max-width: 960px;
	margin: 0 auto;
}

.home .pl-home-about .wpb_text_column .wpb_wrapper > div:not(.vg-front-page-title):not(.pl-section-head) {
	color: var(--pl-slate);
	font-size: 15px;
	line-height: 1.85;
	text-align: center;
}

.home .pl-home-about .wpb_text_column .wpb_wrapper > div:not(.vg-front-page-title):not(.pl-section-head) p {
	margin-bottom: 1em;
}

/* ── 产品分类（Sun Louver 等） ── */
.home .pl-home-categories {
	background: var(--pl-white);
	padding: 0;
}

.home .pl-home-categories .widget_sp_image {
	border-radius: var(--pl-radius);
	overflow: hidden;
	box-shadow: var(--pl-shadow);
	margin-bottom: 16px;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.no-touch .home .pl-home-categories .widget_sp_image:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 48px rgba(7, 21, 37, 0.16);
}

.home .pl-home-categories .widget_sp_image a::before,
.home .pl-home-categories .widget_sp_image a::after {
	border-color: var(--pl-amber) !important;
}

.home .pl-home-categories .widget_sp_image img {
	opacity: 1;
	transform: scale(1);
}

.no-touch .home .pl-home-categories .widget_sp_image:hover img {
	opacity: 0.88;
	transform: scale(1.06);
}

/* ── Advantage 优势区 ── */
.home .pl-home-advantage {
	background: linear-gradient(180deg, #eef2f7 0%, #e2e8f0 100%) !important;
	color: var(--pl-slate) !important;
	padding: 0 !important;
}

/* 三列等高 */
.home .pl-home-advantage .g-cols.type_default {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.home .pl-home-advantage .g-cols.type_default > .vc_col-sm-4 {
	display: flex;
	flex-direction: column;
	float: none;
}

.home .pl-home-advantage .g-cols.type_default > .vc_col-sm-4 > .vc_column-inner {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.home .pl-home-advantage .g-cols.type_default .wpb_wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.home .pl-home-advantage .homeadsun,
.home .pl-home-advantage .homead {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: none !important;
	height: 100%;
	min-height: 100%;
	box-sizing: border-box;
	background: var(--pl-white);
	border-radius: var(--pl-radius);
	padding: 28px 32px !important;
	margin-bottom: 12px;
	box-shadow: 0 4px 20px rgba(7, 21, 37, 0.06);
	border-left: 4px solid var(--pl-navy);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home .pl-home-advantage .homeadsun .w-iconbox-text {
	flex: 1;
}

.no-touch .home .pl-home-advantage .homeadsun:hover,
.no-touch .home .pl-home-advantage .homead:hover {
	background: var(--pl-white) !important;
	transform: translateY(-4px);
	box-shadow: 0 12px 36px rgba(7, 21, 37, 0.12);
	border-left-color: var(--pl-amber);
}

.home .pl-home-advantage h3,
.home .pl-home-advantage h4 {
	color: var(--pl-navy-deep) !important;
	font-weight: 600 !important;
}

/* ── Feature Products 标题 ── */
.home .pl-home-products-title {
	background: var(--pl-white);
}

/* ── 产品网格 ── */
.home .pl-home-products {
	background: var(--pl-bg);
	padding: 0;
}

.home .pl-home-products .w-blog-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -12px !important;
	margin-right: -12px !important;
}

.home .pl-home-products .w-blog[class*="cols_"] .w-blog-post {
	display: flex;
	flex-direction: column;
	vertical-align: top;
	padding: 0 12px !important;
	margin-bottom: 16px !important;
	box-sizing: border-box;
}

.home .pl-home-products .w-blog-post-h {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: var(--pl-white);
	border-radius: var(--pl-radius);
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(7, 21, 37, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	border: 1px solid rgba(12, 77, 137, 0.06);
}

.no-touch .home .pl-home-products .w-blog-post-h:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 48px rgba(7, 21, 37, 0.14);
}

.home .pl-home-products .w-blog-post-preview {
	flex-shrink: 0;
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: var(--pl-radius) var(--pl-radius) 0 0;
}

.home .pl-home-products .w-blog-post-preview > a {
	display: block;
	height: 100%;
}

.home .pl-home-products .w-blog-post-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.no-touch .home .pl-home-products .w-blog-post-h:hover .w-blog-post-preview img {
	transform: scale(1.06);
}

.home .pl-home-products .w-blog-post-body {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 6px 5px;
	min-height: 0;
	box-sizing: border-box;
}

.home .pl-home-products .w-blog-post-title {
	font-size: 12px !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: calc(1.3em * 2);
	min-height: calc(1.3em * 2);
	max-height: calc(1.3em * 2);
	display: block;
	overflow: hidden;
	text-align: center;
}

.home .pl-home-products .w-blog-post-title a {
	color: var(--pl-navy-deep) !important;
	font-weight: 600 !important;
	transition: color 0.2s ease;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-height: calc(1.3em * 2);
	line-height: 1.3 !important;
	word-break: break-word;
}

.no-touch .home .pl-home-products .w-blog-post-title a:hover {
	color: var(--pl-amber) !important;
}

.home .pl-home-products .w-blog-post-preview .buttons a {
	background: var(--pl-navy) !important;
	border-radius: 50%;
}

.no-touch .home .pl-home-products .w-blog-post-preview:hover .buttons a {
	background: var(--pl-amber) !important;
}

@media (max-width: 900px) {
	.home .pl-home-products .w-blog.cols_3 .w-blog-post,
	.home .pl-home-products .w-blog.cols_4 .w-blog-post {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.home .pl-home-products .w-blog.cols_3 .w-blog-post,
	.home .pl-home-products .w-blog.cols_4 .w-blog-post {
		width: 50%;
	}
}

/* ── 页脚顶部 ── */
.l-footer .pl-footer-top,
.l-footer .color_footer-top {
	background: linear-gradient(160deg, var(--pl-navy) 0%, #083a6e 55%, var(--pl-navy-deep) 100%) !important;
	padding: 0;
	position: relative;
}

.l-footer .pl-footer-top .l-section-h,
.l-footer .color_footer-top .l-section-h {
	padding: 24px 0 20px !important;
}

.l-footer .color_footer-top .vc_col-sm-3 {
	margin-bottom: 0;
}

.l-footer .color_footer-top p {
	margin: 0 0 6px !important;
	line-height: 1.5;
}

.l-footer .pl-footer-top::after,
.l-footer .color_footer-top::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--pl-navy-mid), var(--pl-amber));
	opacity: 0.7;
}

.l-footer .color_footer-top h4 {
	color: var(--pl-white) !important;
	font-family: var(--pl-font);
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 14px !important;
	padding-bottom: 0;
	border-bottom: none;
	display: inline-block;
	position: relative;
}

.l-footer .color_footer-top h4::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 9px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--pl-navy-mid) 0%, var(--pl-amber) 55%, var(--pl-amber-light) 100%);
	background-size: 200% 100%;
	box-shadow: 0 2px 10px rgba(255, 158, 22, 0.35);
	animation: pl-footer-title-line 4s ease-in-out infinite;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.no-touch .l-footer .color_footer-top h4:hover::after {
	box-shadow: 0 2px 14px rgba(255, 158, 22, 0.55);
	transform: scaleX(1.06);
	transform-origin: left center;
}

@keyframes pl-footer-title-line {
	0%,
	100% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}
}

.l-footer .color_footer-top h4 .colored {
	color: var(--pl-amber) !important;
}

.l-footer .color_footer-top,
.l-footer .color_footer-top p,
.l-footer .color_footer-top li,
.l-footer .color_footer-top time {
	color: rgba(255, 255, 255, 0.78) !important;
}

.l-footer .color_footer-top a {
	color: rgba(255, 255, 255, 0.9) !important;
	transition: color 0.2s ease;
}

.no-touch .l-footer .color_footer-top a:hover {
	color: var(--pl-amber-light) !important;
}

.l-footer .color_footer-top .fa {
	color: var(--pl-amber) !important;
	width: 18px;
	margin-right: 8px;
}

/* Contact Us 栏：更大字号与行距 */
.l-footer .pl-footer-contact h4 {
	font-size: 16px !important;
	margin: 0 0 16px !important;
	padding-bottom: 0;
}

.l-footer .pl-footer-contact p {
	margin: 0 0 12px !important;
	font-size: 15px !important;
	line-height: 1.65 !important;
	color: rgba(255, 255, 255, 0.88) !important;
}

.l-footer .pl-footer-contact a {
	font-size: 15px !important;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.95) !important;
}

.l-footer .pl-footer-contact .fa {
	width: 20px;
	margin-right: 10px;
	font-size: 16px;
}

/* 最新文章列表 */
.l-footer .postsunlons li {
	padding: 6px 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	list-style: none;
}

.l-footer .postsunlons li:last-child {
	border-bottom: none;
}

.l-footer .imgsunpost {
	width: 56px;
	border-radius: 6px;
	overflow: hidden;
}

.l-footer .imgsunpost img {
	border-radius: 8px;
	width: 100%;
	height: auto;
	display: block;
}

.l-footer .infosunpost {
	width: calc(100% - 64px);
	padding-left: 10px !important;
}

.l-footer .infosunpost a {
	font-size: 12px !important;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.9) !important;
}

.l-footer .sunlonsdate {
	color: var(--pl-amber-light) !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	letter-spacing: 0.04em;
}

/* Feedback 表单 */
.l-footer .pl-footer-feedback .vc_column-inner,
.l-footer .pl-footer-feedback .wpb_wrapper {
	height: auto;
}

.l-footer .pl-footer-feedback h4 {
	margin-bottom: 10px !important;
}

.l-footer .pl-footer-feedback h4::after {
	margin-top: 7px;
}

.l-footer .pl-footer-feedback .pl-footer-form,
.l-footer .pl-footer-feedback #ryansa_contact_formsunlons {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.l-footer .pl-footer-form input[type="text"],
.l-footer .pl-footer-form input[type="email"],
.l-footer .pl-footer-form textarea,
.l-footer #ryansa_contact_formsunlons input,
.l-footer #ryansa_contact_formsunlons textarea {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	padding: 8px 12px !important;
	margin-bottom: 6px !important;
	background: rgba(255, 255, 255, 0.1) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 8px !important;
	color: var(--pl-white) !important;
	font-size: 13px !important;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.l-footer .pl-footer-feedback .pl-footer-form input[type="text"],
.l-footer .pl-footer-feedback .pl-footer-form input[type="email"],
.l-footer .pl-footer-feedback #ryansa_contact_formsunlons input[type="text"],
.l-footer .pl-footer-feedback #ryansa_contact_formsunlons input[type="email"] {
	height: 32px !important;
	min-height: 32px !important;
	padding: 5px 10px !important;
	margin-bottom: 0 !important;
	line-height: 1.3 !important;
}

.l-footer .pl-footer-feedback .pl-footer-form textarea,
.l-footer .pl-footer-feedback #ryansa_contact_formsunlons textarea,
.l-footer #ryansa_contact_formsunlons textarea {
	height: 44px !important;
	min-height: 44px !important;
	max-height: 72px !important;
	padding: 5px 10px !important;
	margin-bottom: 0 !important;
	line-height: 1.35 !important;
	resize: vertical;
	overflow-y: auto;
}

.l-footer .pl-footer-feedback #subjectsun {
	width: auto;
	align-self: flex-start;
	margin-top: 2px;
	padding: 6px 16px !important;
}

.l-footer .pl-footer-form input::placeholder,
.l-footer .pl-footer-form textarea::placeholder,
.l-footer #ryansa_contact_formsunlons input::placeholder,
.l-footer #ryansa_contact_formsunlons textarea::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.l-footer .pl-footer-form input:focus,
.l-footer .pl-footer-form textarea:focus,
.l-footer #ryansa_contact_formsunlons input:focus,
.l-footer #ryansa_contact_formsunlons textarea:focus {
	outline: none;
	border-color: var(--pl-amber) !important;
	background: rgba(255, 255, 255, 0.15) !important;
	box-shadow: 0 0 0 3px rgba(255, 158, 22, 0.15) !important;
}

.l-footer #subjectsun,
.l-footer .pl-footer-form input[type="submit"] {
	background: linear-gradient(135deg, var(--pl-amber) 0%, #e88a0a 100%) !important;
	color: var(--pl-white) !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 8px 18px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 4px 14px rgba(255, 158, 22, 0.3);
}

.no-touch .l-footer #subjectsun:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(255, 158, 22, 0.4);
}

/* 微信二维码 */
.l-footer .footerrq img {
	border-radius: 8px;
	border: 2px solid rgba(255, 255, 255, 0.15);
	max-width: 100px !important;
	height: auto !important;
}

.l-footer .footerrq p {
	margin: 0 !important;
}

/* ── 页脚底部版权 ── */
.l-footer .color_footer-bottom {
	background: var(--pl-navy-deep) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.l-footer .color_footer-bottom .l-section-h {
	padding: 10px 0 !important;
}

.l-footer .color_footer-bottom,
.l-footer .color_footer-bottom p {
	color: rgba(255, 255, 255, 0.55) !important;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	margin: 0 !important;
}

/* ── 响应式 ── */
@media (max-width: 900px) {
	.home .pl-home-cta .l-section-h {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
	}

	.home .pl-home-cta .w-actionbox {
		padding: 4px 0 !important;
	}

	.home .pl-home-cta .w-actionbox.controls_right {
		text-align: center;
	}

	.home .pl-home-cta .w-actionbox-text,
	.home .pl-home-cta .w-actionbox-controls {
		float: none !important;
		width: 100% !important;
		text-align: center;
	}

	.home .pl-home-cta .w-actionbox-controls {
		padding-top: 0 !important;
		padding-left: 0 !important;
	}

	.home .pl-home-cta .w-actionbox-text h3 {
		margin-bottom: 4px;
		font-size: 1.05rem;
	}

	.home .pl-home-cta .w-actionbox-text p {
		margin: 0 auto 8px;
		font-size: 13px;
		line-height: 1.4;
	}

	.home .pl-home-cta .w-btn {
		padding: 8px 18px !important;
		font-size: 13px !important;
	}

	.home .pl-home-about .l-section-h {
		padding-top: 2.75rem !important;
		padding-bottom: 2rem !important;
	}

	.home .pl-home-products-title .l-section-h {
		padding-top: 2.5rem !important;
		padding-bottom: 2rem !important;
	}

	.home .pl-section-head,
	.home .vg-front-page-title {
		gap: 0.75rem;
		margin-bottom: 2rem;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.home .pl-section-head::before,
	.home .pl-section-head::after,
	.home .vg-front-page-title::before,
	.home .vg-front-page-title::after {
		max-width: 48px;
		min-width: 24px;
	}

	.home .pl-section-head h1,
	.home .pl-section-head h2,
	.home .vg-front-page-title h1,
	.home .vg-front-page-title h2 {
		font-size: 1.375rem !important;
		letter-spacing: 0.14em !important;
	}

	.home .pl-section-head h1::before,
	.home .pl-section-head h2::before,
	.home .vg-front-page-title h1::before,
	.home .vg-front-page-title h2::before {
		margin-bottom: 12px;
	}

	.l-footer .color_footer-top .vc_col-sm-3 {
		margin-bottom: 20px;
	}
}

@media (max-width: 900px) {
	.home .pl-home-advantage .g-cols.type_default {
		display: block;
	}

	.home .pl-home-advantage .g-cols.type_default > .vc_col-sm-4 {
		display: block;
	}

	.home .pl-home-advantage .homeadsun,
	.home .pl-home-advantage .homead {
		height: auto;
		min-height: 0;
	}
}

@media (max-width: 600px) {
	.home .pl-home-advantage .homeadsun,
	.home .pl-home-advantage .homead {
		padding: 20px 18px !important;
	}
}
