/* =====================================================================
   Ariham SiteScan — Premium frontend styles
   Instrument Serif + Hanken Grotesk · orange #f05c10 · navy #14224f
   ===================================================================== */

/* Revert theme paragraph margin resets inside the plugin root */
.ariham-ss p {
	margin: revert;
}

/* Ensure the HTML hidden attribute is never overridden by display rules */
.ariham-ss [hidden] {
	display: none;
}

/* ---- tokens ---- */
.ariham-ss {
	--ss-orange: #f05c10;
	--ss-orange-deep: #d44e05;
	--ss-orange-soft: #fdf0e8;
	--ss-orange-glow: rgba(240, 92, 16, .18);
	--ss-navy: #14224f;
	--ss-navy-deep: #0b143a;
	--ss-ink: #131a36;
	--ss-ink-2: #4b5765;
	--ss-ink-3: #8c95a4;
	--ss-line: #e8e8e3;
	--ss-paper: #f8f8f5;
	--ss-surface: #ffffff;
	--ss-green: #1b9e5e;
	--ss-green-soft: #e8f6ef;
	--ss-amber: #c8850e;
	--ss-amber-soft: #fef6e4;
	--ss-red: #c8392b;
	--ss-red-soft: #fdecea;
	--ss-r: 14px;
	--ss-r-lg: 22px;
	--ss-r-xl: 32px;
	--ss-sh: 0 1px 3px rgba(20, 34, 79, .06), 0 6px 20px rgba(20, 34, 79, .07);
	--ss-sh-lg: 0 8px 28px rgba(20, 34, 79, .08), 0 28px 56px -16px rgba(20, 34, 79, .18);
	--ss-sans: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
	--ss-serif: "Instrument Serif", Georgia, serif;
	font-family: var(--ss-sans);
	color: var(--ss-ink);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ---- hard reset for theme interference ---- */
.ariham-ss *,
.ariham-ss *::before,
.ariham-ss *::after {
	box-sizing: border-box;
}

.ariham-ss ul,
.ariham-ss ol,
.entry-content .ariham-ss ul,
.entry-content .ariham-ss ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ariham-ss a {
	text-decoration: none;
}

.ariham-ss button {
	cursor: pointer;
}

.ariham-ss input,
.ariham-ss button,
.ariham-ss textarea {
	font-family: var(--ss-sans);
}

/* ================================================================
   LAYOUT SHELL
   ================================================================ */
.ariham-ss {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.ariham-ss__inner {
	max-width: 1200px;
	margin: 0 auto;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.ariham-ss__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: var(--ss-sans);
	font-weight: 600;
	font-size: 1rem;
	border: none;
	border-radius: 999px;
	padding: 14px 28px;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1;
}

/* High-specificity + !important so theme link/button colour resets
   (e.g. a:hover { color: … }) can't bleed through in either state. */
.ariham-ss .ariham-ss__btn--primary,
.ariham-ss a.ariham-ss__btn--primary,
.ariham-ss a.ariham-ss__btn--primary:visited,
.ariham-ss a.ariham-ss__btn--primary:focus {
	background: var(--ss-orange) !important;
	color: #fff !important;
	box-shadow: 0 6px 22px -6px rgba(240, 92, 16, .55);
}

.ariham-ss .ariham-ss__btn--primary:hover:not(:disabled),
.ariham-ss a.ariham-ss__btn--primary:hover,
.ariham-ss a.ariham-ss__btn--primary:focus:hover {
	background: var(--ss-orange-deep) !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px -6px rgba(240, 92, 16, .65);
	color: #fff !important;
}

.ariham-ss__btn--ghost {
	background: transparent;
	color: var(--ss-ink);
	border: 1.5px solid var(--ss-line);
}

.ariham-ss__btn--ghost:hover:not(:disabled) {
	border-color: var(--ss-ink);
	transform: translateY(-1px);
	color: var(--ss-ink);
}


.ariham-ss .ariham-ss__btn:disabled {
	opacity: .55;
	cursor: default;
	transform: none;
}

/* ================================================================
   HERO
   ================================================================ */
.ariham-ss__hero {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: none;
	/* When the WP page title sits above, we only need breathing room, not nav-clearance */
	padding: clamp(24px, 3vh, 40px) clamp(20px, 5vw, 48px) clamp(32px, 5vw, 56px);
	text-align: center;
	position: relative;
	overflow: visible;
	max-width: 860px;
	margin: 0 auto;
}

/* When a .page-hero sits above the block, the nav is already cleared */
.page-hero + .ariham-ss .ariham-ss__hero {
	padding-top: clamp(40px, 5vw, 64px);
}

/* Some themes wrap content after .page-hero, so + .ariham-ss won't match */
.page-hero + * .ariham-ss .ariham-ss__hero {
	padding-top: clamp(40px, 5vw, 64px);
}

.ariham-ss__hero::before {
	display: none;
}


.ariham-ss__title {
	font-family: var(--ss-serif);
	font-weight: 400;
	font-size: clamp(2.6rem, 5.5vw, 4.2rem);
	line-height: 1.06;
	letter-spacing: -.02em;
	color: var(--ss-ink);
	margin: 0 auto 12px !important;
	max-width: 680px;
	text-align: center;
}

.ariham-ss__title em {
	font-style: italic;
	color: var(--ss-orange);
}

.ariham-ss__subtitle {
	font-size: clamp(.9rem, 1.6vw, 1rem);
	color: var(--ss-ink-2);
	margin: 0 auto 20px !important;
	line-height: 1.6;
	text-align: center;
	max-width: 520px;
}

/* form */
.ariham-ss__form {
	max-width: 580px;
	margin: 0 auto;
}

.ariham-ss__field {
	display: flex;
	align-items: center;
	background: var(--ss-surface);
	border: 1.5px solid var(--ss-line);
	border-radius: 999px;
	padding: 7px 7px 7px 22px;
	gap: 10px;
	transition: border-color .2s, box-shadow .25s;
	box-shadow: 0 4px 16px rgba(20, 34, 79, .07);
}

.ariham-ss__field:focus-within {
	border-color: var(--ss-orange);
	box-shadow: 0 0 0 4px var(--ss-orange-glow), 0 4px 16px rgba(20, 34, 79, .07);
}

.ariham-ss__field-icon {
	color: var(--ss-ink-3);
	flex-shrink: 0;
}

.ariham-ss__input {
	flex: 1;
	border: none;
	background: transparent;
	font-size: 1.05rem;
	color: var(--ss-ink);
	padding: 15px 4px;
	outline: none;
	min-width: 0;
}

.ariham-ss__input::placeholder {
	color: var(--ss-ink-3);
}

.ariham-ss .ariham-ss__microcopy {
	margin-top: 16px;
	font-size: .86rem;
	color: var(--ss-ink-3);
}

.ariham-ss .ariham-ss__error {
	margin-top: 14px;
	color: var(--ss-red);
	font-weight: 600;
	font-size: .92rem;
	background: var(--ss-red-soft);
	border-radius: 10px;
	padding: 10px 16px;
}


/* ================================================================
   SCANNING STATE
   ================================================================ */
[data-ss-view="scanning"]:not([hidden]) {
	display: flex;
	align-items: center;
	justify-content: center;
	/* break out of narrow WP content containers */
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 80vh;
	padding: clamp(48px, 8vh, 100px) clamp(20px, 5vw, 48px);
	position: relative;
	overflow: hidden;
}

/* orange blob — top right */
[data-ss-view="scanning"]::before {
	content: '';
	position: absolute;
	top: -10%;
	right: -8%;
	width: clamp(320px, 45vw, 560px);
	height: clamp(320px, 45vw, 560px);
	background: radial-gradient(ellipse at center, rgba(240,92,16,.13) 0%, rgba(240,92,16,.05) 45%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

/* navy blob — bottom left */
[data-ss-view="scanning"]::after {
	content: '';
	position: absolute;
	bottom: -12%;
	left: -8%;
	width: clamp(280px, 40vw, 480px);
	height: clamp(280px, 40vw, 480px);
	background: radial-gradient(ellipse at center, rgba(20,34,79,.09) 0%, rgba(20,34,79,.03) 50%, transparent 72%);
	border-radius: 50%;
	pointer-events: none;
}

.ariham-ss__scanning {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	max-width: 520px;
	gap: 0;
}

/* ---- Spinner ring ---- */
.ariham-ss__scan-ring {
	position: relative;
	width: 80px;
	height: 80px;
	margin-bottom: 28px;
	flex-shrink: 0;
}

/* pulsing halo behind the ring */
.ariham-ss__scan-ring::before,
.ariham-ss__scan-ring::after {
	content: '';
	position: absolute;
	inset: -16px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(240,92,16,.12) 0%, transparent 68%);
	animation: ss-halo-pulse 2.4s ease-in-out infinite;
}

.ariham-ss__scan-ring::after {
	inset: -32px;
	background: radial-gradient(circle, rgba(240,92,16,.06) 0%, transparent 65%);
	animation-delay: .8s;
}

@keyframes ss-halo-pulse {
	0%, 100% { opacity: .6; transform: scale(1); }
	50%       { opacity: 1; transform: scale(1.06); }
}

.ariham-ss__scan-ring svg {
	width: 100%;
	height: 100%;
	animation: ss-ring-spin 1.4s linear infinite;
}

.ariham-ss__scan-ring-bg {
	stroke: var(--ss-line);
}

.ariham-ss__scan-ring-arc {
	stroke: var(--ss-orange);
	stroke-dasharray: 52 155;
}

.ariham-ss__scan-icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ss-navy);
}

@keyframes ss-ring-spin {
	to { transform: rotate(360deg); }
}

/* ---- Title & URL ---- */
.ariham-ss .ariham-ss__scan-title {
	font-family: var(--ss-serif);
	font-weight: 400;
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	color: var(--ss-ink);
	margin: 0 0 8px;
	line-height: 1.15;
}

.ariham-ss .ariham-ss__scan-url {
	font-family: 'JetBrains Mono', ui-monospace, monospace;
	font-size: .8rem;
	color: var(--ss-ink-3);
	margin: 0 0 28px;
	letter-spacing: .04em;
}

/* ---- Step label (typewriter target) ---- */
.ariham-ss .ariham-ss__scan-step {
	font-size: clamp(1rem, 2.2vw, 1.15rem);
	font-weight: 500;
	color: var(--ss-navy);
	margin: 0 0 32px;
	min-height: 1.6em;
	line-height: 1.4;
}

.ariham-ss .ariham-ss__scan-step::after {
	content: '|';
	color: var(--ss-orange);
	margin-left: 2px;
	font-weight: 300;
	animation: ss-cursor-blink 1s step-end infinite;
}

/* visually hidden live region */
.ariham-ss__scan-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ---- Progress bar ---- */
.ariham-ss__scan-prog {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: 360px;
}

.ariham-ss__scan-bar {
	flex: 1;
	height: 3px;
	background: var(--ss-line);
	border-radius: 99px;
	overflow: hidden;
}

.ariham-ss__scan-fill {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, var(--ss-orange), #ff8642);
	border-radius: 99px;
	transition: width .8s cubic-bezier(.4, 0, .2, 1);
}

.ariham-ss__scan-pct {
	font-family: 'JetBrains Mono', ui-monospace, monospace;
	font-size: .72rem;
	color: var(--ss-ink-3);
	min-width: 34px;
	text-align: right;
}

/* ================================================================
   REPORT
   ================================================================ */
.ariham-ss__report {
	width: 100%;
	animation: ss-fade-up .5s ease both;
}

/* Break out of theme wrappers (e.g. .wrap) so the report can span full viewport */
.ariham-ss [data-ss-view="report"] {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.ariham-ss__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 clamp(16px, 4vw, 48px);
	padding-bottom: 80px;
}

/* The report spans the full page width; the hero/form stays narrow. */
.ariham-ss__report .ariham-ss__inner {
	max-width: none;
	padding: 0 clamp(20px, 5vw, 80px) 80px;
}

@keyframes ss-fade-up {
	from {
		opacity: 0;
		transform: translateY(16px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* -- Report header -- */
.ariham-ss__rpt-head {
	background: var(--ss-surface);
	border-radius: var(--ss-r-xl);
	box-shadow: var(--ss-sh-lg);
	border: 1px solid var(--ss-line);
	padding: clamp(28px, 4vw, 48px);
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 32px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.ariham-ss__rpt-head::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 200px;
	background: radial-gradient(ellipse at top right, rgba(240, 92, 16, .05) 0%, transparent 70%);
	pointer-events: none;
}

.ariham-ss__pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 999px;
	margin-bottom: 14px;
}

.ariham-ss__pill--done {
	background: var(--ss-green-soft);
	color: var(--ss-green);
}

.ariham-ss__pill--done::before {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--ss-green);
	border-radius: 50%;
}

.ariham-ss__pill--cached {
	background: var(--ss-amber-soft);
	color: var(--ss-amber);
}

.ariham-ss__pill--ts {
	background: var(--ss-paper);
	color: var(--ss-ink-3);
}

a.ariham-ss__pill {
	text-decoration: none;
	cursor: pointer;
	transition: filter .15s;
}
a.ariham-ss__pill:hover { filter: brightness(.9); }

.ariham-ss .ariham-ss__rpt-id h2 {
	font-family: var(--ss-serif);
	font-weight: 400;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	line-height: 1.1;
	color: var(--ss-ink);
	margin: 0 0 10px;
}

.ariham-ss .ariham-ss__insight-note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(90deg, rgba(20, 34, 79, .04), rgba(240, 92, 16, .04));
	border: 1px solid rgba(20, 34, 79, .1);
	border-radius: 10px;
	padding: 10px 16px;
	font-size: .9rem;
	color: var(--ss-ink-2);
	margin-top: 4px;
}

.ariham-ss__insight-note strong {
	color: var(--ss-orange-deep);
}

.ariham-ss__rpt-scores {
	display: flex;
	align-items: center;
	gap: 18px;
}

.ariham-ss__score-block {
	text-align: center;
}

.ariham-ss__score-label {
	display: block;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--ss-ink-3);
	margin-top: 6px;
}

.ariham-ss__score-band {
	display: block;
	font-size: .75rem;
	font-weight: 600;
	margin-top: 2px;
}

.ariham-ss__arrow {
	font-size: 1.4rem;
	color: var(--ss-ink-3);
	flex-shrink: 0;
}

/* Header scorecard panel — wraps the current-score ring + potential teaser
   so the right column reads as a deliberate block instead of a lone ring. */
.ariham-ss__scorecard {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	padding: 28px 40px;
	background: linear-gradient(165deg, var(--ss-paper) 0%, #fff 100%);
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-r-lg);
	min-width: 230px;
}

.ariham-ss__scorecard-gain {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	padding-top: 18px;
	border-top: 1px dashed var(--ss-line);
	width: 100%;
	text-align: center;
}

.ariham-ss__scorecard-gain-val {
	font-family: var(--ss-serif);
	font-size: 1.7rem;
	line-height: 1;
	color: var(--ss-green);
	font-weight: 600;
}

.ariham-ss__scorecard-gain-lbl {
	font-size: .72rem;
	color: var(--ss-ink-3);
	max-width: 160px;
	line-height: 1.35;
}

.ariham-ss__share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 100%;
	padding: 11px 18px;
	font-family: var(--ss-sans);
	font-size: .85rem;
	font-weight: 600;
	color: var(--ss-navy);
	background: #fff;
	border: 1.5px solid var(--ss-line);
	border-radius: 999px;
	cursor: pointer;
	transition: border-color .15s, color .15s, transform .15s;
}

.ariham-ss__share-btn:hover:not(:disabled) {
	border-color: var(--ss-orange);
	color: var(--ss-orange-deep);
	transform: translateY(-1px);
}

.ariham-ss__share-btn:disabled {
	opacity: .6;
	cursor: default;
}

.ariham-ss__share-ico {
	font-size: 1rem;
	line-height: 1;
}

/* Closing score outlook (current → potential) + contact CTA */
.ariham-ss__outlook {
	background: var(--ss-surface);
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-r-xl);
	box-shadow: var(--ss-sh-lg);
	padding: clamp(32px, 5vw, 56px);
	margin-top: 24px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.ariham-ss__outlook::before {
	content: '';
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 380px;
	height: 240px;
	background: radial-gradient(ellipse, rgba(240, 92, 16, .07) 0%, transparent 70%);
	pointer-events: none;
}

.ariham-ss .ariham-ss__outlook-eyebrow {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--ss-orange);
	margin: 0 0 10px;
}

.ariham-ss .ariham-ss__outlook-title {
	font-family: var(--ss-serif);
	font-weight: 400;
	font-size: clamp(1.5rem, 3.2vw, 2.2rem);
	line-height: 1.15;
	color: var(--ss-ink);
	margin: 0 0 10px;
}

.ariham-ss .ariham-ss__outlook-sub {
	color: var(--ss-ink-2);
	font-size: 1rem;
	margin: 0 0 28px;
}

.ariham-ss .ariham-ss__outlook-sub strong {
	color: var(--ss-orange-deep);
}

.ariham-ss__outlook-scores {
	justify-content: center;
	gap: clamp(18px, 5vw, 48px);
	margin: 0 0 32px;
}

.ariham-ss .ariham-ss__outlook-cta {
	display: inline-flex;
}

/* SVG rings */
.ariham-ss__ring-bg {
	fill: none;
	stroke: var(--ss-paper);
	stroke-width: 10;
}

.ariham-ss__ring-fg {
	fill: none;
	stroke-width: 10;
	stroke-linecap: round;
	transition: stroke-dashoffset 1.4s cubic-bezier(.4, 0, .2, 1);
}

.ariham-ss__ring-num {
	font-family: var(--ss-sans);
	font-weight: 800;
	font-size: 28px;
	fill: var(--ss-ink);
}

.ariham-ss__ring.clr-great .ariham-ss__ring-fg {
	stroke: var(--ss-green);
}

.ariham-ss__ring.clr-great .ariham-ss__ring-num {
	fill: var(--ss-green);
}

.ariham-ss__ring.clr-good .ariham-ss__ring-fg {
	stroke: #4caf50;
}

.ariham-ss__ring.clr-mid .ariham-ss__ring-fg {
	stroke: var(--ss-amber);
}

.ariham-ss__ring.clr-mid .ariham-ss__ring-num {
	fill: var(--ss-amber);
}

.ariham-ss__ring.clr-low .ariham-ss__ring-fg {
	stroke: var(--ss-red);
}

.ariham-ss__ring.clr-low .ariham-ss__ring-num {
	fill: var(--ss-red);
}

.ariham-ss__ring.clr-potential .ariham-ss__ring-fg {
	stroke: var(--ss-green);
}

.ariham-ss__ring.clr-potential .ariham-ss__ring-num {
	fill: var(--ss-green);
}

/* maturity */
.ariham-ss__maturity-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
}

.ariham-ss__stars {
	display: flex;
	gap: 3px;
}

.ariham-ss__star {
	font-size: 1.1rem;
	color: var(--ss-line);
	line-height: 1;
}

.ariham-ss__star.on {
	color: var(--ss-orange);
}

.ariham-ss__maturity-label {
	font-weight: 700;
	font-size: .95rem;
	color: var(--ss-navy);
}

.ariham-ss .ariham-ss__maturity-why {
	font-size: .88rem;
	color: var(--ss-ink-2);
	margin-top: 6px;
	max-width: 440px;
	line-height: 1.5;
}

/* -- Stat cards -- */
.ariham-ss__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-bottom: 20px;
}

.ariham-ss__stat {
	background: var(--ss-surface);
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-r-lg);
	padding: 22px 20px 20px;
	box-shadow: var(--ss-sh);
	position: relative;
	overflow: hidden;
}

.ariham-ss__stat::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--ss-orange), var(--ss-orange-deep));
	border-radius: 3px 3px 0 0;
}

.ariham-ss__stat-label {
	display: block;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--ss-ink-3);
	margin-bottom: 8px;
}

.ariham-ss__stat-value {
	display: block;
	font-family: var(--ss-serif);
	font-size: 2.4rem;
	line-height: 1.05;
	color: var(--ss-navy);
	font-weight: 400;
}

.ariham-ss__stat-value small {
	font-size: 1rem;
	font-family: var(--ss-sans);
	color: var(--ss-ink-3);
}

.ariham-ss__stat-note {
	display: block;
	font-size: .82rem;
	color: var(--ss-ink-2);
	margin-top: 6px;
}

/* -- Section grid -- */
.ariham-ss__sections {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
	gap: 14px;
	margin-bottom: 24px;
}

.ariham-ss__section {
	background: var(--ss-surface);
	border: 1px solid var(--ss-line);
	border-radius: var(--ss-r-lg);
	padding: 22px;
	box-shadow: var(--ss-sh);
	transition: box-shadow .2s, transform .2s;
}

.ariham-ss__section:hover {
	box-shadow: var(--ss-sh-lg);
	transform: translateY(-2px);
}

.ariham-ss__section.is-locked {
	background: var(--ss-paper);
	border-style: dashed;
}

.ariham-ss__section-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}

.ariham-ss__section-icon {
	width: 34px;
	height: 34px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background: var(--ss-paper);
	flex-shrink: 0;
}

.ariham-ss__section-meta {
	flex: 1;
	padding: 0 12px;
	display: flex;
	flex-direction: column;
}

.ariham-ss__section-name {
	font-weight: 700;
	font-size: 1rem;
	color: var(--ss-ink);
	line-height: 1.2;
}

.ariham-ss__section-band {
	font-size: .74rem;
	color: var(--ss-ink-3);
	margin-top: 1px;
}

.ariham-ss__section-score {
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 1;
	flex-shrink: 0;
}

.ariham-ss__section-score.clr-great {
	color: var(--ss-green);
}

.ariham-ss__section-score.clr-good {
	color: #4caf50;
}

.ariham-ss__section-score.clr-mid {
	color: var(--ss-amber);
}

.ariham-ss__section-score.clr-low {
	color: var(--ss-red);
}

.ariham-ss__bar {
	height: 5px;
	background: var(--ss-line);
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 16px;
}

.ariham-ss__section.is-locked .ariham-ss__bar {
	background: rgba(20, 34, 79, .08);
}

.ariham-ss__bar-fill {
	height: 100%;
	border-radius: 999px;
	transition: width 1.2s cubic-bezier(.4, 0, .2, 1);
}

.ariham-ss__bar-fill.clr-great {
	background: var(--ss-green);
}

.ariham-ss__bar-fill.clr-good {
	background: #4caf50;
}

.ariham-ss__bar-fill.clr-mid {
	background: var(--ss-amber);
}

.ariham-ss__bar-fill.clr-low {
	background: var(--ss-red);
}

/* checks */
.ariham-ss__checks {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.ariham-ss__check-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	border-top: 1px solid var(--ss-line);
}

.ariham-ss__check-item:first-child {
	border-top: none;
}

.ariham-ss__chk {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 800;
	flex-shrink: 0;
	margin-top: 1px;
}

.ariham-ss__chk--pass {
	background: var(--ss-green-soft);
	color: var(--ss-green);
}

.ariham-ss__chk--warn {
	background: var(--ss-amber-soft);
	color: var(--ss-amber);
}

.ariham-ss__chk--fail {
	background: var(--ss-red-soft);
	color: var(--ss-red);
}

.ariham-ss__chk--info {
	background: var(--ss-paper);
	color: var(--ss-ink-3);
}

.ariham-ss__check-body {}

.ariham-ss__check-label {
	font-size: .92rem;
	font-weight: 600;
	color: var(--ss-ink);
	line-height: 1.3;
}

.ariham-ss__check-val {
	display: inline-block;
	margin-left: 5px;
	background: var(--ss-paper);
	border: 1px solid var(--ss-line);
	border-radius: 5px;
	padding: 0 6px;
	font-size: .78rem;
	font-weight: 700;
	color: var(--ss-navy);
	font-family: 'JetBrains Mono', monospace;
	vertical-align: middle;
}

.ariham-ss__check-detail {
	font-size: .83rem;
	color: var(--ss-ink-2);
	margin-top: 2px;
	line-height: 1.45;
}

.ariham-ss__lockrow {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--ss-ink-3);
	font-size: .88rem;
	padding: 2px 0 12px;
}

.ariham-ss__lock-icon {
	font-size: .95rem;
}

.ariham-ss__unlock-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: .85rem;
	font-weight: 700;
	color: var(--ss-orange-deep);
	background: var(--ss-orange-soft);
	border: 1px solid rgba(240, 92, 16, .2);
	border-radius: 999px;
	padding: 7px 14px;
	cursor: pointer;
	text-decoration: none;
	transition: background .15s, transform .15s;
	width: 100%;
	justify-content: center;
	margin-top: 2px;
}

.ariham-ss__unlock-link:hover {
	background: rgba(240, 92, 16, .15);
	transform: translateY(-1px);
	color: var(--ss-orange-deep);
}

.ariham-ss__more-locked {
	font-size: .82rem;
	color: var(--ss-orange-deep);
	font-weight: 600;
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px dashed var(--ss-line);
}

/* -- Insights -- */
.ariham-ss__insights {
	margin-bottom: 24px;
}

.ariham-ss .ariham-ss__insights-heading {
	font-family: var(--ss-serif);
	font-weight: 400;
	font-size: clamp(1.6rem, 3.5vw, 2.2rem);
	color: var(--ss-ink);
	margin: 0 0 6px;
}

.ariham-ss .ariham-ss__insights-sub {
	font-size: .95rem;
	color: var(--ss-ink-2);
	margin: 0 0 20px;
}

.ariham-ss__insight {
	background: var(--ss-surface);
	border: 1px solid var(--ss-line);
	border-left: 4px solid var(--ss-ink-3);
	border-radius: 0 var(--ss-r-lg) var(--ss-r-lg) 0;
	padding: 22px 24px;
	box-shadow: var(--ss-sh);
	margin-bottom: 12px;
}

.ariham-ss__insight.sev-high {
	border-left-color: var(--ss-red);
}

.ariham-ss__insight.sev-medium {
	border-left-color: var(--ss-amber);
}

.ariham-ss__insight.sev-low {
	border-left-color: var(--ss-green);
}

.ariham-ss__insight-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	flex-wrap: wrap;
	gap: 6px;
}

.ariham-ss__insight-tag {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	background: var(--ss-paper);
	border: 1px solid var(--ss-line);
	padding: 4px 10px;
	border-radius: 999px;
	color: var(--ss-ink-2);
}

.ariham-ss__insight-sev {
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.sev-high .ariham-ss__insight-sev {
	color: var(--ss-red);
}

.sev-medium .ariham-ss__insight-sev {
	color: var(--ss-amber);
}

.sev-low .ariham-ss__insight-sev {
	color: var(--ss-green);
}

.ariham-ss .ariham-ss__insight-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--ss-ink);
	margin: 0 0 8px;
}

.ariham-ss .ariham-ss__insight-what {
	font-size: .9rem;
	color: var(--ss-ink-2);
	margin: 0 0 8px;
}

.ariham-ss .ariham-ss__insight-block {
	background: var(--ss-paper);
	border-radius: 8px;
	padding: 10px 14px;
	margin-top: 8px;
}

.ariham-ss .ariham-ss__insight-block p {
	font-size: .875rem;
	color: var(--ss-ink-2);
	margin: 0;
	line-height: 1.5;
}

.ariham-ss .ariham-ss__insight-block p+p {
	margin-top: 6px;
}

.ariham-ss__insight-block strong {
	color: var(--ss-ink);
}

.ariham-ss__more-locked-bar {
	display: block;
	background: linear-gradient(90deg, var(--ss-orange-soft), rgba(255, 255, 255, 0));
	border: 1px solid rgba(240, 92, 16, .18);
	border-radius: var(--ss-r);
	padding: 14px 20px;
	font-size: .92rem;
	color: var(--ss-orange-deep);
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background .15s, border-color .15s;
}
a.ariham-ss__more-locked-bar:hover {
	background: linear-gradient(90deg, rgba(240, 92, 16, .18), rgba(255, 255, 255, 0));
	border-color: rgba(240, 92, 16, .4);
}

/* ================================================================
   UNLOCK GATE
   ================================================================ */
.ariham-ss__unlock {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	border-radius: var(--ss-r-xl);
	overflow: hidden;
	box-shadow: var(--ss-sh-lg);
	border: 1px solid rgba(20, 34, 79, .12);
	margin-bottom: 24px;
}

.ariham-ss__unlock-left {
	background: linear-gradient(160deg, var(--ss-navy) 0%, #1e357a 100%);
	padding: clamp(28px, 5vw, 52px);
	position: relative;
	overflow: hidden;
}

.ariham-ss__unlock-left::before {
	content: '';
	position: absolute;
	top: -40px;
	right: -40px;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(240, 92, 16, .18) 0%, transparent 70%);
}

.ariham-ss__unlock-left::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: -20px;
	width: 160px;
	height: 160px;
	background: radial-gradient(circle, rgba(255, 255, 255, .04) 0%, transparent 70%);
}

.ariham-ss .ariham-ss__unlock-eyebrow {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--ss-orange);
	margin: 0 0 12px;
}

.ariham-ss .ariham-ss__unlock-left h3 {
	font-family: var(--ss-serif);
	font-weight: 400;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	color: #fff;
	line-height: 1.15;
	margin: 0 0 10px;
}

.ariham-ss .ariham-ss__unlock-left>p {
	color: rgba(255, 255, 255, .65);
	font-size: .95rem;
	margin: 0 0 24px;
}

.ariham-ss .ariham-ss__unlock-cache-note {
	font-size: .8rem;
	color: rgba(255, 255, 255, .4);
	margin: -16px 0 20px;
	font-style: italic;
}

.ariham-ss__benefits {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ariham-ss__benefit {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: .9rem;
	color: rgba(255, 255, 255, .85);
	font-weight: 500;
}

.ariham-ss__benefit-icon {
	width: 22px;
	height: 22px;
	background: rgba(240, 92, 16, .25);
	border: 1px solid rgba(240, 92, 16, .4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: var(--ss-orange);
	flex-shrink: 0;
	font-weight: 700;
}

.ariham-ss__unlock-right {
	background: var(--ss-surface);
	padding: clamp(28px, 5vw, 52px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ariham-ss .ariham-ss__unlock-right h4 {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--ss-ink);
	margin: 0 0 6px;
}

.ariham-ss .ariham-ss__unlock-right>p {
	font-size: .9rem;
	color: var(--ss-ink-2);
	margin: 0 0 22px;
}

.ariham-ss__gbtn {
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
}

/* Make Google's iframe fill the panel width */
.ariham-ss__gbtn iframe {
	width: 100%;
}

.ariham-ss__email-toggle {
	display: block;
	width: 100%;
	background: none;
	border: none;
	padding: 6px 0 14px;
	font-family: var(--ss-sans);
	font-size: .85rem;
	color: var(--ss-ink-3);
	cursor: pointer;
	text-align: center;
	transition: color .15s;
}

.ariham-ss__email-toggle:hover {
	color: var(--ss-ink-2);
}

.ariham-ss__email-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ariham-ss__email-form input[type="email"] {
	width: 100%;
	padding: 14px 16px;
	border: 1.5px solid var(--ss-line);
	border-radius: 12px;
	font-size: .98rem;
	color: var(--ss-ink);
	background: var(--ss-paper);
	outline: none;
	transition: border-color .2s, box-shadow .2s;
}

.ariham-ss__email-form input[type="email"]:focus {
	border-color: var(--ss-orange);
	box-shadow: 0 0 0 4px var(--ss-orange-glow);
	background: #fff;
}

.ariham-ss .ariham-ss__unlock-err {
	color: var(--ss-red);
	font-size: .88rem;
	font-weight: 600;
	background: var(--ss-red-soft);
	border-radius: 8px;
	padding: 8px 12px;
	margin: 0;
}

.ariham-ss .ariham-ss__fineprint {
	font-size: .78rem;
	color: var(--ss-ink-3);
	text-align: center;
	margin-top: 14px;
}

/* ================================================================
   FINAL CTA
   ================================================================ */
.ariham-ss__final {
	background: linear-gradient(145deg, var(--ss-navy) 0%, #1b2d6b 60%, #142048 100%);
	padding: clamp(56px, 9vw, 112px) clamp(20px, 5vw, 48px);
	text-align: center;
	position: relative;
	overflow: visible;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}

.ariham-ss__final::before {
	content: '';
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 400px;
	height: 300px;
	background: radial-gradient(ellipse, rgba(240, 92, 16, .15) 0%, transparent 70%);
	pointer-events: none;
}

.ariham-ss .ariham-ss__final-eyebrow {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--ss-orange);
	margin: 0 0 12px;
}

.ariham-ss .ariham-ss__final h3 {
	font-family: var(--ss-serif);
	font-weight: 400;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	color: #fff;
	line-height: 1.1;
	margin: 0 0 10px;
}

.ariham-ss .ariham-ss__final>p {
	color: rgba(255, 255, 255, .65);
	font-size: 1rem;
	margin: 0 0 28px;
}

.ariham-ss .ariham-ss__services {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 0 0 36px;
}

.ariham-ss__service-tag {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .15);
	color: rgba(255, 255, 255, .85);
	padding: 8px 16px;
	border-radius: 999px;
	font-size: .88rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
}

.ariham-ss__service-tag::before {
	content: '↗';
	font-size: .8rem;
	color: var(--ss-orange);
}

.ariham-ss__final-actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

.ariham-ss__final .ariham-ss__btn--ghost {
	color: rgba(255, 255, 255, .8);
	border-color: rgba(255, 255, 255, .25);
}

.ariham-ss__final .ariham-ss__btn--ghost:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, .6);
}

/* cache notice — sits below the CTA buttons inside .ariham-ss__final */
.ariham-ss .ariham-ss__cache-note {
	margin: 28px 0 0;
	font-size: .82rem;
	color: rgba(255, 255, 255, .45);
	text-align: center;
}

.ariham-ss__cache-refresh {
	background: none;
	border: none;
	padding: 0;
	font-family: var(--ss-sans);
	font-size: inherit;
	font-weight: 600;
	color: rgba(255, 255, 255, .65);
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color .15s;
}

.ariham-ss__cache-refresh:hover {
	color: #fff;
}

.ariham-ss__final .ariham-ss__btn--ghost:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, .6);
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 768px) {
	.ariham-ss__field {
		flex-wrap: wrap;
		border-radius: 18px;
		padding: 12px;
	}

	.ariham-ss__field .ariham-ss__btn {
		width: 100%;
	}

	.ariham-ss__stats {
		grid-template-columns: 1fr;
	}

	.ariham-ss__unlock {
		grid-template-columns: 1fr;
	}

	/* Stacked unlock: centre the sign-in column so the heading, copy and
	   Google button read as one balanced block under the navy panel. */
	.ariham-ss__unlock-right {
		text-align: center;
		align-items: center;
	}

	.ariham-ss__rpt-head {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.ariham-ss__rpt-id {
		width: 100%;
	}

	.ariham-ss__rpt-scores {
		justify-content: center;
		width: 100%;
	}

	/* Scorecard goes fluid and full-width when the header stacks */
	.ariham-ss__scorecard {
		width: 100%;
		min-width: 0;
		max-width: 360px;
		padding: 26px;
	}

	.ariham-ss__maturity-row,
	.ariham-ss__insight-note {
		justify-content: center;
	}

	.ariham-ss__sections {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.ariham-ss__final-scores,
	.ariham-ss__outlook-scores {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.ariham-ss__final-scores .ariham-ss__arrow,
	.ariham-ss__outlook-scores .ariham-ss__arrow {
		transform: rotate(90deg);
	}
}

@media (max-width: 480px) {
	.ariham-ss__unlock-left,
	.ariham-ss__unlock-right {
		padding: 30px 22px;
	}

	.ariham-ss .ariham-ss__unlock-left h3 {
		font-size: 1.5rem;
	}

	.ariham-ss__scorecard {
		padding: 24px 18px;
	}

	/* Keep Google's button from overflowing very narrow screens */
	.ariham-ss__gbtn,
	.ariham-ss__gbtn > div,
	.ariham-ss__gbtn iframe {
		max-width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {

	.ariham-ss *,
	.ariham-ss *::before,
	.ariham-ss *::after {
		animation: none;
		transition: none;
	}
}

/* ================================================================
   BLOCK EDITOR PREVIEW
   ================================================================ */
.ariham-ss-editor-preview {
	font-family: "Hanken Grotesk", system-ui, sans-serif;
}

.ariham-ss-editor-card {
	background: #fff;
	border: 1px solid #e8e8e3;
	border-radius: 28px;
	padding: 48px 40px;
	text-align: center;
	box-shadow: 0 8px 40px rgba(20, 34, 79, .1);
	position: relative;
	overflow: hidden;
}

.ariham-ss-editor-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 60% 40% at 50% -10%, rgba(240, 92, 16, .07) 0%, transparent 70%);
}

.ariham-ss-editor-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #d44e05;
	background: #fdf0e8;
	border: 1px solid rgba(240, 92, 16, .2);
	padding: 7px 16px;
	border-radius: 999px;
	margin-bottom: 20px;
}

.ariham-ss-editor-card h3 {
	font-family: "Instrument Serif", Georgia, serif;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1.05;
	color: #131a36;
	margin: 0 0 12px;
}

.ariham-ss-editor-card p {
	color: #4b5765;
	font-size: 1rem;
	margin: 0 0 28px;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}

.ariham-ss-editor-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	max-width: 480px;
	margin: 0 auto;
	background: #f8f8f5;
	border: 1.5px solid #e8e8e3;
	border-radius: 999px;
	padding: 6px 6px 6px 20px;
}

.ariham-ss-editor-bar span {
	flex: 1;
	text-align: left;
	color: #8c95a4;
	font-size: .95rem;
}

.ariham-ss-editor-bar button {
	background: #f05c10;
	color: #fff;
	border: none;
	border-radius: 999px;
	padding: 13px 24px;
	font-weight: 600;
	font-size: .95rem;
}

.ariham-ss-editor-card em {
	display: block;
	margin-top: 20px;
	color: #8c95a4;
	font-size: .82rem;
	font-style: normal;
}

/* ================================================================
   BORDER BEAM – a single light tracing the input-bar border
   A conic gradient masked to a thin ring so only a comet-like
   segment is visible, sweeping around the rounded pill.
   ================================================================ */
@property --ss-beam-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.ariham-ss__field-beam {
	position: relative;
	border-radius: 999px;
}

.ariham-ss__field-beam::before {
	content: '';
	position: absolute;
	inset: -1.5px;
	border-radius: inherit;
	padding: 2px; /* ring thickness */
	background: conic-gradient(
		from var(--ss-beam-angle),
		transparent 0deg,
		transparent 300deg,
		rgba(240, 92, 16, .15) 318deg,
		rgba(240, 92, 16, .55) 338deg,
		var(--ss-orange) 352deg,
		#ffe2d0 358deg,
		transparent 360deg
	);
	/* keep only the 2px padding ring visible */
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	        mask-composite: exclude;
	animation: ss-beam-spin 3s linear infinite;
	pointer-events: none;
}

@keyframes ss-beam-spin {
	to { --ss-beam-angle: 360deg; }
}

@media (prefers-reduced-motion: reduce) {
	.ariham-ss__field-beam::before {
		animation: none;
	}
}

@keyframes ss-cursor-blink {
	0%, 100% { opacity: 1; }
	50%       { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.ariham-ss .ariham-ss__scan-step::after,
	.ariham-ss__scan-ring svg,
	.ariham-ss__scan-ring::before,
	.ariham-ss__scan-ring::after {
		animation: none;
	}
}

/* ================================================================
   PRINT / PDF
   ================================================================ */
@media print {
	/* Strip site chrome */
	.site-header, .site-footer, #wpadminbar,
	.wp-block-post-navigation-link, .wp-block-query-pagination,
	.comments-area, nav { display: none !important; }

	@page { margin: 12mm 14mm; size: A4 portrait; }
	body { background: #fff !important; color: #000 !important; font-size: 11pt; }

	/* Plugin root — white background */
	.ariham-ss { color: #000 !important; background: #fff !important; }

	/* Show only the report view */
	[data-ss-view="hero"],
	[data-ss-view="scanning"] { display: none !important; }
	[data-ss-view="report"]   { display: block !important; }
	.ariham-ss__inner { padding: 0 !important; }

	/* Cards: flat, bordered, no shadow, no page-break mid-card */
	.ariham-ss__rpt-head,
	.ariham-ss__stat,
	.ariham-ss__section,
	.ariham-ss__insight,
	.ariham-ss__unlock,
	.ariham-ss__final,
	.ariham-ss__outlook {
		box-shadow: none !important;
		border: 1px solid #d0d0d0 !important;
		break-inside: avoid;
		background: #fff !important;
		color: #000 !important;
	}

	/* Score ring numbers readable on white */
	.ariham-ss__ring-num { fill: #000 !important; }
	.ariham-ss__ring-bg  { stroke: #e4e4e4 !important; }

	/* Colour classes: keep hue, darken for CMYK readability */
	.clr-great, .clr-good { color: #1b9e5e !important; }
	.clr-mid              { color: #b07a00 !important; }
	.clr-low              { color: #c0392b !important; }

	/* Dark finalCta section → light for paper */
	.ariham-ss__final {
		background: #f5f5f5 !important;
		color: #000 !important;
	}
	.ariham-ss .ariham-ss__final h3,
	.ariham-ss .ariham-ss__final p { color: #1a1a1a !important; }
	.ariham-ss .ariham-ss__final-eyebrow { color: #e05010 !important; }
	.ariham-ss__service-tag {
		background: #efefef !important;
		color: #000 !important;
		border-color: #ccc !important;
	}
	.ariham-ss__final .ariham-ss__ring-bg   { stroke: #e4e4e4 !important; }
	.ariham-ss__final .ariham-ss__ring-num  { fill: #000 !important; }
	.ariham-ss__final .ariham-ss__score-label { color: #555 !important; }
	.ariham-ss__final .ariham-ss__score-band  { color: #000 !important; }
	.ariham-ss__final .ariham-ss__arrow { color: #888 !important; }

	/* Check status chips — flat colour */
	.ariham-ss__chk--pass { background: #e8f6ef !important; color: #1b6b47 !important; }
	.ariham-ss__chk--warn { background: #fef6e4 !important; color: #7a5800 !important; }
	.ariham-ss__chk--fail { background: #fdecea !important; color: #9e2b20 !important; }

	/* Insight severity bars */
	.ariham-ss__insight.sev-high   { border-left-color: #c0392b !important; }
	.ariham-ss__insight.sev-medium { border-left-color: #b07a00 !important; }
	.ariham-ss__insight.sev-low    { border-left-color: #1b9e5e !important; }

	/* Stars (maturity) */
	.ariham-ss__star     { color: #ccc !important; }
	.ariham-ss__star.on  { color: #e05010 !important; }

	/* Hide interactive elements */
	.ariham-ss__pill--cached,
	.ariham-ss__cache-note,
	.ariham-ss__final-actions,
	.ariham-ss__outlook-cta,
	[data-ss-scroll-unlock],
	[data-ss-download],
	[data-ss-refresh],
	[data-ss-book],
	[data-ss-share],
	[data-ss-gbtn]       { display: none !important; }

	/* Unlock panel — left column only (benefits list) */
	.ariham-ss__unlock { grid-template-columns: 1fr !important; }
	.ariham-ss__unlock-right { display: none !important; }

	/* Widen full-bleed sections for A4 */
	.ariham-ss__rpt-head-wrap,
	.ariham-ss__final-wrap { max-width: 100% !important; }
}
