.gtn-pricing-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 12px 0 24px;
}

.gtn-pricing-plans__row {
	display: flex;
	justify-content: center;
	width: 100%;
}

.gtn-pricing-card {
	position: relative;
	width: 100%;
	max-width: 430px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(24, 39, 75, 0.12);
	overflow: hidden;
	font-family: "Quicksand", "Helvetica Neue", Arial, sans-serif;
}

.gtn-pricing-card__badge {
	display: block;
	padding: 14px 20px;
	background: #2f2d5f;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.gtn-pricing-card__header {
	padding: 28px 32px 18px;
	text-align: center;
}

.gtn-pricing-card__title {
	margin: 0;
	color: #1f2a44;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.15;
}

.gtn-pricing-card__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 18px;
}

.gtn-pricing-card__divider-line {
	display: block;
	width: 72px;
	height: 2px;
	background: #d9dde5;
}

.gtn-pricing-card__divider-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #4caf50;
}

.gtn-pricing-card__divider-icon svg {
	width: 22px;
	height: 22px;
}

.gtn-pricing-card__price {
	padding: 8px 32px 24px;
	text-align: center;
}

.gtn-pricing-card__amount {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0;
	color: #4caf50;
	font-size: 58px;
	font-weight: 800;
	line-height: 1;
}

.gtn-pricing-card__currency {
	font-size: 0.42em;
	font-weight: 700;
	line-height: 1;
}

.gtn-pricing-card__value {
	font-size: 1em;
	line-height: 1;
}

.gtn-pricing-card__period {
	margin-left: 4px;
	color: #1f2a44;
	font-size: 0.28em;
	font-weight: 600;
	line-height: 1.2;
}

.gtn-pricing-card__subtitle {
	margin: 10px 0 0;
	color: #6d7688;
	font-size: 15px;
	font-weight: 500;
}

.gtn-pricing-card__features {
	list-style: none;
	margin: 0;
	padding: 0 32px 28px;
}

.gtn-pricing-card__feature {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0 0 22px;
}

.gtn-pricing-card__feature:last-child {
	margin-bottom: 0;
}

.gtn-pricing-card__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border: 2px solid #4caf50;
	border-radius: 50%;
	color: #4caf50;
	background: #ffffff;
}

.gtn-pricing-card__check svg {
	width: 14px;
	height: 14px;
}

.gtn-pricing-card__feature-copy strong {
	display: block;
	margin-bottom: 4px;
	color: #1f2a44;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.gtn-pricing-card__feature-copy p {
	margin: 0;
	color: #6d7688;
	font-size: 14px;
	line-height: 1.45;
}

.gtn-pricing-card__action {
	padding: 0 32px 32px;
}

.gtn-pricing-card__action label {
	display: block;
	margin: 0;
}

.gtn-pricing-card__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 58px;
	padding: 16px 24px;
	border-radius: 999px;
	background: #4caf50;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.gtn-pricing-card__cta:hover,
.gtn-pricing-card__cta:focus {
	background: #449d48;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.gtn-pricing-card__empty {
	width: 100%;
	padding: 24px;
	text-align: center;
}

@media (max-width: 575px) {
	.gtn-pricing-card__header,
	.gtn-pricing-card__price,
	.gtn-pricing-card__features,
	.gtn-pricing-card__action {
		padding-left: 22px;
		padding-right: 22px;
	}

	.gtn-pricing-card__title {
		font-size: 28px;
	}

	.gtn-pricing-card__amount {
		font-size: 48px;
	}
}
