/* ---------- Contact form section (plugin: ContactPlugin, #formular) ----------
   Section wrapper only. The form card, custom dropdown, form-builder restyle
   and success state are shared global styles loaded from registration.css. */

.contact-form {
	padding: var(--s12) 0;
	position: relative;
	overflow: hidden;
	background: var(--color-surface);
}

.contact-form .container--form {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 0 var(--s3);
}

.contact-form .deco {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

.contact-form .deco--yellow {
	width: 240px;
	height: 240px;
	background: var(--yellow-soft);
	bottom: -80px;
	right: -80px;
}

.contact-form .section-head {
	margin: 0 auto var(--s8);
	text-align: center;
}

.contact-form .section-head .kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 800;
	font-size: .82rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--orange);
	margin-bottom: var(--s2);
}

.contact-form .kicker .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--yellow);
	display: inline-block;
}

.contact-form .section-head h2 {
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 3.6vw, 2.6rem);
	line-height: 1.15;
	margin: 0 0 var(--s2);
	color: var(--color-text);
}

.contact-form .section-head p {
	color: var(--color-text-muted);
	font-size: 1.06rem;
	max-width: 640px;
	margin: 0 auto;
	text-wrap: balance;
}
