.bt-menu-subscribe-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px 12px;
}

.bt-menu-subscribe-modal.is-open {
	display: flex;
}

.bt-menu-subscribe-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .76);
	backdrop-filter: blur(5px);
}

.bt-menu-subscribe-modal__dialog {
	position: relative;
	width: min(100%, 590px);
	max-height: calc(100dvh - 24px);
	overflow: auto;
	border: 1px solid rgba(255, 255, 255, .10);
	border-radius: 24px;
	background: linear-gradient(180deg, #151515 0%, #101010 100%);
	color: #fff;
	box-shadow: 0 26px 90px rgba(0, 0, 0, .48);
}

.bt-menu-subscribe-modal__dialog::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: #e30005;
	opacity: .95;
}

.bt-menu-subscribe-modal__content {
	padding: 36px 38px 38px;
}

.bt-menu-subscribe-kicker {
	margin-bottom: 10px;
	color: #e30005;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.bt-menu-subscribe-modal__content h2 {
	margin: 0 0 12px;
	font-family: inherit;
	font-size: clamp(2rem, 5vw, 3.2rem);
	font-weight: 700;
	line-height: .98;
	letter-spacing: 0;
}

.bt-menu-subscribe-modal__content p {
	max-width: 420px;
	margin: 0 0 24px;
	color: rgba(255, 255, 255, .76);
	font-size: 15px;
	line-height: 1.55;
}

.bt-menu-subscribe-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 27px;
	line-height: 1;
	cursor: pointer;
	transition: background .18s ease, transform .18s ease;
}

.bt-menu-subscribe-modal__close:hover {
	background: rgba(255, 255, 255, .14);
	transform: rotate(6deg);
}

.bt-menu-subscribe-form {
	display: grid;
	gap: 14px;
}

.bt-menu-subscribe-field {
	display: grid;
	gap: 7px;
}

.bt-menu-subscribe-field label {
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, .72);
}

.bt-menu-subscribe-field input {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 14px;
	background: rgba(255, 255, 255, .075);
	color: #fff;
	min-height: 56px;
	padding: 0 16px;
	font-size: 16px;
	outline: none;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.bt-menu-subscribe-field input:focus {
	border-color: #e30005;
	background: rgba(255, 255, 255, .10);
	box-shadow: 0 0 0 4px rgba(227, 0, 5, .14);
}

.bt-menu-subscribe-consent {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: rgba(255, 255, 255, .74);
	font-size: 13.5px;
	line-height: 1.5;
	padding: 2px 0;
	cursor: pointer;
}

.bt-menu-subscribe-consent input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: #e30005;
}

.bt-menu-subscribe-message {
	display: none;
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 14px;
	line-height: 1.45;
}

.bt-menu-subscribe-message.is-error {
	display: block;
	background: rgba(227, 0, 5, .18);
}

.bt-menu-subscribe-message.is-success {
	display: block;
	background: rgba(38, 166, 91, .18);
}

.bt-menu-subscribe-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

html.bt-menu-subscribe-open,
body.bt-menu-subscribe-open {
	overflow: hidden;
}

.bt-menu-subscribe-form > .tt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	margin-top: 2px;
	border-radius: 999px;
	background: #e30005;
	color: #fff;
	font-weight: 700;
	transition: filter .18s ease, transform .18s ease;
}

.bt-menu-subscribe-form > .tt-btn:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

@media (max-width: 575.98px) {
	.bt-menu-subscribe-modal {
		padding: 12px;
	}

	.bt-menu-subscribe-modal__content {
		padding: 30px 20px 22px;
	}

	.bt-menu-subscribe-modal__content h2 {
		padding-right: 32px;
	}

	.bt-menu-subscribe-modal__close {
		top: 10px;
		right: 10px;
	}
}
