.nd-free-snapshot-wrap {
	max-width: 960px;
	margin: 0 auto;
}

.nd-free-snapshot-page {
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast-dark);
	min-height: 70vh;
}

.nd-free-snapshot-intro {
	max-width: 760px;
	margin-bottom: var(--wp--preset--spacing--superbspacing-small);
}

.nd-free-snapshot-kicker,
.nd-free-snapshot-label {
	margin: 0 0 8px;
	color: var(--wp--preset--color--primary);
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
}

.nd-free-snapshot-intro h1 {
	color: var(--wp--preset--color--mono-1);
	margin-top: 0;
	margin-bottom: 14px;
}

.nd-free-snapshot-intro p:last-child {
	color: var(--wp--preset--color--mono-2);
	max-width: 720px;
}

.nd-free-snapshot-form,
.nd-free-snapshot-summary,
.nd-free-snapshot-card,
.nd-free-snapshot-cta,
.nd-free-snapshot-status,
.nd-free-snapshot-error {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: #071a2a;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
	padding: clamp(18px, 3vw, 28px);
}

.nd-free-snapshot-form {
	display: grid;
	gap: 18px;
	margin-bottom: 20px;
	border-top: 4px solid var(--wp--preset--color--primary);
}

.nd-free-snapshot-field label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: var(--wp--preset--color--mono-1);
}

.nd-free-snapshot-field input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	background: #0b2235;
	color: var(--wp--preset--color--contrast-dark);
	font: inherit;
	padding: 12px 14px;
}

.nd-free-snapshot-field input[type="text"]::placeholder {
	color: #718096;
}

.nd-free-snapshot-field input[type="text"]:focus {
	border-color: var(--wp--preset--color--primary);
	box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.2);
	outline: none;
}

.nd-free-snapshot-confirm {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	color: var(--wp--preset--color--mono-2);
}

.nd-free-snapshot-confirm input {
	margin-top: 4px;
}

.nd-free-snapshot-status,
.nd-free-snapshot-error {
	margin: 20px 0;
}

.nd-free-snapshot-error {
	border-color: rgba(248, 113, 113, 0.55);
	background: rgba(127, 29, 29, 0.26);
	color: #fecaca;
}

.nd-free-snapshot-summary {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) minmax(120px, 1fr) 2fr;
	gap: 20px;
	align-items: center;
	margin: 24px 0;
}

.nd-free-snapshot-summary strong {
	font-size: 2.5rem;
	line-height: 1;
}

.nd-free-snapshot-summary small {
	display: block;
	margin-top: 6px;
	color: var(--wp--preset--color--mono-2);
	font-size: 0.9rem;
}

.nd-free-snapshot-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.nd-free-snapshot-card header {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	margin-bottom: 14px;
}

.nd-free-snapshot-card h2,
.nd-free-snapshot-cta h2,
.nd-free-snapshot-finding h3 {
	margin: 0;
}

.nd-free-snapshot-card header span {
	color: var(--wp--preset--color--primary);
	font-weight: 700;
}

.nd-free-snapshot-findings {
	display: grid;
	gap: 12px;
}

.nd-free-snapshot-finding {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 12px;
}

.nd-free-snapshot-finding div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
}

.nd-free-snapshot-finding p,
.nd-free-snapshot-muted,
.nd-free-snapshot-cta p {
	color: var(--wp--preset--color--mono-2);
}

.nd-free-snapshot-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	border-radius: 999px;
	padding: 3px 10px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.nd-free-snapshot-badge-low {
	color: #86efac;
}

.nd-free-snapshot-badge-medium {
	color: #fdba74;
}

.nd-free-snapshot-badge-high {
	color: #fca5a5;
}

.nd-free-snapshot-badge-info {
	color: #93c5fd;
}

.nd-free-snapshot-cta {
	margin-top: 20px;
	background: #0b2235;
	color: #ffffff;
}

.nd-free-snapshot-aftercopy {
	margin-top: 22px;
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid rgba(249, 115, 22, 0.32);
	border-radius: 8px;
	background: rgba(249, 115, 22, 0.08);
}

.nd-free-snapshot-aftercopy h2 {
	margin-top: 0;
}

.nd-free-snapshot-aftercopy p {
	color: var(--wp--preset--color--mono-2);
}

.nd-free-snapshot-cta p {
	color: #dbeafe;
}

.nd-free-snapshot-submit[disabled],
.nd-free-snapshot-form button[disabled] {
	cursor: wait;
	opacity: 0.72;
}

.nd-free-snapshot-form button {
	justify-self: start;
	min-width: 220px;
	border: 0;
}

@media (max-width: 760px) {
	.nd-free-snapshot-summary,
	.nd-free-snapshot-grid {
		grid-template-columns: 1fr;
	}
}
