/**
 * Audited production-safe storefront refinements.
 *
 * Every selector is scoped to an Elementor template/widget or Arggus-owned
 * class. No generic overflow suppression or third-party file edit is used.
 */

.arggus-card-meta,
.arggus-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	align-items: center;
}

.arggus-card-meta {
	margin-top: 0.55rem;
}

.arggus-product-meta {
	margin-top: 0.75rem;
}

.arggus-product-badge {
	display: inline-flex;
	align-items: center;
	min-height: 1.75rem;
	padding: 0.25rem 0.65rem;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #f7f7f7;
	color: #171717;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.2;
}

/* The label, not color alone, communicates the consultation action. */
.elementor-element-d1dd3dc a.arggus-card-consultation.elementor-button {
	border: 1px solid #f4bd19;
	background-color: #1a1a1a;
	color: #fff;
}

.elementor-element-d1dd3dc a.arggus-card-consultation.elementor-button:hover,
.elementor-element-d1dd3dc a.arggus-card-consultation.elementor-button:focus-visible {
	border-color: #1a1a1a;
	background-color: #f4bd19;
	color: #111;
}

.elementor-element-d1dd3dc a.arggus-card-consultation.elementor-button:focus-visible {
	outline: 3px solid #111;
	outline-offset: 3px;
}

.elementor-element-d1dd3dc a.arggus-card-consultation .elementor-button-icon {
	display: none;
}

@media (max-width: 430px) {
	.arggus-product-badge {
		font-size: 0.74rem;
	}
}

/**
 * Reversible SEO content presentation owned by Arggus Commerce Core.
 * No third-party selectors are changed except the exact Elementor widgets
 * whose semantic output is filtered by the matching PHP module.
 */

.arggus-home-seo-intro {
	background: #111;
	color: #fff;
}

.arggus-seo-inner,
.arggus-local-page,
.arggus-archive-seo-intro {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.arggus-seo-inner {
	padding-block: clamp(2.5rem, 6vw, 5.5rem);
}

.arggus-seo-eyebrow {
	margin: 0 0 0.65rem;
	color: #f4bd19;
	font-size: 0.82rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.arggus-home-seo-intro h1,
.arggus-local-hero h1 {
	max-width: 18ch;
	margin: 0;
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.02;
}

.arggus-home-seo-intro .arggus-seo-inner > p:not(.arggus-seo-eyebrow),
.arggus-local-lead {
	max-width: 760px;
	margin: 1.15rem 0 0;
	font-size: clamp(1rem, 1.8vw, 1.18rem);
	line-height: 1.7;
}

.arggus-seo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

.arggus-seo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.72rem 1.15rem;
	border: 2px solid #f4bd19;
	border-radius: 6px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.arggus-seo-button-primary {
	background: #f4bd19;
	color: #111;
}

.arggus-seo-button-secondary {
	background: transparent;
	color: currentColor;
}

.arggus-seo-button:hover,
.arggus-seo-button:focus-visible {
	border-color: #fff;
	background: #fff;
	color: #111;
}

.arggus-seo-button:focus-visible,
.arggus-local-links a:focus-visible,
.arggus-local-link-grid a:focus-visible,
.arggus-footer-local-link:focus-visible {
	outline: 3px solid #f4bd19;
	outline-offset: 3px;
}

.arggus-local-nav {
	margin-top: 1.5rem;
}

.arggus-local-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.9rem;
}

.arggus-local-links a {
	color: inherit;
	font-size: 0.92rem;
	font-weight: 650;
	text-decoration: underline;
	text-decoration-color: #f4bd19;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.arggus-archive-seo-intro {
	margin-block: 0.9rem 1.5rem;
	padding: 1rem 1.1rem;
	border-inline-start: 4px solid #f4bd19;
	background: #f7f7f7;
	color: #171717;
}

.arggus-archive-seo-intro p {
	margin: 0 0 0.75rem;
	line-height: 1.6;
}

.arggus-product-local-links {
	display: grid;
	gap: 0.55rem;
	margin-top: 0.9rem;
	padding: 0.85rem 1rem;
	border: 1px solid #dedede;
	border-radius: 8px;
	background: #fafafa;
	color: #171717;
	font-size: 0.9rem;
	line-height: 1.45;
}

.arggus-product-local-links strong {
	font-weight: 700;
}

.arggus-product-local-links .arggus-local-links a {
	color: #171717;
}

.arggus-local-page {
	padding-block: clamp(2rem, 5vw, 4.5rem);
	color: #171717;
}

.arggus-local-hero {
	padding: clamp(1.5rem, 4vw, 3.5rem);
	border-radius: 14px;
	background: #111;
	color: #fff;
}

.arggus-local-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.25rem;
}

.arggus-local-grid article,
.arggus-local-trust,
.arggus-local-faq,
.arggus-local-final {
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	background: #fff;
}

.arggus-local-page h2 {
	margin: 0 0 0.7rem;
	font-size: clamp(1.35rem, 2.6vw, 2rem);
	line-height: 1.2;
}

.arggus-local-page p {
	line-height: 1.7;
}

.arggus-local-categories,
.arggus-local-products,
.arggus-local-trust,
.arggus-local-faq,
.arggus-local-final {
	margin-top: clamp(2rem, 5vw, 4rem);
}

.arggus-local-link-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
}

.arggus-local-link-grid a {
	display: grid;
	gap: 0.35rem;
	min-height: 120px;
	padding: 1.15rem;
	border: 1px solid #dedede;
	border-radius: 10px;
	background: #fafafa;
	color: #171717;
	text-decoration: none;
}

.arggus-local-link-grid a:hover {
	border-color: #f4bd19;
	background: #fff9e6;
}

.arggus-local-link-grid strong {
	font-size: 1.05rem;
}

.arggus-local-link-grid span {
	font-size: 0.9rem;
	line-height: 1.5;
}

.arggus-local-products .products {
	margin-top: 1.25rem;
}

.arggus-local-faq details {
	border-top: 1px solid #e5e5e5;
}

.arggus-local-faq details:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.arggus-local-faq summary {
	padding: 1rem 0;
	cursor: pointer;
	font-weight: 700;
}

.arggus-local-faq details p {
	margin: 0 0 1rem;
}

.arggus-local-final {
	background: #111;
	color: #fff;
}

.arggus-local-final .arggus-seo-button {
	margin-top: 0.4rem;
}

.arggus-footer-local-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 767px) {
	.arggus-seo-inner,
	.arggus-local-page,
	.arggus-archive-seo-intro {
		width: min(100% - 28px, 1180px);
	}

	.arggus-local-grid,
	.arggus-local-link-grid {
		grid-template-columns: 1fr;
	}

	.arggus-local-link-grid a {
		min-height: 0;
	}

	.arggus-seo-actions,
	.arggus-seo-actions .arggus-seo-button {
		width: 100%;
	}

	.arggus-local-links {
		gap: 0.65rem;
	}
}

@media (max-width: 360px) {
	.arggus-seo-inner,
	.arggus-local-page,
	.arggus-archive-seo-intro {
		width: min(100% - 20px, 1180px);
	}

	.arggus-local-hero,
	.arggus-local-grid article,
	.arggus-local-trust,
	.arggus-local-faq,
	.arggus-local-final {
		padding: 1.1rem;
	}
}
