/* Startup Validation Report — page-specific styles */

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.id-skip-link {
	background: #181716;
	color: #ffffff;
	left: -9999px;
	padding: 8px 16px;
	position: absolute;
	top: 0;
	z-index: 200;
}

.id-skip-link:focus {
	left: 0;
}

/* Page shell — full yellow viewport, no white gap */
html {
	background-color: #efcd13;
	height: 100%;
}

body.svr-page {
	background-color: #efcd13;
	margin: 0;
	min-height: 100%;
	min-height: 100dvh;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

body.svr-page .bee-page-container {
	background-color: #efcd13;
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
	overflow-x: hidden;
	position: relative;
	z-index: 1;
}

body.svr-page .svr-logo-row {
	background-color: #efcd13 !important;
	flex-shrink: 0;
}

body.svr-page .svr-view.is-active {
	display: flex;
	flex: 1;
	flex-direction: column;
}

body.svr-page .svr-view.is-active > .bee-row .bee-row-content {
	align-items: stretch;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

body.svr-page .svr-footer-row {
	flex-shrink: 0;
	margin-top: auto;
}

/* Decorative background elements */
.svr-deco {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	z-index: 0;
}

.svr-deco__blob {
	border-radius: 50%;
	filter: blur(1px);
	opacity: 0.45;
	position: absolute;
}

.svr-deco__blob--1 {
	background: radial-gradient(circle, rgba(243, 70, 176, 0.35) 0%, rgba(243, 70, 176, 0) 70%);
	height: min(420px, 70vw);
	right: -12%;
	top: -8%;
	width: min(420px, 70vw);
}

.svr-deco__blob--2 {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
	bottom: 15%;
	height: min(280px, 50vw);
	left: -10%;
	width: min(280px, 50vw);
}

.svr-deco__blob--3 {
	background: radial-gradient(circle, rgba(243, 70, 176, 0.2) 0%, rgba(243, 70, 176, 0) 70%);
	bottom: -5%;
	height: min(200px, 40vw);
	right: 10%;
	width: min(200px, 40vw);
}

.svr-deco__dots {
	background-image: radial-gradient(rgba(24, 23, 22, 0.07) 1px, transparent 1px);
	background-size: 20px 20px;
	inset: 0;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 85%);
	-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 85%);
	opacity: 0.6;
	position: absolute;
}

/* Override shared styles.css conflicts on this page */
.svr-intro-row.bee-row-7 .bee-col-1,
.svr-processing-row.bee-row-7 .bee-col-1,
.svr-footer-row.bee-row-7 .bee-col-1 {
	height: auto !important;
	padding: 0 !important;
}

.svr-assess-row.bee-row-8 .bee-col-1 {
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: block !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.svr-page-row.bee-row-7 .bee-row-content,
.svr-page-row.bee-row-8 .bee-row-content {
	flex-direction: column !important;
}

/* Yellow page background (matches logo header) */
.svr-page-row.bee-row-7,
.svr-page-row.bee-row-8 {
	background-color: #efcd13 !important;
	background-image: none !important;
}

/* Views */
.svr-view {
	display: none;
}

.svr-view.is-active {
	animation: svr-fade-in 0.45s ease forwards;
	display: block;
}

@keyframes svr-fade-in {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes svr-step-in {
	from {
		opacity: 0;
		transform: translateX(12px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes svr-pop {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	70% {
		transform: scale(1.08);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes svr-slide-up {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Intro */
.svr-intro-row .bee-row-content {
	padding: 48px 24px 56px !important;
}

.svr-intro-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0 auto;
	max-width: 640px;
	text-align: center;
	width: 100%;
}

.svr-intro-inner h1 {
	color: #181716;
	font-size: clamp(26px, 6vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	width: 100%;
}

.svr-intro-inner h1 span {
	color: #f346b0;
	display: inline;
	position: relative;
	z-index: 0;
}

.svr-intro-inner h1 span::after {
	background: rgba(243, 70, 176, 0.18);
	border-radius: 4px;
	bottom: 2px;
	content: "";
	height: 0.35em;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}

.svr-intro-inner .svr-lead {
	color: #181716;
	font-size: clamp(15px, 3.8vw, 18px);
	line-height: 1.6;
	margin: 0 0 28px;
	max-width: 520px;
	opacity: 0.9;
	width: 100%;
}

.svr-intro-actions {
	margin-bottom: 24px;
	width: 100%;
}

.svr-intro-meta {
	color: #181716;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	width: 100%;
}

.svr-intro-meta span {
	background: rgba(255, 255, 255, 0.45);
	border: 1px solid rgba(24, 23, 22, 0.1);
	border-radius: 20px;
	padding: 6px 14px;
	white-space: nowrap;
}

.svr-start-btn {
	background-color: #181716;
	border: 1px solid #181716;
	border-radius: 25px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto;
	max-width: 100%;
	padding: 14px 28px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
	width: min(100%, 320px);
}

.svr-start-btn:hover,
.svr-start-btn:focus {
	background-color: #f346b0;
	border-color: #f346b0;
	color: #ffffff;
	outline: 2px solid #7747FF;
	outline-offset: 2px;
}

/* Assessment shell */
.svr-assess-row .bee-row-content {
	margin: 0 auto;
	max-width: 720px;
	padding: 32px 20px 48px !important;
}

.svr-assess-row .bee-col-1 {
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.svr-progress {
	margin-bottom: 20px;
	padding: 0 4px;
}

.svr-progress-bar {
	background: rgba(24, 23, 22, 0.15);
	border-radius: 25px;
	height: 8px;
	margin-bottom: 10px;
	overflow: hidden;
}

.svr-progress-fill {
	background: #f346b0;
	border-radius: 25px;
	height: 100%;
	transition: width 0.4s ease;
	width: 0;
}

.svr-progress-labels {
	color: #181716;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: space-between;
	opacity: 0.85;
}

.svr-card {
	background: #f8f3ef;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(24, 23, 22, 0.08);
	overflow: hidden;
	padding: 0;
	position: relative;
}

.svr-card::before {
	background: linear-gradient(180deg, #f346b0, #ffc229);
	border-radius: 20px 0 0 20px;
	content: "";
	height: 48px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 4px;
}

.svr-card__body {
	padding: 28px 28px 8px;
}

.svr-card h2 {
	color: #181716;
	font-size: clamp(22px, 4vw, 26px);
	font-weight: 700;
	margin-bottom: 8px;
}

.svr-card .svr-step-desc {
	color: #181716;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 22px;
	opacity: 0.8;
}

.svr-step {
	display: none;
}

.svr-step.is-active {
	animation: svr-step-in 0.35s ease forwards;
	display: block;
}

.svr-field-row {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
}

.svr-field--half {
	margin-bottom: 16px;
}

.svr-optional {
	font-weight: 400;
	opacity: 0.65;
}

.svr-field {
	margin-bottom: 16px;
}

.svr-field:last-child {
	margin-bottom: 0;
}

.svr-field label,
.svr-field legend {
	color: #181716;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
}

.svr-field input[type="text"],
.svr-field input[type="email"],
.svr-field input[type="tel"],
.svr-field input[type="url"],
.svr-field select,
.svr-field textarea {
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 12px;
	color: #181716;
	font-family: inherit;
	font-size: 15px;
	padding: 12px 14px;
	width: 100%;
}

.svr-field textarea {
	min-height: 72px;
	resize: vertical;
}

.svr-field input:focus,
.svr-field select:focus,
.svr-field textarea:focus {
	border-color: #f346b0;
	outline: 2px solid #7747FF;
	outline-offset: 0;
}

.svr-field.has-error input,
.svr-field.has-error select,
.svr-field.has-error textarea {
	border-color: #e53935;
}

.svr-field-error {
	color: #e53935;
	font-size: 13px;
	margin-top: 4px;
}

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

.svr-option {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.svr-option input {
	flex-shrink: 0;
	margin-top: 3px;
}

.svr-option label {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	margin: 0;
}

/* Navigation inside card */
.svr-nav {
	background: #f0ebe6;
	border-top: 1px solid #e0dbd5;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 0;
	padding: 20px 28px 24px;
}

.svr-btn {
	border: none;
	border-radius: 25px;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	min-width: 120px;
	padding: 12px 24px;
	transition: background-color 0.2s ease, transform 0.15s ease;
}

.svr-btn-next:active,
.svr-btn-submit:active,
.svr-start-btn:active {
	transform: scale(0.98);
}

.svr-btn-prev {
	background: #ffffff;
	border: 2px solid #181716;
	color: #181716;
}

.svr-btn-next,
.svr-btn-submit {
	background-color: #181716;
	color: #ffffff;
}

.svr-btn-next:hover,
.svr-btn-submit:hover,
.svr-btn-prev:hover {
	background-color: #f346b0;
	border-color: #f346b0;
	color: #ffffff;
}

.svr-btn:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

/* Lead form card uses full padding */
#svr-view-lead .svr-card {
	padding: 28px;
}

#svr-view-lead .svr-nav {
	background: transparent;
	border-top: none;
	justify-content: center;
	padding: 20px 0 0;
}

#svr-view-lead .svr-btn-submit {
	min-width: 200px;
}

/* Processing */
.svr-processing-row .bee-row-content {
	padding: 48px 24px 56px !important;
}

.svr-processing-row {
	text-align: center;
}

.svr-processing-row h2 {
	color: #181716;
	font-size: clamp(26px, 4vw, 32px);
	font-weight: 700;
	margin-bottom: 12px;
}

.svr-processing-row p {
	color: #181716;
	font-size: 17px;
	margin-bottom: 32px;
	opacity: 0.85;
}

.svr-processing-list {
	background: rgba(255, 255, 255, 0.35);
	border-radius: 16px;
	list-style: none;
	margin: 0 auto;
	max-width: 480px;
	padding: 16px 20px;
	text-align: left;
}

.svr-processing-list li {
	color: rgba(24, 23, 22, 0.45);
	font-size: 15px;
	padding: 10px 0;
	transition: color 0.3s ease;
}

.svr-processing-list li.is-active {
	color: #181716;
	font-weight: 600;
}

.svr-processing-list li.is-done {
	color: #181716;
}

.svr-processing-list li.is-done::before {
	color: #f346b0;
	content: "✓ ";
	font-weight: 700;
}

.svr-processing-list li.is-active::before {
	color: #f346b0;
	content: "● ";
}

/* Lead capture */
.svr-ready-banner {
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(24, 23, 22, 0.12);
	border-radius: 15px;
	color: #181716;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 24px;
	padding: 16px 20px;
}

.svr-lead-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
}

.svr-lead-grid .svr-field--full {
	grid-column: 1 / -1;
}

.svr-consent {
	margin-top: 8px;
}

.svr-error {
	background: rgba(229, 57, 53, 0.12);
	border: 1px solid #e53935;
	border-radius: 12px;
	color: #c62828;
	font-size: 14px;
	margin-bottom: 16px;
	padding: 12px 16px;
}

.svr-error button {
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	font-weight: 600;
	margin-left: 8px;
	text-decoration: underline;
}

/* Success */
.svr-success-row .bee-row-content {
	padding: 48px 24px 64px !important;
}

.svr-success-card {
	background: #f8f3ef;
	border-radius: 24px;
	box-shadow: 0 8px 32px rgba(24, 23, 22, 0.1);
	margin: 0 auto;
	max-width: 560px;
	padding: 48px 40px 44px;
	position: relative;
	text-align: center;
}

.svr-success-card::after {
	border: 2px dashed rgba(243, 70, 176, 0.25);
	border-radius: 28px;
	content: "";
	inset: 10px;
	pointer-events: none;
	position: absolute;
}

.svr-success-card > * {
	position: relative;
	z-index: 1;
}

.svr-success-card.is-animated .svr-success-icon {
	animation: svr-pop 0.6s cubic-bezier(0.34, 1.4, 0.64, 1) forwards;
}

.svr-success-card.is-animated .svr-success-eyebrow,
.svr-success-card.is-animated h2,
.svr-success-card.is-animated .svr-success-lead,
.svr-success-card.is-animated .svr-success-list,
.svr-success-card.is-animated .svr-success-cta-text,
.svr-success-card.is-animated .svr-consultation-note,
.svr-success-card.is-animated .svr-success-actions {
	animation: svr-slide-up 0.5s ease forwards;
	opacity: 0;
}

.svr-success-card.is-animated .svr-success-eyebrow { animation-delay: 0.15s; }
.svr-success-card.is-animated h2 { animation-delay: 0.25s; }
.svr-success-card.is-animated .svr-success-lead { animation-delay: 0.35s; }
.svr-success-card.is-animated .svr-success-list { animation-delay: 0.45s; }
.svr-success-card.is-animated .svr-success-cta-text { animation-delay: 0.55s; }
.svr-success-card.is-animated .svr-consultation-note { animation-delay: 0.62s; }
.svr-success-card.is-animated .svr-success-actions { animation-delay: 0.72s; }

.svr-success-icon {
	align-items: center;
	background: linear-gradient(135deg, #5dfeb1, #3de89a);
	border: 3px solid #181716;
	border-radius: 50%;
	display: flex;
	height: 80px;
	justify-content: center;
	margin: 0 auto 24px;
	opacity: 0;
	width: 80px;
}

.svr-success-check {
	color: #181716;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
}

.svr-success-eyebrow {
	color: #f346b0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.svr-success-row h2 {
	color: #181716;
	font-size: clamp(24px, 4vw, 32px);
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 14px;
}

.svr-success-lead {
	color: #181716;
	font-size: 17px;
	line-height: 1.6;
	margin: 0 auto 28px;
	max-width: 440px;
	opacity: 0.9;
}

.svr-success-list {
	list-style: none;
	margin: 0 auto 28px;
	max-width: 320px;
	padding: 0;
	text-align: left;
}

.svr-success-list li {
	color: #181716;
	font-size: 15px;
	padding: 8px 0 8px 28px;
	position: relative;
}

.svr-success-list li::before {
	color: #f346b0;
	content: "✓";
	font-weight: 700;
	left: 0;
	position: absolute;
}

.svr-success-cta-text {
	color: #181716;
	font-size: 15px;
	margin: 0 0 12px;
	opacity: 0.85;
}

.svr-consultation-note {
	background: rgba(93, 254, 177, 0.25);
	border: 1px solid rgba(24, 23, 22, 0.1);
	border-radius: 12px;
	color: #181716;
	font-size: 14px;
	line-height: 1.55;
	margin: 0 auto 24px;
	max-width: 400px;
	padding: 12px 16px;
}

.svr-consultation-note strong {
	color: #181716;
	font-weight: 700;
}

.svr-success-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 auto;
	max-width: 340px;
}

.svr-success-actions a {
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.15s ease, opacity 0.2s ease;
}

.svr-success-actions .svr-cta-primary {
	border-radius: 25px;
	display: block;
	font-size: 17px;
	font-weight: 700;
	padding: 15px 28px;
}

.svr-success-actions .svr-cta-primary:hover {
	transform: translateY(-1px);
}

.svr-cta-primary {
	background-color: #181716;
	border: 1px solid #181716;
	color: #ffffff;
}

.svr-cta-subtle {
	background: transparent;
	border: none;
	color: #181716;
	font-size: 14px;
	font-weight: 500;
	opacity: 0.55;
	padding: 10px 16px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.svr-cta-primary:hover {
	background-color: #f346b0;
	border-color: #f346b0;
	color: #ffffff;
}

.svr-cta-subtle:hover {
	opacity: 0.85;
	text-decoration: underline;
}

/* Footer */
.svr-footer-row .bee-row-content {
	padding: 20px 24px max(32px, env(safe-area-inset-bottom)) !important;
}

.svr-footer-row {
	background-color: #efcd13 !important;
}

.svr-footer-text {
	color: #181716;
	font-size: 14px;
	margin: 0;
	opacity: 0.8;
	padding: 0;
	text-align: center;
}

.svr-footer-text a {
	color: #181716;
	font-weight: 600;
	text-decoration: underline;
}

/* Tablet */
@media (max-width: 1024px) {
	.svr-assess-row .bee-row-content,
	.svr-intro-row .bee-row-content,
	.svr-processing-row .bee-row-content {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.svr-intro-row .bee-row-content {
		padding: 28px 20px 36px !important;
	}

	.svr-intro-inner h1 {
		font-size: clamp(24px, 7vw, 32px);
		margin-bottom: 14px;
	}

	.svr-intro-inner .svr-lead {
		font-size: 15px;
		line-height: 1.55;
		margin-bottom: 24px;
	}

	.svr-intro-actions {
		margin-bottom: 20px;
	}

	.svr-start-btn {
		font-size: 16px;
		padding: 14px 20px;
		width: 100%;
	}

	.svr-assess-row .bee-row-content {
		padding: 16px 16px 28px !important;
	}

	.svr-processing-row .bee-row-content {
		padding: 28px 16px 36px !important;
	}

	.svr-success-row .bee-row-content {
		padding: 28px 16px 40px !important;
	}

	.svr-success-card {
		padding: 32px 20px 28px;
	}

	.svr-progress-labels {
		font-size: 13px;
	}

	.svr-field-row {
		grid-template-columns: 1fr;
	}

	.svr-card__body,
	#svr-view-lead .svr-card {
		padding: 20px 16px 8px;
	}

	.svr-nav {
		flex-direction: column-reverse;
		gap: 10px;
		padding: 16px;
	}

	.svr-btn {
		min-width: 0;
		width: 100%;
	}

	.svr-lead-grid {
		grid-template-columns: 1fr;
	}

	.svr-card h2 {
		font-size: 20px;
	}

	.svr-card .svr-step-desc {
		font-size: 14px;
		margin-bottom: 18px;
	}

	.svr-field {
		margin-bottom: 14px;
	}

	.svr-field input[type="text"],
	.svr-field input[type="email"],
	.svr-field input[type="tel"],
	.svr-field input[type="url"],
	.svr-field select,
	.svr-field textarea {
		font-size: 16px;
		padding: 12px;
	}

	.svr-option label {
		font-size: 14px;
	}

	.svr-consent .svr-option label {
		font-size: 13px;
		line-height: 1.5;
	}

	.svr-ready-banner {
		font-size: 14px;
		padding: 14px 16px;
	}

	.svr-processing-row h2 {
		font-size: 24px;
	}

	.svr-processing-row p {
		font-size: 15px;
	}

	.svr-success-row h2 {
		font-size: 22px;
	}

	.svr-success-lead {
		font-size: 15px;
	}

	.svr-success-actions a {
		font-size: 16px;
		padding: 14px 20px;
	}

	.svr-deco__blob--1 {
		height: 240px;
		right: -20%;
		top: -5%;
		width: 240px;
	}

	.svr-deco__blob--2 {
		bottom: 20%;
		height: 160px;
		left: -15%;
		width: 160px;
	}

	.svr-deco__blob--3 {
		display: none;
	}

	.svr-deco__dots {
		opacity: 0.35;
	}

	.svr-card::before {
		height: 36px;
		top: 20px;
	}

	.bee-row-1 .bee-col-1 .bee-block-1 img {
		max-width: 160px !important;
	}
}

@media (max-width: 480px) {
	.svr-intro-row .bee-row-content {
		padding: 24px 16px 32px !important;
	}

	.svr-intro-meta {
		gap: 8px;
	}

	.svr-intro-meta span {
		font-size: 12px;
		padding: 5px 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.svr-deco {
		display: none;
	}

	.svr-view.is-active,
	.svr-step.is-active,
	.svr-success-card.is-animated .svr-success-icon,
	.svr-success-card.is-animated .svr-success-eyebrow,
	.svr-success-card.is-animated h2,
	.svr-success-card.is-animated .svr-success-lead,
	.svr-success-card.is-animated .svr-success-list,
	.svr-success-card.is-animated .svr-success-cta-text,
	.svr-success-card.is-animated .svr-consultation-note,
	.svr-success-card.is-animated .svr-success-actions {
		animation: none;
		opacity: 1;
		transform: none;
	}

	.svr-success-icon {
		opacity: 1;
	}
}
