/**
 * Home — Contact / demo form
 */

/* Contact / Demo ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â light panel matching site bands */
.l1-contact {
	position: relative;
	padding: 3.5rem 0 4.25rem;
	overflow: hidden;
}
.l1-contact-panel {
	height: 100%;
	padding: clamp(1.5rem, 2.5vw, 2.1rem);
	border-radius: 28px;
	background: #fff;
	border: 1px solid var(--l1-line);
	color: var(--l1-ink);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}
.l1-contact-panel .l1-section-title {
	margin-bottom: 0.75rem;
	color: var(--l1-ink);
}
.l1-contact-panel .l1-section-sub {
	margin: 0 0 1.5rem;
	color: var(--l1-muted);
	max-width: 36ch;
}
.l1-contact-channels {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	margin-bottom: 1.5rem;
}
.l1-contact-channel {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	padding: 0.85rem 1rem;
	border-radius: 16px;
	text-decoration: none;
	color: var(--l1-ink);
	background: #fff;
	border: 1px solid var(--l1-line);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
	transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.l1-contact-channel:hover {
	border-color: rgba(15, 23, 42, 0.09);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
	color: var(--l1-ink);
}
.l1-contact-channel-ico {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	flex-shrink: 0;
	display: grid;
	place-items: center;
	background: var(--gradient);
	color: #fff;
	font-size: 1.05rem;
}
.l1-contact-channel small {
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--l1-muted);
	margin-bottom: 0.12rem;
}
.l1-contact-channel strong {
	display: block;
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--l1-ink);
}
.l1-contact-trust {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.15rem;
}
.l1-contact-trust li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--l1-muted);
}
.l1-contact-trust i {
	color: var(--l1-purple);
	font-size: 0.95rem;
}
.l1-contact-form {
	height: 100%;
	background: #fff;
	border-radius: 28px;
	padding: clamp(1.5rem, 2.5vw, 2rem);
	color: var(--l1-ink);
	border: 1px solid var(--l1-line);
	box-shadow: 0 18px 48px rgba(20, 10, 60, 0.08);
}
.l1-contact-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.5rem 0.95rem;
	border-radius: 999px;
	background: var(--gradient);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 0.95rem;
	box-shadow: 0 10px 24px rgb(65 65 65 / 28%);
}
.l1-contact-form h3,
.l1-contact-heading {
	margin: 0 0 0.45rem;
	font-size: clamp(1.85rem, 2.8vw, 2.35rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}
.l1-contact-form-lead {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--l1-muted);
}
.l1-form label {
	display: grid;
	gap: 0.35rem;
	font-size: 0.78rem;
	color: var(--l1-ink);
	font-weight: 600;
}
.l1-form input {
	width: 100%;
	height: 46px;
	background: #f3f6fb;
	border: 1px solid #e4ebf5;
	border-radius: 12px;
	padding: 0 0.9rem;
	color: var(--l1-ink);
	font-size: 0.92rem;
	font-weight: 400;
	font-family: inherit;
}
.l1-form input::placeholder { color: #9aa6b8; }
.l1-form input:focus {
	outline: none;
	border-color: var(--l1-purple);
	box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
	background: #fff;
}
.l1-contact-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 1.15rem;
	padding: 0.95rem 1.5rem;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	color: #fff;
	background: var(--gradient);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
	transition: transform 0.2s var(--l1-ease), filter 0.2s;
}
.l1-contact-submit:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
}
.l1-contact-form .wpcf7 form { display: grid; gap: 0.85rem; }
.l1-contact-form .wpcf7 label {
	display: grid;
	gap: 0.35rem;
	font-size: 0.78rem;
	color: var(--l1-ink);
	font-weight: 600;
}
.l1-contact-form .wpcf7 input[type="text"],
.l1-contact-form .wpcf7 input[type="email"],
.l1-contact-form .wpcf7 input[type="tel"],
.l1-contact-form .wpcf7 input[type="url"],
.l1-contact-form .wpcf7 textarea {
	width: 100% !important;
	height: 46px !important;
	background: #f3f6fb !important;
	border: 1px solid #e4ebf5 !important;
	border-radius: 12px !important;
	padding: 0 0.9rem !important;
	color: var(--l1-ink) !important;
	font-size: 0.92rem !important;
	box-shadow: none !important;
}
.l1-contact-form .wpcf7 textarea {
	height: auto !important;
	min-height: 90px;
	padding: 0.75rem 0.9rem !important;
}
.l1-contact-form .wpcf7-submit {
	width: 100% !important;
	margin-top: 0.35rem !important;
	padding: 0.95rem 1.5rem !important;
	border: none !important;
	border-radius: 999px !important;
	background: var(--gradient) !important;
	color: #fff !important;
	font-weight: 600 !important;
	box-shadow: 0 14px 32px rgb(89 89 89 / 28%) !important;
}
@media (max-width: 991.98px) {
	.l1-contact-panel,
	.l1-contact-form { border-radius: 24px; }
	.l1-contact-panel .l1-section-title { max-width: none; }
}
