.woocommerce-page,
.woocommerce {
	--tc-apple-bg: #f5f5f7;
	--tc-apple-card: rgba(255, 255, 255, 0.86);
	--tc-apple-ink: #1d1d1f;
	--tc-apple-muted: #6e6e73;
	--tc-apple-blue: #0071e3;
	--tc-apple-border: rgba(0, 0, 0, 0.08);
}

body.woocommerce-page,
body.woocommerce-shop,
body.post-type-archive-product,
body.single-product {
	background:
		radial-gradient(circle at 50% -20%, rgba(0, 113, 227, 0.12), transparent 34rem),
		var(--tc-apple-bg);
	color: var(--tc-apple-ink);
}

.woocommerce main,
.woocommerce-page main,
.post-type-archive-product main {
	letter-spacing: -0.01em;
}

.tc-store-hero,
.tc-store-guide,
.tc-store-seo-copy {
	backdrop-filter: blur(18px);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)),
		radial-gradient(circle at 100% 0%, rgba(0, 113, 227, 0.12), transparent 26rem);
	border: 1px solid var(--tc-apple-border);
	border-radius: 34px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
	margin: 0 0 34px;
	padding: clamp(30px, 5vw, 64px);
}

.tc-store-eyebrow {
	color: var(--tc-apple-blue);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.tc-store-hero h1 {
	color: var(--tc-apple-ink);
	font-size: clamp(1.3rem, 2.3vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
	margin: 0 0 18px;
}
@media (min-width: 900px) {
	.tc-store-hero h1 {
		white-space: nowrap;
	}
}

.tc-store-lead {
	color: var(--tc-apple-muted);
	font-size: clamp(1.05rem, 1.6vw, 1.28rem);
	line-height: 1.82;
	margin: 0;
	max-width: 920px;
}

.tc-store-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 28px 0;
}

.tc-store-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid var(--tc-apple-border);
	border-radius: 999px;
	color: var(--tc-apple-blue);
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.tc-store-button:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.tc-store-button-primary {
	background: var(--tc-apple-blue);
	color: #ffffff;
}

.tc-store-trust-grid,
.tc-store-guide-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tc-store-trust-grid div,
.tc-store-guide-grid a {
	background: var(--tc-apple-card);
	border: 1px solid var(--tc-apple-border);
	border-radius: 26px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.05);
	padding: 22px;
}

.tc-store-trust-grid strong,
.tc-store-guide-grid strong {
	color: var(--tc-apple-ink);
	display: block;
	font-size: 1.02rem;
	margin-bottom: 8px;
}

.tc-store-trust-grid span,
.tc-store-guide-grid span {
	color: var(--tc-apple-muted);
	display: block;
	font-size: 0.94rem;
	line-height: 1.65;
}

.tc-store-guide {
	background: rgba(255, 255, 255, 0.78);
}

.tc-store-guide h2,
.tc-store-seo-copy h2 {
	color: var(--tc-apple-ink);
	font-size: clamp(1.5rem, 2.8vw, 2.45rem);
	letter-spacing: -0.045em;
	margin: 0 0 18px;
}

.tc-store-guide-grid a {
	color: inherit;
	text-decoration: none;
}

.tc-store-products-anchor {
	scroll-margin-top: 90px;
}

.tc-store-seo-copy {
	background: rgba(255, 255, 255, 0.76);
	margin-top: 34px;
}

.tc-store-seo-copy p {
	color: var(--tc-apple-muted);
	line-height: 1.9;
	margin: 0 0 14px;
}

.woocommerce ul.products {
	row-gap: 34px;
}

.woocommerce ul.products li.product {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--tc-apple-border);
	border-radius: 30px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.055);
	overflow: hidden;
	padding: 18px 18px 22px;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.woocommerce ul.products li.product:hover {
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

.woocommerce ul.products li.product a img {
	background: #f5f5f7;
	border-radius: 24px;
	margin-bottom: 18px;
	width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--tc-apple-ink);
	font-size: 1.02rem;
	font-weight: 750;
	letter-spacing: -0.028em;
	line-height: 1.45;
	padding: 0;
}

.woocommerce ul.products li.product .price {
	color: var(--tc-apple-ink);
	font-size: 1.04rem;
	font-weight: 800;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--tc-apple-ink);
	border-radius: 999px;
	color: #ffffff;
	font-weight: 750;
	letter-spacing: -0.01em;
	padding: 0.78em 1.25em;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: #000000;
	color: #ffffff;
}

.tc-mql-consult-image {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.tc-mql-consult-gallery-image {
	background: #f5f5f7;
	border-radius: 30px;
	overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid var(--tc-apple-border);
	border-radius: 32px;
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.06);
	padding: clamp(20px, 3vw, 34px);
}

@media (max-width: 782px) {
	.tc-store-trust-grid,
	.tc-store-guide-grid {
		grid-template-columns: 1fr;
	}

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

	.tc-store-button {
		width: 100%;
	}
}
.tc-license-actions {
  clear: both;
  margin: 24px 0 8px;
  padding: 20px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #f8fafc;
}

.tc-license-actions__title {
  margin: 0 0 12px;
  color: #101828;
  font-size: 17px;
  font-weight: 700;
}

.tc-license-actions__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tc-license-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid #175cd3;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.tc-license-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(16, 24, 40, .12);
}

.tc-license-button--demo {
  background: #fff;
  color: #175cd3 !important;
}

.tc-license-button--full {
  background: #175cd3;
  color: #fff !important;
}

.tc-license-actions__note {
  margin: 11px 0 0;
  color: #667085;
  font-size: 13px;
}

@media (max-width: 600px) {
  .tc-license-actions__buttons,
  .tc-license-button {
    width: 100%;
  }
}
