.sind-bg-cta {
	margin-top: 1.75rem;
}

.sind-bg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 11.5rem;
	min-height: 2.85rem;
	padding: 0.85rem 1.25rem;
	border: 0;
	border-radius: 2px;
	background: #007eaf;
	color: #fff;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(0, 95, 132, 0.18);
	transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.sind-bg-button:hover {
	background: #005f84;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(0, 95, 132, 0.22);
}

.sind-bg-button:focus-visible {
	outline: 3px solid rgba(0, 126, 175, 0.35);
	outline-offset: 3px;
}

.sind-bg-button--block {
	width: 100%;
	min-width: 0;
}

.sind-bg-button:disabled {
	opacity: 0.72;
	cursor: wait;
	transform: none;
}

.sind-bg-modal[hidden] {
	display: none !important;
}

.sind-bg-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 1rem;
}

.sind-bg-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 35, 49, 0.48);
}

.sind-bg-modal__dialog {
	position: relative;
	width: min(100%, 30rem);
	padding: 1.6rem 1.5rem 1.35rem;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 30px 80px rgba(16, 43, 58, 0.28);
	color: #102331;
}

.sind-bg-modal__close {
	position: absolute;
	top: 0.55rem;
	right: 0.7rem;
	border: 0;
	background: transparent;
	color: #536571;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

.sind-bg-modal__dialog h2 {
	margin: 0 1.5rem 0.55rem 0;
	font-size: 1.35rem;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.sind-bg-modal__lede {
	margin: 0 0 1.15rem;
	color: #536571;
	font-size: 0.95rem;
	line-height: 1.5;
}

.sind-bg-field {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin-bottom: 1rem;
	font-size: 0.84rem;
	font-weight: 700;
}

.sind-bg-field input[type="email"],
.sind-bg-field input[type="text"] {
	min-height: 2.85rem;
	padding: 0.7rem 0.85rem;
	border: 1px solid #9eb0ba;
	border-radius: 2px;
	font: inherit;
	font-weight: 400;
	color: #102331;
}

.sind-bg-field input:focus {
	outline: 3px solid rgba(0, 126, 175, 0.28);
	outline-offset: 1px;
	border-color: #007eaf;
}

.sind-bg-field input[aria-invalid="true"],
.sind-bg-consent input[aria-invalid="true"] {
	outline: 2px solid #a72e2e;
}

.sind-bg-field__error {
	min-height: 1em;
	color: #a72e2e;
	font-size: 0.76rem;
	font-weight: 600;
	display: block;
	margin: 0.25rem 0 0.75rem;
}

.sind-bg-consent {
	display: grid;
	grid-template-columns: 1.15rem 1fr;
	gap: 0.7rem;
	align-items: start;
	margin: 0.2rem 0 0.35rem;
	color: #304753;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.5;
	cursor: pointer;
}

.sind-bg-consent input {
	width: 1.05rem;
	height: 1.05rem;
	margin-top: 0.15rem;
	accent-color: #005f84;
}

.sind-bg-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.sind-bg-form-status {
	min-height: 1.35rem;
	margin: 0.85rem 0 0;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.4;
}

.sind-bg-form-status.is-error {
	color: #a72e2e;
}

.sind-bg-form-status.is-success {
	color: #176b4d;
}

.sind-bg-form-note {
	margin: 0.55rem 0 0;
	color: #6a7d88;
	font-size: 0.75rem;
	line-height: 1.45;
}

@media (max-width: 640px) {
	.sind-bg-button {
		width: 100%;
	}

	.sind-bg-modal__dialog {
		padding: 1.35rem 1.1rem 1.15rem;
	}
}
