.nws-wrap {
	max-width: 640px;
	margin: 40px auto;
	padding: 0 20px;
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #1d2433;
}

.nws-card {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 6px 28px rgba(0,0,0,0.08);
	padding: 36px 32px;
}

.nws-logo {
	max-height: 48px;
	margin-bottom: 18px;
}

.nws-heading {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 12px;
	line-height: 1.25;
}

.nws-subheading {
	font-size: 16px;
	color: #4b5468;
	margin: 0 0 24px;
	line-height: 1.5;
}

.nws-chatgpt-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #f0f4ff;
	color: #2540a8;
	border: 1px solid #c9d6f7;
	border-radius: 999px;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 18px;
	box-shadow: 0 2px 8px rgba(37, 64, 168, 0.08);
}

.nws-chatgpt-badge-icon {
	width: 26px;
	height: 26px;
	color: #2540a8;
	flex-shrink: 0;
}

.nws-btn {
	display: inline-block;
	background: var(--nws-brand, #1a73e8);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 14px 26px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.nws-btn:hover {
	opacity: 0.9;
}

.nws-btn:active {
	transform: scale(0.98);
}

.nws-timer-banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff4e5;
	border: 1px solid #ffd699;
	border-radius: 10px;
	padding: 14px 18px;
	margin-bottom: 22px;
	flex-wrap: wrap;
	gap: 10px;
}

.nws-timer-banner-quiz {
	margin-top: 20px;
}

.nws-timer-text strong {
	display: block;
	font-size: 14px;
	color: #8a5a00;
}

.nws-spots-line {
	font-size: 14px;
	color: #8a5a00;
}

.nws-spots-count {
	font-weight: 700;
	font-size: 16px;
}

.nws-place-taken-notice {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #c0392b;
	height: 18px;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.nws-place-taken-notice.nws-place-taken-visible {
	opacity: 1;
	animation: nws-pulse 0.4s ease;
}

@keyframes nws-pulse {
	0% { transform: scale(1); }
	30% { transform: scale(1.06); }
	100% { transform: scale(1); }
}

.nws-timer-clock,
.nws-timer-display {
	font-size: 20px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: #b35c00;
}

.nws-timer-expired {
	background: #fde8e8;
	border-color: #f5b5b5;
	color: #8a1f1f;
}

.nws-quiz-heading {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 22px;
}

.nws-question {
	margin-bottom: 22px;
}

.nws-question-label {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 15px;
}

.nws-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.nws-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border: 1px solid #dfe3eb;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.nws-option:hover {
	border-color: var(--nws-brand, #1a73e8);
}

.nws-option input {
	accent-color: var(--nws-brand, #1a73e8);
}

.nws-contact-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 26px 0 8px;
}

.nws-input {
	padding: 12px 14px;
	border: 1px solid #dfe3eb;
	border-radius: 8px;
	font-size: 15px;
}

.nws-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	overflow: hidden !important;
}

.nws-submit-quiz {
	width: 100%;
	margin-top: 12px;
}

.nws-error {
	color: #c0392b;
	font-size: 14px;
	margin-top: 10px;
}

.nws-score-circle {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: var(--nws-brand, #1a73e8);
	color: #fff;
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin: 0 auto 20px;
	transition: background 0.3s ease;
}

.nws-score-circle.nws-band-ready { background: #1a8754; }
.nws-score-circle.nws-band-needs_setup { background: #d98c00; }
.nws-score-circle.nws-band-not_ready { background: #c0392b; }

.nws-score-number {
	font-size: 52px;
	font-weight: 800;
}

.nws-score-max {
	font-size: 18px;
	opacity: 0.8;
}

.nws-band-label {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 24px;
	margin: 0 0 8px;
}

.nws-band-blurb {
	text-align: center;
	color: #4b5468;
	margin: 0 0 28px;
}

.nws-breakdown {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 28px;
}

.nws-breakdown-row {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 10px 14px;
	border-radius: 8px;
	background: #f6f8fb;
	font-size: 14px;
}

.nws-breakdown-row-main {
	display: flex;
	justify-content: space-between;
}

.nws-breakdown-row .nws-pass { color: #1a8754; font-weight: 600; }
.nws-breakdown-row .nws-fail { color: #c0392b; font-weight: 600; }

.nws-booking-row-link {
	font-size: 13px;
	font-weight: 600;
	color: var(--nws-brand, #1a73e8);
	text-decoration: underline;
	align-self: flex-start;
}

.nws-booking-cta {
	background: #f0f4ff;
	border: 1px solid #c9d6f7;
	border-radius: 12px;
	padding: 22px 24px;
	margin-bottom: 28px;
	text-align: center;
}

.nws-booking-cta-heading {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	margin: 0 0 8px;
	font-size: 18px;
	color: #1d2433;
}

.nws-booking-cta-body {
	margin: 0 0 16px;
	color: #4b5468;
	font-size: 14px;
}

.nws-booking-cta-btn {
	display: inline-block;
	text-decoration: none;
}

.nws-referral-panel {
	border-top: 1px solid #eceff3;
	padding-top: 24px;
}

.nws-referral-panel h3 {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	margin: 0 0 8px;
	font-size: 19px;
}

.nws-referral-link-row {
	display: flex;
	gap: 8px;
	margin: 16px 0;
}

.nws-referral-link {
	flex: 1;
	padding: 12px 14px;
	border: 1px solid #dfe3eb;
	border-radius: 8px;
	font-size: 14px;
	background: #f6f8fb;
}

.nws-invite-form {
	display: flex;
	gap: 8px;
}

.nws-invite-email {
	flex: 1;
	padding: 12px 14px;
	border: 1px solid #dfe3eb;
	border-radius: 8px;
	font-size: 15px;
}

.nws-invite-status {
	margin-top: 10px;
	font-size: 14px;
	color: #1a8754;
}

@media (max-width: 480px) {
	.nws-card { padding: 26px 20px; }
	.nws-heading { font-size: 22px; }
	.nws-invite-form { flex-direction: column; }
	.nws-referral-link-row { flex-direction: column; }
}
