:root {
	--bc-ink: #101522;
	--bc-muted: #647084;
	--bc-soft: #f6f8fb;
	--bc-line: #e7ebf2;
	--bc-blue: #2457d6;
	--bc-teal: #0f9f8c;
	--bc-coral: #f26b4f;
	--bc-gold: #f6b83f;
	--bc-radius: 16px;
	--bc-shadow: 0 22px 60px rgba(16, 21, 34, .08);
}

body.blogclue-product-single {
	background: linear-gradient(180deg, #fbfcfe 0%, #f3f7fb 100%);
}

body.blogclue-product-single .site-content .ast-container,
body.blogclue-product-single.ast-narrow-container .site-content > .ast-container {
	display: block;
	max-width: 100%;
	padding-inline: 0;
}

body.blogclue-product-single #primary {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
}

.blogclue-product-page {
	color: var(--bc-ink);
	font-family: inherit;
	padding: clamp(30px, 4vw, 54px) 24px 76px;
}

.bc-product-shell {
	width: min(1240px, 100%);
	margin-inline: auto;
}

.bc-product-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 26px;
	border: 1px solid var(--bc-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, .84);
	padding: 12px 14px;
	box-shadow: 0 10px 35px rgba(16, 21, 34, .04);
	font-size: 14px;
	overflow-x: auto;
	white-space: nowrap;
}

.bc-product-breadcrumbs a,
.bc-product-breadcrumbs strong {
	color: var(--bc-ink);
	text-decoration: none;
}

.bc-product-breadcrumbs a:first-child {
	background: #eef6ff;
	color: var(--bc-blue);
	border-radius: 999px;
	padding: 8px 11px;
	font-weight: 800;
}

.bc-product-breadcrumbs span {
	color: #a0aaba;
}

.bc-product-breadcrumbs strong {
	background: #f4f0ff;
	color: #4d35a4;
	border-radius: 999px;
	padding: 8px 12px;
	font-weight: 800;
}

.bc-product-hero {
	margin-bottom: 26px;
}

.bc-hero-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 590px;
	gap: clamp(24px, 3vw, 42px);
	align-items: center;
	border: 1px solid var(--bc-line);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(247, 250, 255, .95)),
		linear-gradient(135deg, rgba(36, 87, 214, .08), rgba(15, 159, 140, .08));
	box-shadow: 0 16px 44px rgba(16, 21, 34, .065);
	padding: 22px 24px;
	overflow: hidden;
}

.bc-hero-copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 350px;
}

.bc-category-pill {
	align-self: flex-start;
	border: 1px solid rgba(36, 87, 214, .16);
	border-radius: 999px;
	background: #eef6ff;
	color: var(--bc-blue);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	padding: 10px 13px;
	text-decoration: none;
}

.bc-hero-copy h1 {
	margin: 18px 0 0;
	max-width: 560px;
	color: var(--bc-ink);
	font-size: clamp(30px, 2.55vw, 42px);
	line-height: 1.08;
	letter-spacing: 0;
}

.bc-hero-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 22px;
	max-width: 420px;
}

.bc-hero-facts span {
	border: 1px solid var(--bc-line);
	border-radius: 13px;
	background: rgba(255, 255, 255, .84);
	padding: 13px 14px;
	color: var(--bc-ink);
	font-size: 14px;
	font-weight: 800;
}

.bc-hero-facts b {
	display: block;
	margin-bottom: 5px;
	color: var(--bc-muted);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.bc-download-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.bc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 1px solid transparent;
	border-radius: 12px;
	padding: 13px 18px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.bc-button:hover {
	transform: translateY(-1px);
}

.bc-button-dark {
	background: var(--bc-ink);
	color: #fff !important;
	box-shadow: 0 14px 26px rgba(16, 21, 34, .18);
}

.bc-button-light {
	border-color: #d9e1ec;
	background: #fff;
	color: var(--bc-ink) !important;
}

.bc-button-download {
	background: linear-gradient(135deg, #18c98b, #8ee65f);
	color: #05321f !important;
	box-shadow: 0 16px 32px rgba(24, 201, 139, .24);
}

.bc-hero-preview {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.bc-preview-frame {
	position: relative;
	box-sizing: border-box;
	width: 590px;
	max-width: 100%;
	height: 300px;
	border: 1px solid rgba(16, 21, 34, .08);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(245, 248, 255, .96)),
		linear-gradient(135deg, rgba(36, 87, 214, .08), rgba(15, 159, 140, .08));
	box-shadow: 0 18px 36px rgba(16, 21, 34, .12);
	overflow: hidden;
}

.bc-preview-frame img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.bc-preview-placeholder {
	display: grid;
	height: 100%;
	place-items: center;
	color: #fff;
	font-size: 34px;
	font-weight: 900;
}

.bc-preview-chip {
	display: inline-flex;
	align-items: center;
	align-self: flex-end;
	gap: 9px;
	min-height: 42px;
	border: 1px solid rgba(16, 21, 34, .08);
	border-radius: 999px;
	background: linear-gradient(135deg, #111827, #1f47c2);
	color: #fff !important;
	font-weight: 900;
	line-height: 1;
	padding: 0 18px;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(16, 21, 34, .16);
}

.bc-preview-chip::before {
	content: "";
	width: 9px;
	height: 9px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
}

.bc-preview-chip:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 30px rgba(16, 21, 34, .26);
}

.bc-product-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 28px;
	align-items: start;
}

.bc-content-card,
.bc-sidebar-card {
	border: 1px solid var(--bc-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 18px 45px rgba(16, 21, 34, .06);
}

.bc-section-nav {
	position: sticky;
	top: 0;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	border-bottom: 1px solid var(--bc-line);
	border-radius: 18px 18px 0 0;
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(12px);
	padding: 18px 22px;
}

.bc-section-nav a,
.bc-section-nav button {
	appearance: none;
	border: 0;
	border-radius: 999px;
	background: var(--bc-soft);
	color: var(--bc-ink);
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	padding: 10px 14px;
	text-decoration: none;
}

.bc-section-nav button[aria-selected="true"],
.bc-section-nav .is-active {
	background: #fff0ec;
	color: var(--bc-coral);
}

.bc-section-nav a {
	margin-left: auto;
}

.bc-tab-panel[hidden] {
	display: none;
}

.bc-tab-panel.bc-content-section {
	border-top: 0;
}

.bc-rich-content,
.bc-content-section {
	padding: 28px 30px;
}

.bc-rich-content > :first-child {
	margin-top: 0;
}

.bc-rich-content h2,
.bc-rich-content h3,
.bc-content-section h2 {
	margin: 32px 0 14px;
	color: var(--bc-ink);
	font-size: clamp(24px, 2.2vw, 32px);
	line-height: 1.2;
	letter-spacing: 0;
}

.bc-rich-content h2:first-child,
.bc-rich-content h3:first-child,
.bc-content-section h2:first-child {
	margin-top: 0;
}

.bc-rich-content p,
.bc-rich-content li,
.bc-content-section p {
	color: #242b3a;
	font-size: 16px;
	line-height: 1.82;
}

.bc-rich-content ul,
.bc-rich-content ol {
	padding-left: 24px;
}

.bc-content-section {
	border-top: 1px solid var(--bc-line);
}

.bc-compat-grid,
.bc-file-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.bc-compat-grid div,
.bc-file-card {
	border: 1px solid var(--bc-line);
	border-radius: 14px;
	background: #fbfdff;
	padding: 16px;
}

.bc-compat-grid span,
.bc-file-card span {
	display: block;
	color: var(--bc-muted);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.bc-compat-grid strong,
.bc-file-card strong {
	display: block;
	margin-top: 7px;
	color: var(--bc-ink);
	line-height: 1.45;
}

.bc-file-card p {
	margin: 8px 0 0;
	color: #475467;
	font-size: 14px;
	line-height: 1.6;
}

.bc-changelog-panel {
	padding: 30px;
}

.bc-changelog-list {
	display: grid;
	gap: 28px;
	max-width: 760px;
}

.bc-changelog-item {
	padding: 0;
}

.bc-changelog-item h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
	color: var(--bc-ink);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
}

.bc-changelog-item h3 span {
	flex: 1 1 36px;
	height: 1px;
	max-width: 92px;
	background: #d7dde8;
}

.bc-changelog-item p {
	margin: 0;
	color: #242b3a;
	font-size: 15px;
	line-height: 1.8;
}

.bc-trust-section {
	background: linear-gradient(135deg, #f8fffc, #f7fbff);
}

.bc-download-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin: 28px 30px 30px;
	border-radius: 20px;
	background:
		radial-gradient(circle at 94% 20%, rgba(246, 184, 63, .22), transparent 16rem),
		linear-gradient(135deg, #111827, #173a6f 58%, #0f766e);
	padding: 30px;
	color: #fff;
}

.bc-tab-panel > .bc-download-panel {
	margin: 28px 30px 30px;
}

.bc-content-section > .bc-download-panel,
.bc-changelog-panel > .bc-download-panel {
	margin: 28px 0 0;
}

.bc-content-card[data-bc-active-panel="bc-changelog"] #bc-download-changelog,
.bc-content-card[data-bc-active-panel="bc-files"] #bc-download-files {
	margin-top: 24px;
}

.bc-download-copy span {
	display: block;
	color: #b8fff0;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bc-download-copy h2 {
	margin: 8px 0 0;
	color: #fff;
	font-size: clamp(26px, 3vw, 38px);
	letter-spacing: 0;
}

.bc-download-copy p {
	margin: 9px 0 0;
	color: #dceaff;
	line-height: 1.65;
}

.bc-download-actions {
	justify-content: flex-end;
	margin-top: 0;
}

.bc-related-section {
	border-top: 1px solid var(--bc-line);
}

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

.bc-related-card {
	display: block;
	border: 1px solid var(--bc-line);
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	color: var(--bc-ink);
	text-decoration: none !important;
	box-shadow: 0 12px 28px rgba(16, 21, 34, .05);
}

.bc-related-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}

.bc-related-card span,
.bc-related-card strong,
.bc-related-card em {
	display: block;
	margin-inline: 15px;
}

.bc-related-card span {
	width: max-content;
	margin-top: 14px;
	border-radius: 999px;
	background: #fff4d7;
	color: #9a5d00;
	font-size: 12px;
	font-weight: 900;
	padding: 7px 10px;
}

.bc-related-card strong {
	margin-top: 11px;
	line-height: 1.4;
}

.bc-related-card em {
	margin-top: 14px;
	margin-bottom: 16px;
	color: var(--bc-teal);
	font-style: normal;
	font-weight: 900;
}

.bc-sidebar {
	position: sticky;
	top: 24px;
	display: grid;
	gap: 18px;
}

.bc-sidebar-card {
	padding: 18px;
}

.bc-sidebar-card h2 {
	display: inline-flex;
	margin: 0 0 16px;
	border-radius: 999px;
	background: #f4f0ff;
	color: #4d35a4;
	padding: 9px 12px;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.bc-detail-row {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 12px;
	align-items: center;
	border: 1px solid var(--bc-line);
	border-radius: 12px;
	background: #fff;
	padding: 12px;
}

.bc-detail-row + .bc-detail-row {
	margin-top: 10px;
}

.bc-detail-row span {
	color: var(--bc-muted);
	font-size: 13px;
	font-weight: 800;
}

.bc-detail-row strong {
	color: var(--bc-ink);
	font-size: 14px;
	line-height: 1.35;
	text-align: right;
}

.bc-safety-card {
	background: linear-gradient(135deg, #f8f5ff, #f0fbff);
}

.bc-safety-card > strong {
	display: block;
	color: var(--bc-ink);
	font-size: 17px;
}

.bc-safety-card p {
	margin: 8px 0 0;
	color: #475467;
	line-height: 1.65;
}

.bc-safety-bar {
	height: 8px;
	margin-top: 16px;
	border-radius: 999px;
	background: #e6dcff;
	overflow: hidden;
}

.bc-safety-bar span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--bc-blue), var(--bc-teal), var(--bc-coral));
}

.bc-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.bc-tag-list a {
	border: 1px solid var(--bc-line);
	border-radius: 999px;
	background: #fff;
	color: var(--bc-ink);
	font-weight: 800;
	padding: 9px 11px;
	text-decoration: none;
}

@media (max-width: 1100px) {
	.bc-hero-card,
	.bc-product-main,
	.bc-download-panel {
		grid-template-columns: 1fr;
	}

	.bc-hero-copy {
		min-height: auto;
	}

	.bc-hero-preview {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.bc-sidebar {
		position: static;
	}

	.bc-download-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 820px) {
	.blogclue-product-page {
		padding-inline: 12px;
	}

	.bc-hero-card,
	.bc-rich-content,
	.bc-content-section,
	.bc-download-panel,
	.bc-changelog-panel {
		padding: 22px;
	}

	.bc-hero-facts,
	.bc-compat-grid,
	.bc-file-grid,
	.bc-related-grid {
		grid-template-columns: 1fr 1fr;
	}

}

@media (max-width: 620px) {
	.bc-product-breadcrumbs {
		margin-bottom: 16px;
	}

	.bc-hero-card {
		border-radius: 18px;
		padding: 18px;
	}

	.bc-preview-frame {
		height: min(300px, 50vw);
	}

	.bc-preview-chip {
		align-self: stretch;
		justify-content: center;
	}

	.bc-hero-facts,
	.bc-compat-grid,
	.bc-file-grid,
	.bc-related-grid {
		grid-template-columns: 1fr;
	}

	.bc-section-nav {
		position: static;
		padding: 14px;
	}

	.bc-section-nav a,
	.bc-section-nav button,
	.bc-button {
		width: 100%;
	}

	.bc-section-nav a {
		margin-left: 0;
	}

	.bc-detail-row {
		grid-template-columns: 1fr;
	}

	.bc-detail-row strong {
		text-align: left;
	}
}
