.selzee-settings {
	max-width: 1200px;
	margin-top: 24px;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.selzee-backdrop {
	background: linear-gradient(145deg, #f6f1ff 0%, #fdfbff 45%, #ffffff 100%);
	border-radius: 32px;
	padding: 32px;
	position: relative;
	overflow: hidden;
}

.selzee-backdrop:after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 20%, rgba(120, 82, 255, 0.18), transparent 60%);
	pointer-events: none;
}

.selzee-card {
	position: relative;
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 25px 65px rgba(62, 37, 138, 0.18);
	overflow: hidden;
}

.selzee-card__hero {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	padding: 36px 40px 28px;
	background: linear-gradient(120deg, #a374ff, #7b5cff);
	color: #fff;
}

.selzee-card__logo img {
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.selzee-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.15);
	font-size: 20px;
	font-weight: 600;
}

.selzee-hero-copy {
	flex: 1 1 240px;
	min-width: 220px;
}

.selzee-hero-copy h1 {
	margin: 8px 0 6px;
	font-size: 28px;
}

.selzee-hero-copy p {
	margin: 0;
	opacity: 0.85;
	font-size: 16px;
}

.selzee-chip {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.selzee-hero-title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

.selzee-hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.selzee-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 12px 24px;
	border-radius: 999px;
	font-weight: 600;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.selzee-cta-button--primary {
	background: #fff;
	color: #6c40ff;
	box-shadow: 0 10px 24px rgba(25, 9, 81, 0.25);
}

.selzee-cta-button--primary:hover {
	color: #4b1bd6;
}

.selzee-cta-button--ghost {
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
	box-shadow: none;
}

.selzee-cta-button--ghost:hover {
	background: rgba(255, 255, 255, 0.3);
}

.selzee-card__body {
	padding: 32px 40px 40px;
}

.selzee-form-intro h2 {
	margin: 0 0 8px;
	font-size: 22px;
	color: #1f1c2f;
}

.selzee-form-intro p {
	margin: 0;
	color: #5b5674;
	font-size: 15px;
}

.selzee-fields {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 24px;
	align-items: stretch;
}

.selzee-field {
	background: #f9f7ff;
	border: 1px solid #ece7ff;
	border-radius: 18px;
	padding: 20px 22px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.selzee-field--action {
	background: #ffffff;
	border-color: #f0ebff;
}

.selzee-field__header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
}

.selzee-step-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 10px;
	background: #fff;
	color: #6c40ff;
	font-weight: 600;
}

.selzee-field__header h3 {
	margin: 0;
	font-size: 18px;
	color: #211f33;
}

.selzee-field-subtitle {
	margin: 4px 0 0;
	color: #6b678a;
	font-size: 13px;
}

.selzee-field label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6c5ce7;
	margin-bottom: 8px;
}

.selzee-field input[type="text"] {
	width: 100%;
	border-radius: 12px;
	border: 1px solid #d0c4ff;
	padding: 11px 14px;
	font-size: 16px;
	background: #fff;
	box-shadow: 0 4px 8px rgba(91, 72, 177, 0.08);
}

.selzee-field input[type="text"]:focus {
	border-color: #7b5cff;
	box-shadow: 0 0 0 3px rgba(123, 92, 255, 0.25);
	outline: none;
}

.selzee-step__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
}

.selzee-step__actions .selzee-cta-button--primary {
	background: #6c40ff;
	color: #fff;
	box-shadow: 0 12px 26px rgba(108, 64, 255, 0.25);
}

.selzee-step__actions .selzee-cta-button--primary:hover {
	background: #4b1bd6;
	color: #fff;
}

.selzee-step__actions .selzee-cta-button--ghost {
	background: transparent;
	border: 1px solid #d7cdfb;
	color: #6c40ff;
}

.selzee-step__actions .selzee-cta-button--ghost:hover {
	background: #f4f0ff;
}

.selzee-toggle {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 8px;
}

.selzee-toggle span {
	font-size: 15px;
	color: #221f34;
}

.selzee-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}

.selzee-checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 1px solid #c9bfff;
}

.selzee-checkbox span {
	font-size: 15px;
	color: #211f33;
	font-weight: 600;
}

.selzee-field p.description {
	margin-top: 12px;
	font-size: 13px;
	color: #5b5674;
}

.selzee-form .selzee-actions {
	margin-top: 32px;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.selzee-form .button.button-primary {
	background: linear-gradient(90deg, #7c5bff, #b076ff);
	border: none;
	box-shadow: 0 20px 30px rgba(98, 74, 197, 0.3);
	border-radius: 999px;
	padding: 0 32px;
	height: 46px;
	font-size: 15px;
	text-transform: none;
}

.selzee-form .button.button-primary:hover {
	background: linear-gradient(90deg, #6a44f5, #9b65ff);
}

.selzee-disclaimer {
	font-size: 13px;
	color: #7c7897;
}

.is-hidden {
	display: none !important;
}

@media (max-width: 960px) {
	.selzee-fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.selzee-backdrop {
		padding: 20px;
	}

	.selzee-card__hero {
		padding: 28px 24px;
	}

	.selzee-card__body {
		padding: 28px 24px 32px;
	}

	.selzee-fields {
		grid-template-columns: 1fr;
	}
}

