.cbl-gate-widget,
.cbl-gate-widget * {
	box-sizing: border-box;
}

.cbl-gate-widget {
	width: 100%;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cbl-gate-card {
	width: 100%;
	max-width: 1040px;
	min-height: 650px;
	margin: 0 auto;
	display: flex;
	overflow: hidden;
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 28px 90px rgba(0,0,0,.28);
}

.cbl-gate-image {
	position: relative;
	flex: 0 0 42%;
	width: 42%;
	min-height: 100%;
	background: radial-gradient(circle at 75% 90%, rgba(99,50,212,.18), transparent 34%), linear-gradient(145deg,#f8f6ff,#fff 54%,#ece7ff);
	overflow: hidden;
}

.cbl-gate-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cbl-image-right .cbl-gate-image { order: 2; }
.cbl-image-right .cbl-gate-content { order: 1; }

.cbl-gate-image-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px;
	color: #251766;
}
.cbl-gate-image-placeholder span {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .18em;
}
.cbl-gate-image-placeholder strong {
	font-size: clamp(42px, 6vw, 78px);
	line-height: .95;
	margin: 12px 0;
}
.cbl-gate-image-placeholder em {
	font-style: normal;
	font-size: 12px;
	opacity: .65;
}

.cbl-gate-content {
	flex: 1 1 auto;
	min-width: 0;
	padding: 36px 44px 34px;
	background: #fff;
}

.cbl-gate-tabs {
	display: inline-flex;
	padding: 4px;
	border: 1px solid #e5e0f0;
	border-radius: 12px;
	background: #faf9fd;
	margin-bottom: 22px;
}
.cbl-gate-tab {
	appearance: none;
	border: 0;
	background: transparent;
	color: #756d88;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	padding: 9px 18px;
	border-radius: 9px;
	cursor: pointer;
}
.cbl-gate-tab.is-active {
	background: #6332d4;
	color: #fff;
	box-shadow: 0 4px 13px rgba(99,50,212,.2);
}

.cbl-gate-panel { display: none; }
.cbl-gate-panel.is-active { display: block; }

.cbl-gate-eyebrow {
	color: #6332d4;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .18em;
	margin-bottom: 8px;
}

.cbl-gate-headline {
	margin: 0 !important;
	color: #21145e;
	font-size: clamp(38px, 4vw, 56px);
	line-height: 1;
	letter-spacing: -.035em;
	font-weight: 900;
}

.cbl-gate-subheading {
	margin-top: 14px;
	color: #6332d4;
	font-size: 26px;
	line-height: 1.15;
	font-weight: 800;
}

.cbl-gate-intro {
	color: #59536a;
	font-size: 15px;
	line-height: 1.6;
	margin: 16px 0 22px;
}

.cbl-gate-field {
	height: 54px;
	border: 1px solid #ded8eb;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	margin-bottom: 12px;
	background: #fff;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.cbl-gate-field:focus-within {
	border-color: #6332d4;
	box-shadow: 0 0 0 3px rgba(99,50,212,.11);
}
.cbl-field-icon {
	width: 24px;
	flex: 0 0 24px;
	color: #aaa2ba;
	font-size: 12px;
}
.cbl-gate-field input {
	width: 100% !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	font: inherit !important;
	color: #211a32 !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	min-height: 0 !important;
}
.cbl-gate-field input::placeholder { color: #9d96ac; opacity: 1; }

.cbl-gate-check {
	display: grid;
	grid-template-columns: 18px 1fr;
	align-items: start;
	gap: 10px;
	margin: 11px 0;
	color: #2e2940;
	font-size: 13px;
	line-height: 1.35;
	cursor: pointer;
}
.cbl-gate-check input {
	width: 17px !important;
	height: 17px !important;
	margin: 1px 0 0 !important;
	accent-color: #6332d4;
}

.cbl-gate-message {
	display: none;
	margin: 12px 0;
	border-radius: 9px;
	padding: 10px 12px;
	font-size: 13px;
	line-height: 1.4;
}
.cbl-gate-message.is-error {
	display: block;
	color: #8c1d2b;
	background: #fff0f1;
	border: 1px solid #f4c9ce;
}
.cbl-gate-message.is-success {
	display: block;
	color: #185f38;
	background: #edfff4;
	border: 1px solid #c6eed5;
}

.cbl-gate-submit {
	width: 100%;
	border: 0;
	border-radius: 9px;
	background: #6332d4;
	color: #fff;
	min-height: 53px;
	padding: 12px 18px;
	font: inherit;
	font-weight: 900;
	font-size: 14px;
	letter-spacing: .015em;
	cursor: pointer;
	margin-top: 10px;
	transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}
.cbl-gate-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 9px 24px rgba(99,50,212,.24);
}
.cbl-gate-submit:disabled {
	opacity: .65;
	cursor: wait;
	transform: none;
	box-shadow: none;
}

.cbl-gate-privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #8d8798;
	font-size: 11px;
	margin-top: 13px;
}

.cbl-gate-switch {
	margin-top: 18px;
	text-align: center;
	color: #777082;
	font-size: 13px;
}
.cbl-gate-switch button {
	border: 0;
	background: transparent;
	color: #6332d4;
	font: inherit;
	font-weight: 800;
	padding: 0;
	cursor: pointer;
}

.cbl-coupon-text { margin: 0; }

@media (max-width: 850px) {
	.cbl-gate-card {
		min-height: 0 !important;
		flex-direction: column;
	}
	.cbl-gate-image,
	.cbl-image-right .cbl-gate-image {
		order: 1;
		width: 100% !important;
		flex-basis: auto !important;
		min-height: 220px;
	}
	.cbl-gate-content,
	.cbl-image-right .cbl-gate-content {
		order: 2;
		padding: 28px 24px 28px;
	}
	.cbl-gate-headline { font-size: 40px; }
	.cbl-gate-subheading { font-size: 23px; }
}

@media (max-width: 480px) {
	.cbl-gate-card {
		border-radius: 0 !important;
		box-shadow: none;
	}
	.cbl-gate-image { min-height: 155px; }
	.cbl-gate-content { padding: 22px 18px 28px; }
	.cbl-gate-tabs { margin-bottom: 18px; }
	.cbl-gate-headline { font-size: 35px; }
	.cbl-gate-subheading { font-size: 21px; }
	.cbl-gate-intro { margin-bottom: 17px; }
}
