.nt-vps-offer-wrap {
	width: 100%;
	margin: 1.6rem auto;
	clear: both;
}

.nt-vps-offer {
	--nt-vps-ink: #173a63;
	--nt-vps-text: #4e6a92;
	--nt-vps-muted: #6d88a5;
	--nt-vps-line: rgba(170, 214, 242, 0.38);
	--nt-vps-soft: #f6fbff;
	--nt-vps-head: #e9f8ff;
	--nt-vps-blue: #1565c0;
	--nt-vps-blue-2: #1e88e5;
	--nt-vps-green: #20c24b;
	--nt-vps-green-2: #129537;
	--nt-vps-red: #dd2f45;
	box-sizing: border-box;
	direction: rtl;
	overflow: hidden;
	width: 100%;
	border: 1px solid var(--nt-vps-line);
	border-radius: 18px;
	background: linear-gradient(160deg, #f7fbff 0%, #ffffff 56%, #f0f7fd 100%);
	box-shadow: rgba(71, 75, 255, 0.075) 0 2px 5px;
	color: var(--nt-vps-text);
	line-height: 1.8;
}

.nt-vps-offer,
.nt-vps-offer *,
.nt-vps-offer *::before,
.nt-vps-offer *::after {
	box-sizing: border-box;
}

.nt-vps-offer__header {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.95fr) minmax(170px, 0.65fr);
	align-items: center;
	gap: 16px;
	padding: 20px 24px;
	border-bottom: 1px solid rgba(170, 214, 242, 0.24);
	background: #ffffff;
}

.nt-vps-offer__company {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 14px;
}

.nt-vps-offer__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	overflow: hidden;
	border: 1px solid var(--nt-vps-line);
	border-radius: 14px;
	background: var(--nt-vps-soft);
	color: var(--nt-vps-blue);
	font-size: 28px;
	font-weight: 900;
}

.nt-vps-offer__logo img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: contain;
	padding: 8px;
}

.nt-vps-offer__company-text {
	min-width: 0;
}

.nt-vps-offer__company-text h3 {
	margin: 0 0 3px;
	color: var(--nt-vps-ink);
	font-size: clamp(18px, 2vw, 23px);
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.nt-vps-offer__company-text p {
	margin: 0;
	color: var(--nt-vps-muted);
	font-size: 13px;
	font-weight: 300;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.nt-vps-offer__price-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	min-width: 0;
}

.nt-vps-offer__price-cards.has-single-price {
	grid-template-columns: minmax(150px, 210px);
	justify-content: center;
}

.nt-vps-offer__price-cards--mobile {
	display: none;
}

.nt-vps-offer__price-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 92px;
	padding: 11px 12px 10px;
	border: 1px solid rgba(30, 136, 229, 0.24);
	border-radius: 15px;
	background: rgba(246, 251, 255, 0.9);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
	text-align: center;
}

.nt-vps-offer__price-label {
	width: 100%;
	margin-bottom: 4px;
	color: var(--nt-vps-muted);
	font-size: 10px;
	font-weight: 300;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.nt-vps-offer__price-current {
	color: #139838;
	font-size: clamp(25px, 2.6vw, 33px);
	font-weight: 900;
	line-height: 1;
	direction: ltr;
	overflow-wrap: anywhere;
}

.nt-vps-offer__price-period {
	width: 100%;
	margin-top: 5px;
	color: var(--nt-vps-muted);
	font-size: 10px;
	font-weight: 300;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.nt-vps-offer__price-old-value {
	color: #ff828d;
	font-size: clamp(24px, 2.4vw, 31px);
	font-weight: 900;
	line-height: 1;
	text-decoration: line-through;
	text-decoration-thickness: 2px;
	direction: ltr;
	overflow-wrap: anywhere;
}

.nt-vps-offer__actions {
	display: grid;
	align-content: center;
	align-self: center;
	gap: 9px;
}

.nt-vps-offer__actions.has-single-action {
	align-items: center;
}

.nt-vps-offer__actions.has-single-action .nt-vps-offer__visit {
	min-height: 46px;
}

.nt-vps-offer__visit,
.nt-vps-offer__review {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	transition: background 0.2s ease, border-color 0.2s ease, filter 0.2s ease, transform 0.15s ease;
}

.nt-vps-offer__visit {
	border: 0;
	background: linear-gradient(180deg, var(--nt-vps-green) 0%, var(--nt-vps-green-2) 100%);
	color: #ffffff !important;
}

.nt-vps-offer__visit:hover,
.nt-vps-offer__visit:focus {
	background: linear-gradient(160deg, var(--nt-vps-blue) 0%, var(--nt-vps-blue-2) 100%);
	color: #ffffff !important;
	filter: saturate(1.04);
}

.nt-vps-offer__review {
	border: 1px solid var(--nt-vps-line);
	background: #ffffff;
	color: var(--nt-vps-blue) !important;
}

.nt-vps-offer__review:hover,
.nt-vps-offer__review:focus {
	border-color: rgba(30, 136, 229, 0.5);
	background: var(--nt-vps-head);
	color: var(--nt-vps-blue) !important;
}

.nt-vps-offer__visit:active,
.nt-vps-offer__review:active {
	transform: translateY(1px);
}

.nt-vps-offer__body {
	padding: 20px 24px 24px;
}

.nt-vps-offer__specs {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 20px;
}

.nt-vps-offer__spec {
	min-width: 0;
	padding: 10px 9px;
	border: 1px solid rgba(170, 214, 242, 0.28);
	border-radius: 13px;
	background: var(--nt-vps-soft);
}

.nt-vps-offer__spec-head {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	gap: 5px;
	margin-bottom: 4px;
	vertical-align: top;
}

.nt-vps-offer__spec-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	color: #1f2933;
}

.nt-vps-offer__spec-icon-svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	color: #718aa7;
}

.nt-vps-offer__spec-label {
	min-width: 0;
	color: var(--nt-vps-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.nt-vps-offer__spec-value {
	color: var(--nt-vps-ink);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
	overflow-wrap: anywhere;
	text-align: center;
}

.nt-vps-offer__spec-value.is-green {
	color: #139838;
}

.nt-vps-offer__spec-value.is-red {
	color: var(--nt-vps-red);
}

.nt-vps-offer__details {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
	align-items: stretch;
	gap: 16px;
}

.nt-vps-offer__details.has-single-detail {
	grid-template-columns: minmax(0, 1fr);
}

.nt-vps-offer__features-box,
.nt-vps-offer__summary-box {
	min-width: 0;
	height: 100%;
	padding: 17px 18px;
	border: 1px solid rgba(170, 214, 242, 0.28);
	border-radius: 14px;
	background: #ffffff;
}

.nt-vps-offer__summary-box {
	display: flex;
	flex-direction: column;
}

.nt-vps-offer__box-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px !important;
	color: var(--nt-vps-ink);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.nt-vps-offer__box-title::before {
	content: "";
	flex: 0 0 4px;
	width: 4px;
	height: 18px;
	border-radius: 3px;
	background: var(--nt-vps-blue-2);
}

.nt-vps-offer__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px 1px;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 5px !important;
}

.nt-vps-offer__feature {
	display: flex;
	align-items: flex-start;
	min-width: 0;
	gap: 8px;
	margin: 0;
	color: var(--nt-vps-ink);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.55;
}

.nt-vps-offer__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	color: #1f2933;
}

.nt-vps-offer__feature-label {
	color: var(--nt-vps-muted);
	font-size: 11px;
	font-weight: 600;
}

.nt-vps-offer__feature-value {
	color: var(--nt-vps-ink);
	font-weight: 500;
	overflow-wrap: anywhere;
}

.nt-vps-offer__feature-value.is-green {
	color: #139838;
}

.nt-vps-offer__feature-value.is-red {
	color: var(--nt-vps-red);
}

.nt-vps-offer__spec-label a,
.nt-vps-offer__spec-value a,
.nt-vps-offer__box-title a,
.nt-vps-offer__feature-label a,
.nt-vps-offer__feature-value a,
.nt-vps-offer__summary-text a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.nt-vps-offer__summary-text {
	margin: 0 0 auto !important;
	color: #3e5d74;
	font-size: 14px;
	line-height: 1.85;
	overflow-wrap: anywhere;
}

.nt-vps-offer__coupon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 45px;
	margin: 10px 0 11px;
	padding: 10px 14px;
	overflow: hidden;
	border: 1.5px dashed #aed4ef;
	border-radius: 10px;
	background: var(--nt-vps-soft);
	color: var(--nt-vps-blue);
	cursor: pointer;
	font-family: inherit;
	box-shadow: none !important;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.nt-vps-offer__coupon:hover,
.nt-vps-offer__coupon:focus {
	border-color: var(--nt-vps-blue-2);
	background: var(--nt-vps-head);
	box-shadow: none !important;
}

.nt-vps-offer__coupon-label {
	color: var(--nt-vps-muted);
	font-size: 12.5px;
	font-weight: 800;
	white-space: nowrap;
}

.nt-vps-offer__coupon-code {
	flex: 1;
	color: var(--nt-vps-blue);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.6px;
	text-align: center;
	direction: ltr;
	overflow-wrap: anywhere;
}

.nt-vps-offer__coupon-msg {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(246, 251, 255, 0.97);
	color: #139838;
	font-size: 13px;
	font-weight: 600;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.nt-vps-offer__coupon.is-copied .nt-vps-offer__coupon-msg {
	opacity: 1;
}

.nt-vps-offer__coupon-text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 45px;
	margin: 10px 0 11px;
	padding: 10px 14px;
	border: 1px solid rgba(30, 136, 229, 0.22);
	border-radius: 10px;
	background: linear-gradient(180deg, #f6fbff, #ffffff);
	color: var(--nt-vps-blue);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.55;
	text-align: center;
	overflow-wrap: anywhere;
}

.nt-vps-offer__note {
	margin: 0;
	color: var(--nt-vps-muted);
	font-size: 10px;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.nt-vps-offer__mobile-actions {
	display: none;
}

.nt-vps-offer__visit:focus-visible,
.nt-vps-offer__review:focus-visible,
.nt-vps-offer__coupon:focus-visible {
	outline: 3px solid rgba(11, 98, 196, 0.22);
	outline-offset: 3px;
}

@media (max-width: 960px) {
	.nt-vps-offer__header {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"info info"
			"price action";
	}

	.nt-vps-offer__company {
		grid-area: info;
	}

	.nt-vps-offer__price-cards {
		grid-area: price;
	}

	.nt-vps-offer__actions {
		grid-area: action;
		align-self: center;
	}
}

@media (max-width: 700px) {
	.nt-vps-offer-wrap {
		margin: 1.2rem 0;
	}

	.nt-vps-offer {
		border-radius: 16px;
	}

	.nt-vps-offer__header {
		grid-template-columns: 1fr;
		grid-template-areas: "info";
		gap: 13px;
		padding: 16px;
	}

	.nt-vps-offer__actions {
		display: none;
	}

	.nt-vps-offer__price-cards--desktop {
		display: none;
	}

	.nt-vps-offer__price-cards--mobile {
		display: grid;
		grid-area: auto;
		margin-top: 12px;
		padding: 12px;
		border: 1px solid rgba(170, 214, 242, 0.28);
		border-radius: 14px;
		background: linear-gradient(180deg, rgba(246, 251, 255, 0.92), #ffffff);
	}

	.nt-vps-offer__price-cards--mobile .nt-vps-offer__price-card {
		min-height: 86px;
		background: #ffffff;
	}

	.nt-vps-offer__coupon-text {
		min-height: 42px;
		padding: 10px 12px;
		font-size: 12px;
	}

	.nt-vps-offer__mobile-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		gap: 10px;
		padding: 13px 16px;
		border-top: 1px solid rgba(170, 214, 242, 0.24);
		background: #ffffff;
	}

	.nt-vps-offer__mobile-actions.has-single-action {
		grid-template-columns: minmax(180px, 1fr);
		justify-content: center;
	}

	.nt-vps-offer__mobile-actions .nt-vps-offer__visit,
	.nt-vps-offer__mobile-actions .nt-vps-offer__review {
		min-height: 44px;
		padding: 11px 8px;
		font-size: 13.5px;
	}

	.nt-vps-offer__body {
		padding: 14px 16px 16px;
	}

	.nt-vps-offer__specs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-bottom: 14px;
	}

	.nt-vps-offer__details {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.nt-vps-offer__logo {
		flex-basis: 60px;
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 500px) {
	.nt-vps-offer__features {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.nt-vps-offer__price-current {
		font-size: 26px;
	}

	.nt-vps-offer__price-old-value {
		font-size: 24px;
	}

	.nt-vps-offer__mobile-actions {
		grid-template-columns: 1fr;
	}
}
