/* STX Bullseye — Retail inner pages v2 */

:root {
	/* Shared storefront tokens (cart, checkout, PDP, legal) */
	--stx-content-max: 1440px;
	--stx-gutter-desktop: 24px;
	--stx-gutter-tablet: 20px;
	--stx-gutter-mobile: 16px;
	--stx-panel-bg: #ffffff;
	--stx-panel-bg-muted: #f0f2f5;
	--stx-panel-border: #d8dde3;
	--stx-radius: 2px;
	--stx-navy-text: #0d2137;
	--stx-ink: #1a1d21;
	--stx-dark-bg: #0d1117;
	--stx-orange: #d97706;
	--stx-orange-dark: #b45309;
	--stx-btn-primary-bg: #1e5a8a;
	--stx-btn-primary-hover: #16466c;
	--stx-btn-secondary-border: #1a1d21;
	--stx-heading-xl: clamp(1.8rem, 4vw, 2.6rem);
	--stx-heading-lg: 1.35rem;
	--stx-body-size: 0.98rem;
	--stx-control-height: 44px;
	--stx-section-space: 3rem;
	--stx-header-offset: 7.5rem;

	--stx-bg: #0d1117;
	--stx-card: #161b22;
	--stx-border: #30363d;
	--stx-accent: #d97706;
	--stx-accent-2: #c9a66b;
	--stx-text: #f8fafc;
	--stx-muted: #94a3b8;
	--stx-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
	--stx-shadow-hover: 0 24px 52px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(217, 119, 6, 0.12);
}

.stx-page {
	color: var(--stx-text);
	overflow-x: clip;
}

/* Keep page content below sticky retail header + promo bar */
#main-content,
main#main-content,
.stx-page > .stx-page-intro:first-child,
.stx-page > .stx-page-hero:first-child {
	scroll-margin-top: var(--stx-header-offset);
}

.stx-container {
	max-width: var(--stx-content-max);
	margin: 0 auto;
	padding-inline: var(--stx-gutter-desktop);
	box-sizing: border-box;
	width: 100%;
}

.stx-section {
	padding: var(--stx-section-space) 0;
}

.stx-section--alt {
	background: linear-gradient(180deg, rgba(22, 27, 34, 0.55), transparent);
	border-block: 1px solid var(--stx-border);
}

.stx-section-kicker {
	margin: 0;
	color: var(--stx-accent);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.stx-section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.stx-section-head h2 {
	margin: 0.35rem 0 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--stx-text);
}

.stx-section-head p {
	margin: 0.5rem 0 0;
	max-width: 40rem;
	color: var(--stx-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.stx-link-arrow {
	color: var(--stx-accent);
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.stx-link-arrow:hover {
	color: var(--stx-accent-2);
}

.stx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	border-radius: 0.6rem;
	font-size: 0.85rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	padding: 0.75rem 1.35rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, border-color 0.2s ease;
	border: 0;
	cursor: pointer;
}

.stx-btn--primary {
	background: linear-gradient(135deg, var(--stx-accent), #ea580c);
	color: #fff;
	box-shadow: 0 12px 28px rgba(217, 119, 6, 0.28);
}

.stx-btn--primary:hover {
	filter: brightness(1.06);
	transform: translateY(-2px);
}

.stx-btn--ghost {
	border: 1px solid var(--stx-border);
	background: rgba(22, 27, 34, 0.75);
	color: var(--stx-text);
}

.stx-btn--ghost:hover {
	border-color: rgba(217, 119, 6, 0.5);
	color: var(--stx-accent-2);
	transform: translateY(-2px);
}

.stx-btn--block {
	width: 100%;
}

.stx-btn--sm {
	padding: 0.38rem 0.75rem;
	font-size: 0.74rem;
}

.stx-container--narrow {
	max-width: 52rem;
}

.stx-container--faq {
	max-width: 56rem;
}

/* Page hero */
.stx-page-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--stx-border);
	background: var(--stx-card);
}

.stx-page-hero__bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(105deg, rgba(13, 17, 23, 0.94) 0%, rgba(13, 17, 23, 0.78) 50%, rgba(13, 17, 23, 0.88) 100%),
		url("../images/showroom-reference.svg") center/cover no-repeat,
		radial-gradient(ellipse 70% 50% at 80% 10%, rgba(217, 119, 6, 0.14), transparent 55%),
		linear-gradient(135deg, #0a0e14, #161b22);
}

.stx-page-hero--catalog .stx-page-hero__bg {
	background:
		linear-gradient(105deg, rgba(13, 17, 23, 0.93) 0%, rgba(13, 17, 23, 0.7) 45%, rgba(13, 17, 23, 0.9) 100%),
		url("../images/catalog-reference.svg") center/cover no-repeat,
		radial-gradient(ellipse 60% 45% at 75% 15%, rgba(217, 119, 6, 0.16), transparent 58%),
		linear-gradient(135deg, #0a0e14, #161b22);
}

.stx-page-hero--transfers .stx-page-hero__bg {
	background:
		linear-gradient(105deg, rgba(13, 17, 23, 0.94) 0%, rgba(13, 17, 23, 0.75) 100%),
		radial-gradient(ellipse 55% 40% at 70% 20%, rgba(201, 166, 107, 0.18), transparent 60%),
		linear-gradient(135deg, #10151c, #161b22);
}

.stx-page-hero--legal .stx-page-hero__bg {
	background:
		linear-gradient(180deg, rgba(13, 17, 23, 0.95), rgba(13, 17, 23, 0.85)),
		radial-gradient(ellipse 50% 35% at 50% 0%, rgba(217, 119, 6, 0.1), transparent 60%),
		linear-gradient(135deg, #0d1117, #161b22);
}

.stx-page-hero--membership .stx-page-hero__bg,
.stx-page-hero--promo .stx-page-hero__bg {
	background:
		linear-gradient(105deg, rgba(13, 17, 23, 0.95) 0%, rgba(13, 17, 23, 0.72) 52%, rgba(13, 17, 23, 0.9) 100%),
		radial-gradient(ellipse 60% 45% at 76% 12%, rgba(217, 119, 6, 0.18), transparent 58%),
		radial-gradient(ellipse 45% 35% at 12% 86%, rgba(201, 166, 107, 0.12), transparent 60%),
		linear-gradient(135deg, #0a0e14, #161b22);
}

.stx-page-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 1440px;
	margin: 0 auto;
	padding: 2.75rem 1.5rem 3rem;
	min-width: 0;
}

.stx-page-hero h1 {
	margin: 0.75rem 0 0;
	max-width: 20ch;
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(2.2rem, 6vw, 3.8rem);
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.stx-page-hero__sub {
	margin: 0.85rem 0 0;
	max-width: 42rem;
	color: #cbd5e1;
	font-size: clamp(0.95rem, 2vw, 1.1rem);
	line-height: 1.55;
}

.stx-page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.stx-page-hero__compliance {
	margin-top: 1rem;
	max-width: 44rem;
	color: var(--stx-muted);
	font-size: 0.75rem;
	line-height: 1.5;
}

/* Compact page intro (default for inner pages) */
.stx-page-intro {
	border-bottom: 1px solid var(--stx-border);
	background: var(--stx-bg);
}

.stx-page-intro__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	padding: 1.25rem 1.5rem 1.35rem;
	text-align: left;
}

.stx-page-intro__content {
	flex: 1 1 16rem;
	min-width: 0;
}

.stx-page-intro__kicker {
	margin: 0;
	font-size: 0.62rem;
}

.stx-page-intro__title {
	margin: 0.2rem 0 0;
	max-width: none;
	font-family: inherit;
	font-size: clamp(1.25rem, 2.4vw, 1.55rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-transform: none;
	color: var(--stx-text);
}

.stx-page-intro__sub {
	margin: 0.35rem 0 0;
	max-width: 48rem;
	color: var(--stx-muted);
	font-size: 0.84rem;
	line-height: 1.45;
}

.stx-page-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
}

.stx-page-intro__compliance {
	margin: 0.45rem 0 0;
	max-width: 48rem;
	color: var(--stx-muted);
	font-size: 0.68rem;
	line-height: 1.45;
}

.stx-page-intro__brand-logo {
	margin-top: 0.35rem;
}

.stx-section--compact {
	padding: 2rem 0;
}

.stx-section-head--tight {
	margin-bottom: 1rem;
}

/* Cards */
.stx-page-card {
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	padding: 1.25rem;
	box-shadow: var(--stx-shadow);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.stx-page-card:hover {
	border-color: rgba(217, 119, 6, 0.35);
}

.stx-page-card h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;
}

.stx-page-card p {
	margin: 0.5rem 0 0;
	color: var(--stx-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.stx-page-card .stx-link-arrow {
	display: inline-flex;
	margin-top: 1rem;
}

.stx-info-grid {
	display: grid;
	gap: 1rem;
}

.stx-info-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stx-info-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stx-info-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Catalog layout */
.stx-catalog-layout {
	display: grid;
	gap: 1.5rem;
}

.stx-catalog-sidebar {
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	padding: 1.15rem;
	box-shadow: var(--stx-shadow);
	height: fit-content;
}

.stx-catalog-sidebar h3 {
	margin: 0 0 0.85rem;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--stx-accent-2);
}

.stx-filter-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.stx-filter-list li + li {
	margin-top: 0.35rem;
}

.stx-filter-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	border: 1px solid transparent;
	border-radius: 0.55rem;
	color: var(--stx-text);
	font-size: 0.85rem;
	font-weight: 700;
	padding: 0.55rem 0.7rem;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.stx-filter-list a:hover,
.stx-filter-list a.is-active {
	border-color: rgba(217, 119, 6, 0.35);
	background: rgba(217, 119, 6, 0.08);
	color: var(--stx-accent-2);
}

.stx-filter-list span {
	color: var(--stx-muted);
	font-size: 0.72rem;
	font-weight: 800;
}

.stx-catalog-main {
	min-width: 0;
}

.stx-map-embed iframe,
.stx-page iframe {
	max-width: 100%;
}

.stx-catalog-layout--plugin {
	display: block;
}

.stx-catalog-layout--plugin .stx-catalog-main {
	width: 100%;
	max-width: 100%;
}

.stx-cat-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.stx-cat-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 10rem;
	overflow: hidden;
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	color: inherit;
	text-decoration: none;
	box-shadow: var(--stx-shadow);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.stx-cat-card:hover {
	transform: translateY(-4px);
	border-color: rgba(217, 119, 6, 0.45);
	box-shadow: var(--stx-shadow-hover);
}

.stx-cat-card__visual {
	position: absolute;
	inset: 0;
	background: var(--stx-cat-bg, linear-gradient(145deg, #1c2129, #0d1117));
}

.stx-cat-card__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 25%, rgba(13, 17, 23, 0.92) 100%);
}

.stx-cat-card__icon {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.75rem;
	border: 1px solid rgba(217, 119, 6, 0.3);
	background: rgba(13, 17, 23, 0.55) var(--stx-card-icon) center/1.4rem no-repeat;
}

.stx-cat-card__body {
	position: relative;
	z-index: 1;
	padding: 1rem;
}

.stx-cat-card__body h3 {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 900;
	text-transform: uppercase;
}

.stx-cat-card__body span {
	display: inline-flex;
	margin-top: 0.35rem;
	color: var(--stx-accent-2);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-cat-card--handguns { --stx-cat-bg: radial-gradient(circle at 80% 20%, rgba(217, 119, 6, 0.22), transparent 50%), linear-gradient(145deg, #1a2030, #0d1117); }
.stx-cat-card--rifles { --stx-cat-bg: radial-gradient(circle at 75% 25%, rgba(201, 166, 107, 0.2), transparent 52%), linear-gradient(145deg, #18202a, #0d1117); }
.stx-cat-card--shotguns { --stx-cat-bg: radial-gradient(circle at 70% 30%, rgba(148, 163, 184, 0.18), transparent 50%), linear-gradient(145deg, #171d27, #0d1117); }
.stx-cat-card--optics { --stx-cat-bg: radial-gradient(circle at 78% 22%, rgba(56, 189, 248, 0.12), transparent 50%), linear-gradient(145deg, #151b24, #0d1117); }
.stx-cat-card--ammo { --stx-cat-bg: radial-gradient(circle at 82% 18%, rgba(234, 88, 12, 0.2), transparent 48%), linear-gradient(145deg, #1b1712, #0d1117); }
.stx-cat-card--accessories { --stx-cat-bg: radial-gradient(circle at 76% 24%, rgba(217, 119, 6, 0.16), transparent 50%), linear-gradient(145deg, #1a1f28, #0d1117); }
.stx-cat-card--transfers { --stx-cat-bg: radial-gradient(circle at 74% 26%, rgba(201, 166, 107, 0.22), transparent 50%), linear-gradient(145deg, #1a1712, #0d1117); }
.stx-cat-card--range-gear { --stx-cat-bg: radial-gradient(circle at 72% 28%, rgba(148, 163, 184, 0.16), transparent 50%), linear-gradient(145deg, #171c24, #0d1117); }

.stx-empty-catalog {
	border: 1px dashed rgba(217, 119, 6, 0.35);
	border-radius: 1rem;
	background: rgba(22, 27, 34, 0.65);
	padding: 2rem;
	text-align: center;
}

.stx-empty-catalog h3 {
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.stx-empty-catalog p {
	margin: 0.75rem auto 0;
	max-width: 32rem;
	color: var(--stx-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

/* Timeline */
.stx-timeline {
	display: grid;
	gap: 1rem;
	counter-reset: stx-step;
}

.stx-timeline__step {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: start;
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	padding: 1.15rem;
	box-shadow: var(--stx-shadow);
	min-width: 0;
}

.stx-timeline__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.65rem;
	border: 1px solid rgba(217, 119, 6, 0.35);
	background: rgba(217, 119, 6, 0.1);
	color: var(--stx-accent);
	font-size: 0.95rem;
	font-weight: 900;
	flex-shrink: 0;
}

.stx-timeline__copy {
	min-width: 0;
}

.stx-timeline__step h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.stx-timeline__step p {
	margin: 0.45rem 0 0;
	color: var(--stx-muted);
	font-size: 0.9rem;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.stx-timeline--process {
	grid-template-columns: 1fr;
}

.stx-timeline--horizontal {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.stx-timeline--horizontal.stx-timeline--steps-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stx-timeline--horizontal .stx-timeline__step {
	grid-template-columns: 1fr;
	text-align: center;
}

.stx-timeline--horizontal .stx-timeline__num {
	margin: 0 auto;
}

.stx-contact-preference__hint {
	margin: 0.55rem 0 0;
	color: var(--stx-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

.stx-contact-card--panel {
	padding: 1.25rem 1.35rem;
}

.stx-contact-card--panel h3 {
	margin: 0.35rem 0 0.65rem;
	font-size: 1.35rem;
}

.stx-contact-hours {
	list-style: none;
	margin: 0.85rem 0 0;
	padding: 0;
}

.stx-contact-hours li {
	margin: 0.25rem 0;
	color: var(--stx-muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

.stx-contact-card__note {
	margin: 1rem 0 0;
	color: var(--stx-muted);
	font-size: 0.8rem;
	line-height: 1.5;
}

.stx-contact-layout--clean .stx-contact-layout__aside {
	gap: 1rem;
}

/* Pricing */
.stx-pricing-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.stx-pricing-card {
	border: 1px solid var(--stx-border);
	border-radius: 0.85rem;
	background: rgba(13, 17, 23, 0.55);
	padding: 1rem;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.stx-pricing-card:hover {
	border-color: rgba(217, 119, 6, 0.4);
	transform: translateY(-2px);
}

.stx-pricing-card--featured {
	border-color: rgba(217, 119, 6, 0.45);
	background: linear-gradient(145deg, rgba(217, 119, 6, 0.12), rgba(22, 27, 34, 0.9));
}

.stx-pricing-card dt {
	color: var(--stx-muted);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-pricing-card dd {
	margin: 0.35rem 0 0;
	color: var(--stx-text);
	font-size: 1.35rem;
	font-weight: 900;
}

.stx-pricing-card small {
	display: block;
	margin-top: 0.35rem;
	color: var(--stx-muted);
	font-size: 0.75rem;
	line-height: 1.4;
}

/* Forms */
.stx-form-shell {
	border: 1px solid var(--stx-border);
	border-radius: 1.15rem;
	background: var(--stx-card);
	padding: 1.5rem;
	box-shadow: var(--stx-shadow);
}

.stx-form-shell--premium {
	background: linear-gradient(145deg, rgba(22, 27, 34, 0.98), rgba(13, 17, 23, 0.88));
	border-color: rgba(217, 119, 6, 0.22);
	box-shadow: var(--stx-shadow), 0 0 0 1px rgba(217, 119, 6, 0.06);
}

.stx-form-shell__head {
	margin-bottom: 1.25rem;
}

.stx-form-shell__head h2 {
	margin: 0.35rem 0 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--stx-text);
}

.stx-form-shell__head p {
	margin: 0.5rem 0 0;
	max-width: 40rem;
	color: var(--stx-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.stx-form-status {
	margin: 0;
}

.stx-retail-form {
	display: grid;
	gap: 1.15rem;
}

.stx-form-grid {
	display: grid;
	gap: 1rem;
}

.stx-form-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stx-form-label {
	display: block;
	margin-bottom: 0.4rem;
	color: #e2e8f0;
	font-size: 0.85rem;
	font-weight: 600;
}

.stx-form-label .stx-required {
	color: var(--stx-accent);
}

.stx-form-input,
.stx-retail-form input[type="text"],
.stx-retail-form input[type="email"],
.stx-retail-form input[type="tel"],
.stx-retail-form textarea,
.stx-retail-form select {
	width: 100%;
	border: 1px solid var(--stx-border);
	border-radius: 0.55rem;
	background: rgba(13, 17, 23, 0.75);
	color: var(--stx-text);
	font-size: 0.92rem;
	padding: 0.75rem 0.9rem;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.stx-form-input:focus,
.stx-retail-form input:focus,
.stx-retail-form textarea:focus,
.stx-retail-form select:focus {
	border-color: rgba(217, 119, 6, 0.55);
	box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.12);
}

.stx-form-notice {
	border: 1px solid rgba(217, 119, 6, 0.28);
	border-radius: 0.65rem;
	background: rgba(217, 119, 6, 0.08);
	color: #fde68a;
	font-size: 0.78rem;
	line-height: 1.55;
	padding: 0.85rem 1rem;
}

.stx-status {
	margin-bottom: 1rem;
	border-radius: 0.75rem;
	font-size: 0.88rem;
	line-height: 1.55;
	padding: 0.9rem 1rem;
}

.stx-status--success {
	border: 1px solid rgba(52, 211, 153, 0.35);
	background: rgba(16, 185, 129, 0.1);
	color: #a7f3d0;
}

.stx-status--error {
	border: 1px solid rgba(248, 113, 113, 0.35);
	background: rgba(239, 68, 68, 0.1);
	color: #fecaca;
}

.stx-status--info {
	border: 1px solid rgba(217, 119, 6, 0.3);
	background: rgba(217, 119, 6, 0.1);
	color: #fde68a;
}

/* Accordion */
.stx-faq-group + .stx-faq-group {
	margin-top: 2rem;
}

.stx-faq-group h2 {
	margin: 0 0 0.85rem;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--stx-accent-2);
}

.stx-accordion {
	display: grid;
	gap: 0.65rem;
}

.stx-accordion__item {
	border: 1px solid var(--stx-border);
	border-radius: 0.85rem;
	background: var(--stx-card);
	box-shadow: var(--stx-shadow);
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.stx-accordion__item[open] {
	border-color: rgba(217, 119, 6, 0.4);
}

.stx-accordion__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	cursor: pointer;
	list-style: none;
	font-size: 0.95rem;
	font-weight: 800;
	padding: 1rem 1.15rem;
}

.stx-accordion__item summary::-webkit-details-marker {
	display: none;
}

.stx-accordion__item summary::after {
	content: "+";
	color: var(--stx-accent);
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1;
}

.stx-accordion__item[open] summary::after {
	content: "−";
}

.stx-accordion__body {
	padding: 0 1.15rem 1.15rem;
	color: var(--stx-muted);
	font-size: 0.88rem;
	line-height: 1.6;
}

/* Contact */
.stx-contact-layout {
	display: grid;
	gap: 1.25rem;
}

.stx-contact-layout--primary {
	align-items: start;
}

.stx-contact-layout__main {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.stx-contact-layout__aside {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.stx-contact-layout__cards {
	display: grid;
	gap: 0.85rem;
}

.stx-contact-layout__cards--compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stx-contact-card--sidebar {
	padding: 1rem;
}

.stx-contact-card--sidebar h3 {
	font-size: 0.82rem;
}

.stx-contact-card--sidebar .stx-contact-actions {
	margin-top: 0.65rem;
}

.stx-contact-card--sidebar .stx-btn {
	padding: 0.38rem 0.7rem;
	font-size: 0.74rem;
}

.stx-contact-card--premium {
	position: relative;
	padding-top: 3.25rem;
}

.stx-contact-card__name {
	color: var(--stx-text);
}

.stx-contact-card__phone {
	font-size: 1.05rem;
}

.stx-contact-actions--prominent .stx-btn--primary {
	min-width: 9rem;
}

.stx-icon-badge {
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.6rem;
	border: 1px solid rgba(217, 119, 6, 0.35);
	background: rgba(217, 119, 6, 0.12);
	color: var(--stx-accent);
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1;
}

.stx-icon-badge--location::before { content: "📍"; font-size: 0.85rem; }
.stx-icon-badge--phone::before { content: "☎"; font-size: 0.85rem; }
.stx-icon-badge--hours::before { content: "🕐"; font-size: 0.85rem; }
.stx-icon-badge--links::before { content: "↗"; font-size: 0.85rem; }

.stx-info-strip {
	border: 1px solid rgba(217, 119, 6, 0.28);
	border-radius: 0.85rem;
	background: rgba(217, 119, 6, 0.06);
	padding: 0.9rem 1rem;
}

.stx-info-strip__label {
	margin: 0 0 0.35rem;
	color: var(--stx-accent);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.stx-info-strip p:last-child {
	margin: 0;
	color: #cbd5e1;
	font-size: 0.86rem;
	line-height: 1.55;
}

.stx-compliance-banner--spaced {
	margin-top: 1.25rem;
}

.stx-compliance-banner--faq {
	margin-top: 2rem;
}

.stx-page-cta--faq {
	margin-top: 1.5rem;
}

.stx-page-cta__title {
	margin: 0.35rem 0 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.stx-form-shell__head--tight {
	margin-bottom: 1rem;
}

/* Promos */
.stx-promo-grid,
.stx-home-promo-grid {
	display: grid;
	gap: 1rem;
}

.stx-promo-card {
	display: grid;
	gap: 0;
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	overflow: hidden;
	box-shadow: var(--stx-shadow);
}

.stx-promo-card__media img {
	display: block;
	width: 100%;
	height: 10rem;
	object-fit: cover;
}

.stx-promo-card__body {
	display: grid;
	gap: 0.55rem;
	padding: 1rem 1.1rem 1.15rem;
}

.stx-promo-card__type {
	margin: 0;
	color: var(--stx-accent);
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.stx-promo-card__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 900;
}

.stx-promo-card__subtitle {
	margin: 0;
	color: var(--stx-muted);
	font-size: 0.86rem;
	line-height: 1.5;
}

.stx-promo-card__compliance {
	margin: 0.25rem 0 0;
	color: var(--stx-muted);
	font-size: 0.68rem;
	line-height: 1.45;
}

.stx-promo-card__compliance p:first-child {
	margin-top: 0;
}

.stx-promo-card__compliance p:last-child {
	margin-bottom: 0;
}

.stx-promo-card__terms {
	margin: 0.5rem 0 0;
	font-size: 0.72rem;
}

.stx-promo-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 0.25rem;
}

.stx-promo-card__terms a {
	color: var(--stx-accent-2);
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.stx-promo-products {
	margin-top: 2rem;
}

.stx-promo-products .stx-section-heading {
	margin-bottom: 1rem;
}

.stx-promo-products .stx-product-grid--catalog {
	--stx-promo-product-image-height: 178px;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
	align-items: stretch;
}

.stx-promo-products .stx-product-card--catalog,
.stx-promo-products .stx-product-card--plugin {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	min-height: 24.5rem;
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	overflow: hidden;
	box-shadow: var(--stx-shadow);
}

.stx-promo-products .stx-product-card__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--stx-promo-product-image-height);
	min-height: var(--stx-promo-product-image-height);
	max-height: var(--stx-promo-product-image-height);
	padding: 1rem;
	background: #fff;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	overflow: hidden;
	box-sizing: border-box;
}

.stx-promo-products .stx-product-card__media img {
	display: block;
	width: auto;
	height: auto;
	max-width: 82%;
	max-height: 82%;
	margin: auto;
	object-fit: contain;
	object-position: center;
}

.stx-promo-products .stx-product-card__badge {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--stx-accent);
	color: #111827;
	padding: 0.25rem 0.55rem;
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	line-height: 1;
	text-transform: uppercase;
}

.stx-promo-products .stx-product-card__badge.is-out-of-stock {
	background: rgba(100, 116, 139, 0.95);
	color: #f8fafc;
}

.stx-promo-products .stx-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.55rem;
	min-height: 0;
	padding: 1rem;
}

.stx-promo-products .stx-product-card__brand-logo,
.stx-promo-products .stx-product-card__brand {
	min-height: 1.35rem;
	margin: 0;
	color: var(--stx-accent-2);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stx-promo-products .stx-product-card__title {
	display: -webkit-box;
	min-height: calc(2 * 1.35em);
	margin: 0;
	overflow: hidden;
	color: var(--stx-text);
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.stx-promo-products .stx-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.stx-promo-products .stx-product-card__title a:hover {
	color: var(--stx-accent);
}

.stx-promo-products .stx-product-card__sku {
	min-height: 1rem;
	margin: 0;
	color: var(--stx-muted);
	font-size: 0.72rem;
	font-weight: 700;
}

.stx-promo-products .stx-product-card__price {
	margin: 0.3rem 0 0;
	color: var(--stx-accent);
	font-size: 1.05rem;
	font-weight: 900;
}

.stx-promo-products .stx-product-card__msrp {
	margin-left: 0.35rem;
	color: var(--stx-muted);
	font-size: 0.82rem;
	text-decoration: line-through;
}

.stx-promo-products .stx-product-card .stx-btn,
.stx-promo-products .stx-product-card__body > .stx-btn {
	width: 100%;
	min-height: 2.65rem;
	margin-top: auto;
}

.stx-empty-state {
	border: 1px dashed var(--stx-border);
	border-radius: 1rem;
	padding: 1.5rem;
	text-align: left;
}

.stx-empty-state h2 {
	margin: 0.35rem 0 0;
	font-size: 1.35rem;
}

.stx-contact-grid {
	display: grid;
	gap: 1.25rem;
}

.stx-contact-card {
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	padding: 1.25rem;
	box-shadow: var(--stx-shadow);
}

.stx-contact-card h3 {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 900;
	text-transform: uppercase;
}

.stx-contact-card p,
.stx-contact-card li {
	margin: 0.5rem 0 0;
	color: var(--stx-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.stx-contact-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.stx-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem;
}

.stx-map-embed {
	overflow: hidden;
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	box-shadow: var(--stx-shadow);
}

.stx-map-embed iframe {
	display: block;
	width: 100%;
	min-height: 18rem;
	border: 0;
}

.stx-map-embed iframe {
	display: block;
	width: 100%;
	min-height: 18rem;
	border: 0;
}

.stx-map-embed--tall iframe {
	min-height: 22rem;
}

/* Transfer steps */
.stx-transfer-steps {
	display: grid;
	gap: 1rem;
}

.stx-transfer-step-card {
	position: relative;
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	padding: 1.15rem 1.15rem 1.15rem 4.25rem;
	box-shadow: var(--stx-shadow);
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.stx-transfer-step-card:hover {
	border-color: rgba(217, 119, 6, 0.35);
	transform: translateY(-2px);
}

.stx-transfer-step-card__num {
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.65rem;
	border: 1px solid rgba(217, 119, 6, 0.4);
	background: linear-gradient(145deg, rgba(217, 119, 6, 0.18), rgba(217, 119, 6, 0.06));
	color: var(--stx-accent);
	font-size: 1rem;
	font-weight: 900;
}

.stx-transfer-step-card h3 {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 900;
	text-transform: uppercase;
}

.stx-transfer-step-card p {
	margin: 0.4rem 0 0;
	color: var(--stx-muted);
	font-size: 0.86rem;
	line-height: 1.55;
}

.stx-pricing-highlight {
	display: grid;
	gap: 1.25rem;
}

.stx-pricing-highlight__lead {
	margin: 0.65rem 0 0;
	max-width: 36rem;
	color: var(--stx-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

.stx-pricing-highlight__lead strong {
	color: var(--stx-accent);
	font-size: 1.15rem;
}

.stx-pricing-card--hero dd {
	font-size: clamp(1.6rem, 4vw, 2.2rem);
}

.stx-checklist-card .stx-doc-list--spaced {
	margin-top: 1rem;
}

.stx-accordion--spaced {
	margin-top: 1rem;
}

.stx-link-arrow--spaced {
	display: inline-flex;
	margin-top: 1rem;
}

.stx-compliance-note {
	margin-top: 1.25rem;
	border-left: 3px solid rgba(217, 119, 6, 0.45);
	padding-left: 0.85rem;
	color: var(--stx-muted);
	font-size: 0.75rem;
	line-height: 1.55;
}

.stx-cta-banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	border: 1px solid rgba(217, 119, 6, 0.35);
	border-radius: 1rem;
	background: linear-gradient(135deg, rgba(217, 119, 6, 0.1), rgba(22, 27, 34, 0.95));
	padding: 1.35rem 1.5rem;
	box-shadow: var(--stx-shadow);
}

.stx-cta-banner h2 {
	margin: 0.35rem 0 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.stx-cta-banner p {
	margin: 0.5rem 0 0;
	max-width: 32rem;
	color: var(--stx-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.stx-cta-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

/* Legal document layout */
.stx-legal-layout {
	display: grid;
	gap: 1.5rem;
	align-items: start;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: clip;
}

.stx-legal-toc {
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	padding: 1.15rem;
	box-shadow: var(--stx-shadow);
	min-width: 0;
	max-width: 100%;
}

.stx-legal-toc__label {
	margin: 0 0 0.75rem;
	color: var(--stx-accent);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.stx-legal-toc ol {
	margin: 0;
	padding-left: 1.15rem;
	display: grid;
	gap: 0.45rem;
}

.stx-legal-toc a {
	color: #cbd5e1;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	transition: color 0.2s ease;
	overflow-wrap: anywhere;
	word-break: normal;
}

.stx-legal-toc a:hover {
	color: var(--stx-accent-2);
}

.stx-legal-document {
	min-width: 0;
	max-width: 100%;
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	overflow-x: clip;
	overflow-wrap: anywhere;
	box-shadow: var(--stx-shadow);
	background: #f4f6f8;
}

.stx-legal-prose--document {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #f4f6f8;
	color: var(--stx-ink);
	min-width: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: normal;
	padding: 1.35rem 1.4rem 1.6rem;
	box-sizing: border-box;
}

.stx-legal-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.4rem 0.75rem;
	margin: 0 0 1rem;
	padding-bottom: 0.85rem;
	border-bottom: 2px solid var(--stx-orange);
}

.stx-legal-meta__label {
	color: var(--stx-orange);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.stx-legal-meta__date {
	color: #0d1117;
	font-size: 0.95rem;
	font-weight: 700;
}

.stx-legal-review-note {
	margin: 0 0 1.25rem;
	padding: 0.75rem 0.9rem;
	border: 1px dashed rgba(217, 119, 6, 0.55);
	border-radius: 0.65rem;
	background: rgba(217, 119, 6, 0.08);
	color: #7c2d12;
	font-size: 0.85rem;
	line-height: 1.55;
}

.stx-legal-contact-box {
	margin-top: 2rem;
	padding: 1.25rem 1.35rem;
	border: 1px solid #94a3b8;
	border-left: 4px solid var(--stx-orange);
	border-radius: 0.85rem;
	background: #ffffff;
	color: var(--stx-ink);
	overflow-wrap: anywhere;
	word-break: normal;
}

.stx-legal-contact-box__label {
	margin: 0 0 0.5rem;
	color: var(--stx-orange-dark);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.stx-legal-contact-box p {
	color: #1e293b;
	margin: 0 0 0.55rem;
	line-height: 1.55;
	font-size: 0.95rem;
}

.stx-legal-contact-box a {
	color: var(--stx-btn-primary-bg);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.stx-legal-contact-box a:hover,
.stx-legal-contact-box a:focus-visible {
	color: var(--stx-orange-dark);
}

.stx-legal-prose--document h2 {
	margin: 2.25rem 0 0.85rem;
	padding: 0.35rem 0 0.35rem 0.85rem;
	border-top: 0;
	border-left: 3px solid var(--stx-orange);
	color: var(--stx-navy-text);
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-transform: uppercase;
	overflow-wrap: anywhere;
	word-break: normal;
	max-width: 100%;
}

.stx-legal-prose--document h2:first-of-type {
	margin-top: 1.25rem;
}

.stx-legal-prose--document p,
.stx-legal-prose--document li {
	color: #334155;
	font-size: var(--stx-body-size);
	line-height: 1.8;
	overflow-wrap: anywhere;
	word-break: normal;
	max-width: 100%;
}

.stx-legal-prose--document p {
	margin: 0 0 1rem;
}

.stx-legal-prose--document a {
	color: var(--stx-orange-dark);
	font-weight: 600;
	overflow-wrap: anywhere;
}

.stx-legal-prose--document ul {
	margin: 0.5rem 0 0;
	padding-left: 1.25rem;
}

/* Trust badges */
.stx-trust-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.stx-trust-grid--spaced {
	margin-top: 1.25rem;
}

.stx-trust-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	border: 1px solid rgba(217, 119, 6, 0.35);
	border-radius: 999px;
	background: rgba(217, 119, 6, 0.08);
	color: var(--stx-accent-2);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding: 0.4rem 0.75rem;
	text-transform: uppercase;
}

.stx-trust-badge::before {
	content: "";
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 999px;
	background: var(--stx-accent);
}

/* Legal */
.stx-legal-prose {
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: var(--stx-card);
	padding: 1.5rem;
	box-shadow: var(--stx-shadow);
}

.stx-legal-prose h2 {
	margin: 2rem 0 0.65rem;
	font-size: 1.05rem;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--stx-accent-2);
}

.stx-legal-prose h2:first-child {
	margin-top: 0;
}

.stx-legal-prose p,
.stx-legal-prose li {
	color: #cbd5e1;
	font-size: 0.9rem;
	line-height: 1.65;
}

.stx-legal-prose ul {
	margin: 0.5rem 0 0;
	padding-left: 1.25rem;
}

.stx-legal-prose a {
	color: var(--stx-accent);
}

/* CTA band */
.stx-page-cta {
	border: 1px solid var(--stx-border);
	border-radius: 1rem;
	background: linear-gradient(135deg, rgba(22, 27, 34, 0.95), rgba(13, 17, 23, 0.9));
	padding: 1.5rem;
	box-shadow: var(--stx-shadow);
}

.stx-page-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.stx-compliance-banner {
	border: 1px solid rgba(217, 119, 6, 0.28);
	border-radius: 0.85rem;
	background: rgba(217, 119, 6, 0.08);
	color: #fde68a;
	font-size: 0.82rem;
	line-height: 1.6;
	padding: 1rem 1.15rem;
}

.stx-doc-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.stx-doc-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	border: 1px solid var(--stx-border);
	border-radius: 0.65rem;
	background: rgba(13, 17, 23, 0.5);
	padding: 0.85rem;
	color: #cbd5e1;
	font-size: 0.86rem;
	line-height: 1.5;
}

.stx-doc-list li::before {
	content: "✓";
	flex-shrink: 0;
	color: var(--stx-accent);
	font-weight: 900;
}

.stx-catalog-shell {
	padding-bottom: 2rem;
}

.stx-catalog-shell .stx-retail-catalog,
.stx-catalog-main .stx-catalog-hub {
	max-width: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.stx-catalog-shell .stx-catalog.woocommerce {
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* Footer enhancements */
.stx-footer-cta {
	border-bottom: 1px solid var(--stx-border);
	background: linear-gradient(180deg, rgba(22, 27, 34, 0.8), rgba(13, 17, 23, 0.95));
	padding: 2rem 0;
}

.stx-footer-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.stx-footer-cta h2 {
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.stx-footer-cta p {
	margin: 0.35rem 0 0;
	color: var(--stx-muted);
	font-size: 0.88rem;
}

.stx-footer-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.85rem;
}

@media (min-width: 768px) {
	.stx-contact-layout--primary {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	}

	.stx-promo-grid,
	.stx-home-promo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stx-promo-products .stx-product-grid--catalog {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stx-contact-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
		align-items: stretch;
	}

	.stx-contact-layout__map {
		min-height: 100%;
	}

	.stx-map-embed--tall,
	.stx-map-embed--tall iframe {
		min-height: 100%;
		height: 100%;
	}

	.stx-transfer-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stx-contact-grid {
		grid-template-columns: 1.1fr 0.9fr;
	}

	.stx-timeline {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.stx-timeline--process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stx-timeline--horizontal {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.stx-timeline--horizontal.stx-timeline--steps-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.stx-form-grid--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.stx-page-intro__inner {
		padding: 1.35rem 1.5rem 1.45rem;
	}

	.page-contact .stx-contact-layout--clean.stx-contact-layout--primary {
		grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
		gap: 1.5rem;
		align-items: start;
	}

	.page-contact .stx-contact-layout--clean .stx-contact-layout__aside {
		position: sticky;
		top: 6.25rem;
	}

	.page-contact .stx-contact-layout--clean .stx-map-embed--tall,
	.page-contact .stx-contact-layout--clean .stx-map-embed--tall iframe {
		min-height: 16rem;
		height: 16rem;
	}

	.stx-timeline--process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stx-promo-grid,
	.stx-home-promo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.stx-promo-products .stx-product-grid--catalog {
		--stx-promo-product-image-height: 190px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.stx-legal-layout {
		grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
	}

	.stx-legal-toc {
		position: sticky;
		top: calc(var(--stx-header-offset) + 0.5rem);
		max-height: calc(100vh - var(--stx-header-offset) - 1rem);
		overflow-y: auto;
	}

	.stx-transfer-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.stx-pricing-highlight {
		grid-template-columns: 0.9fr 1.1fr;
		align-items: center;
	}

	.stx-catalog-layout {
		grid-template-columns: 260px minmax(0, 1fr);
		align-items: start;
	}

	.stx-cat-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.stx-info-grid--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stx-info-grid--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.stx-info-grid--4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.stx-pricing-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.stx-contact-grid--wide {
		grid-template-columns: 1fr 1fr;
	}

	.stx-contact-grid--wide .stx-map-embed {
		grid-column: 1 / -1;
	}
}

@media (min-width: 1280px) {
	.stx-transfer-steps {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (min-width: 1320px) {
	.stx-promo-products .stx-product-grid--catalog {
		--stx-promo-product-image-height: 198px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.stx-container {
		padding-inline: var(--stx-gutter-tablet);
	}
}

@media (max-width: 767px) {
	:root {
		--stx-header-offset: 5.5rem;
	}

	.stx-container {
		padding-inline: var(--stx-gutter-mobile);
		max-width: 100%;
	}

	.stx-section {
		padding: 2.25rem 0;
	}

	.stx-legal-layout {
		grid-template-columns: 1fr;
	}

	.stx-legal-toc {
		position: static;
		max-height: none;
	}

	.stx-legal-prose--document {
		padding: 1.1rem 1rem 1.35rem;
	}

	.stx-info-grid--2,
	.stx-info-grid--3,
	.stx-info-grid--4,
	.stx-cat-grid,
	.stx-pricing-grid,
	.stx-form-grid--2,
	.stx-timeline--horizontal,
	.stx-timeline--process {
		grid-template-columns: 1fr;
	}

	.stx-section-head {
		align-items: flex-start;
		display: grid;
		grid-template-columns: 1fr;
	}

	.stx-page-hero__inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 2.15rem 1rem 2.35rem;
		text-align: center;
	}

	.stx-page-intro__inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 1.15rem 1rem 1.25rem;
		text-align: left;
	}

	.stx-page-intro__title,
	.stx-page-intro__sub,
	.stx-page-intro__compliance {
		max-width: 100%;
	}

	.stx-page-intro__actions {
		width: 100%;
	}

	.stx-page-intro__actions .stx-btn {
		flex: 0 1 auto;
	}

	.stx-contact-layout__cards--compact {
		grid-template-columns: 1fr;
	}

	.stx-page-hero h1,
	.stx-page-hero__sub,
	.stx-page-hero__compliance {
		max-width: 100%;
	}

	.stx-page-hero__actions {
		width: 100%;
		justify-content: center;
	}

	.stx-page-hero__actions .stx-btn {
		width: 100%;
	}

	.stx-link-arrow {
		justify-self: start;
	}

	.stx-contact-actions .stx-btn {
		flex: 1 1 100%;
		min-width: 0;
	}

	.stx-form-input,
	.stx-retail-form input[type="text"],
	.stx-retail-form input[type="email"],
	.stx-retail-form input[type="tel"],
	.stx-retail-form textarea,
	.stx-retail-form select {
		font-size: 16px;
		min-height: 44px;
		max-width: 100%;
		box-sizing: border-box;
	}

	.stx-retail-form textarea {
		min-height: 7rem;
	}

	.stx-retail-form .stx-btn,
	.stx-contact-actions .stx-btn,
	.stx-form-shell .stx-btn,
	.page-claim-membership .stx-btn {
		min-height: 44px;
	}

	.stx-legal-prose,
	.stx-legal-prose table {
		overflow-x: auto;
		max-width: 100%;
	}

	.stx-legal-prose a {
		overflow-wrap: anywhere;
	}

	.stx-page-card,
	.stx-form-shell,
	.stx-page-cta,
	.stx-legal-prose,
	.stx-contact-card,
	.stx-catalog-sidebar {
		border-radius: 0.85rem;
		padding: 1rem;
	}

	.stx-page-cta__inner {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
		text-align: left;
	}

	.stx-trust-grid,
	.stx-footer-badges {
		align-items: stretch;
	}

	.stx-trust-badge {
		justify-content: center;
		text-align: center;
	}

	.stx-retail-form button[type="submit"] {
		width: 100%;
	}

	.stx-catalog-layout,
	.stx-contact-layout,
	.stx-contact-grid,
	.stx-contact-grid--wide {
		grid-template-columns: 1fr;
	}

	.stx-catalog-shell {
		margin-inline: -1rem;
		padding-inline: 0;
	}

	.stx-empty-catalog {
		padding: 1.15rem;
	}

	.stx-map-embed,
	.stx-map-embed iframe,
	.stx-page iframe {
		width: 100%;
		min-height: 16rem;
	}

	.stx-footer-cta__inner {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
		text-align: left;
	}

	.stx-footer-cta .stx-btn {
		width: 100%;
	}

	.stx-cta-banner {
		flex-direction: column;
		align-items: stretch;
	}

	.stx-cta-banner__actions .stx-btn {
		width: 100%;
	}

	.stx-transfer-steps {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.stx-page-hero h1 {
		max-width: 12ch;
	}

	.stx-section-head h2,
	.stx-page-cta h2,
	.stx-footer-cta h2 {
		line-height: 1;
	}
}
