.tg-access-gateway {
	--tg-access-columns: 3;
	--tg-access-min-card: 280px;
	--tg-access-gap: var(--tg-card-gap, 24px);
	--tg-access-heading: var(--tg-text, #111111);
	--tg-access-muted: var(--tg-muted, #667085);
	--tg-access-eyebrow: var(--tg-primary, #e75925);
	--tg-access-card-bg: var(--tg-surface, #ffffff);
	--tg-access-featured-bg: #fff8f4;
	--tg-access-border: var(--tg-border, #e7e7ea);
	--tg-access-featured-border: var(--tg-primary, #e75925);
	--tg-access-card-heading: var(--tg-text, #111111);
	--tg-access-card-text: var(--tg-muted, #667085);
	--tg-access-price: var(--tg-text, #111111);
	--tg-access-button-bg: var(--tg-primary, #e75925);
	--tg-access-button-hover: #cf481f;
	--tg-access-button-text: #ffffff;
	--tg-access-card-radius: var(--tg-card-radius, 24px);
	--tg-access-card-padding: var(--tg-card-padding, 28px);
	--tg-access-shadow: var(--tg-card-shadow, 0 18px 50px rgba(15, 23, 42, 0.10));
	color: var(--tg-access-card-text);
	font-family: var(--tg-body-font, inherit);
	width: 100%;
}

.tg-access-gateway *,
.tg-access-gateway *::before,
.tg-access-gateway *::after {
	box-sizing: border-box;
}

.tg-access-gateway__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 36px;
	max-width: 820px;
	text-align: center;
}

.tg-access-gateway__eyebrow {
	color: var(--tg-access-eyebrow);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.2;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.tg-access-gateway__title {
	color: var(--tg-access-heading);
	font-size: clamp(30px, 4vw, 50px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.08;
	margin: 0;
}

.tg-access-gateway__subtitle {
	color: var(--tg-access-muted);
	font-size: 17px;
	line-height: 1.65;
	margin-top: 16px;
}

.tg-access-gateway__subtitle > :first-child,
.tg-access-gateway__description > :first-child,
.tg-access-gateway__highlights > :first-child {
	margin-top: 0;
}

.tg-access-gateway__subtitle > :last-child,
.tg-access-gateway__description > :last-child,
.tg-access-gateway__highlights > :last-child {
	margin-bottom: 0;
}

.tg-access-gateway__target {
	align-items: center;
	background: color-mix(in srgb, var(--tg-access-eyebrow) 10%, transparent);
	border-radius: 999px;
	color: var(--tg-access-heading);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	margin-top: 20px;
	padding: 9px 14px;
}

.tg-access-gateway__target span {
	color: var(--tg-access-eyebrow);
}

.tg-access-gateway__back {
	align-items: center;
	color: var(--tg-access-muted);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 7px;
	margin-top: 15px;
	text-decoration: none;
}

.tg-access-gateway__back:hover {
	color: var(--tg-access-eyebrow);
}

.tg-access-gateway .tg-access-gateway__grid,
.tg-access-gateway .tg-access-price-boxes,
.tg-access-gateway .custom-price-boxes {
	display: grid;
	grid-template-columns: repeat(var(--tg-access-columns), minmax(0, 1fr));
	gap: var(--tg-access-gap);
	margin: 0;
	align-items: stretch;
}


.tg-access-gateway--layout-smart.tg-access-gateway--count-1 .tg-access-gateway__grid {
	grid-template-columns: minmax(0, min(100%, 580px));
	justify-content: center;
}

.tg-access-gateway--layout-smart.tg-access-gateway--count-2 .tg-access-gateway__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	max-width: 940px;
}

.tg-access-gateway__card {
	background: var(--tg-access-card-bg);
	border: 1px solid var(--tg-access-border);
	border-radius: var(--tg-access-card-radius);
	box-shadow: var(--tg-access-shadow);
	display: flex;
	flex-direction: column;
	height: 100%;
	isolation: isolate;
	overflow: hidden;
	padding: var(--tg-access-card-padding);
	position: relative;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.tg-access-gateway__card:hover {
	transform: translateY(var(--tg-hover-lift, -3px));
}

.tg-access-gateway__card.is-featured {
	background: var(--tg-access-featured-bg);
	border-color: var(--tg-access-featured-border);
	box-shadow: 0 22px 64px color-mix(in srgb, var(--tg-access-featured-border) 18%, transparent);
}

.tg-access-gateway__card-top {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.tg-access-gateway__badge {
	align-self: flex-start;
	background: var(--tg-access-featured-border);
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	margin-bottom: 20px;
	padding: 7px 12px;
	text-transform: uppercase;
}

.tg-access-gateway__label {
	color: var(--tg-access-eyebrow);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.tg-access-gateway__card-title {
	font-size: clamp(23px, 2vw, 31px);
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.15;
	margin: 0;
}

.tg-access-gateway__card-title a {
	color: var(--tg-access-card-heading);
	text-decoration: none;
}

.tg-access-gateway__card-title a:hover {
	color: var(--tg-access-eyebrow);
}

.tg-access-gateway__description {
	color: var(--tg-access-card-text);
	font-size: 15px;
	line-height: 1.65;
	margin-top: 16px;
}

.tg-access-gateway__highlights {
	color: var(--tg-access-card-text);
	font-size: 14px;
	line-height: 1.6;
	margin-top: 20px;
}

.tg-access-gateway__highlights ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tg-access-gateway__highlights li {
	padding-left: 24px;
	position: relative;
}

.tg-access-gateway__highlights li + li {
	margin-top: 8px;
}

.tg-access-gateway__highlights li::before {
	color: var(--tg-access-eyebrow);
	content: "✓";
	font-weight: 800;
	left: 0;
	position: absolute;
	top: 0;
}

.tg-access-gateway__card-bottom {
	margin-top: 26px;
}

.tg-access-gateway__price {
	color: var(--tg-access-price);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 20px;
	overflow-wrap: anywhere;
}

.tg-access-gateway__price del {
	font-size: .7em;
	opacity: .55;
}

.tg-access-gateway__price ins {
	text-decoration: none;
}

.tg-access-gateway__price .subscription-details {
	color: var(--tg-access-card-text);
	font-size: 13px;
	font-weight: 500;
}

.tg-access-gateway__button {
	align-items: center;
	background: var(--tg-access-button-bg);
	border: 0;
	border-radius: var(--tg-button-radius, 999px);
	color: var(--tg-access-button-text);
	display: flex;
	font-size: var(--tg-button-font-size, 16px);
	font-weight: var(--tg-button-font-weight, 600);
	gap: 12px;
	justify-content: space-between;
	line-height: 1.2;
	padding: var(--tg-button-padding-y, 14px) var(--tg-button-padding-x, 24px);
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 100%;
}

.tg-access-gateway__button:hover {
	background: var(--tg-access-button-hover);
	color: var(--tg-access-button-text);
	transform: translateY(-1px);
}

.tg-access-gateway__button span:last-child {
	font-size: 20px;
	line-height: 1;
}

.tg-access-gateway__button:focus-visible,
.tg-access-gateway__back:focus-visible,
.tg-access-gateway__card-title a:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--tg-access-eyebrow) 50%, transparent);
	outline-offset: 3px;
}

.tg-access-gateway__empty,
.tg-access-gateway__notice {
	background: var(--tg-surface-alt, #f5f5f5);
	border: 1px solid var(--tg-access-border);
	border-radius: 16px;
	color: var(--tg-access-muted);
	padding: 20px 22px;
	text-align: center;
}

@media (max-width: 1024px) {
	.tg-access-gateway {
		--tg-access-columns: 2;
	}
}

@media (max-width: 767px) {
	.tg-access-gateway--layout-smart.tg-access-gateway--count-2 .tg-access-gateway__grid {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.tg-access-gateway {
		--tg-access-columns: 1;
		--tg-access-card-padding: 24px;
	}

	.tg-access-gateway__header {
		align-items: flex-start;
		text-align: left;
	}

	.tg-access-gateway__title {
		font-size: clamp(28px, 9vw, 40px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tg-access-gateway__card,
	.tg-access-gateway__button {
		transition: none;
	}

	.tg-access-gateway__card:hover,
	.tg-access-gateway__button:hover {
		transform: none;
	}
}
