body.rbx-contact-open {
	overflow: hidden;
}

#rbx-home-v2 .rbx-head-actions .rbx-contact-trigger {
	align-items: center;
	appearance: none;
	background: linear-gradient(180deg, #f43a34, #d4211d);
	border: 1px solid rgba(243, 49, 44, .7);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(243, 49, 44, .22);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	white-space: nowrap;
}

#rbx-home-v2 .rbx-head-actions .rbx-contact-trigger:hover {
	background: linear-gradient(180deg, #ff4842, #df2824);
}

.rbx-contact-dialog {
	align-items: center;
	background: transparent;
	border: 0;
	color: #f4f6fa;
	display: none;
	inset: 0;
	justify-items: center;
	overflow: auto;
	padding: 16px;
	position: fixed;
	z-index: 100000;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.rbx-contact-dialog.is-open {
	display: grid;
}

.rbx-contact-dialog::before {
	background: rgba(2, 4, 8, .76);
	backdrop-filter: blur(8px);
	content: "";
	inset: 0;
	position: absolute;
}

.rbx-contact-dialog__panel {
	background: linear-gradient(145deg, rgba(27, 33, 45, .99), rgba(10, 14, 21, .99));
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 14px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, .62), inset 0 1px 0 rgba(255, 255, 255, .05);
	padding: 30px;
	position: relative;
	width: min(520px, calc(100vw - 28px));
	z-index: 1;
}

.rbx-contact-dialog__close {
	align-items: center;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 8px;
	color: rgba(244, 246, 250, .82);
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 40px;
}

.rbx-contact-dialog__close:hover {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.rbx-contact-dialog__close svg {
	height: 20px;
	width: 20px;
}

.rbx-contact-dialog__eyebrow {
	color: #f3312c;
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.rbx-contact-dialog h2 {
	color: #f4f6fa;
	font-size: clamp(24px, 4vw, 32px);
	font-weight: 650;
	letter-spacing: -.018em;
	line-height: 1.12;
	margin: 0;
	max-width: 390px;
}

.rbx-contact-dialog p {
	color: rgba(190, 198, 210, .82);
	font-size: 14px;
	line-height: 1.55;
	margin: 12px 0 0;
	max-width: 420px;
}

.rbx-contact-dialog__actions {
	display: grid;
	gap: 9px;
	grid-template-columns: 1fr;
	margin-top: 22px;
}

.rbx-contact-dialog__action {
	align-items: center;
	background: rgba(255, 255, 255, .045);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 9px;
	color: #f4f6fa;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 10px;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	text-decoration: none;
}

.rbx-contact-dialog__action:hover {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .22);
}

.rbx-contact-dialog__action--primary {
	background: linear-gradient(180deg, #f43a34, #d4211d);
	border-color: rgba(243, 49, 44, .6);
	box-shadow: 0 12px 30px rgba(243, 49, 44, .2);
}

.rbx-contact-dialog__action--primary:hover {
	background: linear-gradient(180deg, #ff4842, #df2824);
}

.rbx-contact-dialog__action svg {
	height: 18px;
	width: 18px;
}

@media (max-width: 560px) {
	.rbx-contact-dialog {
		padding: 10px;
	}

	.rbx-contact-dialog__panel {
		border-radius: 12px;
		padding: 24px 16px 16px;
	}

	.rbx-contact-dialog h2 {
		font-size: 24px;
		padding-right: 40px;
	}
}
