/* One More Day on the AT — application form.
   Deliberately minimal: the page it lives on carries the site branding.
   Fonts inherit from the theme; colors nod to the brand palette. */

.omdat-app {
	max-width: 760px;
	margin: 0 auto;
}

.omdat-eligibility {
	background: #f6f2e7;
	border: 1px solid #c6ab73;
	border-left-width: 5px;
	border-radius: 10px;
	padding: 1.2rem 1.5rem;
	margin: 0 0 1.4rem;
}

.omdat-eligibility h3 {
	margin: 0 0 0.5rem;
	font-size: 1.02rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #214539;
}

.omdat-eligibility p {
	margin: 0 0 0.9rem;
	color: #43503f;
	font-size: 0.94rem;
	line-height: 1.55;
}

.omdat-eligibility-confirm {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	font-weight: 600;
	color: #214539;
	cursor: pointer;
}

.omdat-eligibility-confirm input {
	margin-top: 0.2rem;
	accent-color: #214539;
}

.omdat-eligibility.omdat-invalid {
	border-color: #b3402e;
}

.omdat-section {
	background: #fff;
	border: 1px solid #e2dbc9;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(33, 69, 57, 0.06);
	padding: 1.4rem 1.6rem 1.1rem;
	margin: 0 0 1.4rem;
}

.omdat-section legend {
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 1.02rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #214539;
	padding: 0 0 0.5rem;
	margin-bottom: 1.1rem;
	border-bottom: 2px solid #c6ab73;
}

.omdat-section > * {
	clear: both;
}

.omdat-field {
	margin-bottom: 1.05rem;
}

.omdat-field label {
	display: block;
	font-weight: 600;
	font-size: 0.92rem;
	color: #214539;
	margin-bottom: 0.3rem;
	line-height: 1.45;
}

.omdat-field input[type="text"],
.omdat-field input[type="email"],
.omdat-field input[type="tel"],
.omdat-field select,
.omdat-field textarea {
	width: 100%;
	padding: 0.55rem 0.7rem;
	border: 1px solid #d5cdbb;
	border-radius: 6px;
	background: #fffdf8;
	font: inherit;
	font-size: 0.95rem;
	color: #333;
	box-sizing: border-box;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.omdat-field input:focus,
.omdat-field select:focus,
.omdat-field textarea:focus {
	outline: none;
	border-color: #214539;
	box-shadow: 0 0 0 3px rgba(198, 171, 115, 0.35);
}

.omdat-field.omdat-invalid input,
.omdat-field.omdat-invalid select,
.omdat-field.omdat-invalid textarea {
	border-color: #b3402e;
}

.omdat-req {
	color: #b3402e;
}

.omdat-choices {
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
}

.omdat-choice {
	font-weight: 400 !important;
	display: inline-flex !important;
	align-items: center;
	gap: 0.4rem;
	border: 1px solid #d5cdbb;
	border-radius: 999px;
	padding: 0.35rem 0.9rem;
	background: #fffdf8;
	color: #333 !important;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s;
}

.omdat-choice:has(input:checked) {
	background: #214539;
	border-color: #214539;
	color: #fff !important;
}

.omdat-choice input {
	accent-color: #c6ab73;
}

.omdat-errors {
	background: #faf0ee;
	border: 1px solid #b3402e;
	border-left-width: 5px;
	border-radius: 8px;
	padding: 0.85rem 1.1rem;
	margin-bottom: 1.4rem;
	color: #6b2417;
}

.omdat-errors p {
	margin: 0 0 0.4rem;
}

.omdat-errors ul {
	margin: 0 0 0 1.1rem;
}

.omdat-success {
	background: #fff;
	border: 1px solid #c6ab73;
	border-top: 4px solid #214539;
	border-radius: 10px;
	padding: 2.4rem 2rem;
	text-align: center;
}

.omdat-success h3 {
	color: #214539;
	margin: 0 0 0.7rem;
}

.omdat-success p {
	color: #555;
	margin: 0;
}

.omdat-submit {
	display: block;
	width: 100%;
	background: #c6ab73;
	color: #214539;
	border: 0;
	border-radius: 8px;
	padding: 0.9rem 2rem;
	font-family: inherit;
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.15s, transform 0.1s;
}

.omdat-submit:hover {
	background: #b3945a;
}

.omdat-submit:active {
	transform: translateY(1px);
}

/* Uppy uploader: match the card language */
#omdat-uppy .uppy-Dashboard-inner {
	border: 1px dashed #c6ab73;
	border-radius: 8px;
	background: #fffdf8;
}

/* Honeypot — visually hidden from humans */
.omdat-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 600px) {
	.omdat-section {
		padding: 1.1rem 1rem 0.8rem;
	}
}
