.add-website-communication-form {
	max-width: 760px;
	margin: 0 auto;
	padding: 1.25rem;
	border: 1px solid var(--addb-color-border, #e2e8f0);
	border-radius: 4px;
	background: #ffffff;
}

.add-website-communication-form--newsletter {
	max-width: 32rem;
	padding: 1.5rem;
	border-radius: 4px;
	box-shadow: 0 18px 50px rgb(15 23 42 / 8%);
}

.add-website-communication-field {
	margin-bottom: 1rem;
}

.add-website-communication-field label {
	display: block;
	margin-bottom: 0.45rem;
	font-weight: 600;
	color: #0f172a;
}

.add-website-communication-field input,
.add-website-communication-field select,
.add-website-communication-field textarea {
	width: 100%;
	padding: 0.75rem 0.85rem;
	border: 1px solid var(--addb-color-border, #e2e8f0);
	border-radius: 4px;
	font-size: 1rem;
	line-height: 1.5;
	background: #ffffff;
	color: #0f172a;
}

.add-website-communication-field input:focus,
.add-website-communication-field select:focus,
.add-website-communication-field textarea:focus {
	border-color: var(--addb-color-text-strong, #0f172a);
	outline: 2px solid rgb(15 23 42 / 8%);
	outline-offset: 1px;
}

.add-website-communication-field small {
	display: block;
	margin-top: 0.4rem;
	font-size: 0.85rem;
	color: #475569;
}

.add-website-communication-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.72rem 1.1rem;
	border: 1px solid #0f172a;
	border-radius: 4px;
	background: #0f172a;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.add-website-communication-submit:hover {
	opacity: 0.85;
	transform: translateY(-1px);
}

.add-website-communication-submit:disabled {
	opacity: 0.65;
	cursor: wait;
	transform: none;
}

.add-website-communication-feedback {
	margin-top: 0.85rem;
	font-size: 0.95rem;
	color: #334155;
}

.add-website-communication-feedback.is-success {
	color: #166534;
}

.add-website-communication-feedback.is-error {
	color: #b91c1c;
}

.add-website-communication-honeypot {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.add-website-communication-captcha {
	margin-top: 0.25rem;
}

.add-website-communication-captcha label {
	font-weight: 600;
}

.add-website-communication-captcha input[type="text"] {
	max-width: 8rem;
}

.add-website-communication-hidden-fields {
	display: contents;
}

.add-website-communication-actions {
	margin-top: 0.5rem;
}

.add-newsletter-page {
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f8fafc 100%);
	color: #0f172a;
}

.add-newsletter-page__shell {
	min-height: 100vh;
	padding: 2rem 1rem 4rem;
}

.add-newsletter-page__header {
	max-width: 72rem;
	margin: 0 auto 3.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgb(15 23 42 / 10%);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.add-newsletter-page__header a {
	color: inherit;
	text-decoration: none;
}

.add-newsletter-page__main {
	max-width: 38rem;
	margin: 0 auto;
	text-align: center;
}

.add-newsletter-page__eyebrow {
	margin: 0 0 0.9rem;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #64748b;
}

.add-newsletter-page__title {
	margin: 0 0 1.25rem;
	font-size: clamp(2.4rem, 5vw, 4rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.add-newsletter-page__lede {
	max-width: 32rem;
	margin: 0 auto 2.5rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #475569;
}

.add-newsletter-page__form-wrap {
	margin: 0 auto 2.5rem;
	max-width: 28rem;
}

.add-newsletter-page__form-wrap .add-website-communication-form--newsletter {
	max-width: none;
	padding: 0;
	border: none;
	box-shadow: none;
	background: transparent;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: stretch;
}

.add-newsletter-page__form-wrap .add-website-communication-field {
	flex: 1;
	min-width: 0;
	margin-bottom: 0;
}

.add-newsletter-page__form-wrap .add-website-communication-field label {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.add-newsletter-page__form-wrap .add-website-communication-field input[type="email"] {
	height: 3.25rem;
	border-radius: 6px;
	font-size: 1rem;
}

.add-newsletter-page__form-wrap .add-website-communication-actions {
	margin-top: 0;
	flex: 0 0 auto;
}

.add-newsletter-page__form-wrap .add-website-communication-submit {
	height: 3.25rem;
	padding: 0 1.75rem;
	border-radius: 6px;
	font-size: 1rem;
	white-space: nowrap;
}

.add-newsletter-page__form-wrap .add-website-communication-feedback {
	width: 100%;
	text-align: center;
}

.add-newsletter-page__form-wrap .add-website-communication-consent {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-top: 0.75rem;
	text-align: left;
}

.add-newsletter-page__form-wrap .add-website-communication-consent input[type="checkbox"] {
	width: auto;
	flex: 0 0 auto;
	margin-top: 0.2rem;
	accent-color: #0f172a;
}

.add-newsletter-page__form-wrap .add-website-communication-consent label {
	position: static;
	width: auto;
	height: auto;
	clip: auto;
	overflow: visible;
	font-size: 0.82rem;
	font-weight: 400;
	line-height: 1.5;
	color: #64748b;
}

.add-newsletter-page__form-wrap .add-website-communication-consent label a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

html[data-theme="dark"] .add-newsletter-page__form-wrap .add-website-communication-consent label {
	color: #64748b;
}

.add-newsletter-page__note {
	max-width: 32rem;
	margin: 0 auto 0.75rem;
	font-size: 0.88rem;
	color: #64748b;
}

.add-newsletter-page__privacy {
	max-width: 32rem;
	margin: 0 auto;
	font-size: 0.82rem;
	color: #94a3b8;
}

.add-newsletter-page__privacy a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

.add-newsletter-page__nav {
	display: inline-flex;
	gap: 1.25rem;
	margin-left: 2rem;
}

.add-newsletter-page__nav a {
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: none;
	color: #64748b;
	text-decoration: none;
}

.add-newsletter-page__nav a:hover {
	color: inherit;
}

.add-newsletter-page__browse {
	margin: 1.5rem auto 0;
	font-size: 0.88rem;
}

.add-newsletter-page__browse a {
	color: #64748b;
	text-decoration: none;
}

.add-newsletter-page__browse a:hover {
	color: inherit;
	text-decoration: underline;
}

html[data-theme="dark"] .add-newsletter-page__nav a {
	color: #94a3b8;
}

html[data-theme="dark"] .add-newsletter-page__browse a {
	color: #94a3b8;
}

html[data-theme="dark"] .add-website-communication-form {
	background: #000;
	border-color: #2e2e2e;
}

html[data-theme="dark"] .add-website-communication-field label {
	color: #fff;
}

html[data-theme="dark"] .add-website-communication-field input,
html[data-theme="dark"] .add-website-communication-field select,
html[data-theme="dark"] .add-website-communication-field textarea {
	background: #111;
	border-color: #2e2e2e;
	color: #ccc;
}

html[data-theme="dark"] .add-website-communication-field input:focus,
html[data-theme="dark"] .add-website-communication-field select:focus,
html[data-theme="dark"] .add-website-communication-field textarea:focus {
	border-color: #ffffff;
	outline: 2px solid rgb(255 255 255 / 8%);
}

html[data-theme="dark"] .add-website-communication-field small {
	color: #555;
}

html[data-theme="dark"] .add-website-communication-feedback {
	color: #ccc;
}

html[data-theme="dark"] .add-website-communication-feedback.is-success {
	color: #4ade80;
}

html[data-theme="dark"] .add-website-communication-feedback.is-error {
	color: #f87171;
}

html[data-theme="dark"] .add-newsletter-page {
	background: linear-gradient(180deg, #050505 0%, #090909 48%, #101418 100%);
	color: #f8fafc;
}

html[data-theme="dark"] .add-newsletter-page__header {
	border-color: rgb(255 255 255 / 10%);
}

html[data-theme="dark"] .add-newsletter-page__eyebrow {
	color: #555555;
}

html[data-theme="dark"] .add-newsletter-page__lede {
	color: #94a3b8;
}

html[data-theme="dark"] .add-newsletter-page__note {
	color: #64748b;
}

html[data-theme="dark"] .add-newsletter-page__privacy {
	color: #475569;
}

@media (width <= 782px) {
	.add-website-communication-form {
		padding: 1rem;
	}

	.add-website-communication-submit {
		width: 100%;
	}

	.add-newsletter-page__shell {
		padding-top: 1.25rem;
	}

	.add-newsletter-page__header {
		margin-bottom: 2rem;
	}

	.add-newsletter-page__title {
		font-size: clamp(2rem, 11vw, 3rem);
	}

	.add-newsletter-page__form-wrap .add-website-communication-form--newsletter {
		flex-direction: column;
	}

	.add-newsletter-page__form-wrap .add-website-communication-submit {
		width: 100%;
	}
}
