.newsletter-page {
	min-height: 100vh;
	margin: 0;
	background:
		radial-gradient(circle at top center, rgba(60, 117, 255, 0.16), transparent 24%),
		radial-gradient(circle at 20% 18%, rgba(255, 182, 92, 0.12), transparent 20%),
		linear-gradient(180deg, #08142d 0%, #0a1734 44%, #0b1a39 100%);
	color: #f4f7ff;
	font-family: "Instrument Sans", sans-serif;
}

.newsletter-shell {
	width: min(100% - 32px, 760px);
	margin: 0 auto;
	padding: 42px 0 64px;
}

.newsletter-card {
	margin-top: 24px;
	width: min(100%, 640px);
	padding: 40px 32px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at top center, rgba(255, 191, 115, 0.14), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03));
	box-shadow: none;
	backdrop-filter: blur(16px);
}

.newsletter-kicker {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #f7f8fc;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.newsletter-card h1 {
	margin: 18px 0 12px;
	font-family: "Tektur", sans-serif;
	font-size: clamp(2.2rem, 5vw, 3.5rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
	color: #ffffff;
	text-shadow: 0 0 24px rgba(112, 163, 255, 0.16);
}

.newsletter-lead,
.newsletter-note,
.newsletter-form label,
.newsletter-back {
	color: rgba(235, 241, 255, 0.9);
}

.newsletter-lead {
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.8;
}

.newsletter-note {
	margin: 14px 0 0;
	font-size: 0.94rem;
}

.newsletter-message {
	margin-top: 20px;
	padding: 14px 16px;
	border-radius: 18px;
	font-size: 0.96rem;
	line-height: 1.6;
}

.newsletter-message-success {
	background: rgba(72, 209, 124, 0.12);
	border: 1px solid rgba(72, 209, 124, 0.2);
	color: #9cf2b9;
}

.newsletter-message-error {
	background: rgba(255, 122, 122, 0.1);
	border: 1px solid rgba(255, 122, 122, 0.18);
	color: #ffb1b1;
}

.newsletter-form {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.newsletter-form label {
	font-size: 0.95rem;
	font-weight: 600;
}

.newsletter-form input {
	width: 100%;
	padding: 15px 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	color: #f4f7ff;
	font: inherit;
	box-sizing: border-box;
}

.newsletter-form select {
	width: 100%;
	padding: 15px 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	color: #f4f7ff;
	font: inherit;
	box-sizing: border-box;
}

.newsletter-form input::placeholder {
	color: rgba(235, 241, 255, 0.52);
}

.newsletter-form input:focus,
.newsletter-form select:focus {
	outline: none;
	border-color: rgba(255, 157, 56, 0.42);
	box-shadow: 0 0 0 4px rgba(255, 155, 61, 0.14);
}

.newsletter-fieldset {
	margin: 8px 0 0;
	padding: 16px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
}

.newsletter-fieldset legend {
	padding: 0 10px;
	color: rgba(235, 241, 255, 0.92);
	font-size: 0.95rem;
	font-weight: 600;
}

.newsletter-check {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
	color: rgba(235, 241, 255, 0.9);
	font-size: 0.95rem;
	line-height: 1.5;
	cursor: pointer;
}

.newsletter-check input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #d96a12;
	flex: 0 0 auto;
}

.newsletter-form .pricing-cta {
	margin-top: 4px;
	justify-content: center;
	background: linear-gradient(135deg, #d96a12 0%, #b84c00 100%);
	color: #ffffff;
	border: 1px solid rgba(255, 157, 56, 0.34);
	box-shadow: 0 12px 28px rgba(184, 76, 0, 0.26);
}

.newsletter-back {
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
	font-weight: 600;
}

.newsletter-back:hover {
	color: #ffb15f;
}

@media (max-width: 640px) {
	.newsletter-card {
		padding: 30px 20px;
		border-radius: 24px;
	}
}
