/* Formulários nativos de lead — DiariasTech */

.dt-form-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 2rem;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.dt-field {
	display: block;
	width: 100%;
}

.dt-field > span {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: #1f2b3a;
	margin-bottom: 0.35rem;
}

.dt-field input,
.dt-field textarea {
	width: 100%;
	border: 1px solid #d8dee6;
	border-radius: 12px;
	padding: 0.7rem 0.9rem;
	font-size: 0.95rem;
	color: #1f2b3a;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.dt-field input:focus,
.dt-field textarea:focus {
	outline: none;
	border-color: #9bd309;
	box-shadow: 0 0 0 3px rgba(155, 211, 9, 0.2);
}

.dt-form .btn {
	margin-top: 0.5rem;
}

/* Honeypot — escondido de humanos */
.dt-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 0;
	overflow: hidden;
}

/* Alertas */
.dt-alert {
	border-radius: 12px;
	padding: 0.85rem 1rem;
	margin-bottom: 1.25rem;
	font-size: 0.95rem;
}

.dt-alert--success {
	background: #e7f7e1;
	color: #1f6b1f;
	border: 1px solid #b6e3a3;
}

.dt-alert--error {
	background: #fdeaea;
	color: #9b1c1c;
	border: 1px solid #f3b4b4;
}
