/* =============================================
   Showcase Product Page + Floating Buttons + Inquiry Form
   ============================================= */

/* Screen reader only text (accessibility) */
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* === Showcase Product Page extras === */
.showcase-product-page .showcase-specs {
	margin: 16px 0 24px;
}
.showcase-product-page .showcase-specs .pdp-attributes-table {
	width: 100%;
}
.showcase-contact-price {
	color: #d4a745;
	font-size: 1.15em;
	font-weight: 600;
}
.showcase-contact-price i {
	margin-right: 6px;
}
/* === 自定义价格文字：橙黄色 + 适当缩小（覆盖 wc-product.css .pdp-price 的黑色 3rem） === */
.showcase-product-page .pdp-price {
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: 700;
	color: #d4a745;
	margin: 6px 0 14px;
}
.showcase-product-page .pdp-price > span {
	color: #d4a745;
}
.showcase-product-page .pdp-sticky-bar__price {
	color: #d4a745;
	font-size: 1.05rem;
	font-weight: 700;
}
.showcase-buttons {
	flex-direction: column;
	gap: 10px !important;
}
.showcase-buttons .pdp-btn {
	width: 100%;
	justify-content: center;
}
.showcase-wa-btn {
	background: #25D366 !important;
	border-color: #25D366 !important;
	color: #fff !important;
}
.showcase-wa-btn:hover {
	background: #1fb855 !important;
}
.showcase-wa-btn svg {
	vertical-align: middle;
	margin-right: 6px;
}
.showcase-phone-btn {
	background: transparent !important;
	border: 2px solid #333 !important;
	color: #333 !important;
}
.showcase-phone-btn:hover {
	background: #333 !important;
	color: #fff !important;
}

.showcase-product-page--industrial {
	background:
		radial-gradient(circle at top left, rgba(214, 145, 31, 0.11), transparent 28%),
		radial-gradient(circle at 85% 12%, rgba(214, 145, 31, 0.07), transparent 18%),
		linear-gradient(180deg, #f8f4eb 0, #fff 240px, #f5f7fa 100%);
	padding-bottom: 72px;
}

.showcase-landing {
	display: grid;
	gap: 34px;
	padding-top: 28px;
}

.showcase-hero-main {
	align-items: start;
	gap: 26px;
}

.showcase-empty-media {
	width: 100%;
	height: 440px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: linear-gradient(135deg, #d9dde4, #f7f8fa);
	color: #7c8795;
	font-size: 52px;
}

.showcase-empty-media--small {
	height: 200px;
	border-radius: 10px;
	font-size: 36px;
}

.showcase-info-panel {
	padding: 28px;
	border: 1px solid rgba(24, 39, 58, 0.10);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,252,253,.98));
	box-shadow: 0 18px 40px rgba(24, 39, 58, 0.06);
	backdrop-filter: blur(8px);
	position: relative;
	overflow: hidden;
}

.showcase-info-panel::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: linear-gradient(90deg, #c9801f, #e5b159 65%, rgba(229, 177, 89, 0));
}

.showcase-eyebrow {
	display: flex;
	width: fit-content;
	align-items: center;
	gap: 8px;
	padding: 7px 18px;
	border-radius: 100px;
	background: #20354b;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	margin: 0 auto 16px;
	line-height: 1.4;
}

.showcase-intro-card {
	margin: 16px 0 18px;
	padding: 16px 18px;
	border-left: 4px solid #c79136;
	border-radius: 6px;
	background: #f7f2e7;
	color: #334155;
	font-size: 15px;
	line-height: 1.8;
}

.showcase-intro-card p {
	margin: 0;
}

.showcase-actions-card {
	padding: 18px;
	border-radius: 10px;
	background: linear-gradient(180deg, #fffdf9, #f8f3e8);
	border: 1px solid rgba(201, 128, 31, 0.16);
	box-shadow: 0 14px 28px rgba(201, 128, 31, 0.08);
	margin: 18px 0 18px;
	position: relative;
	overflow: hidden;
}

.showcase-actions-card::after {
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
	right: -54px;
	top: -76px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(201, 128, 31,.10), transparent 68%);
}

.showcase-actions-card .pdp-btn--buy {
	background: linear-gradient(135deg, #d09735, #f0c06b);
	border-color: #d09735;
	color: #1c2833;
	font-weight: 700;
}

.showcase-actions-card .pdp-btn--buy:hover {
	filter: brightness(1.02);
}

.showcase-cta-secondary {
	margin: 14px 0 0;
	color: #516170;
	font-size: 14px;
	line-height: 1.7;
}

/* USP strip — dark anchor block that makes advantages unmissable */
.showcase-usp-strip {
	padding: 18px;
	margin-top: 4px;
	background: linear-gradient(145deg, #0e1f30, #172d44);
	border-radius: 10px;
	border-top: 3px solid #c9801f;
	box-shadow: 0 12px 32px rgba(14, 31, 48, 0.22), inset 0 1px 0 rgba(255,255,255,.05);
}

.showcase-usp-strip__header {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255,255,255,.45);
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.showcase-usp-strip__header i {
	color: #c9801f;
	font-size: 11px;
}

.showcase-cta-badges {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 0;
}

.showcase-cta-badge {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 12px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255,255,255,.92);
	font-size: 13px;
	font-weight: 600;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-left: 3px solid #c9801f;
	transition: background .2s ease, transform .2s ease, border-left-color .2s ease;
}

.showcase-cta-badge:hover {
	background: rgba(255, 255, 255, 0.13);
	transform: translateX(3px);
	border-left-color: #f0c06b;
}

.showcase-cta-badge__icon {
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #c9801f;
	color: #fff;
	font-size: 13px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .30);
}

.showcase-kicker {
	display: inline-block;
	margin-bottom: 12px;
	padding: 5px 9px;
	border-radius: 3px;
	background: #eef2f6;
	color: #3a556f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.showcase-section {
	padding: 34px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(24, 39, 58, 0.08);
	box-shadow: 0 18px 50px rgba(16, 24, 40, 0.06);
	position: relative;
	overflow: hidden;
}

.showcase-section::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 120px;
	height: 120px;
	background: radial-gradient(circle, rgba(199,145,54,.12), transparent 68%);
	pointer-events: none;
}

.showcase-section-head {
	max-width: 760px;
	margin-bottom: 22px;
}

.showcase-section-head.compact {
	margin-bottom: 16px;
}

.showcase-section-head.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.showcase-section-head h2 {
	margin: 0 0 10px;
	font-size: clamp(28px, 3.2vw, 40px);
	line-height: 1.15;
	color: #12263f;
}

.showcase-section-head p {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
	color: #526071;
}

.showcase-metrics-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.showcase-metric-card {
	padding: 22px;
	border-radius: 8px;
	background: linear-gradient(180deg, #12263f, #1c3f61);
	color: #fff;
	text-align: center;
	border: 1px solid rgba(255,255,255,.06);
	box-shadow: 0 20px 35px rgba(18, 38, 63, 0.16);
	transition: transform .25s ease, box-shadow .25s ease;
}

.showcase-metric-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 40px rgba(18, 38, 63, 0.20);
}

.showcase-metric-value {
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 800;
	line-height: 1;
	margin-bottom: 8px;
}

.showcase-metric-label {
	font-size: 14px;
	color: rgba(255,255,255,.8);
	line-height: 1.6;
}

.showcase-benefits-grid,
.showcase-decision-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.showcase-benefit-card,
.showcase-decision-card {
	padding: 22px;
	border-radius: 8px;
	background: #f7f9fc;
	border: 1px solid rgba(18, 38, 63, 0.08);
	box-shadow: 0 12px 25px rgba(15, 23, 42, 0.04);
}

.showcase-benefit-card {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	font-size: 15px;
	line-height: 1.7;
	color: #334155;
}

.showcase-benefit-card i {
	margin-top: 3px;
	color: #c79136;
	font-size: 18px;
}

.showcase-decision-card--pain {
	background: linear-gradient(180deg, #fff6f2, #fff);
	border-color: rgba(192, 84, 33, 0.14);
}

.showcase-decision-card--solution {
	background: linear-gradient(180deg, #f4f9f3, #fff);
	border-color: rgba(48, 120, 78, 0.14);
}

.showcase-decision-card h2 {
	margin: 0 0 14px;
	font-size: 24px;
	color: #12263f;
}

.showcase-decision-card ul {
	margin: 0;
	padding-left: 20px;
	color: #48576a;
	line-height: 1.8;
}

.showcase-application-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.showcase-application-chips span {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 16px;
	background: #f0f4f8;
	border: 1px solid rgba(18, 38, 63, 0.1);
	color: #2c4a6b;
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.4;
	transition: background .2s ease, color .2s ease;
}
.showcase-application-chips span:hover {
	background: #e1ecf7;
	color: #173757;
}

/* ── Product Tags / Google Ads Keywords ── */
.showcase-product-tags-section {
	border-top: 1px solid rgba(18, 38, 63, 0.06);
}

.showcase-product-tags-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.showcase-product-tags-chips span {
	display: inline-flex;
	align-items: center;
	padding: 8px 15px;
	border-radius: 20px;
	background: #f0f4f8;
	border: 1px solid rgba(18, 38, 63, 0.1);
	color: #2c4a6b;
	font-size: 13px;
	font-weight: 500;
	transition: background .2s ease, color .2s ease;
}

.showcase-product-tags-chips span:hover {
	background: #e1ecf7;
	color: #173757;
}

/* === Review Button (Share row) === */
.showcase-review-btn {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	height: 3.5rem;
	padding: 0 1.4rem;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #1c2833;
	background: linear-gradient(135deg, #d09735, #f0c06b);
	border: none;
	border-radius: 0.5rem;
	text-decoration: none;
	white-space: nowrap;
	transition: filter .2s ease, box-shadow .2s ease;
	box-shadow: 0 2px 6px rgba(208,151,53,.25);
}
.showcase-review-btn:hover {
	filter: brightness(1.06);
	box-shadow: 0 4px 12px rgba(208,151,53,.35);
	color: #1c2833;
}
.showcase-review-btn i {
	font-size: 1.15rem;
	color: #1c2833;
}

.showcase-model-table-wrap {
	overflow-x: auto;
	border-radius: 8px;
	border: 1px solid rgba(18, 38, 63, 0.08);
}

.showcase-model-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	background: #fff;
}

.showcase-model-table th,
.showcase-model-table td {
	padding: 10px 8px;
	border-bottom: 1px solid rgba(18, 38, 63, 0.08);
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.45;
	word-break: break-word;
}

.showcase-model-table th {
	background: #12263f;
	color: #fff;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	white-space: normal;          /* 表头允许换行 */
	word-spacing: 0.05em;
	hyphens: auto;
	padding: 10px 6px;
}

/* 数字类单元格（如 "3.7-5.2" / "130-185"）保证不被拆行 */
.showcase-model-table td {
	white-space: nowrap;
}

/* 首列（型号）靠左并加粗，提高可读性 */
.showcase-model-table th:first-child,
.showcase-model-table td:first-child {
	text-align: left;
	font-weight: 700;
	color: #12263f;
}
.showcase-model-table th:first-child {
	color: #fff;
}

.showcase-detail-stack {
	padding: 28px;
	border-radius: 12px;
}

.showcase-detail-panel + .showcase-detail-panel {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(18, 38, 63, 0.10);
}

.showcase-panel-label {
	display: block;
	padding: 0 0 12px 18px;
	margin-bottom: 24px;
	background: transparent;
	color: #16212c;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	border-left: 5px solid #c9801f;
	line-height: 1.2;
	border-bottom: 1px solid rgba(201, 128, 31, 0.18);
	border-radius: 0;
	box-shadow: none;
}

.showcase-detail-panel .pdp-attributes-table {
	width: 100%;
	border-collapse: collapse;
}

.showcase-detail-panel .pdp-attributes-table th,
.showcase-detail-panel .pdp-attributes-table td {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(18, 38, 63, 0.08);
	text-align: left;
}

.showcase-detail-panel .pdp-attributes-table th {
	width: 28%;
	color: #12263f;
	font-weight: 700;
}

.showcase-rich-content,
.showcase-rich-content p,
.showcase-form-card {
	font-size: 15px;
	line-height: 1.8;
	color: #48576a;
}

.showcase-form-card {
	padding: 28px;
	border-radius: 20px;
	background: linear-gradient(180deg, #f8fafc, #fff);
	border: 1px solid rgba(18, 38, 63, 0.08);
}

.showcase-form-card input,
.showcase-form-card select,
.showcase-form-card textarea,
.showcase-form-card button {
	max-width: 100%;
	box-sizing: border-box;
}

.showcase-sticky-bar {
	border-radius: 20px;
	border: 1px solid rgba(18, 38, 63, 0.08);
	box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
	background: rgba(255,255,255,.96);
	backdrop-filter: blur(10px);
}

.showcase-sticky-title {
	font-size: 14px;
	font-weight: 700;
	color: #12263f;
	margin-bottom: 4px;
}

.showcase-section.showcase-metrics-section,
.showcase-section.showcase-benefits-section,
.showcase-section.showcase-decision-section,
.showcase-section.showcase-applications-section,
.showcase-section.showcase-model-table-section,
.showcase-section.showcase-form-section {
	animation: showcaseFadeUp .5s ease both;
}

@keyframes showcaseFadeUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.showcase-product-page--industrial .shop001-references-section,
.showcase-product-page--industrial .shop001-faq-section,
.showcase-product-page--industrial .pdp-related {
	padding: 32px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid rgba(24, 39, 58, 0.08);
	box-shadow: 0 18px 50px rgba(16, 24, 40, 0.06);
}

.showcase-product-page--industrial .faq-accordion-item {
	border: 1px solid rgba(18, 38, 63, 0.08);
	border-radius: 16px;
	overflow: hidden;
	background: #f9fbfd;
	margin-bottom: 14px;
}

.showcase-product-page--industrial .faq-accordion-toggle {
	width: 100%;
	padding: 18px 20px;
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 700;
	color: #12263f;
	cursor: pointer;
}

.showcase-product-page--industrial .faq-accordion-body {
	display: none;
	padding: 0 20px 18px;
	color: #526071;
	line-height: 1.8;
}

.showcase-product-page--industrial .faq-accordion-item.open .faq-accordion-body {
	display: block;
}

/* === Floating Contact Buttons === */
.shop001-float-stack {
	position: fixed;
	right: 24px;
	bottom: 48px;
	z-index: 9998;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}
.shop001-float-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	box-shadow: 0 4px 12px rgba(0,0,0,.18);
	transition: transform .2s, box-shadow .2s;
	position: relative;
}
.shop001-float-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(0,0,0,.26);
	color: #fff;
}
.shop001-float-btn--email {
	background: #d4a745;
}
.shop001-float-btn--wa {
	background: #25D366;
}
.shop001-float-btn--phone {
	background: #4a90d9;
}
.shop001-float-btn--tawk {
	background: #03a84e;
}
.shop001-float-btn svg.float-icon {
	width: 24px;
	height: 24px;
	fill: currentColor;
}
.shop001-float-tooltip {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	background: #333;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 6px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s;
}
.shop001-float-btn:hover .shop001-float-tooltip {
	opacity: 1;
}

/* === Inquiry Popup Modal === */
.shop001-inquiry-overlay {
	position: fixed;
	inset: 0;
	z-index: 10001;
	background: rgba(0,0,0,.55);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.shop001-inquiry-overlay.active {
	display: flex;
}
.shop001-inquiry-modal {
	background: #fff;
	border-radius: 16px;
	padding: 32px;
	max-width: 480px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 16px 48px rgba(0,0,0,.2);
	animation: shop001FadeUp .3s ease;
}
@keyframes shop001FadeUp {
	from { opacity: 0; transform: translateY(20px); }
	to   { opacity: 1; transform: translateY(0); }
}
.shop001-inquiry-close {
	position: absolute;
	top: 12px;
	right: 16px;
	background: none;
	border: none;
	font-size: 28px;
	color: #999;
	cursor: pointer;
	line-height: 1;
}
.shop001-inquiry-close:hover {
	color: #333;
}
.shop001-inquiry-modal h3 {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 700;
}
.shop001-inquiry-modal .inquiry-subtitle {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}
.shop001-inquiry-field {
	margin-bottom: 14px;
}
.shop001-inquiry-field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 4px;
	color: #333;
}
.shop001-inquiry-field label .required {
	color: #dc3545;
}
.shop001-inquiry-field input,
.shop001-inquiry-field textarea {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 14px;
	font-family: inherit;
	transition: border-color .2s;
	box-sizing: border-box;
}
.shop001-inquiry-field input:focus,
.shop001-inquiry-field textarea:focus {
	border-color: #d4a745;
	outline: none;
	box-shadow: 0 0 0 3px rgba(212,167,69,.15);
}
.shop001-inquiry-field textarea {
	resize: vertical;
	min-height: 100px;
}
.shop001-inquiry-submit {
	width: 100%;
	padding: 12px;
	background: #d4a745;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s;
}
.shop001-inquiry-submit:hover {
	background: #c4972f;
}
.shop001-inquiry-submit:disabled {
	opacity: .6;
	cursor: not-allowed;
}
.shop001-inquiry-msg {
	margin-top: 12px;
	padding: 10px 14px;
	border-radius: 8px;
	font-size: 14px;
	display: none;
}
.shop001-inquiry-msg.success {
	background: #d4edda;
	color: #155724;
	display: block;
}
.shop001-inquiry-msg.error {
	background: #f8d7da;
	color: #721c24;
	display: block;
}

/* === Bottom Inquiry Form Section === */
.shop001-bottom-inquiry {
	background: #f8f6f0;
	padding: 60px 0;
}
.shop001-bottom-inquiry .container {
	max-width: 640px;
}
.shop001-bottom-inquiry .btm-inq-header {
	text-align: center;
	margin-bottom: 28px;
}
.shop001-bottom-inquiry .btm-inq-header h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 8px;
}
.shop001-bottom-inquiry .btm-inq-header p {
	color: #666;
	font-size: 15px;
}
.shop001-btm-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.shop001-btm-form .full-width {
	grid-column: 1 / -1;
}
.shop001-btm-form label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 4px;
	color: #333;
}
.shop001-btm-form label .required {
	color: #dc3545;
}
.shop001-btm-form input,
.shop001-btm-form textarea {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 14px;
	font-family: inherit;
	box-sizing: border-box;
}
.shop001-btm-form input:focus,
.shop001-btm-form textarea:focus {
	border-color: #d4a745;
	outline: none;
	box-shadow: 0 0 0 3px rgba(212,167,69,.15);
}
.shop001-btm-form textarea {
	resize: vertical;
	min-height: 100px;
}
.shop001-btm-submit {
	display: inline-block;
	padding: 12px 32px;
	background: #d4a745;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s;
}
.shop001-btm-submit:hover {
	background: #c4972f;
}
.shop001-btm-submit:disabled {
	opacity: .6;
	cursor: not-allowed;
}

/* Honeypot */
.shop001-hp-field {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

/* === Responsive === */

/* === Tablet (≤ 1200px) === */
@media (max-width: 1200px) {
	.showcase-metrics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.showcase-section-head h2 {
		font-size: clamp(24px, 2.8vw, 34px);
	}
}

@media (max-width: 768px) {
	.showcase-landing {
		gap: 22px;
		padding-top: 20px;
	}

	/* Hero: force stacked layout for the showcase template */
	.showcase-hero-main {
		display: block !important;
		gap: 0;
	}
	.showcase-hero-main .pdp-gallery {
		margin-bottom: 20px;
		position: static;
	}

	.showcase-info-panel,
	.showcase-section,
	.showcase-detail-stack,
	.showcase-product-page--industrial .shop001-references-section,
	.showcase-product-page--industrial .shop001-faq-section,
	.showcase-product-page--industrial .pdp-related {
		padding: 18px 16px;
		border-radius: 10px;
	}
	.showcase-actions-card {
		padding: 14px;
	}
	.showcase-usp-strip {
		padding: 14px;
	}
	.showcase-empty-media {
		height: 260px;
	}
	.showcase-cta-badges {
		grid-template-columns: 1fr;
	}
	.showcase-metrics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.showcase-metric-card {
		padding: 16px;
	}
	.showcase-metric-value {
		font-size: clamp(22px, 7vw, 34px);
	}
	.showcase-benefits-grid,
	.showcase-decision-grid {
		grid-template-columns: 1fr;
	}
	.showcase-section-head h2 {
		font-size: 22px;
	}
	.showcase-model-table {
		min-width: 0;
	}
	.showcase-model-table th,
	.showcase-model-table td {
		padding: 8px 5px;
		font-size: 12px;
	}
	.showcase-model-table th {
		font-size: 10.5px;
	}
	.showcase-panel-label {
		font-size: 16px;
	}
	.shop001-float-stack {
		right: 16px;
		bottom: 80px;
		gap: 8px;
	}
	.shop001-float-btn {
		width: 44px;
		height: 44px;
		font-size: 18px;
	}
	.shop001-float-tooltip {
		display: none;
	}
	.shop001-inquiry-modal {
		padding: 24px 20px;
		border-radius: 12px;
	}
	.shop001-btm-form {
		grid-template-columns: 1fr;
	}
	.shop001-bottom-inquiry {
		padding: 40px 0;
	}
}
