.nw-tg-access {
	box-sizing: border-box;
	max-width: 680px;
	margin: 0 auto;
	padding: clamp(30px, 5vw, 60px) 20px 80px;
	color: #fff;
	font-family: Aeonik-Light, sans-serif;
}

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

.nw-tg-access h1 {
	margin: 0 0 30px;
	font-family: Aeonik-Black, Aeonik-Bold, sans-serif;
	font-size: clamp(44px, 8vw, 72px);
	line-height: 1;
	letter-spacing: -0.04em;
}

.nw-tg-access h1 span,
.nw-tg-eyebrow {
	color: #46aaff;
}

.nw-tg-eyebrow {
	margin: 0 0 13px;
	font-family: Aeonik-Bold, sans-serif;
	font-size: 12px;
	letter-spacing: 0.12em;
}

.nw-tg-card {
	padding: 24px;
	border: 1px solid #d8d8d8;
	border-radius: 14px;
	background: #fff;
	color: #111;
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.2);
}

.nw-tg-card--loading {
	color: #666;
}

.nw-tg-card--warning {
	border-color: #e2b15f;
	background: #fff8eb;
}

.nw-tg-card--success {
	border-color: #65ba85;
	background: #f4fff7;
}

.nw-tg-card strong {
	display: block;
	font-family: Aeonik-Bold, sans-serif;
	font-size: 19px;
	line-height: 1.25;
}

.nw-tg-card p {
	margin: 7px 0 0;
	color: #626262;
	font-size: 15px;
	line-height: 1.55;
}

.nw-tg-row {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 22px;
}

.nw-tg-icon,
.nw-tg-check {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: #2aabee;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 23px;
	transform: rotate(-25deg);
}

.nw-tg-check {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #65ba85;
	font-size: 20px;
	transform: none;
}

.nw-tg-button,
.nw-tg-access a.nw-tg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 11px 18px;
	border: 0;
	border-radius: 999px;
	background: #111;
	color: #fff !important;
	font-family: Aeonik-Bold, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.nw-tg-button:hover,
.nw-tg-button:focus-visible {
	transform: translateY(-1px);
	opacity: 0.9;
}

.nw-tg-button:disabled {
	cursor: wait;
	opacity: 0.55;
}

.nw-tg-button--secondary {
	width: auto;
	min-height: 0;
	margin-top: 4px;
	padding: 8px 0;
	border-radius: 0;
	background: transparent;
	color: #a33b36 !important;
	font-family: Aeonik-Regular, sans-serif;
	font-size: 13px;
}

.nw-tg-error {
	margin: 14px 0 0;
	padding: 13px 16px;
	border: 1px solid #b84b44;
	border-radius: 10px;
	background: rgba(184, 75, 68, 0.13);
	color: #ffaaa5;
	font-size: 14px;
}

.nw-tg-access--message h2 {
	color: #fff;
}

.nw-tg-access--message p {
	margin-bottom: 24px;
	color: #d0d0d0;
}

.nw-tg-access--message .nw-tg-button {
	max-width: 320px;
	background: #fff;
	color: #000 !important;
}

@media (max-width: 520px) {
	.nw-tg-access {
		padding-right: 14px;
		padding-left: 14px;
	}

	.nw-tg-card {
		padding: 19px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nw-tg-button {
		transition: none;
	}
}
