.gjdc-calculator,
.gjdc-calculator * {
	box-sizing: border-box;
}

.gjdc-calculator {
	color: #1f2933;
	font-family: inherit;
	max-width: 1120px;
	width: 100%;
}

.gjdc-hero {
	background: #f5f7f6;
	border: 1px solid #e2e8e5;
	border-radius: 8px;
	margin-bottom: 22px;
	padding: 34px 24px;
	text-align: center;
}

.gjdc-hero-badge {
	color: #16834f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.gjdc-hero-title {
	color: #14251f;
	font-size: 34px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.gjdc-hero-description,
.gjdc-hero-description-cn {
	color: #52605a;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 760px;
}

.gjdc-hero-description-cn {
	margin-top: 6px;
}

.gjdc-card,
.gjdc-faq-item,
.gjdc-product-card {
	background: #fff;
	border: 1px solid #dfe5e2;
	border-radius: 8px;
}

.gjdc-intro {
	margin-bottom: 18px;
	padding: 18px 20px;
}

.gjdc-intro p,
.gjdc-note,
.gjdc-application-note,
.gjdc-product-note,
.gjdc-product-content p,
.gjdc-faq-item p {
	line-height: 1.6;
	margin: 0;
}

.gjdc-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	margin-bottom: 28px;
}

.gjdc-form,
.gjdc-results,
.gjdc-results-placeholder,
.gjdc-products-section {
	padding: 22px;
}

.gjdc-results-placeholder {
	align-items: flex-start;
	background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 430px;
}

.gjdc-placeholder-icon {
	align-items: center;
	background: #e5f3ec;
	border-radius: 50%;
	color: #16834f;
	display: flex;
	font-size: 28px;
	font-weight: 800;
	height: 56px;
	justify-content: center;
	margin-bottom: 16px;
	width: 56px;
}

.gjdc-results-placeholder h3 {
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 10px;
}

.gjdc-results-placeholder p {
	color: #52605a;
	line-height: 1.6;
	margin: 0 0 16px;
}

.gjdc-results-placeholder ul {
	color: #52605a;
	line-height: 1.7;
	margin: 0;
	padding-left: 20px;
}

.gjdc-field {
	margin-bottom: 18px;
}

.gjdc-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
}

.gjdc-field input,
.gjdc-field select {
	background: #fff;
	border: 1px solid #cfd8d3;
	border-radius: 6px;
	color: #1f2933;
	font: inherit;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.gjdc-field[hidden] {
	display: none;
}

.gjdc-field input:focus,
.gjdc-field select:focus {
	border-color: #198754;
	box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.16);
	outline: none;
}

.gjdc-actions,
.gjdc-product-actions,
.gjdc-result-actions {
	align-items: stretch;
	display: flex;
	gap: 10px;
}

.gjdc-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 11px 16px;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.gjdc-button-primary {
	background: #16834f;
	border-color: #16834f;
	color: #fff;
}

.gjdc-button-primary:hover,
.gjdc-button-primary:focus {
	background: #0f6f40;
	border-color: #0f6f40;
	color: #fff;
}

.gjdc-button-secondary {
	background: #fff;
	border-color: #16834f;
	color: #16834f;
}

.gjdc-button-secondary:hover,
.gjdc-button-secondary:focus {
	background: #eef8f2;
	color: #0f6f40;
}

.gjdc-button:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.gjdc-results h3,
.gjdc-section h3 {
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 16px;
}

.gjdc-results dl {
	display: grid;
	gap: 11px;
	margin: 0 0 16px;
}

.gjdc-results dl div {
	align-items: baseline;
	border-bottom: 1px solid #edf1ef;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding-bottom: 10px;
}

.gjdc-results dt {
	font-weight: 600;
}

.gjdc-results dd {
	font-weight: 700;
	margin: 0;
	text-align: right;
}

.gjdc-alert {
	background: #fff8e5;
	border: 1px solid #f0d590;
	border-radius: 6px;
	color: #725100;
	line-height: 1.5;
	margin-bottom: 14px;
	padding: 10px 12px;
}

.gjdc-application-note {
	color: #355048;
	font-weight: 600;
	margin-bottom: 12px;
}

.gjdc-note {
	background: #f6f8f7;
	border-radius: 6px;
	color: #52605a;
	margin-top: 12px;
	padding: 12px;
}

.gjdc-product-group-title {
	color: #14251f;
	font-size: 16px;
	font-weight: 800;
	grid-column: 1 / -1;
	line-height: 1.3;
	margin: 8px 0 0;
}

.gjdc-contact-sales-inline {
	margin-top: 12px;
	max-width: 260px;
}

.gjdc-result-actions {
	margin-top: 16px;
}

.gjdc-result-actions .gjdc-button {
	flex: 1 1 0;
}

.gjdc-copy-status {
	color: #16834f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	margin: 10px 0 0;
}

.gjdc-section {
	margin-top: 28px;
}

.gjdc-products-section {
	margin-top: -8px;
}

.gjdc-products-section-header {
	margin-bottom: 16px;
}

.gjdc-products-section-header h3 {
	margin-bottom: 6px;
}

.gjdc-products-section-header p {
	color: #52605a;
	line-height: 1.6;
	margin: 0;
}

.gjdc-product-group[hidden],
.gjdc-results[hidden],
.gjdc-results-placeholder[hidden],
.gjdc-products-section[hidden],
.gjdc-alert[hidden],
.gjdc-copy-status[hidden] {
	display: none;
}

.gjdc-product-note {
	background: #f6f8f7;
	border: 1px solid #e3e9e6;
	border-radius: 8px;
	margin-bottom: 14px;
	padding: 14px 16px;
}

.gjdc-product-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
}

.gjdc-product-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	min-height: 100%;
	overflow: hidden;
}

.gjdc-product-image {
	align-items: center;
	background: #f5f7f6;
	display: flex;
	flex: 0 0 132px;
	justify-content: center;
	min-height: 132px;
	overflow: hidden;
	width: 132px;
}

.gjdc-product-image img {
	height: 100%;
	object-fit: contain;
	padding: 14px;
	width: 100%;
}

.gjdc-product-placeholder {
	align-items: center;
	background: #e5f3ec;
	border-radius: 50%;
	color: #16834f;
	display: flex;
	font-size: 28px;
	font-weight: 800;
	height: 72px;
	justify-content: center;
	width: 72px;
}

.gjdc-product-content {
	flex: 1 1 auto;
	min-width: 0;
	padding: 16px 16px 12px;
}

.gjdc-product-content h4 {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 8px;
}

.gjdc-product-application {
	color: #16834f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 8px;
}

.gjdc-product-status {
	background: #eef1f4;
	border-radius: 999px;
	color: #6b7280;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 8px;
	padding: 7px 10px;
}

.gjdc-product-content p {
	color: #52605a;
}

.gjdc-product-actions {
	align-self: center;
	flex: 0 0 150px;
	flex-direction: column;
	padding: 16px 16px 16px 0;
}

.gjdc-product-actions .gjdc-button {
	flex: 0 0 auto;
	min-width: 134px;
	padding-left: 12px;
	padding-right: 12px;
	white-space: normal;
}

.gjdc-faq {
	margin-bottom: 20px;
}

.gjdc-faq-item {
	margin-bottom: 10px;
	padding: 0;
}

.gjdc-faq-item summary {
	cursor: pointer;
	font-weight: 700;
	list-style-position: outside;
	padding: 15px 18px;
}

.gjdc-faq-item p {
	color: #52605a;
	padding: 0 18px 16px;
}

.gjdc-faq-item div {
	color: #52605a;
	line-height: 1.6;
	padding: 0 18px 16px;
}

.gjdc-faq-item div p {
	padding: 0;
}

.gjdc-seo-content {
	background: #fff;
	border: 1px solid #dfe5e2;
	border-radius: 8px;
	padding: 22px;
}

.gjdc-seo-body {
	color: #52605a;
	line-height: 1.7;
}

.gjdc-seo-body p {
	margin: 0 0 12px;
}

.gjdc-version {
	color: #6b7872;
	font-size: 13px;
	margin: 20px 0 0;
	text-align: center;
}

@media (max-width: 900px) {
	.gjdc-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.gjdc-form,
	.gjdc-results,
	.gjdc-results-placeholder,
	.gjdc-products-section,
	.gjdc-intro,
	.gjdc-hero {
		padding: 16px;
	}

	.gjdc-results-placeholder {
		min-height: 260px;
	}

	.gjdc-hero-title {
		font-size: 27px;
	}

	.gjdc-product-card {
		flex-direction: column;
	}

	.gjdc-product-image {
		flex-basis: auto;
		min-height: 150px;
		width: 100%;
	}

	.gjdc-product-actions {
		align-self: stretch;
		flex-basis: auto;
		padding: 0 16px 16px;
	}

	.gjdc-product-actions .gjdc-button {
		min-width: 0;
	}

	.gjdc-actions,
	.gjdc-product-actions,
	.gjdc-result-actions,
	.gjdc-results dl div {
		flex-direction: column;
	}

	.gjdc-results dd {
		text-align: left;
	}

	.gjdc-button {
		width: 100%;
	}
}
