/*
Theme Name: Jinlang Baby Gate
Theme URI: https://jinlangbabygate.com/
Description: Custom Kadence child theme for Jinlang Daily Products Co., Ltd.
Author: Jinlang Daily Products Co., Ltd.
Author URI: https://jinlangbabygate.com/
Template: kadence
Version: 1.17.0
Text Domain: jinlang-baby-gate
*/

:root {
	--jl-navy: #002f67;
	--jl-navy-dark: #001f45;
	--jl-orange: #fe750b;
	--jl-orange-dark: #dc5d00;
	--jl-ink: #172334;
	--jl-muted: #607084;
	--jl-bg: #f6f8fb;
	--jl-warm: #f3eee6;
	--jl-line: #dce4ed;
	--jl-white: #ffffff;
	--jl-radius: 22px;
	--jl-shadow: 0 24px 60px rgba(0, 47, 103, 0.12);
}

body.jinlang-homepage-v1 {
	background: var(--jl-white);
	color: var(--jl-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.jinlang-homepage-v1 .site-header,
body.jinlang-homepage-v1 .site-footer,
body.jinlang-homepage-v1 .content-area {
	display: none;
}

body.jinlang-homepage-v1 #inner-wrap,
body.jinlang-homepage-v1 #wrapper {
	background: var(--jl-white);
}

body.jinlang-homepage-v1 .jl-home,
body.jinlang-homepage-v1 .jl-home * {
	box-sizing: border-box;
}

.jl-home {
	overflow: hidden;
}

.jl-home a {
	color: inherit;
	text-decoration: none;
}

.jl-home img {
	display: block;
	max-width: 100%;
}

.jl-container {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.jl-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(220, 228, 237, 0.85);
	position: relative;
	z-index: 20;
}

.jl-header__inner {
	align-items: center;
	display: flex;
	gap: 34px;
	height: 92px;
	justify-content: space-between;
}

.jl-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 11px;
	height: 52px;
}

.jl-brand__mark,
.jl-brand__word {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.jl-brand__mark {
	height: 46px;
	width: 40px;
}

.jl-brand__mark img {
	left: -35px;
	max-width: none;
	position: absolute;
	top: -6px;
	width: 104px;
}

.jl-brand__word {
	height: 34px;
	width: 124px;
}

.jl-brand__word img {
	left: -15px;
	max-width: none;
	position: absolute;
	top: -80px;
	width: 147px;
}

.jl-nav {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 30px;
	justify-content: flex-end;
}

.jl-mobile-menu {
	display: none;
	position: relative;
}

.jl-mobile-menu summary {
	align-items: center;
	border: 1px solid var(--jl-line);
	border-radius: 999px;
	color: var(--jl-navy);
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	list-style: none;
	padding: 0 17px;
}

.jl-mobile-menu summary::-webkit-details-marker {
	display: none;
}

.jl-mobile-menu__panel {
	background: var(--jl-white);
	border: 1px solid var(--jl-line);
	border-radius: 16px;
	box-shadow: var(--jl-shadow);
	display: grid;
	gap: 4px;
	min-width: 210px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 20;
}

.jl-mobile-menu__panel a {
	border-radius: 10px;
	color: var(--jl-ink);
	font-size: 13px;
	font-weight: 700;
	padding: 10px 12px;
}

.jl-mobile-menu__panel a:hover {
	background: var(--jl-bg);
	color: var(--jl-orange);
}

.jl-nav a {
	color: var(--jl-ink);
	font-size: 14px;
	font-weight: 650;
	transition: color 160ms ease;
}

.jl-nav a:hover {
	color: var(--jl-orange);
}

.jl-button {
	align-items: center;
	background: var(--jl-orange);
	border: 1px solid var(--jl-orange);
	border-radius: 999px;
	color: var(--jl-white) !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 750;
	justify-content: center;
	min-height: 52px;
	padding: 0 27px;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.jl-button:hover {
	background: var(--jl-orange-dark);
	border-color: var(--jl-orange-dark);
	transform: translateY(-1px);
}

.jl-button--small {
	font-size: 13px;
	min-height: 44px;
	padding: 0 20px;
}

.jl-button--outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.54);
	color: var(--jl-white) !important;
}

.jl-button--outline:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--jl-white);
}

.jl-text-link {
	color: var(--jl-navy) !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
}

.jl-text-link:hover {
	color: var(--jl-orange) !important;
}

.jl-text-link--muted {
	color: var(--jl-muted) !important;
}

.jl-hero {
	background:
		radial-gradient(circle at 8% 20%, rgba(254, 117, 11, 0.14), transparent 23rem),
		linear-gradient(132deg, var(--jl-navy-dark) 0%, var(--jl-navy) 72%, #07477f 100%);
	color: var(--jl-white);
	padding: 70px 0 76px;
	position: relative;
}

.jl-hero::after {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	content: "";
	height: 600px;
	position: absolute;
	right: -230px;
	top: -290px;
	width: 600px;
}

.jl-hero__grid {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
}

.jl-hero__content {
	max-width: 670px;
	position: relative;
	z-index: 2;
}

.jl-eyebrow {
	color: var(--jl-orange);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.15em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.jl-hero h1 {
	color: var(--jl-white);
	font-size: clamp(46px, 5vw, 70px);
	font-weight: 780;
	letter-spacing: -0.047em;
	line-height: 1.02;
	margin: 0;
	max-width: 760px;
}

.jl-hero__lead {
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	line-height: 1.75;
	margin: 26px 0 0;
	max-width: 660px;
}

.jl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 34px;
}

.jl-hero__micro {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 25px;
	margin-top: 31px;
}

.jl-hero__micro span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 650;
	position: relative;
}

.jl-hero__micro span:not(:first-child)::before {
	background: var(--jl-orange);
	border-radius: 50%;
	content: "";
	height: 4px;
	left: -14px;
	position: absolute;
	top: 7px;
	width: 4px;
}

.jl-hero__visual {
	aspect-ratio: 5 / 6;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 34px;
	box-shadow: 0 32px 80px rgba(0, 14, 36, 0.38);
	height: auto;
	justify-self: center;
	max-width: 560px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.jl-hero__visual > img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: none;
	width: 100%;
}

.jl-hero__shade {
	background: linear-gradient(180deg, rgba(0, 31, 69, 0.04), rgba(0, 31, 69, 0.35));
	inset: 0;
	position: absolute;
}

.jl-floating-card {
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(0, 31, 69, 0.18);
	color: var(--jl-ink);
	display: flex;
	flex-direction: column;
	min-width: 176px;
	padding: 15px 17px;
	position: absolute;
	z-index: 3;
}

.jl-floating-card strong {
	color: var(--jl-navy);
	font-size: 14px;
}

.jl-floating-card span {
	color: var(--jl-muted);
	font-size: 12px;
	margin-top: 3px;
}

.jl-floating-card--top {
	right: 22px;
	top: 24px;
}

.jl-floating-card--bottom {
	bottom: 24px;
	left: 22px;
}

.jl-proof {
	background: var(--jl-white);
	border-bottom: 1px solid var(--jl-line);
}

.jl-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.jl-proof__grid > div {
	align-items: flex-start;
	border-right: 1px solid var(--jl-line);
	display: flex;
	flex-direction: column;
	min-height: 126px;
	padding: 29px 36px;
}

.jl-proof__grid > div:first-child {
	border-left: 1px solid var(--jl-line);
}

.jl-proof strong {
	color: var(--jl-navy);
	font-size: 28px;
	letter-spacing: -0.03em;
}

.jl-proof span {
	color: var(--jl-muted);
	font-size: 12px;
	font-weight: 650;
	margin-top: 5px;
}

.jl-section {
	padding: 108px 0;
}

.jl-section-heading {
	align-items: end;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	margin-bottom: 46px;
}

.jl-section-heading h2,
.jl-difference h2,
.jl-quality h2,
.jl-contact h2 {
	color: var(--jl-ink);
	font-size: clamp(36px, 4vw, 54px);
	font-weight: 760;
	letter-spacing: -0.045em;
	line-height: 1.06;
	margin: 0;
}

.jl-section-heading > p,
.jl-difference__intro > p,
.jl-quality__content > p,
.jl-contact__intro > p {
	color: var(--jl-muted);
	font-size: 17px;
	line-height: 1.75;
	margin: 0;
}

.jl-product-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jl-product-card {
	background: var(--jl-white);
	border: 1px solid var(--jl-line);
	border-radius: var(--jl-radius);
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.jl-product-card:hover {
	box-shadow: var(--jl-shadow);
	transform: translateY(-4px);
}

.jl-product-card--large {
	display: grid;
	grid-column: span 2;
	grid-template-columns: 1.2fr 0.8fr;
}

.jl-product-card__image {
	background: var(--jl-bg);
	height: 248px;
	overflow: hidden;
	position: relative;
}

.jl-product-card--large .jl-product-card__image {
	height: 460px;
	min-height: 460px;
}

.jl-product-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jl-media--pressure img {
	object-position: center;
	transform: none;
}

.jl-media--retractable img {
	background: #f4f7fa;
	object-position: center;
	object-fit: contain;
	padding: 8px 28px;
	transform: none;
}

.jl-media--pet img,
.jl-media--tall img,
.jl-media--pet-door img,
.jl-media--custom img {
	object-fit: cover;
	object-position: center;
	padding: 0;
	transform: none;
}

.jl-product-card__content {
	padding: 27px 28px 30px;
}

.jl-product-card--custom {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

.jl-product-card--custom .jl-product-card__image {
	height: 290px;
	min-height: 0;
}

.jl-product-card--custom .jl-product-card__content {
	align-self: center;
	padding: 42px 48px;
}

.jl-product-card--large .jl-product-card__content {
	align-self: center;
	padding: 42px;
}

.jl-product-card__content > span {
	color: var(--jl-orange);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.jl-product-card h3,
.jl-advantage-grid h3,
.jl-buyer-grid h3 {
	color: var(--jl-ink);
	font-size: 21px;
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin: 10px 0 8px;
}

.jl-product-card p,
.jl-advantage-grid p,
.jl-buyer-grid p {
	color: var(--jl-muted);
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

.jl-product-card a {
	color: var(--jl-navy);
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	margin-top: 20px;
}

.jl-difference {
	background: var(--jl-bg);
}

.jl-difference__feature {
	align-items: center;
	display: grid;
	gap: 62px;
	grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
	margin-bottom: 34px;
}

.jl-difference__intro {
	align-self: center;
}

.jl-difference__intro > p {
	margin-top: 24px;
}

.jl-difference__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px 25px;
	margin-top: 30px;
}

.jl-difference__media {
	border-radius: 28px;
	box-shadow: var(--jl-shadow);
	height: 430px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jl-difference__media::after {
	background: linear-gradient(180deg, rgba(0, 31, 69, 0) 46%, rgba(0, 31, 69, 0.72) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.jl-difference__media img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.jl-difference__media figcaption {
	bottom: 23px;
	color: var(--jl-white);
	display: flex;
	flex-direction: column;
	left: 25px;
	position: absolute;
	z-index: 2;
}

.jl-difference__media figcaption strong {
	font-size: 14px;
}

.jl-difference__media figcaption span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	margin-top: 3px;
}

.jl-advantage-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jl-advantage-grid article {
	background: var(--jl-white);
	border: 1px solid var(--jl-line);
	border-radius: var(--jl-radius);
	min-height: 205px;
	padding: 27px 25px;
}

.jl-card-icon {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.jl-card-icon svg {
	color: var(--jl-navy);
	fill: none;
	height: 38px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 38px;
}

.jl-card-icon span,
.jl-buyer-grid article > span {
	align-items: center;
	background: rgba(254, 117, 11, 0.11);
	border-radius: 999px;
	color: var(--jl-orange);
	display: inline-flex;
	font-size: 11px;
	font-weight: 850;
	height: 34px;
	justify-content: center;
	width: 42px;
}

.jl-advantage-grid h3 {
	font-size: 18px;
	margin-top: 24px;
}

.jl-oem {
	background: var(--jl-navy-dark);
	color: var(--jl-white);
}

.jl-section-heading--light h2 {
	color: var(--jl-white);
}

.jl-section-heading--light > p {
	color: rgba(255, 255, 255, 0.67);
}

.jl-process {
	counter-reset: none;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	margin: 50px 0 0;
	padding: 0;
}

.jl-process li {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	flex-direction: column;
	min-height: 190px;
	padding: 7px 26px 0;
}

.jl-process li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.jl-process span {
	color: var(--jl-orange);
	font-size: 12px;
	font-weight: 850;
}

.jl-process strong {
	color: var(--jl-white);
	font-size: 17px;
	line-height: 1.35;
	margin-top: 52px;
}

.jl-process small {
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	line-height: 1.55;
	margin-top: 8px;
}

.jl-quality__grid {
	align-items: center;
	display: grid;
	gap: 68px;
	grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
}

.jl-quality__image {
	align-self: center;
	background: var(--jl-navy-dark);
	border-radius: 30px;
	box-shadow: var(--jl-shadow);
	aspect-ratio: 4 / 5;
	height: auto;
	justify-self: center;
	max-width: 560px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.jl-quality__image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.jl-quality__image::after {
	background: linear-gradient(180deg, transparent 58%, rgba(0, 31, 69, 0.78) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.jl-quality__image-label {
	bottom: 24px;
	display: flex;
	flex-direction: column;
	left: 26px;
	position: absolute;
	z-index: 2;
}

.jl-quality__image-label strong {
	color: var(--jl-white);
	font-size: 14px;
}

.jl-quality__image-label span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
	margin-top: 3px;
}

.jl-quality__content > p {
	margin-top: 22px;
}

.jl-quality__checks {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
}

.jl-quality__checks article {
	background: var(--jl-bg);
	border: 1px solid var(--jl-line);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	min-height: 150px;
	padding: 16px 15px;
}

.jl-check-icon {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.jl-check-icon svg {
	color: var(--jl-navy);
	fill: none;
	height: 28px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 28px;
}

.jl-check-icon span {
	color: var(--jl-orange);
	font-size: 10px;
	font-weight: 850;
}

.jl-quality__checks strong {
	color: var(--jl-ink);
	font-size: 13px;
	line-height: 1.3;
	margin-top: 19px;
}

.jl-quality__checks small {
	color: var(--jl-muted);
	font-size: 10px;
	line-height: 1.45;
	margin-top: 5px;
}

.jl-quality__group-label {
	color: var(--jl-muted) !important;
	font-size: 10px !important;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.3 !important;
	margin-top: 26px !important;
	text-transform: uppercase;
}

.jl-credential-grid,
.jl-standard-grid {
	display: grid;
	gap: 10px;
	margin: 10px 0 0;
}

.jl-credential-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jl-standard-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jl-credential-grid article,
.jl-standard-grid article {
	align-items: center;
	background: var(--jl-bg);
	border: 1px solid var(--jl-line);
	border-radius: 15px;
	display: flex;
	gap: 11px;
	min-height: 78px;
	padding: 12px;
}

.jl-credential-icon,
.jl-standard-mark {
	align-items: center;
	background: var(--jl-white);
	border: 1px solid rgba(0, 47, 103, 0.12);
	border-radius: 12px;
	color: var(--jl-navy);
	display: flex;
	flex: 0 0 40px;
	height: 40px;
	justify-content: center;
}

.jl-credential-icon svg {
	fill: none;
	height: 23px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 23px;
}

.jl-standard-mark {
	color: var(--jl-orange);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.jl-credential-grid article > div:last-child,
.jl-standard-grid article > div:last-child {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.jl-credential-grid strong,
.jl-standard-grid strong {
	color: var(--jl-navy);
	font-size: 11px;
	line-height: 1.25;
}

.jl-credential-grid span,
.jl-standard-grid span {
	color: var(--jl-muted);
	font-size: 9px;
	line-height: 1.35;
	margin-top: 4px;
}

.jl-quality__actions {
	margin-top: 25px;
}

.jl-quality__disclaimer {
	color: #7a8797;
	display: block;
	font-size: 11px;
	line-height: 1.6;
	margin-top: 18px;
}

.jl-buyers {
	background: var(--jl-warm);
}

.jl-buyer-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jl-buyer-grid article {
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(0, 47, 103, 0.1);
	border-radius: var(--jl-radius);
	min-height: 260px;
	padding: 34px;
}

.jl-buyer-grid h3 {
	margin-top: 36px;
}

.jl-contact {
	background: var(--jl-navy);
	color: var(--jl-white);
	padding: 98px 0;
	scroll-margin-top: 22px;
}

.jl-contact__grid {
	align-items: start;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(320px, 0.78fr) minmax(560px, 1.22fr);
}

.jl-contact .jl-eyebrow,
.jl-contact h2 {
	color: var(--jl-white);
}

.jl-contact__intro {
	padding-top: 24px;
}

.jl-contact__intro h2 {
	font-size: clamp(42px, 4.4vw, 62px);
	margin-top: 16px;
	max-width: 560px;
}

.jl-contact__intro > p {
	color: rgba(255, 255, 255, 0.72);
	margin-top: 24px;
	max-width: 540px;
}

.jl-contact__quick {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-top: 34px;
}

.jl-contact__quick .jl-button {
	min-width: 245px;
}

.jl-contact__quick span {
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
}

.jl-contact__details {
	display: grid;
	gap: 0;
	margin-top: 38px;
	max-width: 560px;
}

.jl-contact__item {
	align-items: start;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 14px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 17px 0;
}

.jl-contact__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	display: flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.jl-contact__icon svg {
	fill: none;
	height: 18px;
	stroke: var(--jl-orange);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.jl-contact__item strong,
.jl-contact__item a,
.jl-contact__item address {
	display: block;
}

.jl-contact__item strong {
	color: var(--jl-white);
	font-size: 12px;
	margin-bottom: 4px;
}

.jl-contact__item a,
.jl-contact__item address {
	color: rgba(255, 255, 255, 0.67);
	font-size: 13px;
	font-style: normal;
	line-height: 1.65;
	margin: 0;
	overflow-wrap: anywhere;
}

.jl-contact__item a:hover {
	color: var(--jl-white);
}

.jl-contact__form-card {
	background: var(--jl-white);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 26px;
	box-shadow: 0 32px 80px rgba(0, 20, 48, 0.32);
	color: var(--jl-ink);
	padding: 38px;
}

.jl-contact__form-heading .jl-eyebrow {
	color: var(--jl-orange);
}

.jl-contact__form-heading h3 {
	color: var(--jl-ink);
	font-size: 30px;
	letter-spacing: -0.035em;
	line-height: 1.15;
	margin: 10px 0 0;
}

.jl-contact__form-heading > p {
	color: var(--jl-muted);
	font-size: 14px;
	line-height: 1.65;
	margin: 12px 0 0;
	max-width: 610px;
}

.jl-inquiry-status {
	border-radius: 12px;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.55;
	margin-top: 20px;
	padding: 13px 15px;
}

.jl-inquiry-status[hidden] {
	display: none;
}

.jl-inquiry-status--success {
	background: #e9f7ef;
	border: 1px solid #bfe5ce;
	color: #17643a;
}

.jl-inquiry-status--error {
	background: #fff0ec;
	border: 1px solid #f6c6b8;
	color: #8b301d;
}

.jl-inquiry-form {
	margin-top: 28px;
	position: relative;
}

.jl-inquiry-form.is-submitting {
	cursor: progress;
}

.jl-form-grid {
	display: grid;
	gap: 18px 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jl-field {
	display: block;
	margin: 0;
}

.jl-field > span {
	color: var(--jl-ink);
	display: block;
	font-size: 12px;
	font-weight: 750;
	margin-bottom: 7px;
}

.jl-field input,
.jl-field select,
.jl-field textarea {
	appearance: none;
	background: #f8fafc;
	border: 1px solid #d9e2ec;
	border-radius: 11px;
	color: var(--jl-ink);
	font: inherit;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	min-height: 48px;
	padding: 11px 13px;
	width: 100%;
}

.jl-field select {
	background-image: linear-gradient(45deg, transparent 50%, #6b7888 50%), linear-gradient(135deg, #6b7888 50%, transparent 50%);
	background-position: calc(100% - 17px) 20px, calc(100% - 12px) 20px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 34px;
}

.jl-field textarea {
	min-height: 136px;
	resize: vertical;
}

.jl-field input:focus,
.jl-field select:focus,
.jl-field textarea:focus {
	background: var(--jl-white);
	border-color: var(--jl-orange);
	box-shadow: 0 0 0 3px rgba(254, 117, 11, 0.12);
	outline: none;
}

.jl-field [aria-invalid="true"] {
	background: #fff8f6;
	border-color: #c13f28;
	box-shadow: 0 0 0 3px rgba(193, 63, 40, 0.1);
}

.jl-field-error {
	color: #9d321e;
	display: block;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.45;
	margin-top: 6px;
}

.jl-consent--error {
	background: #fff0ec;
	border-radius: 10px;
	color: #8b301d;
	padding: 10px;
}

.jl-field--full {
	grid-column: 1 / -1;
}

.jl-field--file input {
	background: #fbfcfe;
	border-style: dashed;
	cursor: pointer;
	padding: 10px;
}

.jl-field--file small {
	color: var(--jl-muted);
	display: block;
	font-size: 11px;
	margin-top: 6px;
}

.jl-turnstile {
	margin-top: 18px;
	min-height: 70px;
	width: 100%;
}

.jl-turnstile .cf-turnstile,
.jl-turnstile iframe {
	max-width: 100%;
}

.jl-turnstile > small {
	color: var(--jl-muted);
	display: block;
	font-size: 10px;
	line-height: 1.5;
	margin-top: 5px;
}

.jl-consent {
	align-items: flex-start;
	color: var(--jl-muted);
	display: flex;
	font-size: 11px;
	gap: 9px;
	line-height: 1.55;
	margin-top: 18px;
}

.jl-consent input {
	accent-color: var(--jl-orange);
	flex: 0 0 auto;
	height: 16px;
	margin: 1px 0 0;
	width: 16px;
}

.jl-consent a {
	color: var(--jl-navy);
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.jl-inquiry-form__footer {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 24px;
}

.jl-inquiry-form__footer .jl-button {
	border: 0;
	cursor: pointer;
	flex: 0 0 auto;
	min-width: 215px;
}

.jl-inquiry-form__footer .jl-button:disabled {
	cursor: wait;
	opacity: 0.7;
	transform: none;
}

.jl-inquiry-form__footer > span {
	color: var(--jl-muted);
	font-size: 11px;
	line-height: 1.55;
	max-width: 245px;
}

.jl-form-trap {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.jl-footer {
	background: #001734;
	color: var(--jl-white);
	padding: 70px 0 28px;
}

.jl-footer__grid {
	display: grid;
	gap: 48px;
	grid-template-columns: 1.5fr 0.7fr 0.7fr 1fr;
}

.jl-brand--footer {
	height: auto;
}

.jl-brand--footer img {
	filter: brightness(0) invert(1);
	height: auto;
	width: 125px;
}

.jl-footer__grid > div:first-child p {
	color: rgba(255, 255, 255, 0.57);
	font-size: 13px;
	line-height: 1.7;
	margin: 18px 0 0;
	max-width: 330px;
}

.jl-footer__grid > div:not(:first-child) {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.jl-footer__grid strong {
	font-size: 13px;
	margin-bottom: 7px;
}

.jl-footer__grid a,
.jl-footer__grid span {
	color: rgba(255, 255, 255, 0.57);
	font-size: 12px;
	line-height: 1.5;
}

.jl-footer__grid a:hover {
	color: var(--jl-white);
}

.jl-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.43);
	display: flex;
	font-size: 11px;
	justify-content: space-between;
	margin-top: 56px;
	padding-top: 24px;
}

body.jinlang-product-page {
	background: var(--jl-white);
	color: var(--jl-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.jinlang-product-page .site-header,
body.jinlang-product-page .site-footer,
body.jinlang-product-page .content-area {
	display: none;
}

body.jinlang-product-page #inner-wrap,
body.jinlang-product-page #wrapper {
	background: var(--jl-white);
}

.jl-product-page-shell,
.jl-product-page-shell * {
	box-sizing: border-box;
}

.jl-product-page-shell {
	overflow: hidden;
}

.jl-product-page-shell a {
	color: inherit;
	text-decoration: none;
}

.jl-product-page-shell img {
	display: block;
	max-width: 100%;
}

.jl-product-hero {
	background:
		radial-gradient(circle at 10% 18%, rgba(254, 117, 11, 0.15), transparent 26rem),
		linear-gradient(132deg, var(--jl-navy-dark) 0%, var(--jl-navy) 75%, #07477f 100%);
	color: var(--jl-white);
	padding: 76px 0 82px;
}

.jl-product-hero__grid {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
}

.jl-product-hero__content {
	max-width: 660px;
}

.jl-breadcrumb {
	align-items: center;
	color: rgba(255, 255, 255, 0.58);
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	font-weight: 700;
	gap: 9px;
	letter-spacing: 0.06em;
	margin-bottom: 34px;
	text-transform: uppercase;
}

.jl-breadcrumb a:hover {
	color: var(--jl-white);
}

.jl-product-hero h1 {
	color: var(--jl-white);
	font-size: clamp(48px, 5vw, 72px);
	font-weight: 780;
	letter-spacing: -0.047em;
	line-height: 1.02;
	margin: 0;
}

.jl-product-hero__content > p:not(.jl-eyebrow) {
	color: rgba(255, 255, 255, 0.76);
	font-size: 18px;
	line-height: 1.75;
	margin: 27px 0 0;
}

.jl-product-hero__media {
	aspect-ratio: 4 / 3;
	background: var(--jl-white);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 30px;
	box-shadow: 0 32px 80px rgba(0, 14, 36, 0.38);
	margin: 0;
	overflow: hidden;
}

.jl-product-hero__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jl-product-overview__intro {
	display: grid;
	gap: 20px 70px;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.jl-product-overview__intro .jl-eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -4px;
}

.jl-product-overview__intro h2,
.jl-product-proof h2,
.jl-product-cta h2 {
	color: var(--jl-ink);
	font-size: clamp(36px, 4vw, 54px);
	font-weight: 760;
	letter-spacing: -0.045em;
	line-height: 1.07;
	margin: 0;
}

.jl-product-overview__intro > p,
.jl-product-editor-content,
.jl-product-proof__grid > p {
	color: var(--jl-muted);
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

.jl-product-editor-content > *:first-child {
	margin-top: 0;
}

.jl-product-editor-content > *:last-child {
	margin-bottom: 0;
}

.jl-product-detail-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 62px;
}

.jl-product-detail-grid article {
	background: var(--jl-bg);
	border: 1px solid var(--jl-line);
	border-radius: var(--jl-radius);
	min-height: 320px;
	padding: 30px;
}

.jl-product-detail-grid article > span {
	align-items: center;
	background: rgba(254, 117, 11, 0.12);
	border-radius: 999px;
	color: var(--jl-orange);
	display: inline-flex;
	font-size: 11px;
	font-weight: 850;
	height: 36px;
	justify-content: center;
	width: 44px;
}

.jl-product-detail-grid h3 {
	color: var(--jl-ink);
	font-size: 22px;
	letter-spacing: -0.025em;
	line-height: 1.25;
	margin: 27px 0 0;
}

.jl-product-detail-grid ul {
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.jl-product-detail-grid li {
	border-top: 1px solid var(--jl-line);
	color: var(--jl-muted);
	font-size: 13px;
	line-height: 1.6;
	padding: 12px 0 12px 17px;
	position: relative;
}

.jl-product-detail-grid li::before {
	background: var(--jl-orange);
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 20px;
	width: 5px;
}

.jl-product-proof {
	background: var(--jl-warm);
	padding: 88px 0;
}

.jl-product-proof__grid {
	align-items: end;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.jl-product-cta {
	background: var(--jl-navy-dark);
	color: var(--jl-white);
	padding: 82px 0;
}

.jl-product-cta__inner {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.jl-product-cta h2 {
	color: var(--jl-white);
	max-width: 760px;
}

.jl-product-footer {
	padding-top: 28px;
}

.jl-product-footer .jl-footer__bottom {
	margin-top: 0;
}

@media (max-width: 1080px) {
	.jl-nav {
		display: none;
	}

	.jl-mobile-menu {
		display: block;
		margin-left: auto;
	}

	.jl-hero__grid {
		gap: 42px;
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.84fr);
	}

	.jl-hero__visual {
		height: auto;
	}

	.jl-proof__grid > div {
		padding-left: 20px;
		padding-right: 20px;
	}

	.jl-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jl-product-card--large {
		grid-column: span 2;
	}

	.jl-product-card--custom {
		grid-column: span 2;
	}

	.jl-difference__feature {
		gap: 42px;
		grid-template-columns: minmax(310px, 0.8fr) minmax(0, 1.2fr);
	}

	.jl-advantage-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jl-process {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.jl-process li:nth-child(4),
	.jl-process li:nth-child(5) {
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		padding-top: 27px;
	}

		.jl-footer__grid {
			grid-template-columns: 1.3fr repeat(3, 0.7fr);
		}

		.jl-product-hero__grid {
			gap: 42px;
			grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
		}
	}

@media (max-width: 820px) {
	.jl-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.jl-header__inner {
		height: 78px;
	}

	.jl-header .jl-button--small {
		min-height: 40px;
		padding: 0 15px;
	}

	.jl-brand__word {
		display: none;
	}

	.jl-hero {
		padding: 52px 0 44px;
	}

	.jl-hero__grid,
	.jl-section-heading,
	.jl-difference__feature,
	.jl-quality__grid,
	.jl-contact__grid {
		grid-template-columns: 1fr;
	}

	.jl-hero__visual {
		height: auto;
	}

	.jl-hero h1 {
		font-size: clamp(42px, 12vw, 58px);
	}

	.jl-proof__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.jl-proof__grid > div {
		border-bottom: 1px solid var(--jl-line);
	}

	.jl-section {
		padding: 78px 0;
	}

	.jl-section-heading {
		align-items: start;
		gap: 22px;
	}

	.jl-product-card--large {
		display: block;
	}

	.jl-product-card--custom {
		grid-template-columns: 0.82fr 1.18fr;
	}

	.jl-product-card--large .jl-product-card__image {
		height: 330px;
		min-height: 0;
	}

	.jl-difference__feature {
		gap: 42px;
	}

	.jl-difference__media {
		height: 420px;
	}

	.jl-quality__grid {
		gap: 46px;
	}

	.jl-quality__image {
		height: auto;
		max-width: 560px;
	}

	.jl-contact {
		padding: 82px 0;
	}

	.jl-contact__grid {
		gap: 52px;
	}

	.jl-contact__intro {
		padding-top: 0;
	}

	.jl-contact__intro > p,
	.jl-contact__details {
		max-width: 680px;
	}

	.jl-buyer-grid {
		grid-template-columns: 1fr;
	}

		.jl-footer__grid {
			grid-template-columns: repeat(2, 1fr);
		}

		.jl-product-hero__grid,
		.jl-product-overview__intro,
		.jl-product-proof__grid {
			grid-template-columns: 1fr;
		}

		.jl-product-hero {
			padding: 56px 0 62px;
		}

		.jl-product-hero__content {
			max-width: 760px;
		}

		.jl-product-hero__media {
			max-width: 700px;
		}

		.jl-product-overview__intro .jl-eyebrow {
			grid-column: auto;
		}

		.jl-product-detail-grid {
			grid-template-columns: 1fr 1fr;
		}

		.jl-product-proof__grid {
			gap: 28px;
		}
	}

@media (max-width: 560px) {
	.jl-header__inner {
		gap: 14px;
	}

	.jl-header .jl-button--small {
		font-size: 11px;
		padding: 0 13px;
	}

	.jl-mobile-menu summary {
		height: 40px;
		padding: 0 14px;
	}

	.jl-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.jl-actions .jl-button {
		width: 100%;
	}

	.jl-hero__micro {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.jl-hero__micro span::before {
		display: none;
	}

	.jl-hero__visual {
		height: auto;
	}

	.jl-floating-card {
		min-width: 148px;
	}

	.jl-proof__grid {
		grid-template-columns: 1fr;
	}

	.jl-proof__grid > div {
		border-left: 1px solid var(--jl-line);
	}

	.jl-product-grid,
	.jl-advantage-grid,
	.jl-process,
	.jl-footer__grid {
		grid-template-columns: 1fr;
	}

	.jl-difference__media {
		height: 300px;
	}

	.jl-product-card--large {
		grid-column: span 1;
	}

	.jl-product-card--custom {
		display: block;
		grid-column: span 1;
	}

	.jl-product-card--custom .jl-product-card__image {
		height: 240px;
		min-height: 0;
	}

	.jl-product-card--custom .jl-product-card__content {
		padding: 29px;
	}

	.jl-product-card--large .jl-product-card__content {
		padding: 29px;
	}

	.jl-process li,
	.jl-process li:nth-child(4),
	.jl-process li:nth-child(5) {
		border-right: 1px solid rgba(255, 255, 255, 0.18);
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		min-height: 150px;
		padding: 25px;
	}

	.jl-process strong {
		margin-top: 28px;
	}

	.jl-quality__image {
		height: auto;
	}

	.jl-quality__checks {
		grid-template-columns: 1fr;
	}

	.jl-quality__checks article {
		min-height: 0;
	}

	.jl-credential-grid,
	.jl-standard-grid {
		grid-template-columns: 1fr;
	}

	.jl-contact {
		padding: 68px 0;
	}

	.jl-contact__grid {
		gap: 42px;
	}

	.jl-contact__intro h2 {
		font-size: 42px;
	}

	.jl-contact__quick .jl-button {
		width: 100%;
	}

	.jl-contact__item {
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.jl-contact__form-card {
		border-radius: 20px;
		padding: 24px 20px;
	}

	.jl-contact__form-heading h3 {
		font-size: 26px;
	}

	.jl-form-grid {
		grid-template-columns: 1fr;
	}

	.jl-field--full {
		grid-column: auto;
	}

	.jl-inquiry-form__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.jl-inquiry-form__footer .jl-button {
		width: 100%;
	}

	.jl-inquiry-form__footer > span {
		max-width: none;
	}

		.jl-footer__bottom {
			flex-direction: column;
			gap: 8px;
		}

		.jl-product-hero h1 {
			font-size: 43px;
		}

		.jl-product-hero__content > p:not(.jl-eyebrow) {
			font-size: 16px;
		}

		.jl-product-detail-grid {
			grid-template-columns: 1fr;
		}

		.jl-product-detail-grid article {
			min-height: 0;
		}

		.jl-product-cta__inner {
			align-items: stretch;
			grid-template-columns: 1fr;
		}

		.jl-product-cta .jl-button {
			width: 100%;
		}
	}
