.home-promo {
	padding: clamp(2.25rem, 4.5vw, 3.5rem) 0 clamp(2.5rem, 5vw, 4rem);
	background: #fff;
}

.home-promo__inner {
	display: flex;
	flex-direction: column;
	gap: clamp(1.75rem, 3vw, 2.625rem);
	width: min(100% - clamp(1.125rem, 3vw, 2rem), var(--home-content-max));
	margin-inline: auto;
}

.home-promo__banner {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	gap: 1.375rem;
	padding: 1.5rem 1.125rem;
	border: 2px solid #f3e1b0;
	border-radius: 22px;
	background: #fdf8ef;
	box-shadow: 0 8px 26px rgba(255, 188, 39, 0.08);
	text-align: center;
}

.home-promo__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}

.home-promo__clock {
	width: 5.5rem;
	flex-shrink: 0;
}

.home-promo__clock svg {
	display: block;
	width: 100%;
	height: auto;
}

.home-promo__headline {
	min-width: 0;
}

.home-promo__title {
	margin: 0;
	color: var(--brand-navy);
	font-family: var(--font-sans);
	font-size: clamp(1.75rem, 4.5vw, 2.125rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.home-promo__title-nowrap {
	white-space: nowrap;
}

.home-promo__period {
	margin: 0.5rem 0 0;
	color: var(--color-text-muted);
	font-size: clamp(1rem, 2vw, 1.0625rem);
	font-weight: 600;
	line-height: 1.35;
}

.home-promo__divider {
	width: 80%;
	height: 1px;
	background: #ead7ae;
}

.home-promo__perk {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.625rem;
	margin: 0;
	max-width: 21.25rem;
}

.home-promo__perk-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 14px rgba(17, 95, 125, 0.08);
	font-size: 1.75rem;
	line-height: 1;
}

.home-promo__perk-text {
	color: var(--color-text);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4;
}

.home-promo__perk-accent {
	color: var(--brand-coral);
}

.home-promo__perk-gift {
	color: var(--brand-green);
}

.home-promo__plans {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.125rem;
}

.home-promo__plan {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 1.75rem 1.375rem;
	border: 1px solid #edf0f2;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 6px 22px rgba(17, 95, 125, 0.06);
}

.home-promo__plan--featured {
	margin-top: 0.375rem;
	border: 2px solid var(--brand-amber);
	box-shadow: 0 12px 32px rgba(255, 188, 39, 0.16);
}

.home-promo__badge {
	position: absolute;
	top: -0.875rem;
	left: 50%;
	margin: 0;
	padding: 0.4375rem 1.25rem;
	border-radius: 999px;
	background: var(--brand-amber);
	box-shadow: 0 5px 12px rgba(255, 188, 39, 0.35);
	color: #fff;
	font-size: 0.78125rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	transform: translateX(-50%);
}

.home-promo__plan-title {
	margin: 0 0 1.125rem;
	color: var(--brand-navy);
	font-family: var(--font-sans);
	font-size: clamp(1.25rem, 2.4vw, 1.4375rem);
	font-weight: 700;
	line-height: 1.25;
}

.home-promo__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5625rem;
	margin: 0 0 1rem;
}

.home-promo__price-old {
	color: var(--color-text-muted);
	font-size: 1.3125rem;
	font-weight: 700;
	text-decoration: line-through;
}

.home-promo__price-new {
	font-size: clamp(2.25rem, 5vw, 2.75rem);
	font-weight: 800;
	line-height: 1;
}

.home-promo__plan--monthly .home-promo__price-new {
	color: var(--brand-green);
}

.home-promo__plan--yearly .home-promo__price-new {
	color: var(--brand-amber);
}

.home-promo__plan--business .home-promo__price-new {
	color: var(--brand-coral);
}

.home-promo__price-unit {
	color: var(--color-text-muted);
	font-size: 1.0625rem;
	font-weight: 700;
}

.home-promo__save {
	display: inline-block;
	width: fit-content;
	margin: 0 0 1.25rem;
	padding: 0.5rem 0.9375rem;
	border-radius: 10px;
	background: var(--brand-navy);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
}

.home-promo__features {
	flex: 1;
	margin: 0 0 1.75rem;
	padding: 0;
	list-style: none;
}

.home-promo__features li {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
	margin: 0 0 0.8125rem;
	color: var(--color-text);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4;
}

.home-promo__features li::before {
	content: "";
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: 0.0625rem;
	background: var(--brand-green);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.home-promo__btn {
	display: block;
	width: 100%;
	padding: 1rem;
	border: none;
	border-radius: 14px;
	color: #fff;
	font-family: inherit;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.home-promo__btn:hover,
.home-promo__btn:focus-visible {
	color: #fff;
	filter: brightness(1.05);
}

.home-promo__plan--monthly .home-promo__btn {
	background: var(--brand-navy);
	box-shadow: 0 6px 16px rgba(17, 95, 125, 0.22);
}

.home-promo__plan--yearly .home-promo__btn {
	background: var(--brand-amber);
	box-shadow: 0 6px 16px rgba(255, 188, 39, 0.32);
}

.home-promo__plan--business .home-promo__btn {
	background: var(--brand-coral);
	box-shadow: 0 6px 16px rgba(231, 90, 90, 0.28);
}

@media (prefers-reduced-motion: no-preference) {
	.home-promo__plan {
		transition: transform 0.25s ease, box-shadow 0.25s ease;
	}

	.home-promo__plan:hover {
		transform: translateY(-5px);
		box-shadow: 0 14px 34px rgba(17, 95, 125, 0.1);
	}

	.home-promo__btn:hover,
	.home-promo__btn:focus-visible {
		transform: translateY(-2px);
	}
}

@media (min-width: 640px) {
	.home-promo__perk {
		flex-direction: row;
		text-align: left;
	}

	.home-promo__clock {
		width: 7rem;
	}
}

@media (min-width: 960px) {
	.home-promo__banner {
		grid-template-columns: 1.1fr auto 1fr 1fr;
		align-items: center;
		justify-items: stretch;
		gap: 0 2.125rem;
		padding: 1.625rem 2.5rem;
		border-radius: 26px;
		text-align: left;
	}

	.home-promo__intro {
		flex-direction: row;
		align-items: center;
		gap: 1.125rem;
		text-align: left;
	}

	.home-promo__divider {
		align-self: stretch;
		width: 1px;
		height: auto;
		margin: 0.5rem 0;
	}

	.home-promo__perk {
		max-width: none;
	}

	.home-promo__plans {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.625rem;
	}

	.home-promo__plan {
		padding: 2rem 1.75rem;
	}

	.home-promo__plan--featured {
		margin-top: 0;
	}
}
