.swingphd-assessment-shell {
	--swingphd-forest: #14342b;
	--swingphd-forest-soft: #244e3f;
	--swingphd-gold: #8a6a1c;
	--swingphd-cream: #f5f1e7;
	--swingphd-paper: #fffdf8;
	--swingphd-border: #ddd1b0;
	--swingphd-ink: #1e2a25;
	--swingphd-muted: #617267;
	--swingphd-danger: #9e2a2a;
	position: relative;
	padding: clamp(1.25rem, 2vw, 2rem);
	border-radius: 28px;
	background:
		radial-gradient(circle at top left, rgba(138, 106, 28, 0.16), transparent 28%),
		radial-gradient(circle at bottom right, rgba(20, 52, 43, 0.14), transparent 30%),
		linear-gradient(180deg, #fbfaf6 0%, #f1ead9 100%);
	border: 1px solid rgba(138, 106, 28, 0.18);
	box-shadow: 0 24px 60px rgba(20, 52, 43, 0.12);
	color: var(--swingphd-ink);
}

.swingphd-assessment-header {
	max-width: 760px;
	margin: 0 auto 1.75rem;
	text-align: center;
}

.swingphd-kicker {
	margin: 0 0 0.5rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--swingphd-gold);
}

.swingphd-assessment-header h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 3.3rem);
	line-height: 1.02;
	color: var(--swingphd-forest);
}

.swingphd-intro {
	max-width: 720px;
	margin: 1rem auto 0;
	color: var(--swingphd-muted);
	font-size: 1.05rem;
}

.swingphd-assessment-form {
	max-width: 980px;
	margin: 0 auto;
}

.swingphd-grid {
	display: grid;
	gap: 1rem;
}

.swingphd-grid-contact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 1.25rem;
}

.swingphd-field label,
.swingphd-question-card h3 {
	display: block;
}

.swingphd-field label {
	margin-bottom: 0.45rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--swingphd-forest);
}

.swingphd-field input,
.swingphd-field textarea {
	width: 100%;
	padding: 0.95rem 1rem;
	border: 1px solid var(--swingphd-border);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	box-sizing: border-box;
	font-size: 1rem;
	color: var(--swingphd-ink);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.swingphd-field input:focus,
.swingphd-field textarea:focus,
.swingphd-option input:focus {
	outline: 2px solid rgba(138, 106, 28, 0.35);
	outline-offset: 2px;
}

.swingphd-question-card {
	margin: 0 0 1rem;
	padding: 1.35rem;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(221, 209, 176, 0.82);
	box-shadow: 0 12px 32px rgba(20, 52, 43, 0.06);
	backdrop-filter: blur(8px);
}

.swingphd-question-head {
	margin-bottom: 1rem;
}

.swingphd-question-number {
	margin: 0 0 0.35rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--swingphd-gold);
}

.swingphd-question-card h3 {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.25;
	color: var(--swingphd-forest);
}

.swingphd-question-description,
.swingphd-microcopy,
.swingphd-disclaimer {
	margin: 0.5rem 0 0;
	color: var(--swingphd-muted);
	font-size: 0.95rem;
}

.swingphd-option-list {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swingphd-option {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(20, 52, 43, 0.12);
	border-radius: 18px;
	background: var(--swingphd-paper);
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.swingphd-option:hover {
	transform: translateY(-1px);
	border-color: rgba(138, 106, 28, 0.4);
	box-shadow: 0 10px 26px rgba(20, 52, 43, 0.06);
}

.swingphd-option input {
	margin: 0;
	width: 1.1rem;
	height: 1.1rem;
	accent-color: var(--swingphd-gold);
}

.swingphd-option:has(input:checked) {
	background: linear-gradient(180deg, rgba(138, 106, 28, 0.12), rgba(138, 106, 28, 0.05));
	border-color: rgba(138, 106, 28, 0.55);
	box-shadow: 0 12px 28px rgba(138, 106, 28, 0.12);
}

.swingphd-form-actions {
	margin-top: 1.75rem;
	text-align: center;
}

.swingphd-submit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	padding: 1rem 1.5rem;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--swingphd-gold), #b0892d);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 16px 32px rgba(138, 106, 28, 0.24);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.swingphd-submit-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 20px 34px rgba(138, 106, 28, 0.28);
}

.swingphd-submit-button:disabled {
	opacity: 0.75;
	cursor: wait;
}

.swingphd-response {
	margin-top: 1.25rem;
}

.swingphd-response-card {
	max-width: 760px;
	margin: 0 auto;
	padding: 1.4rem 1.5rem;
	border-radius: 22px;
	border: 1px solid rgba(20, 52, 43, 0.12);
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(20, 52, 43, 0.08);
}

.swingphd-response-card.is-success {
	border-color: rgba(36, 78, 63, 0.2);
}

.swingphd-response-card.is-error {
	border-color: rgba(158, 42, 42, 0.24);
	background: #fff7f7;
}

.swingphd-response-card h3 {
	margin: 0 0 0.5rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.65rem;
	color: var(--swingphd-forest);
}

.swingphd-response-card.is-error h3,
.swingphd-response-card.is-error {
	color: var(--swingphd-danger);
}

.swingphd-response-card p,
.swingphd-response-card ul {
	margin: 0.65rem 0 0;
	color: var(--swingphd-muted);
}

.swingphd-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 782px) {
	.swingphd-grid-contact,
	.swingphd-option-list {
		grid-template-columns: 1fr;
	}

	.swingphd-question-card,
	.swingphd-assessment-shell {
		padding: 1rem;
		border-radius: 22px;
	}

	.swingphd-assessment-header h2 {
		font-size: 2rem;
	}

	.swingphd-submit-button {
		width: 100%;
		min-width: 0;
	}
}
