:root {
	--blue: #1e2a58;
	--orange1: #ffb347;
	--orange2: #ff7f11;
	--green: #e6f7ed;
	--green-border: #c0e9d2;
	--bg: #f4f7fc;
	--text: #1a1a1a;
	--google-blue: #4285f4;
}

.section-form {
	margin: 0;
	padding: 0;
	color: var(--text);
	max-width: 420px;
	margin: 0 auto;
	padding: 32px 0;
	display: flex;
	flex-direction: column;
}

.section-form.none {
	display: none;
}

.card {
	background: var(--blue);
	color: #fff;
	border-radius: 14px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
	padding: 22px;
}
.price-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 10px;
}
.was {
	opacity: 0.85;
	color: #b9c3ee;
	text-decoration: line-through;
	font-size: 1.3rem;
	font-weight: 700;
}
.now {
	font-weight: 900;
	font-size: 2.8rem;
	letter-spacing: 0.3px;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.seal {
	margin-left: auto;
	background: #b61010;
	color: #fff;
	border-radius: 999px;
	padding: 8px 10px;
	font-weight: 800;
	font-size: 0.9rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.bar {
	background: #0f1b40;
	border-radius: 12px;
	padding: 14px;
	margin-top: 10px;
}
.bar .label {
	font-weight: 900;
	margin-bottom: 10px;
	font-size: 1.05rem;
	color: #e9efff;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	text-align: center;
}
.timer {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	font-weight: 900;
	font-size: 1.1rem;
}
.timer .unit {
	flex: 1;
	background: #162351;
	border: 1px solid #2a3a73;
	border-radius: 8px;
	padding: 8px 6px;
	text-align: center;
}
.timer .num {
	font-size: 1.4rem;
}
.timer .cap {
	font-size: 0.7rem;
	opacity: 0.85;
	letter-spacing: 0.5px;
	margin-top: 2px;
}
.scarcity {
	margin-top: 12px;
	font-weight: 800;
	color: #ffd9d9;
	text-align: center;
}

.headline {
	color: #fff;
	text-align: center;
	font-size: 1.55rem;
	font-weight: 900;
	margin: 22px 0 14px;
}
.benefits {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 12px;
}
.benefits li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 12px;
}
.benefits img {
	width: 28px;
	height: 28px;
	filter: brightness(0) invert(1);
}
.benefit-title {
	display: block;
	font-weight: 900;
	font-size: 1.06rem;
	margin-bottom: 2px;
}
.benefit-copy {
	opacity: 0.98;
	line-height: 1.35;
}

.cta {
	margin-top: 16px;
}
.cta button {
	display: block;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(180deg, var(--orange1), var(--orange2));
	color: #3b2200;
	padding: 18px;
	border-radius: 12px;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
	font-weight: 900;
	font-size: 1.24rem;
	letter-spacing: 0.4px;
	line-height: 1.3;
	width: 100%;
	cursor: pointer;
	transition: all 0.35s ease;
}
.cta button:active {
	transform: translateY(1px);
}

.cta button:hover {
	color: white;
}

.section {
	background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	padding: 20px;
	margin-top: 26px;
}
.section h3 {
	text-align: center;
	color: #1a1a1a;
	font-size: 1.3rem;
	margin: 0 0 16px;
	position: relative;
}
.section h3::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: var(--orange2);
	border-radius: 2px;
	margin: 8px auto 0;
}

.checks {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}
.checks li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	background: var(--green);
	border: 1px solid var(--green-border);
	border-radius: 12px;
	padding: 14px 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
.checks img {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
}
.checks strong {
	display: block;
	font-size: 1.05rem;
	color: #14532d;
	margin-bottom: 2px;
}

.badges {
	margin-top: 20px;
}
.badge.secure {
	background: #fff;
	border: 2px solid var(--google-blue);
	border-radius: 12px;
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	font-weight: 600;
}

.badge-text {
	width: fit-content;
	font-size: 1rem;
}

.badge .pay-logos {
	display: flex;
	gap: 10px;
	align-items: center;
	width: fit-content;
}
.badge .pay-logos img {
	height: 20px;
	object-fit: contain;
	flex-shrink: 0;
}

/* slots */

.scarcity-count {
	display: inline-flex;
	overflow: hidden;
	vertical-align: middle;
	color: #ff9696;
}

.digit {
	position: relative;
	display: inline-block;
	width: 0.65em; /* ширина символа */
	height: 1.2em; /* чутка больше, чтобы не резало цифры */
	line-height: 1.2em;
	overflow: hidden;
}

.digit span {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	transition: transform 0.5s ease, opacity 0.5s ease;
}
.digit .current {
	transform: translateY(0);
	opacity: 1;
}
.digit .out {
	transform: translateY(100%);
	opacity: 0;
}
.digit .in {
	transform: translateY(-100%);
	opacity: 0;
}
.digit .in.active {
	transform: translateY(0);
	opacity: 1;
}

/* pulsing-btn */

.cta {
	animation: pulse 3s infinite, ease;
	border-radius: 0.75rem;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 127, 17, 0.7);
		transform: scale(0.975);
	}
	50% {
		box-shadow: 0 0 0 10px rgba(255, 127, 17, 0);
		transform: scale(1.025);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 127, 17, 0);
		transform: scale(0.975);
	}
}

@media screen and (max-width: 500px) {
	.badge.secure {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}
	.badge .pay-logos img {
		height: 25px;
	}

	.badge .pay-logos {
		gap: 1rem;
	}

	.redirect button {
		font-size: 1.125rem;
	}

	.price-wrap .now {
		font-size: 2.4rem;
	}

	.seal {
		margin-left: 0;
	}

	.price-wrap {
		justify-content: space-between;
	}

	.headline {
		font-size: 1.35rem;
	}

	.benefit-title {
		font-size: 1rem;
		margin-bottom: 4px;
	}

	.benefit-copy {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 360px) {
	.badge .pay-logos img {
		height: 20px;
	}

	.badge .pay-logos {
		gap: 0.75rem;
	}

	.checks {
		font-size: 0.875rem;
	}

	.checks li {
		gap: 0.675rem;
	}

	.checks strong {
		font-size: 1rem;
		margin-bottom: 4px;
	}
}
