.webr-growth-calculator {
	--webr-navy: #0B1F3A;
	--webr-blue: #2563EB;
	--webr-gold: #F5C400;
	--webr-ink: #111827;
	--webr-muted: #4B5563;
	--webr-bg: #F8FAFC;
	--webr-border: #E5E7EB;
	color: var(--webr-ink);
	font-family: inherit;
	margin: 0 auto;
	max-width: 1120px;
}

.webr-growth-calculator * {
	box-sizing: border-box;
}

.webr-growth-card,
.webr-results-dashboard {
	background: #ffffff;
	border: 1px solid var(--webr-border);
	border-radius: 8px;
	box-shadow: 0 28px 70px rgba(11, 31, 58, 0.12);
	overflow: hidden;
}

.webr-growth-header {
	background: linear-gradient(135deg, var(--webr-navy), #173b68);
	color: #ffffff;
	padding: 42px 36px 34px;
	text-align: center;
}

.webr-growth-header-left {
	text-align: left;
}

.webr-growth-header-centre {
	text-align: center;
}

.webr-growth-eyebrow,
.webr-panel-kicker {
	color: var(--webr-gold);
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.webr-growth-header h2,
.webr-results-hero h2,
.webr-step-heading h3,
.webr-results-panel h3,
.webr-results-cta h3 {
	color: inherit;
	font-family: inherit;
	letter-spacing: 0;
	margin: 0;
}

.webr-growth-header h2 {
	font-size: 34px;
	line-height: 1.15;
}

.webr-growth-header p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	margin: 12px auto 0;
	max-width: 720px;
}

.webr-growth-header-left p {
	margin-left: 0;
	margin-right: 0;
}

.webr-intro-chip-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 22px;
}

.webr-growth-header-left .webr-intro-chip-list {
	justify-content: flex-start;
}

.webr-intro-chip-list span {
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	padding: 9px 12px;
}

.webr-progress {
	background: var(--webr-bg);
	border-bottom: 1px solid var(--webr-border);
	padding: 22px 36px 18px;
}

.webr-progress-bar {
	background: #d7deea;
	border-radius: 999px;
	height: 8px;
	margin-bottom: 16px;
	overflow: hidden;
}

.webr-progress-bar span {
	background: linear-gradient(90deg, var(--webr-gold), var(--webr-blue));
	border-radius: inherit;
	display: block;
	height: 100%;
	transition: width 220ms ease;
}

.webr-progress ol {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.webr-progress li {
	color: var(--webr-muted);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.webr-progress li.is-active,
.webr-progress li.is-complete {
	color: var(--webr-navy);
}

.webr-growth-form {
	padding: 36px;
}

.webr-hp-field {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.webr-growth-calculator .webrr-gc-honeypot {
	display: none !important;
	visibility: hidden !important;
}

.webr-step {
	animation: webrFade 180ms ease;
	display: none;
}

.webr-step.is-active {
	display: block;
}

@keyframes webrFade {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.webr-step-heading {
	margin-bottom: 26px;
}

.webr-step-heading span {
	color: var(--webr-blue);
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 8px;
}

.webr-step-heading h3 {
	color: var(--webr-navy);
	font-size: 26px;
	line-height: 1.2;
}

.webr-step-heading p {
	color: var(--webr-muted);
	margin: 10px 0 0;
}

.webr-field-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.webr-field,
.webr-consent {
	display: block;
	margin-bottom: 22px;
}

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

.webr-field > span,
.webr-consent span {
	color: var(--webr-ink);
	display: block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 10px;
}

.webr-field input[type="text"],
.webr-field input[type="email"],
.webr-field input[type="tel"],
.webr-field input[type="number"],
.webr-field input[type="url"],
.webr-field select {
	appearance: none;
	background: #ffffff;
	border: 1px solid #CBD5E1;
	border-radius: 8px;
	color: var(--webr-ink);
	font: inherit;
	min-height: 52px;
	padding: 13px 14px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

.webr-field select {
	background-image: linear-gradient(45deg, transparent 50%, var(--webr-muted) 50%), linear-gradient(135deg, var(--webr-muted) 50%, transparent 50%);
	background-position: calc(100% - 18px) 22px, calc(100% - 12px) 22px;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-right: 42px;
}

.webr-field input:focus,
.webr-field select:focus {
	border-color: var(--webr-blue);
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
	outline: none;
}

.webr-field small {
	color: var(--webr-muted);
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 8px;
}

.webr-conditional[hidden] {
	display: none !important;
}

.webr-choice-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.webr-choice-grid label,
.webr-segmented label {
	cursor: pointer;
	position: relative;
}

.webr-choice-grid input,
.webr-segmented input {
	left: 14px;
	opacity: 0;
	position: absolute;
	top: 14px;
}

.webr-choice-grid label span,
.webr-segmented label span {
	align-items: center;
	background: #ffffff;
	border: 1px solid #CBD5E1;
	border-radius: 8px;
	color: var(--webr-ink);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	min-height: 52px;
	padding: 11px 12px;
	text-align: center;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

.webr-choice-grid input:checked + span,
.webr-segmented input:checked + span {
	background: var(--webr-blue);
	border-color: var(--webr-blue);
	box-shadow: inset 0 0 0 1px var(--webr-blue), 0 10px 22px rgba(37, 99, 235, 0.18);
	color: #ffffff;
}

.webr-segmented {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.webr-segmented-wrap {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.webr-segmented-wrap label span {
	min-height: 58px;
	padding-bottom: 12px;
	padding-top: 12px;
}

.webr-range-field input[type="range"] {
	accent-color: var(--webr-blue);
	width: 100%;
}

.webr-range-field strong {
	align-items: center;
	background: var(--webr-navy);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	justify-content: center;
	margin-left: 8px;
	min-width: 34px;
	padding: 4px 10px;
}

.webr-consent {
	align-items: flex-start;
	background: var(--webr-bg);
	border: 1px solid var(--webr-border);
	border-radius: 8px;
	display: flex;
	gap: 12px;
	margin-top: 4px;
	padding: 16px;
}

.webr-consent input {
	margin-top: 4px;
}

.webr-consent span {
	color: var(--webr-muted);
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.webr-privacy-notice {
	color: var(--webr-muted);
	font-size: 13px;
	line-height: 1.55;
	margin: 18px 0 12px;
}

.webr-form-error {
	color: #b91c1c;
	font-weight: 700;
	min-height: 24px;
	padding-top: 4px;
}

.webr-field .webr-field-error,
.webr-consent .webr-field-error {
	color: #b91c1c;
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-top: 8px;
}

.webr-growth-calculator .has-control-error input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
.webr-growth-calculator .has-control-error select,
.webr-growth-calculator .has-error.webr-consent,
.webr-growth-calculator .has-error .webr-choice-grid label span,
.webr-growth-calculator .has-error .webr-segmented label span {
	background-color: #fff7f7;
	border-color: #dc2626;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.webr-growth-calculator .has-error:not(.has-control-error) {
	border-radius: 8px;
	outline: 3px solid rgba(220, 38, 38, 0.12);
	outline-offset: 4px;
}

.webr-growth-calculator .is-valid {
	border-radius: 8px;
	outline: 3px solid rgba(22, 163, 74, 0.12);
	outline-offset: 4px;
}

.webr-growth-calculator .is-control-valid input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
.webr-growth-calculator .is-control-valid select {
	background-color: #f7fef9;
	border-color: #16a34a;
	box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.10);
}

.webr-growth-calculator .has-error .webr-choice-grid input:checked + span,
.webr-growth-calculator .has-error .webr-segmented input:checked + span,
.webr-growth-calculator .is-valid .webr-choice-grid input:checked + span,
.webr-growth-calculator .is-valid .webr-segmented input:checked + span {
	background: var(--webr-blue);
	border-color: var(--webr-blue);
	box-shadow: inset 0 0 0 1px var(--webr-blue), 0 10px 22px rgba(37, 99, 235, 0.18);
	color: #ffffff;
}

.webr-growth-calculator .webr-field.has-error:not(.has-control-error) > span,
.webr-growth-calculator .webr-consent.has-error span {
	color: #991b1b;
}

.webr-actions {
	align-items: center;
	border-top: 1px solid var(--webr-border);
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 22px;
	padding-top: 24px;
}

.webr-actions [data-action="back"],
.webr-actions [data-action="submit"] {
	display: none;
}

.webr-button {
	align-items: center;
	background: var(--webr-blue);
	border: 1px solid var(--webr-blue);
	border-radius: 8px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 13px 22px;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.webr-button:hover,
.webr-button:focus {
	background: var(--webr-navy);
	border-color: var(--webr-navy);
	color: #ffffff;
	transform: translateY(-1px);
}

.webr-button:disabled {
	cursor: wait;
	opacity: 0.72;
	transform: none;
}

.webr-button-secondary {
	background: #ffffff;
	border-color: #CBD5E1;
	color: var(--webr-navy);
}

.webr-button-secondary:hover,
.webr-button-secondary:focus {
	background: var(--webr-bg);
	border-color: var(--webr-navy);
	color: var(--webr-navy);
}

.webr-results-dashboard {
	padding: 0;
}

.webr-report-brand {
	background: #ffffff;
	border-bottom: 1px solid var(--webr-border);
	padding: 18px 36px;
}

.webr-report-brand-main {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.webr-report-logo {
	display: block;
	height: auto;
	max-height: 70px;
	max-width: 180px;
	object-fit: contain;
	width: auto;
}

.webr-report-brand-name {
	color: var(--webr-navy);
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

.webr-report-title {
	color: var(--webr-navy);
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	text-align: right;
}

.webr-report-brand-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	justify-content: flex-end;
	margin-top: 8px;
}

.webr-report-brand-meta span {
	color: var(--webr-muted);
	font-size: 12px;
	line-height: 1.4;
}

.webr-report-brand-meta strong {
	color: var(--webr-navy);
	font-weight: 800;
	margin-right: 5px;
}

.webr-report-footer {
	background: #ffffff;
	border-top: 1px solid var(--webr-border);
	padding: 16px 36px 20px;
}

.webr-report-footer p {
	color: var(--webr-muted);
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

.webr-results-hero {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(11, 31, 58, 0.98), rgba(37, 99, 235, 0.88)),
		var(--webr-navy);
	color: #ffffff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 34px 36px;
}

.webr-results-hero p {
	color: rgba(255, 255, 255, 0.82);
	margin: 12px 0 0;
}

.webr-total-score {
	align-items: baseline;
	background: #ffffff;
	border-bottom: 6px solid var(--webr-gold);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	color: var(--webr-navy);
	display: flex;
	justify-content: center;
	min-width: 170px;
	padding: 22px;
}

.webr-total-score span {
	font-size: 60px;
	font-weight: 900;
	line-height: 1;
}

.webr-total-score small {
	color: var(--webr-muted);
	font-size: 20px;
	font-weight: 800;
}

.webr-results-grid {
	background: var(--webr-bg);
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	padding: 24px;
}

.webr-results-panel {
	background: #ffffff;
	border: 1px solid var(--webr-border);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
	grid-column: span 4;
	padding: 22px;
}

.webr-results-panel-wide {
	grid-column: span 8;
}

.webr-results-panel-feature {
	background: linear-gradient(180deg, #ffffff, #F8FAFC);
	border-color: rgba(37, 99, 235, 0.30);
	border-top: 5px solid var(--webr-blue);
	box-shadow: 0 18px 42px rgba(37, 99, 235, 0.12);
}

.webr-score-panel,
.webr-next-steps-panel {
	border-color: rgba(11, 31, 58, 0.16);
}

.webr-next-steps-panel {
	background: #ffffff;
	border-top: 5px solid var(--webr-gold);
}

.webr-results-panel h3 {
	color: var(--webr-navy);
	font-size: 22px;
	line-height: 1.25;
}

.webr-results-panel p {
	color: var(--webr-muted);
	margin: 10px 0 0;
}

.webr-panel-kicker {
	color: var(--webr-blue);
	margin-bottom: 8px;
}

.webr-issue-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.webr-issue-list span {
	background: rgba(245, 196, 0, 0.14);
	border: 1px solid rgba(245, 196, 0, 0.38);
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	padding: 7px 10px;
}

.webr-category-list {
	display: grid;
	gap: 16px;
	margin-top: 22px;
}

.webr-result-progress > div:first-child {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.webr-result-progress span {
	color: var(--webr-ink);
	font-weight: 800;
}

.webr-result-progress strong {
	color: var(--webr-blue);
}

.webr-score-bar {
	background: #E2E8F0;
	border-radius: 999px;
	height: 11px;
	overflow: hidden;
}

.webr-score-bar span {
	background: linear-gradient(90deg, var(--webr-blue), var(--webr-gold));
	border-radius: inherit;
	display: block;
	height: 100%;
}

.webr-metric {
	color: var(--webr-navy);
	display: block;
	font-size: 34px;
	line-height: 1;
	margin-top: 8px;
}

.webr-metric-small {
	font-size: 26px;
	line-height: 1.15;
}

.webr-next-steps {
	color: var(--webr-ink);
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
	padding-left: 22px;
}

.webr-next-steps li {
	font-weight: 700;
}

.webr-results-cta {
	align-items: center;
	background: linear-gradient(135deg, #ffffff, #F8FAFC);
	border-top: 1px solid var(--webr-border);
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 26px 36px;
}

.webr-results-cta h3 {
	color: var(--webr-navy);
	font-size: 22px;
}

.webr-results-cta p {
	color: var(--webr-muted);
	margin: 8px 0 0;
}

.webr-results-body {
	background: var(--webr-bg);
	display: grid;
	gap: 24px;
	padding: 24px;
}

.webr-main-insight-row {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.35fr);
}

.webr-results-body .webr-results-panel {
	grid-column: auto;
}

.webr-marketing-panel {
	padding: 28px;
}

.webr-marketing-panel h3 {
	font-size: 26px;
}

.webr-insight-lead {
	color: var(--webr-ink) !important;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
}

.webr-insight-list {
	color: var(--webr-muted);
	display: grid;
	gap: 10px;
	line-height: 1.5;
	margin: 18px 0 0;
	padding-left: 20px;
}

.webr-feature-row {
	background: #ffffff;
	border: 1px solid rgba(11, 31, 58, 0.12);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
	padding: 28px;
}

.webr-system-row {
	background:
		linear-gradient(135deg, rgba(11, 31, 58, 0.98), rgba(11, 31, 58, 0.90)),
		var(--webr-navy);
	border-color: rgba(245, 196, 0, 0.35);
	color: #ffffff;
}

.webr-system-row .webr-panel-kicker,
.webr-system-row h3,
.webr-system-row h4,
.webr-system-row p,
.webr-system-row li {
	color: inherit;
}

.webr-system-row .webr-panel-kicker {
	color: var(--webr-gold);
}

.webr-feature-row-heading {
	margin-bottom: 22px;
	max-width: 900px;
}

.webr-feature-row-heading h3 {
	color: var(--webr-navy);
	font-size: 28px;
	line-height: 1.18;
	margin: 0;
}

.webr-system-row .webr-feature-row-heading h3 {
	color: #ffffff;
}

.webr-feature-row-heading p {
	color: var(--webr-muted);
	font-size: 16px;
	line-height: 1.55;
	margin: 10px 0 0;
}

.webr-system-row .webr-feature-row-heading p {
	color: rgba(255, 255, 255, 0.82);
}

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

.webr-system-grid > div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	padding: 18px;
}

.webr-system-grid h4,
.webr-roadmap-step h4 {
	font-size: 17px;
	line-height: 1.3;
	margin: 0 0 8px;
}

.webr-system-grid p,
.webr-system-grid ul {
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.webr-system-grid ul {
	padding-left: 19px;
}

.webr-channel-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.webr-channel-chip-list span {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(37, 99, 235, 0.20);
	border-radius: 999px;
	color: var(--webr-navy);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 7px;
	line-height: 1;
	padding: 8px 10px;
}

.webr-channel-chip-list i {
	background: var(--webr-blue);
	border-radius: 999px;
	display: inline-block;
	height: 7px;
	width: 7px;
}

.webr-system-cta {
	margin-top: 18px;
}

.webr-roadmap-row {
	border-top: 5px solid var(--webr-gold);
}

.webr-roadmap-list {
	counter-reset: webrRoadmap;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.webr-roadmap-step {
	background: linear-gradient(180deg, #ffffff, #F8FAFC);
	border: 1px solid var(--webr-border);
	border-radius: 8px;
	padding: 18px;
}

.webr-roadmap-number {
	color: var(--webr-blue);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.webr-roadmap-step h4 {
	color: var(--webr-navy);
}

.webr-roadmap-step p {
	color: var(--webr-muted);
	line-height: 1.55;
	margin: 0;
}

.webr-roadmap-step strong {
	background: rgba(37, 99, 235, 0.10);
	border-radius: 999px;
	color: var(--webr-blue);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	margin-top: 16px;
	padding: 7px 10px;
}

.webr-supporting-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.webr-admin-time-row {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.webr-note-row {
	background: #FFFBEB;
	border: 1px solid rgba(245, 196, 0, 0.42);
	border-radius: 8px;
	color: var(--webr-muted);
	font-size: 13px;
	line-height: 1.5;
	padding: 16px 18px;
}

.webr-note-row p {
	margin: 0;
}

.webr-report-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.webr-report-meta span {
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.90);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	max-width: 100%;
	padding: 8px 11px;
	word-break: break-word;
}

.webr-report-meta strong {
	color: var(--webr-gold);
	display: inline-block;
	margin-right: 6px;
}

.webr-print-source {
	display: none;
}

.webr-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.webr-button-light {
	background: #f8fafc;
	border-color: rgba(255, 255, 255, 0.85);
	color: var(--webr-navy);
}

.webr-button-light:hover,
.webr-button-light:focus {
	background: #dbeafe;
	border-color: #bfdbfe;
	color: var(--webr-blue);
}

.webr-hero-booking {
	background: var(--webr-blue);
	border-color: var(--webr-blue);
}

.webr-growth-calculator .webr-results-dashboard a.webr-button,
.webr-growth-calculator .webr-results-dashboard button.webr-button,
.webr-growth-calculator .webr-results-cta .webr-results-cta-button {
	color: #ffffff !important;
	display: inline-flex !important;
	font-size: 15px !important;
	font-weight: 900;
	line-height: 1.2 !important;
	min-width: 240px;
	opacity: 1 !important;
	text-align: center;
	text-decoration: none !important;
	visibility: visible !important;
	white-space: normal;
}

.webr-growth-calculator .webr-results-dashboard a.webr-button:hover,
.webr-growth-calculator .webr-results-dashboard a.webr-button:focus,
.webr-growth-calculator .webr-results-dashboard button.webr-button:hover,
.webr-growth-calculator .webr-results-dashboard button.webr-button:focus {
	color: #ffffff !important;
}

.webr-growth-calculator .webr-results-dashboard .webr-button-light {
	color: var(--webr-navy) !important;
}

.webr-growth-calculator .webr-results-dashboard .webr-button-light:hover,
.webr-growth-calculator .webr-results-dashboard .webr-button-light:focus {
	color: var(--webr-blue) !important;
}

.webr-growth-calculator .webrr-gc-pdf-button,
.webr-growth-calculator a.webrr-gc-pdf-button,
.webr-growth-calculator button.webrr-gc-pdf-button,
.webr-growth-calculator .webr-results-dashboard .webrr-gc-pdf-button,
.webr-growth-calculator .webr-results-dashboard button.webrr-gc-pdf-button {
	background: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	box-shadow: none !important;
	color: #09213f !important;
	opacity: 1 !important;
	text-shadow: none !important;
}

.webr-growth-calculator .webrr-gc-pdf-button span,
.webr-growth-calculator .webrr-gc-pdf-button svg,
.webr-growth-calculator .webrr-gc-pdf-button i {
	color: #09213f !important;
	fill: #09213f !important;
	stroke: #09213f !important;
	text-shadow: none !important;
}

.webr-growth-calculator .webrr-gc-pdf-button:hover,
.webr-growth-calculator .webrr-gc-pdf-button:focus,
.webr-growth-calculator a.webrr-gc-pdf-button:hover,
.webr-growth-calculator a.webrr-gc-pdf-button:focus,
.webr-growth-calculator button.webrr-gc-pdf-button:hover,
.webr-growth-calculator button.webrr-gc-pdf-button:focus,
.webr-growth-calculator .webr-results-dashboard .webrr-gc-pdf-button:hover,
.webr-growth-calculator .webr-results-dashboard .webrr-gc-pdf-button:focus {
	background: #eaf2ff !important;
	border-color: #bfdbfe !important;
	color: #09213f !important;
	opacity: 1 !important;
	text-shadow: none !important;
}

.webr-growth-calculator .webr-results-cta .webr-results-cta-button:empty::after {
	content: "Book a Growth Strategy Session";
}

.webr-calculator-footer {
	background: #f8fafc;
	border-top: 1px solid var(--webr-border);
	padding: 44px 36px 38px;
}

.webr-footer-layout-compact {
	padding: 28px 24px;
}

.webr-footer-heading {
	margin: 0 auto 24px;
	max-width: 740px;
	text-align: center;
}

.webr-footer-heading h3,
.webr-score-check-grid h4,
.webr-footer-cta h3 {
	color: var(--webr-navy);
	font-family: inherit;
	letter-spacing: 0;
	margin: 0;
}

.webr-footer-heading h3 {
	font-size: 28px;
	line-height: 1.2;
}

.webr-footer-heading p {
	color: var(--webr-muted);
	font-size: 16px;
	line-height: 1.6;
	margin: 10px 0 0;
}

.webr-score-check-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.webr-score-check-grid article {
	background: #ffffff;
	border: 1px solid rgba(203, 213, 225, 0.78);
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(11, 31, 58, 0.08);
	padding: 22px;
}

.webr-score-check-grid article > span {
	align-items: center;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(245, 196, 0, 0.18));
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 999px;
	color: var(--webr-blue);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	margin-bottom: 14px;
	width: 34px;
}

.webr-score-check-grid h4 {
	font-size: 17px;
	line-height: 1.25;
}

.webr-score-check-grid p {
	color: var(--webr-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 8px 0 0;
}

.webr-trust-strip {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 24px;
}

.webr-trust-strip span {
	background: #ffffff;
	border: 1px solid rgba(203, 213, 225, 0.88);
	border-radius: 999px;
	color: var(--webr-navy);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	padding: 9px 12px;
}

.webr-footer-cta {
	align-items: center;
	background:
		radial-gradient(circle at 14% 20%, rgba(37, 99, 235, 0.28), transparent 28%),
		linear-gradient(135deg, var(--webr-navy), #102f56);
	border-radius: 8px;
	color: #ffffff;
	display: grid;
	gap: 20px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin-top: 28px;
	padding: 28px;
}

.webr-footer-cta-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--webr-gold);
	display: inline-flex;
	font-size: 24px;
	font-weight: 700;
	height: 52px;
	justify-content: center;
	line-height: 1;
	width: 52px;
}

.webr-footer-cta h3 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2;
}

.webr-footer-cta p {
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.6;
	margin: 8px 0 0;
}

.webr-growth-calculator .webr-footer-cta-button,
.webr-growth-calculator .webr-footer-cta a.webr-footer-cta-button {
	background: var(--webr-blue);
	border: 1px solid var(--webr-blue);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
	color: #ffffff !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	padding: 14px 18px;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.webr-growth-calculator .webr-footer-cta-button:hover,
.webr-growth-calculator .webr-footer-cta-button:focus {
	background: #1d4ed8;
	border-color: #1d4ed8;
	color: #ffffff !important;
}

.webr-footer-layout-compact .webr-score-check-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.webr-footer-layout-compact .webr-footer-cta {
	grid-template-columns: 1fr;
	padding: 22px;
	text-align: left;
}

.webr-print-cta {
	display: none;
}

@media (max-width: 900px) {
	.webr-progress ol,
	.webr-segmented-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webr-results-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.webr-main-insight-row,
	.webr-supporting-grid,
	.webr-admin-time-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webr-roadmap-list,
	.webr-system-grid {
		grid-template-columns: 1fr;
	}

	.webr-results-panel {
		grid-column: span 3;
	}

	.webr-results-panel-wide {
		grid-column: 1 / -1;
	}

	.webr-results-panel-feature {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.webr-growth-header,
	.webr-progress,
	.webr-growth-form,
	.webr-calculator-footer,
	.webr-report-brand,
	.webr-report-footer,
	.webr-results-hero,
	.webr-results-cta {
		padding-left: 20px;
		padding-right: 20px;
	}

	.webr-growth-header h2,
	.webr-results-hero h2 {
		font-size: 28px;
	}

	.webr-progress {
		padding-top: 18px;
	}

	.webr-field-grid,
	.webr-choice-grid,
	.webr-segmented,
	.webr-segmented-wrap,
	.webr-results-hero,
	.webr-score-check-grid,
	.webr-footer-layout-compact .webr-score-check-grid,
	.webr-footer-cta {
		grid-template-columns: 1fr;
	}

	.webr-results-grid {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.webr-results-body {
		gap: 18px;
		padding: 18px;
	}

	.webr-main-insight-row,
	.webr-supporting-grid,
	.webr-admin-time-row,
	.webr-roadmap-list,
	.webr-system-grid {
		grid-template-columns: 1fr;
	}

	.webr-feature-row,
	.webr-marketing-panel {
		padding: 20px;
	}

	.webr-feature-row-heading h3,
	.webr-marketing-panel h3 {
		font-size: 23px;
	}

	.webr-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.webr-report-brand-main {
		align-items: flex-start;
		flex-direction: column;
	}

	.webr-report-title {
		text-align: left;
	}

	.webr-report-brand-meta {
		justify-content: flex-start;
	}

	.webr-report-logo {
		max-width: 150px;
	}

	.webr-hero-actions .webr-button {
		width: 100%;
	}

	.webr-intro-chip-list {
		align-items: stretch;
		flex-direction: column;
	}

	.webr-growth-header-left .webr-intro-chip-list,
	.webr-intro-chip-list {
		justify-content: stretch;
	}

	.webr-intro-chip-list span {
		justify-content: center;
		text-align: center;
	}

	.webr-footer-heading h3 {
		font-size: 24px;
	}

	.webr-score-check-grid article {
		padding: 20px;
	}

	.webr-footer-cta {
		padding: 22px;
	}

	.webr-footer-cta-button {
		white-space: normal;
		width: 100%;
	}

	.webr-results-panel,
	.webr-results-panel-wide,
	.webr-results-panel-feature {
		grid-column: 1 / -1;
	}

	.webr-progress ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webr-progress li {
		font-size: 12px;
		text-align: left;
	}

	.webr-actions,
	.webr-results-cta {
		align-items: stretch;
		flex-direction: column;
	}

	.webr-actions .webr-button,
	.webr-results-cta .webr-button {
		width: 100%;
	}

	.webr-growth-calculator .webr-results-cta .webr-results-cta-button {
		min-width: 0;
		width: 100%;
	}

	.webr-total-score {
		justify-self: stretch;
	}

	.webr-total-score span {
		font-size: 52px;
	}
}

@media print {
	@page {
		size: A4 portrait;
		margin: 12mm;
	}

	html,
	body {
		background: #ffffff !important;
		color: #111827 !important;
		height: auto !important;
		margin: 0 !important;
		max-height: none !important;
		overflow: visible !important;
		width: auto !important;
	}

	body * {
		visibility: hidden;
	}

	.webr-growth-calculator,
	.webr-growth-calculator * {
		visibility: visible;
	}

	.webr-growth-calculator {
		background: #ffffff !important;
		color: #111827 !important;
		height: auto !important;
		left: auto;
		margin: 0;
		max-height: none !important;
		max-width: none;
		overflow: visible !important;
		position: static;
		top: auto;
		width: auto;
	}

	.webr-growth-card,
	.webr-calculator-footer,
	.webr-hero-actions,
	.webrr-gc-pdf-button,
	.webrr-gc-booking-button,
	.webrr-gc-cta-button,
	.no-print,
	.webr-results-cta-button,
	[data-action="print-report"],
	.webr-growth-calculator button,
	.webr-growth-calculator input,
	.webr-growth-calculator select,
	.webr-growth-calculator textarea {
		display: none !important;
	}

	.webr-growth-calculator a[href]::after {
		content: "" !important;
	}

	.webr-results {
		display: block !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.webr-results-dashboard,
	.webr-results-panel,
	.webr-feature-row,
	.webr-roadmap-step,
	.webr-total-score {
		box-shadow: none !important;
	}

	.webr-results-dashboard {
		border: 0;
		border-radius: 0;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.webr-report-brand {
		background: #ffffff !important;
		border-bottom: 1px solid #E5E7EB;
		break-inside: avoid;
		padding: 0 0 14px;
		page-break-inside: avoid;
	}

	.webr-report-brand-main {
		align-items: flex-start;
		display: flex;
		gap: 18px;
		justify-content: space-between;
	}

	.webr-report-logo {
		max-height: 70px;
		max-width: 180px;
	}

	.webr-report-title,
	.webr-report-brand-name {
		color: #111827 !important;
	}

	.webr-report-brand-meta {
		justify-content: flex-end;
	}

	.webr-report-brand-meta span,
	.webr-report-footer p {
		color: #4B5563 !important;
	}

	.webr-results-hero {
		background: #ffffff !important;
		border-bottom: 1px solid #E5E7EB;
		break-inside: avoid;
		color: #111827 !important;
		grid-template-columns: minmax(0, 1fr) auto;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
		padding: 18px 0;
		page-break-inside: avoid;
	}

	.webr-results-hero p {
		color: #4B5563 !important;
	}

	.webr-results-body {
		background: #ffffff !important;
		gap: 14px;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
		padding: 16px 0;
	}

	.webr-main-insight-row,
	.webr-system-grid,
	.webr-roadmap-list,
	.webr-admin-time-row,
	.webr-supporting-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webr-feature-row,
	.webr-results-panel,
	.webr-roadmap-step,
	.webr-main-insight-row,
	.webr-roadmap-list,
	.webr-system-grid,
	.webr-supporting-grid,
	.webr-admin-time-row,
	.webr-note-row {
		break-inside: avoid;
		border: 1px solid #E5E7EB !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
		page-break-inside: avoid;
	}

	.webr-system-row {
		background: #ffffff !important;
		color: #111827 !important;
	}

	.webr-system-row .webr-panel-kicker {
		color: #2563EB !important;
	}

	.webr-system-row h3,
	.webr-system-row h4,
	.webr-system-row p,
	.webr-system-row li {
		color: #111827 !important;
	}

	.webr-system-grid > div {
		background: #ffffff !important;
		border-color: #E5E7EB !important;
		break-inside: avoid;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
		page-break-inside: avoid;
	}

	.webr-channel-chip-list span {
		border-color: #CBD5E1 !important;
	}

	.webr-results-cta {
		background: #ffffff !important;
		border-top: 1px solid #E5E7EB;
		break-inside: avoid;
		display: block;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
		padding: 18px 0 0;
		page-break-inside: avoid;
	}

	.webr-report-footer {
		background: #ffffff !important;
		border-top: 1px solid #E5E7EB;
		display: block;
		padding: 12px 0 0;
	}

	.webr-print-cta {
		background: #F8FAFC !important;
		border: 1px solid #E5E7EB !important;
		break-inside: avoid;
		color: #111827 !important;
		display: block !important;
		margin-top: 16px;
		padding: 14px 16px;
		page-break-inside: avoid;
	}

	.webr-print-cta h3 {
		color: #0B1F3A !important;
		font-size: 16px;
		margin: 0 0 6px;
	}

	.webr-print-cta p {
		color: #4B5563 !important;
		font-size: 12px;
		line-height: 1.45;
		margin: 0 0 8px;
	}

	.webr-print-cta a {
		color: #2563EB !important;
		display: inline;
		font-size: 12px;
		font-weight: 700;
		text-decoration: underline;
	}

	.webr-print-cta span {
		color: #4B5563 !important;
		display: block;
		font-size: 10px;
		line-height: 1.35;
		margin-top: 5px;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.webr-print-source {
		display: inline-flex;
	}

	.webr-issue-list span {
		color: #0B1F3A !important;
	}

	.webr-results-panel p,
	.webr-roadmap-step p,
	.webr-insight-list {
		color: #4B5563 !important;
	}

	.webr-note-row {
		background: #F8FAFC !important;
		font-size: 11px;
		line-height: 1.45;
		padding: 10px 12px;
	}
}
