#mae-mailto-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1f1f1f;
}

#mae-mailto-wrap .mae-hero {
	background: linear-gradient(135deg, #b30000, #e11b22);
	color: #fff;
	padding: 44px 24px;
	border-radius: 20px;
	margin: 0 0 24px;
	box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

#mae-mailto-wrap .mae-hero h2 {
	margin: 0 0 10px;
	font-size: 2.4rem;
}

#mae-mailto-wrap .mae-hero p {
	margin: 0;
	font-size: 1.05rem;
	max-width: 850px;
}

#mae-mailto-wrap .mae-pill {
	display: inline-block;
	margin-top: 16px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.25);
	font-weight: 700;
}

#mae-mailto-wrap .mae-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

#mae-mailto-wrap .mae-form-card {
	background: #fff;
	border-radius: 18px;
	padding: 22px;
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
	border: 1px solid #e5e5e5;
}

#mae-mailto-wrap .mae-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

#mae-mailto-wrap .mae-field {
	margin-bottom: 14px;
}

#mae-mailto-wrap .mae-field label {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}

#mae-mailto-wrap .mae-required {
	color: #c40000;
}

#mae-mailto-wrap .mae-field input,
#mae-mailto-wrap .mae-field textarea,
#mae-mailto-wrap .mae-field select {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #d9d9d9;
	border-radius: 12px;
	font-size: 1rem;
	background: #fff;
}

#mae-mailto-wrap .mae-field input:focus,
#mae-mailto-wrap .mae-field textarea:focus,
#mae-mailto-wrap .mae-field select:focus {
	outline: none;
	border-color: #c40000;
	box-shadow: 0 0 0 3px rgba(196,0,0,0.12);
}

#mae-mailto-wrap .mae-field textarea {
	min-height: 110px;
	resize: vertical;
}

#mae-mailto-wrap .mae-button {
	background: #c40000;
	color: #fff;
	border: none;
	padding: 14px 18px;
	border-radius: 12px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	margin-top: 10px;
}

#mae-mailto-wrap .mae-button:hover {
	background: #990000;
}

#mae-mailto-wrap .mae-muted {
	color: #666;
	font-size: .95rem;
}

#mae-mailto-wrap .mae-message {
	margin: 15px 0;
	padding: 14px 18px;
	border-radius: 10px;
	font-size: 1rem;
	line-height: 1.5;
}

#mae-mailto-wrap .mae-message.success {
	background: #edf7ed;
	border: 1px solid #2e7d32;
	color: #1e4620;
}

#mae-mailto-wrap .mae-message.warning {
	background: #fff4e5;
	border: 1px solid #ef6c00;
	color: #663c00;
}

@media (max-width: 900px) {
	#mae-mailto-wrap .mae-form-grid {
		grid-template-columns: 1fr;
	}
	#mae-mailto-wrap .mae-hero h2 {
		font-size: 2rem;
	}
}
