/* =========================================================
   ARADURU CORE 3.0.1
   ========================================================= */

:root {
	--aru-text: #101828;
	--aru-muted: #667085;
	--aru-blue: #2563eb;
	--aru-blue-hover: #1d4ed8;
	--aru-blue-soft: #eff6ff;
	--aru-border: #e4e7ec;
	--aru-bg: #f8fafc;
	--aru-white: #ffffff;
}

.home .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.home .inside-article {
	padding: 0;
}

.home .entry-header {
	display: none;
}

.home .entry-content {
	margin-top: 0;
}

.home .site-main {
	margin-bottom: 0;
}

.aru-home {
	width: 100%;
	color: var(--aru-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


.aru-home [hidden] {
	display: none !important;
}

.aru-home * {
	box-sizing: border-box;
}

.aru-hero {
	padding: 84px 24px 72px;
	background:
		radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.065), transparent 38%),
		#ffffff;
}

.aru-hero-inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

.aru-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	padding: 7px 12px;
	border: 1px solid #dbeafe;
	border-radius: 999px;
	background: #f8fbff;
	color: var(--aru-blue);
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .09em;
}

.aru-hero h1 {
	max-width: 850px;
	margin: 0 auto;
	color: var(--aru-text);
	font-size: clamp(42px, 5vw, 60px);
	line-height: 1.06;
	font-weight: 760;
	letter-spacing: -.045em;
}

.aru-hero-desc {
	max-width: 660px;
	margin: 22px auto 0;
	color: var(--aru-muted);
	font-size: 19px;
	line-height: 1.65;
}

.aru-drop-wrap {
	max-width: 820px;
	margin: 44px auto 0;
}

.aru-drop-zone {
	position: relative;
	min-height: 292px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 2px dashed #b8c5d8;
	border-radius: 22px;
	background: #fbfdff;
	transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.aru-drop-zone:hover,
.aru-drop-zone.is-dragging {
	border-color: var(--aru-blue);
	background: var(--aru-blue-soft);
	box-shadow: 0 14px 40px rgba(37, 99, 235, .09);
}

.aru-drop-zone.is-dragging {
	transform: scale(1.006);
}

.aru-drop-zone.has-file {
	border-style: solid;
	border-color: #bfdbfe;
	background: #f8fbff;
}

.aru-file-input {
	position: absolute;
	inset: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.aru-drop-content,
.aru-file-selected {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 36px 28px;
	pointer-events: none;
}

.aru-file-icon {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	border-radius: 17px;
	background: var(--aru-blue-soft);
	color: var(--aru-blue);
}

.aru-file-icon svg {
	width: 31px;
	height: 31px;
}

.aru-drop-title {
	color: var(--aru-text);
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
}

.aru-drop-sub {
	margin-top: 7px;
	color: var(--aru-muted);
	font-size: 15px;
}

.aru-drop-types {
	display: inline-block;
	margin-top: 22px;
	padding: 7px 12px;
	border-radius: 8px;
	background: #f2f4f7;
	color: #667085;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .025em;
}

.aru-selected-badge {
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 999px;
	background: #dcfce7;
	color: #15803d;
	font-size: 11px;
	line-height: 1;
	font-weight: 750;
	letter-spacing: .07em;
}

.aru-selected-name {
	max-width: 650px;
	margin: 18px auto 0;
	overflow-wrap: anywhere;
	color: var(--aru-text);
	font-size: 24px;
	line-height: 1.35;
	font-weight: 720;
}

.aru-selected-meta {
	margin-top: 7px;
	color: var(--aru-muted);
	font-size: 14px;
}

.aru-selected-action {
	display: inline-flex;
	margin-top: 22px;
	padding: 10px 16px;
	border-radius: 10px;
	background: var(--aru-blue);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
}

.aru-diagnosis {
	max-width: 820px;
	margin: 22px auto 0;
	padding: 26px;
	border: 1px solid var(--aru-border);
	border-radius: 18px;
	background: #ffffff;
	text-align: left;
	box-shadow: 0 8px 26px rgba(16, 24, 40, .045);
}

.aru-diagnosis-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 22px;
	border-bottom: 1px solid #eaecf0;
}

.aru-diagnosis-badge {
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eff6ff;
	color: #2563eb;
	font-size: 10px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .07em;
}

.aru-diagnosis h3 {
	margin: 12px 0 0;
	color: #101828;
	font-size: 21px;
	line-height: 1.35;
	font-weight: 750;
}

.aru-diagnosis-head p {
	margin: 7px 0 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.6;
}

.aru-diagnosis-format {
	min-width: 68px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #f2f4f7;
	color: #344054;
	text-align: center;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
}

.aru-diagnosis.is-success { border-color: #bbf7d0; }
.aru-diagnosis.is-success .aru-diagnosis-badge { background: #dcfce7; color: #15803d; }
.aru-diagnosis.is-warning { border-color: #fde68a; }
.aru-diagnosis.is-warning .aru-diagnosis-badge { background: #fef3c7; color: #b45309; }
.aru-diagnosis.is-error { border-color: #fecaca; }
.aru-diagnosis.is-error .aru-diagnosis-badge { background: #fee2e2; color: #b91c1c; }
.aru-diagnosis.is-info { border-color: #bfdbfe; }
.aru-diagnosis.is-info .aru-diagnosis-badge { background: #dbeafe; color: #1d4ed8; }

.aru-guidance {
	margin-top: 22px;
	padding: 22px;
	border: 1px solid #e4e7ec;
	border-radius: 14px;
	background: #f8fafc;
}

.aru-guidance-label {
	margin-bottom: 9px;
	color: #667085;
	font-size: 10px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .09em;
}

.aru-guidance h4 {
	margin: 0;
	color: #101828;
	font-size: 19px;
	line-height: 1.4;
	font-weight: 750;
}

.aru-guidance-text {
	margin: 8px 0 0;
	color: #475467;
	font-size: 14px;
	line-height: 1.65;
}

.aru-guidance.is-success { border-color: #bbf7d0; background: #f7fef9; }
.aru-guidance.is-success .aru-guidance-label { color: #15803d; }
.aru-guidance.is-warning { border-color: #fde68a; background: #fffdf5; }
.aru-guidance.is-warning .aru-guidance-label { color: #b45309; }
.aru-guidance.is-error { border-color: #fecaca; background: #fffafa; }
.aru-guidance.is-error .aru-guidance-label { color: #b91c1c; }
.aru-guidance.is-info { border-color: #bfdbfe; background: #f8fbff; }
.aru-guidance.is-info .aru-guidance-label { color: #1d4ed8; }

.aru-next {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba(102, 112, 133, .16);
}

.aru-next-title {
	color: #344054;
	font-size: 13px;
	font-weight: 750;
}

.aru-next-list {
	margin: 11px 0 0 20px;
	padding: 0;
	color: #475467;
}

.aru-next-list li {
	margin-bottom: 8px;
	padding-left: 3px;
	font-size: 13px;
	line-height: 1.6;
}

.aru-next-list li:last-child {
	margin-bottom: 0;
}

.aru-archive-stats {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.aru-stat-card {
	padding: 14px 15px;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
	background: #ffffff;
}

.aru-stat-card span,
.aru-stat-card strong {
	display: block;
}

.aru-stat-card span {
	color: #98a2b3;
	font-size: 11px;
	line-height: 1.35;
	font-weight: 650;
}

.aru-stat-card strong {
	margin-top: 5px;
	color: #344054;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 760;
}

.aru-tech-details {
	margin-top: 18px;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
	background: #ffffff;
	overflow: hidden;
}

.aru-tech-details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 18px;
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.aru-tech-details summary::-webkit-details-marker {
	display: none;
}

.aru-tech-details summary::after {
	content: "+";
	flex: 0 0 auto;
	color: #667085;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.aru-tech-details[open] summary::after {
	content: "−";
}

.aru-tech-title {
	color: #344054;
	font-size: 14px;
	font-weight: 720;
}

.aru-tech-summary {
	margin-left: auto;
	color: #98a2b3;
	font-size: 12px;
}

.aru-tech-body {
	padding: 0 18px 18px;
	border-top: 1px solid #f0f2f5;
}

.aru-check-list {
	margin-top: 8px;
}

.aru-check-row {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid #f0f2f5;
}

.aru-check-row:last-child {
	border-bottom: 0;
}

.aru-check-icon {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 800;
}

.aru-check-copy strong,
.aru-check-copy span {
	display: block;
}

.aru-check-copy strong {
	color: #344054;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
}

.aru-check-copy span {
	margin-top: 3px;
	color: #667085;
	font-size: 13px;
	line-height: 1.55;
}

.aru-check-pass .aru-check-icon { background: #dcfce7; color: #15803d; }
.aru-check-warn .aru-check-icon { background: #fef3c7; color: #b45309; }
.aru-check-fail .aru-check-icon { background: #fee2e2; color: #b91c1c; }
.aru-check-info .aru-check-icon { background: #dbeafe; color: #1d4ed8; }

.aru-diagnosis-note {
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #f8fafc;
	color: #667085;
	font-size: 12px;
	line-height: 1.6;
}

.aru-analyzing {
	padding: 24px 0 10px;
	color: #667085;
	font-size: 14px;
}

.aru-trust-row {
	max-width: 820px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 24px auto 0;
}

.aru-trust-row > span {
	position: relative;
	padding: 0 10px;
}

.aru-trust-row > span + span::before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: -9px;
	width: 1px;
	background: var(--aru-border);
}

.aru-trust-row strong,
.aru-trust-row small {
	display: block;
}

.aru-trust-row strong {
	color: #344054;
	font-size: 13px;
	line-height: 1.45;
	font-weight: 700;
}

.aru-trust-row small {
	margin-top: 3px;
	color: #98a2b3;
	font-size: 12px;
	line-height: 1.45;
}

.aru-popular {
	padding: 86px 24px 96px;
	border-top: 1px solid #f0f2f5;
	background: var(--aru-bg);
}

.aru-section-inner {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.aru-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 30px;
}

.aru-section-kicker {
	display: block;
	margin-bottom: 9px;
	color: var(--aru-blue);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .09em;
}

.aru-section-head h2 {
	margin: 0;
	color: var(--aru-text);
	font-size: 34px;
	line-height: 1.2;
	font-weight: 750;
	letter-spacing: -.03em;
}

.aru-section-head p {
	max-width: 620px;
	margin: 10px 0 0;
	color: var(--aru-muted);
	font-size: 16px;
	line-height: 1.65;
}

.aru-view-all {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 3px;
	color: var(--aru-blue);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.aru-view-all:hover {
	color: var(--aru-blue-hover);
}

.aru-tool-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.aru-tool-card {
	min-height: 152px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: start;
	gap: 16px;
	padding: 22px;
	border: 1px solid var(--aru-border);
	border-radius: 16px;
	background: var(--aru-white);
	color: var(--aru-text);
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .025);
	transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.aru-tool-card:hover {
	transform: translateY(-2px);
	border-color: #b9cdfb;
	box-shadow: 0 12px 28px rgba(16, 24, 40, .07);
	color: var(--aru-text);
}

.aru-tool-ext {
	min-width: 54px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 9px;
	border-radius: 9px;
	background: var(--aru-blue-soft);
	color: var(--aru-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
}

.aru-tool-copy strong,
.aru-tool-copy span {
	display: block;
}

.aru-tool-copy strong {
	margin-top: 1px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 720;
}

.aru-tool-copy span {
	margin-top: 7px;
	color: var(--aru-muted);
	font-size: 13px;
	line-height: 1.55;
}

.aru-tool-arrow {
	padding-top: 7px;
	color: #98a2b3;
	font-size: 18px;
	transition: transform .16s ease, color .16s ease;
}

.aru-tool-card:hover .aru-tool-arrow {
	color: var(--aru-blue);
	transform: translateX(3px);
}

@media (max-width: 900px) {
	.aru-hero {
		padding-top: 68px;
	}

	.aru-tool-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.aru-section-head {
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.aru-hero {
		padding: 48px 18px 52px;
	}

	.aru-eyebrow {
		margin-bottom: 15px;
		font-size: 10px;
	}

	.aru-hero h1 {
		font-size: 39px;
		line-height: 1.07;
		letter-spacing: -.04em;
	}

	.aru-hero-desc {
		margin-top: 17px;
		font-size: 16px;
		line-height: 1.6;
	}

	.aru-drop-wrap {
		margin-top: 30px;
	}

	.aru-drop-zone {
		min-height: 242px;
		border-radius: 18px;
	}

	.aru-drop-content,
	.aru-file-selected {
		padding: 30px 20px;
	}

	.aru-file-icon {
		width: 52px;
		height: 52px;
		margin-bottom: 15px;
		border-radius: 15px;
	}

	.aru-drop-title {
		font-size: 19px;
	}

	.aru-drop-types {
		margin-top: 18px;
		font-size: 10px;
	}

	.aru-selected-name {
		font-size: 20px;
	}

	.aru-diagnosis {
		margin-top: 16px;
		padding: 20px;
		border-radius: 15px;
	}

	.aru-diagnosis-head {
		display: block;
	}

	.aru-diagnosis-format {
		display: inline-flex;
		min-width: 0;
		margin-top: 15px;
	}

	.aru-diagnosis h3 {
		font-size: 19px;
	}

	.aru-guidance {
		margin-top: 18px;
		padding: 18px;
	}

	.aru-guidance h4 {
		font-size: 17px;
	}

	.aru-guidance-text,
	.aru-next-list li {
		font-size: 13px;
	}

	.aru-tech-details summary {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 4px 12px;
		padding: 15px 16px;
	}

	.aru-tech-summary {
		grid-column: 1;
		margin-left: 0;
		font-size: 11px;
	}

	.aru-tech-details summary::after {
		grid-column: 2;
		grid-row: 1 / 3;
		align-self: center;
	}

	.aru-tech-body {
		padding: 0 16px 16px;
	}

	.aru-archive-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.aru-stat-card {
		padding: 12px 13px;
	}

	.aru-stat-card strong {
		font-size: 15px;
	}

	.aru-trust-row {
		grid-template-columns: 1fr;
		gap: 11px;
		margin-top: 18px;
	}

	.aru-trust-row > span {
		padding: 0;
	}

	.aru-trust-row > span + span::before {
		display: none;
	}

	.aru-popular {
		padding: 58px 18px 66px;
	}

	.aru-section-head {
		display: block;
		margin-bottom: 23px;
	}

	.aru-section-head h2 {
		font-size: 28px;
	}

	.aru-section-head p {
		font-size: 14px;
	}

	.aru-view-all {
		margin-top: 16px;
	}

	.aru-tool-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.aru-tool-card {
		min-height: 0;
		padding: 19px;
	}
}

/* =========================================================
   FILE CHECK HUB — 1.3.1
   ========================================================= */

.aru-file-check-page .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.aru-file-check-page .inside-article {
	padding: 0;
}

.aru-file-check-page .entry-header {
	display: none;
}

.aru-file-check-page .entry-content {
	margin-top: 0;
}

.aru-file-check-page .site-main {
	margin-bottom: 0;
}

.aru-file-check-hub {
	width: 100%;
	color: var(--aru-text);
}

.aru-hub-doctor .aru-hero {
	padding-bottom: 76px;
}

.aru-hub-section {
	padding: 90px 24px;
	border-top: 1px solid #eef1f4;
	background: #ffffff;
}

.aru-hub-section:nth-of-type(even) {
	background: #f8fafc;
}

.aru-hub-inner {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.aru-hub-section-head {
	max-width: 760px;
	margin-bottom: 34px;
}

.aru-hub-section-head h2 {
	margin: 0;
	color: #101828;
	font-size: 36px;
	line-height: 1.18;
	font-weight: 760;
	letter-spacing: -.035em;
}

.aru-hub-section-head p {
	margin: 12px 0 0;
	color: #667085;
	font-size: 16px;
	line-height: 1.7;
}

.aru-centered-head {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

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

.aru-format-card {
	display: flex;
	min-height: 230px;
	flex-direction: column;
	padding: 24px;
	border: 1px solid #e4e7ec;
	border-radius: 18px;
	background: #ffffff;
	color: #101828;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .025);
	transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.aru-format-card:hover {
	transform: translateY(-2px);
	border-color: #b9cdfb;
	box-shadow: 0 14px 30px rgba(16, 24, 40, .065);
	color: #101828;
}

.aru-format-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.aru-format-ext {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 11px;
	border-radius: 9px;
	background: #eff6ff;
	color: #2563eb;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .035em;
}

.aru-available-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 9px;
	border-radius: 999px;
	background: #ecfdf3;
	color: #15803d;
	font-size: 10px;
	line-height: 1;
	font-weight: 750;
	letter-spacing: .04em;
}

.aru-format-card h3 {
	margin: 22px 0 0;
	color: #101828;
	font-size: 19px;
	line-height: 1.35;
	font-weight: 740;
}

.aru-format-card p {
	margin: 9px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.65;
}

.aru-format-action {
	margin-top: auto;
	padding-top: 20px;
	color: #2563eb;
	font-size: 13px;
	font-weight: 720;
}

.aru-capability-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.aru-capability-card {
	min-height: 210px;
	padding: 22px;
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	background: #ffffff;
}

.aru-capability-number {
	display: inline-flex;
	color: #2563eb;
	font-size: 11px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .08em;
}

.aru-capability-card h3 {
	margin: 18px 0 0;
	color: #101828;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 740;
}

.aru-capability-card p {
	margin: 8px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.65;
}

.aru-step-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.aru-step-card {
	padding: 28px;
	border: 1px solid #e4e7ec;
	border-radius: 18px;
	background: #ffffff;
	text-align: center;
}

.aru-step-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #eff6ff;
	color: #2563eb;
	font-size: 12px;
	font-weight: 800;
}

.aru-step-card h3 {
	margin: 18px 0 0;
	color: #101828;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 740;
}

.aru-step-card p {
	margin: 9px auto 0;
	max-width: 300px;
	color: #667085;
	font-size: 13px;
	line-height: 1.65;
}

.aru-privacy-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	padding: 38px 40px;
	border: 1px solid #bfdbfe;
	border-radius: 22px;
	background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.aru-privacy-panel > div {
	max-width: 760px;
}

.aru-privacy-panel h2 {
	margin: 0;
	color: #101828;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 760;
	letter-spacing: -.03em;
}

.aru-privacy-panel p {
	margin: 12px 0 0;
	color: #475467;
	font-size: 14px;
	line-height: 1.7;
}

.aru-privacy-panel .aru-privacy-small {
	color: #7a8699;
	font-size: 12px;
}

.aru-privacy-link {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border: 1px solid #bfdbfe;
	border-radius: 11px;
	background: #ffffff;
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 720;
	text-decoration: none;
}

.aru-privacy-link:hover {
	border-color: #93c5fd;
	color: #1d4ed8;
}

.aru-limitations {
	padding-top: 28px;
	padding-bottom: 72px;
	background: #ffffff !important;
}

.aru-limit-panel {
	display: flex;
	gap: 8px;
	padding: 16px 18px;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
	background: #f8fafc;
	color: #667085;
	font-size: 12px;
	line-height: 1.65;
}

.aru-limit-panel strong {
	flex: 0 0 auto;
	color: #344054;
}

@media (max-width: 900px) {
	.aru-format-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aru-capability-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aru-privacy-panel {
		display: block;
	}

	.aru-privacy-link {
		margin-top: 24px;
	}
}

@media (max-width: 640px) {
	.aru-hub-section {
		padding: 62px 18px;
	}

	.aru-hub-section-head {
		margin-bottom: 24px;
	}

	.aru-hub-section-head h2 {
		font-size: 29px;
	}

	.aru-hub-section-head p {
		font-size: 14px;
	}

	.aru-format-grid,
	.aru-capability-grid,
	.aru-step-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.aru-format-card,
	.aru-capability-card {
		min-height: 0;
	}

	.aru-step-card {
		padding: 24px 20px;
	}

	.aru-privacy-panel {
		padding: 26px 22px;
		border-radius: 18px;
	}

	.aru-privacy-panel h2 {
		font-size: 27px;
	}

	.aru-limitations {
		padding-top: 18px;
		padding-bottom: 54px;
	}

	.aru-limit-panel {
		display: block;
	}

	.aru-limit-panel strong {
		display: block;
		margin-bottom: 4px;
	}
}

/* =========================================================
   ALL TOOLS HUB — 1.3.2
   ========================================================= */

.aru-all-tools-page .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.aru-all-tools-page .inside-article {
	padding: 0;
}

.aru-all-tools-page .entry-header {
	display: none;
}

.aru-all-tools-page .entry-content {
	margin-top: 0;
}

.aru-all-tools-page .site-main {
	margin-bottom: 0;
}

.aru-all-tools-hub {
	width: 100%;
	color: var(--aru-text);
}

.aru-tools-inner {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.aru-tools-hero {
	padding: 96px 24px 88px;
	border-bottom: 1px solid #eef1f4;
	background:
		radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .07), transparent 42%),
		#ffffff;
	text-align: center;
}

.aru-tools-hero .aru-tools-inner {
	max-width: 820px;
}

.aru-tools-hero h1 {
	margin: 0;
	color: #101828;
	font-size: clamp(46px, 6vw, 66px);
	line-height: 1.04;
	font-weight: 770;
	letter-spacing: -.05em;
}

.aru-tools-hero p {
	max-width: 700px;
	margin: 20px auto 0;
	color: #667085;
	font-size: 18px;
	line-height: 1.7;
}

.aru-tools-hero-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 30px;
}

.aru-primary-button,
.aru-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 11px;
	font-size: 14px;
	font-weight: 730;
	text-decoration: none;
}

.aru-primary-button {
	border: 1px solid #2563eb;
	background: #2563eb;
	color: #ffffff;
}

.aru-primary-button:hover {
	background: #1d4ed8;
	color: #ffffff;
}

.aru-secondary-button {
	border: 1px solid #d0d5dd;
	background: #ffffff;
	color: #344054;
}

.aru-secondary-button:hover {
	border-color: #b9cdfb;
	color: #1d4ed8;
}

.aru-tools-section {
	padding: 88px 24px;
	border-bottom: 1px solid #eef1f4;
	background: #ffffff;
}

.aru-tools-available {
	background: #f8fafc;
}

.aru-tools-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 32px;
}

.aru-tools-section-head > div:first-child {
	max-width: 760px;
}

.aru-tools-section-head h2 {
	margin: 0;
	color: #101828;
	font-size: 36px;
	line-height: 1.18;
	font-weight: 760;
	letter-spacing: -.035em;
}

.aru-tools-section-head p {
	margin: 11px 0 0;
	color: #667085;
	font-size: 15px;
	line-height: 1.7;
}

.aru-tools-count {
	flex: 0 0 auto;
	padding: 8px 11px;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	background: #ffffff;
	color: #667085;
	font-size: 12px;
	font-weight: 700;
}

.aru-all-tools-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.aru-all-tool-card {
	display: flex;
	min-height: 238px;
	flex-direction: column;
	padding: 24px;
	border: 1px solid #e4e7ec;
	border-radius: 18px;
	background: #ffffff;
	color: #101828;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .025);
	transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.aru-all-tool-card:hover {
	transform: translateY(-2px);
	border-color: #b9cdfb;
	box-shadow: 0 14px 30px rgba(16, 24, 40, .065);
	color: #101828;
}

.aru-all-tool-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.aru-all-tool-card h3 {
	margin: 22px 0 0;
	color: #101828;
	font-size: 19px;
	line-height: 1.35;
	font-weight: 740;
}

.aru-all-tool-card p {
	margin: 9px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.65;
}

.aru-all-tool-link {
	margin-top: auto;
	padding-top: 20px;
	color: #2563eb;
	font-size: 13px;
	font-weight: 720;
}

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

.aru-coming-card {
	position: relative;
	min-height: 218px;
	padding: 24px;
	border: 1px dashed #cfd7e6;
	border-radius: 18px;
	background: #fbfcfe;
}

.aru-coming-label {
	display: inline-flex;
	color: #667085;
	font-size: 10px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .08em;
}

.aru-coming-card h3 {
	margin: 20px 0 0;
	color: #101828;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 740;
}

.aru-coming-card p {
	margin: 9px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.65;
}

.aru-coming-status {
	display: inline-flex;
	margin-top: 20px;
	padding: 6px 9px;
	border-radius: 999px;
	background: #f2f4f7;
	color: #667085;
	font-size: 10px;
	font-weight: 750;
}

.aru-tools-principles {
	padding-top: 68px;
	padding-bottom: 78px;
}

.aru-tools-principle-panel {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 56px;
	align-items: center;
	padding: 34px 38px;
	border: 1px solid #bfdbfe;
	border-radius: 22px;
	background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.aru-tools-principle-panel h2 {
	margin: 0;
	color: #101828;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 760;
	letter-spacing: -.03em;
}

.aru-tools-principle-panel p {
	margin: 0;
	color: #475467;
	font-size: 14px;
	line-height: 1.75;
}

@media (max-width: 900px) {
	.aru-all-tools-grid,
	.aru-coming-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aru-tools-principle-panel {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (max-width: 640px) {
	.aru-tools-hero {
		padding: 66px 18px 62px;
	}

	.aru-tools-hero h1 {
		font-size: 44px;
	}

	.aru-tools-hero p {
		font-size: 16px;
	}

	.aru-tools-hero-actions {
		flex-direction: column;
	}

	.aru-primary-button,
	.aru-secondary-button {
		width: 100%;
	}

	.aru-tools-section {
		padding: 60px 18px;
	}

	.aru-tools-section-head {
		display: block;
		margin-bottom: 24px;
	}

	.aru-tools-section-head h2 {
		font-size: 29px;
	}

	.aru-tools-count {
		display: inline-flex;
		margin-top: 14px;
	}

	.aru-all-tools-grid,
	.aru-coming-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.aru-all-tool-card,
	.aru-coming-card {
		min-height: 0;
	}

	.aru-tools-principle-panel {
		padding: 26px 22px;
		border-radius: 18px;
	}

	.aru-tools-principle-panel h2 {
		font-size: 26px;
	}
}

/* =========================================================
   UPLOAD CHECK — 1.4.0
   ========================================================= */

.aru-upload-check-page .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.aru-upload-check-page .inside-article {
	padding: 0;
}

.aru-upload-check-page .entry-header {
	display: none;
}

.aru-upload-check-page .entry-content {
	margin-top: 0;
}

.aru-upload-check-page .site-main {
	margin-bottom: 0;
}

.aru-upload-check {
	width: 100%;
	color: var(--aru-text);
}

.aru-upload-inner {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.aru-upload-hero {
	padding: 90px 24px 72px;
	border-bottom: 1px solid #eef1f4;
	background:
		radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .07), transparent 42%),
		#ffffff;
	text-align: center;
}

.aru-upload-hero-inner {
	max-width: 900px;
}

.aru-upload-hero h1 {
	margin: 0;
	color: #101828;
	font-size: clamp(44px, 5.5vw, 62px);
	line-height: 1.05;
	font-weight: 770;
	letter-spacing: -.05em;
}

.aru-upload-hero > .aru-upload-inner > p,
.aru-upload-hero-inner > p {
	max-width: 760px;
	margin: 20px auto 0;
	color: #667085;
	font-size: 17px;
	line-height: 1.7;
}

.aru-upload-privacy-line {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 760px;
	margin: 30px auto 0;
	padding-top: 22px;
	border-top: 1px solid #e4e7ec;
	color: #98a2b3;
	font-size: 12px;
	line-height: 1.5;
}

.aru-upload-privacy-line span {
	padding: 0 14px;
}

.aru-upload-privacy-line span + span {
	border-left: 1px solid #e4e7ec;
}

.aru-upload-privacy-line strong {
	display: block;
	margin-bottom: 2px;
	color: #344054;
	font-size: 12px;
}

.aru-upload-workspace {
	padding: 72px 24px 88px;
	background: #f8fafc;
}

.aru-upload-rules,
.aru-upload-file-panel,
.aru-upload-result {
	padding: 30px;
	border: 1px solid #e4e7ec;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .025);
}

.aru-upload-file-panel,
.aru-upload-result {
	margin-top: 18px;
}

.aru-upload-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 26px;
	margin-bottom: 24px;
}

.aru-upload-step {
	display: block;
	margin-bottom: 8px;
	color: #2563eb;
	font-size: 10px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .09em;
}

.aru-upload-panel-head h2 {
	margin: 0;
	color: #101828;
	font-size: 25px;
	line-height: 1.3;
	font-weight: 750;
	letter-spacing: -.025em;
}

.aru-upload-panel-head p {
	max-width: 700px;
	margin: 8px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.65;
}

.aru-upload-clear {
	flex: 0 0 auto;
	padding: 8px 11px;
	border: 1px solid #d0d5dd;
	border-radius: 9px;
	background: #ffffff;
	color: #475467;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.aru-upload-clear:hover {
	border-color: #b9cdfb;
	color: #1d4ed8;
}

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

.aru-rule-field {
	display: block;
	padding: 20px;
	border: 1px solid #e4e7ec;
	border-radius: 14px;
	background: #fbfcfe;
}

.aru-rule-field > span {
	display: block;
	margin-bottom: 9px;
	color: #344054;
	font-size: 13px;
	font-weight: 730;
}

.aru-rule-field input {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 12px;
	border: 1px solid #d0d5dd;
	border-radius: 9px;
	background: #ffffff;
	color: #101828;
	font: inherit;
	font-size: 14px;
	box-shadow: none;
}

.aru-rule-field input:focus {
	outline: none;
	border-color: #60a5fa;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .08);
}

.aru-rule-field small {
	display: block;
	margin-top: 8px;
	color: #98a2b3;
	font-size: 11px;
	line-height: 1.5;
}

.aru-input-unit {
	position: relative;
}

.aru-input-unit input {
	padding-right: 62px;
}

/* Keep native number spinners from colliding with the visible unit labels. */
.aru-input-unit input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
}

.aru-input-unit input[type="number"]::-webkit-outer-spin-button,
.aru-input-unit input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.aru-input-unit strong {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	color: #98a2b3;
	font-size: 11px;
	font-weight: 700;
	pointer-events: none;
}

.aru-rule-presets {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 12px;
}

.aru-rule-presets button {
	padding: 6px 8px;
	border: 1px solid #dbe4f0;
	border-radius: 8px;
	background: #ffffff;
	color: #667085;
	font-size: 10px;
	font-weight: 700;
	cursor: pointer;
}

.aru-rule-presets button:hover {
	border-color: #93c5fd;
	background: #f8fbff;
	color: #1d4ed8;
}

.aru-upload-drop {
	position: relative;
	min-height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 2px dashed #b8c5d8;
	border-radius: 17px;
	background: #fbfdff;
	text-align: center;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.aru-upload-drop:hover,
.aru-upload-drop.is-dragging {
	border-color: #2563eb;
	background: #eff6ff;
	box-shadow: 0 12px 30px rgba(37, 99, 235, .07);
}

.aru-upload-drop.has-file {
	border-style: solid;
	border-color: #bfdbfe;
	background: #f8fbff;
}

.aru-upload-file-input {
	position: absolute;
	inset: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.aru-upload-drop-default,
.aru-upload-selected {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 32px 22px;
	pointer-events: none;
}

.aru-upload-drop-default strong,
.aru-upload-drop-default span,
.aru-upload-drop-default small,
.aru-upload-selected strong,
.aru-upload-selected span,
.aru-upload-selected small {
	display: block;
}

.aru-upload-drop-default strong {
	color: #101828;
	font-size: 19px;
	font-weight: 740;
}

.aru-upload-drop-default span {
	margin-top: 5px;
	color: #667085;
	font-size: 13px;
}

.aru-upload-drop-default small {
	max-width: 540px;
	margin: 15px auto 0;
	color: #98a2b3;
	font-size: 11px;
	line-height: 1.55;
}

.aru-upload-selected > strong {
	max-width: 760px;
	margin: 15px auto 0;
	overflow-wrap: anywhere;
	color: #101828;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 740;
}

.aru-upload-selected > span:not(.aru-selected-badge) {
	margin-top: 6px;
	color: #667085;
	font-size: 13px;
}

.aru-upload-selected > small {
	margin-top: 14px;
	color: #98a2b3;
	font-size: 11px;
}

.aru-upload-result {
	text-align: left;
}

.aru-upload-result .aru-diagnosis-head {
	padding-bottom: 22px;
}

.aru-upload-result.is-success {
	border-color: #bbf7d0;
}

.aru-upload-result.is-success .aru-diagnosis-badge {
	background: #dcfce7;
	color: #15803d;
}

.aru-upload-result.is-warning {
	border-color: #fde68a;
}

.aru-upload-result.is-warning .aru-diagnosis-badge {
	background: #fef3c7;
	color: #b45309;
}

.aru-upload-result.is-error {
	border-color: #fecaca;
}

.aru-upload-result.is-error .aru-diagnosis-badge {
	background: #fee2e2;
	color: #b91c1c;
}

.aru-upload-result.is-info {
	border-color: #bfdbfe;
}

.aru-upload-result.is-info .aru-diagnosis-badge {
	background: #dbeafe;
	color: #1d4ed8;
}

.aru-upload-rule-summary {
	margin-top: 18px;
	padding: 15px 16px;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
	background: #f8fafc;
}

.aru-upload-rule-summary > strong {
	display: block;
	margin-bottom: 9px;
	color: #344054;
	font-size: 12px;
	font-weight: 740;
}

.aru-upload-rule-summary > div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.aru-upload-rule-summary span {
	display: inline-flex;
	padding: 6px 9px;
	border: 1px solid #dbe4f0;
	border-radius: 999px;
	background: #ffffff;
	color: #667085;
	font-size: 10px;
	font-weight: 700;
}

.aru-upload-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.aru-upload-info-section,
.aru-upload-limits-section,
.aru-upload-privacy-section {
	padding: 88px 24px;
	border-top: 1px solid #eef1f4;
	background: #ffffff;
}

.aru-upload-info-section {
	background: #ffffff;
}

.aru-upload-limits-section {
	background: #f8fafc;
}

.aru-upload-limit-panel {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 52px;
	align-items: center;
	padding: 34px 38px;
	border: 1px solid #fde68a;
	border-radius: 20px;
	background: #fffdf5;
}

.aru-upload-limit-panel h2 {
	margin: 0;
	color: #101828;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 760;
	letter-spacing: -.03em;
}

.aru-upload-limit-panel p {
	margin: 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.75;
}

.aru-upload-privacy-section {
	background: #ffffff;
}

@media (max-width: 900px) {
	.aru-rule-grid {
		grid-template-columns: 1fr;
	}

	.aru-upload-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aru-upload-limit-panel {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

@media (max-width: 640px) {
	.aru-upload-hero {
		padding: 62px 18px 52px;
	}

	.aru-upload-hero h1 {
		font-size: 42px;
	}

	.aru-upload-hero-inner > p {
		font-size: 15px;
	}

	.aru-upload-privacy-line {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.aru-upload-privacy-line span {
		padding: 0;
	}

	.aru-upload-privacy-line span + span {
		border-left: 0;
	}

	.aru-upload-workspace {
		padding: 48px 18px 62px;
	}

	.aru-upload-rules,
	.aru-upload-file-panel,
	.aru-upload-result {
		padding: 20px;
		border-radius: 16px;
	}

	.aru-upload-panel-head {
		display: block;
		margin-bottom: 20px;
	}

	.aru-upload-clear {
		margin-top: 14px;
	}

	.aru-upload-panel-head h2 {
		font-size: 22px;
	}

	.aru-rule-field {
		padding: 17px;
	}

	.aru-upload-drop {
		min-height: 210px;
	}

	.aru-upload-selected > strong {
		font-size: 18px;
	}

	.aru-upload-result .aru-diagnosis-head {
		display: block;
	}

	.aru-upload-result .aru-diagnosis-format {
		display: inline-flex;
		min-width: 0;
		margin-top: 15px;
	}

	.aru-upload-stats {
		grid-template-columns: 1fr 1fr;
	}

	.aru-upload-info-section,
	.aru-upload-limits-section,
	.aru-upload-privacy-section {
		padding: 60px 18px;
	}

	.aru-upload-limit-panel {
		padding: 25px 22px;
	}

	.aru-upload-limit-panel h2 {
		font-size: 26px;
	}
}

/* =========================================================
   UPLOAD CHECK FILE-TYPE PICKER — 1.4.1
   ========================================================= */

.aru-file-type-field {
	min-width: 0;
}

.aru-type-mode {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.aru-type-mode label {
	position: relative;
	display: block;
	cursor: pointer;
}

.aru-type-mode input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.aru-type-mode label > span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid #d0d5dd;
	border-radius: 9px;
	background: #ffffff;
	color: #475467;
	font-size: 12px;
	font-weight: 720;
	text-align: center;
	transition: border-color .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
}

.aru-type-mode input:checked + span {
	border-color: #93c5fd;
	background: #eff6ff;
	color: #1d4ed8;
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .08);
}

.aru-type-picker {
	margin-top: 16px;
	padding-top: 15px;
	border-top: 1px solid #e4e7ec;
}

.aru-type-picker[hidden] {
	display: none !important;
}

.aru-type-picker-block + .aru-type-picker-block {
	margin-top: 16px;
}

.aru-type-picker-block > strong {
	display: block;
	margin-bottom: 9px;
	color: #667085;
	font-size: 11px;
	font-weight: 740;
}

.aru-type-groups {
	margin-top: 0;
}

.aru-type-groups button.is-selected,
.aru-type-chips button.is-selected {
	border-color: #60a5fa;
	background: #eff6ff;
	color: #1d4ed8;
}

.aru-type-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.aru-type-chips button {
	min-width: 50px;
	padding: 7px 9px;
	border: 1px solid #dbe4f0;
	border-radius: 8px;
	background: #ffffff;
	color: #667085;
	font-size: 10px;
	font-weight: 750;
	cursor: pointer;
	transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.aru-type-chips button:hover {
	border-color: #93c5fd;
	color: #1d4ed8;
}

.aru-selected-types {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	min-height: 28px;
}

.aru-selected-types-empty {
	color: #98a2b3;
	font-size: 11px;
	line-height: 28px;
}

.aru-selected-type-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 28px;
	padding: 0 9px;
	border: 1px solid #bfdbfe;
	border-radius: 999px;
	background: #f8fbff;
	color: #1d4ed8;
	font-size: 10px;
	font-weight: 750;
	cursor: pointer;
}

.aru-selected-type-chip span:last-child {
	color: #7c8ca5;
	font-size: 14px;
	line-height: 1;
}

.aru-selected-type-chip:hover {
	border-color: #93c5fd;
	background: #eff6ff;
}

.aru-custom-type {
	margin-top: 16px;
}

.aru-custom-type-toggle {
	padding: 0;
	border: 0;
	background: transparent;
	color: #2563eb;
	font-size: 11px;
	font-weight: 720;
	cursor: pointer;
}

.aru-custom-type-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 7px;
	margin-top: 9px;
}

.aru-custom-type-form[hidden] {
	display: none !important;
}

.aru-custom-type-form input {
	min-width: 0;
	height: 40px;
}

.aru-custom-type-form button {
	min-width: 58px;
	padding: 0 11px;
	border: 1px solid #2563eb;
	border-radius: 8px;
	background: #2563eb;
	color: #ffffff;
	font-size: 11px;
	font-weight: 720;
	cursor: pointer;
}

.aru-custom-type-form button:hover {
	background: #1d4ed8;
}

@media (max-width: 640px) {
	.aru-type-mode {
		grid-template-columns: 1fr;
	}

	.aru-type-mode label > span {
		justify-content: flex-start;
		padding-left: 13px;
	}

	.aru-type-chips button {
		flex: 0 0 auto;
	}
}

/* =========================================================
   UPLOAD CHECK CATEGORY FILTER — 1.4.2
   ========================================================= */

.aru-category-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
}

.aru-category-tabs button {
	min-height: 38px;
	padding: 7px 8px;
	border: 1px solid #dbe4f0;
	border-radius: 9px;
	background: #ffffff;
	color: #667085;
	font-size: 10px;
	font-weight: 750;
	cursor: pointer;
	transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.aru-category-tabs button:hover {
	border-color: #93c5fd;
	color: #1d4ed8;
}

.aru-category-tabs button.is-active {
	border-color: #60a5fa;
	background: #eff6ff;
	color: #1d4ed8;
}

.aru-category-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 10px;
}

.aru-category-panel-head > div {
	min-width: 0;
}

.aru-category-panel-head strong {
	display: block;
	margin: 0;
	color: #344054;
	font-size: 12px;
	font-weight: 760;
}

.aru-category-panel-head small {
	display: block;
	margin-top: 4px;
	color: #98a2b3;
	font-size: 10px;
	line-height: 1.45;
}

.aru-select-all {
	flex: 0 0 auto;
	min-height: 30px;
	padding: 0 9px;
	border: 1px solid #dbe4f0;
	border-radius: 8px;
	background: #ffffff;
	color: #475467;
	font-size: 10px;
	font-weight: 750;
	cursor: pointer;
}

.aru-select-all:hover {
	border-color: #93c5fd;
	color: #1d4ed8;
}

.aru-select-all.is-selected {
	border-color: #bfdbfe;
	background: #eff6ff;
	color: #1d4ed8;
}

.aru-type-chips button[hidden] {
	display: none !important;
}

/* The old "group button = bulk selection" UI is no longer used in 1.4.2. */
.aru-type-groups {
	display: none !important;
}

@media (max-width: 640px) {
	.aru-category-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aru-category-panel-head {
		display: block;
	}

	.aru-select-all {
		margin-top: 10px;
	}
}


/* =========================================================
   ABOUT ARADURU — 2.0.1
   ========================================================= */

.aru-about-wrap { width: 100%; color: var(--aru-text); background: #ffffff; }

.aru-about-hero {
	padding: 104px 24px 92px;
	background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .09), transparent 42%), #ffffff;
	border-bottom: 1px solid #eef1f4;
}

.aru-about-inner { width: 100%; max-width: 1120px; margin: 0 auto; }
.aru-about-hero .aru-about-inner { max-width: 900px; text-align: center; }

.aru-about-hero h1 {
	max-width: 850px;
	margin: 18px auto 0;
	color: #101828;
	font-size: clamp(42px, 6vw, 68px);
	line-height: 1.02;
	font-weight: 780;
	letter-spacing: -.05em;
}

.aru-about-hero p {
	max-width: 760px;
	margin: 22px auto 0;
	color: #667085;
	font-size: 18px;
	line-height: 1.72;
}

.aru-about-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 30px;
}

.aru-about-secondary,
.aru-about-inline-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #344054;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.aru-about-secondary:hover,
.aru-about-inline-link:hover { color: #1d4ed8; }

.aru-about-principles { display: grid; gap: 12px; }

.aru-about-principle {
	padding: 22px;
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	background: #ffffff;
}

.aru-about-principle strong { display: block; color: #1d2939; font-size: 15px; font-weight: 760; }
.aru-about-principle span { display: block; margin-top: 6px; color: #667085; font-size: 13px; line-height: 1.65; }

.aru-about-note { margin-top: 12px !important; color: #98a2b3 !important; font-size: 12px !important; }
.aru-about-inline-link { margin-top: 16px; }

.aru-about-tool-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.aru-about-tool-grid a {
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-height: 118px;
	padding: 22px;
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	background: #ffffff;
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease;
}

.aru-about-tool-grid a:hover { border-color: #93c5fd; transform: translateY(-1px); }
.aru-about-tool-grid strong { color: #1d2939; font-size: 15px; font-weight: 800; }
.aru-about-tool-grid span { color: #667085; font-size: 12px; line-height: 1.6; }

.aru-about-contact {
	padding: 72px 24px;
	border-top: 1px solid #dbeafe;
	background: #f8fbff;
}

.aru-about-contact-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.aru-about-contact h2 {
	max-width: 720px;
	margin: 8px 0 0;
	color: #101828;
	font-size: clamp(30px, 4vw, 42px);
	line-height: 1.15;
	font-weight: 760;
	letter-spacing: -.035em;
}

.aru-about-contact p { margin: 10px 0 0; color: #667085; font-size: 14px; }

@media (max-width: 840px) {
	.aru-about-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.aru-about-contact-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
	.aru-about-hero { padding: 76px 18px 64px; }
	.aru-about-hero h1 { font-size: 42px; }
	.aru-about-hero p { font-size: 16px; }
	.aru-about-actions { align-items: stretch; flex-direction: column; }
	.aru-about-actions .aru-primary-button,
	.aru-about-actions .aru-about-secondary { justify-content: center; }
	.aru-about-tool-grid { grid-template-columns: 1fr; }
	.aru-about-contact { padding: 56px 18px; }
}


/* =========================================================
   SEARCH LANDING — XLSX 1.5.0
   ========================================================= */

.aru-search-landing-page .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.aru-search-landing-page .inside-article {
	padding: 0;
}

.aru-search-landing-page .entry-header {
	display: none;
}

.aru-search-landing-page .entry-content {
	margin-top: 0;
}

.aru-search-landing-page .site-main {
	margin-bottom: 0;
}

.aru-search-landing {
	width: 100%;
	color: var(--aru-text);
}

.aru-search-doctor .aru-hero {
	padding-bottom: 72px;
}

.aru-search-section {
	padding: 88px 24px;
	border-top: 1px solid #eef1f4;
	background: #ffffff;
}

.aru-search-section:nth-of-type(even) {
	background: #f8fafc;
}

.aru-search-inner {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.aru-search-section-head {
	max-width: 760px;
	margin-bottom: 32px;
}

.aru-search-section-head h2,
.aru-search-two-col h2,
.aru-search-related h2 {
	margin: 0;
	color: #101828;
	font-size: clamp(30px, 4vw, 40px);
	line-height: 1.16;
	font-weight: 760;
	letter-spacing: -.035em;
}

.aru-search-section-head p,
.aru-search-two-col > div > p {
	margin: 13px 0 0;
	color: #667085;
	font-size: 16px;
	line-height: 1.75;
}

.aru-symptom-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.aru-symptom-card {
	padding: 22px;
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	background: #ffffff;
}

.aru-symptom-card strong {
	display: block;
	color: #1d2939;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 760;
}

.aru-symptom-card span {
	display: block;
	margin-top: 7px;
	color: #667085;
	font-size: 13px;
	line-height: 1.65;
}

.aru-search-cta-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 26px;
}

.aru-search-cta-row > span {
	color: #98a2b3;
	font-size: 12px;
}

.aru-search-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.aru-search-info-card {
	min-height: 210px;
	padding: 24px;
	border: 1px solid #e4e7ec;
	border-radius: 17px;
	background: #ffffff;
}

.aru-search-info-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 26px;
	padding: 0 8px;
	border-radius: 999px;
	background: #eff6ff;
	color: #2563eb;
	font-size: 10px;
	font-weight: 800;
}

.aru-search-info-card h3 {
	margin: 18px 0 0;
	color: #1d2939;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 760;
}

.aru-search-info-card p {
	margin: 8px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.7;
}

.aru-result-meaning-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.aru-result-meaning {
	padding: 24px;
	border: 1px solid #e4e7ec;
	border-radius: 17px;
	background: #ffffff;
}

.aru-result-meaning > span {
	display: inline-block;
	padding: 5px 8px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 820;
	letter-spacing: .06em;
}

.aru-result-meaning h3 {
	margin: 16px 0 0;
	color: #1d2939;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 760;
}

.aru-result-meaning p {
	margin: 8px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.68;
}

.aru-result-meaning.is-healthy > span {
	background: #ecfdf3;
	color: #027a48;
}

.aru-result-meaning.is-warning > span {
	background: #fffaeb;
	color: #b54708;
}

.aru-result-meaning.is-error > span {
	background: #fef3f2;
	color: #b42318;
}

.aru-search-two-col {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: 54px;
	align-items: start;
}

.aru-search-step-box {
	padding: 26px;
	border: 1px solid #e4e7ec;
	border-radius: 18px;
	background: #ffffff;
}

.aru-search-step-box ol {
	margin: 0;
	padding-left: 21px;
}

.aru-search-step-box li {
	padding-left: 5px;
	color: #667085;
	font-size: 14px;
	line-height: 1.7;
}

.aru-search-step-box li + li {
	margin-top: 12px;
}

.aru-search-step-box strong {
	color: #344054;
}

.aru-search-privacy-panel {
	padding: 34px;
	border: 1px solid #dbeafe;
	border-radius: 20px;
	background: #f8fbff;
}

.aru-search-privacy-panel > p {
	margin: 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.75;
}

.aru-search-faq-list {
	max-width: 880px;
}

.aru-search-faq-list details {
	border-top: 1px solid #e4e7ec;
}

.aru-search-faq-list details:last-child {
	border-bottom: 1px solid #e4e7ec;
}

.aru-search-faq-list summary {
	position: relative;
	padding: 20px 38px 20px 0;
	color: #1d2939;
	font-size: 15px;
	font-weight: 740;
	cursor: pointer;
	list-style: none;
}

.aru-search-faq-list summary::-webkit-details-marker {
	display: none;
}

.aru-search-faq-list summary::after {
	content: '+';
	position: absolute;
	top: 18px;
	right: 4px;
	color: #667085;
	font-size: 21px;
	font-weight: 400;
}

.aru-search-faq-list details[open] summary::after {
	content: '−';
}

.aru-search-faq-list details p {
	margin: -4px 0 20px;
	padding-right: 44px;
	color: #667085;
	font-size: 14px;
	line-height: 1.72;
}

.aru-search-related {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-top: 62px;
	padding-top: 34px;
	border-top: 1px solid #e4e7ec;
}

.aru-search-related h2 {
	font-size: 28px;
}

.aru-search-related-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 9px;
}

.aru-search-related-links a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	padding: 0 13px;
	border: 1px solid #dbe4f0;
	border-radius: 9px;
	background: #ffffff;
	color: #344054;
	font-size: 11px;
	font-weight: 740;
	text-decoration: none;
}

.aru-search-related-links a:hover {
	border-color: #93c5fd;
	color: #1d4ed8;
}

.aru-landing-notice {
	max-width: 760px;
	margin: 80px auto;
	padding: 24px;
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	background: #ffffff;
	color: #475467;
	font-size: 14px;
	line-height: 1.7;
}

@media (max-width: 840px) {
	.aru-search-card-grid,
	.aru-result-meaning-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aru-search-two-col {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.aru-search-related {
		display: block;
	}

	.aru-search-related-links {
		justify-content: flex-start;
		margin-top: 18px;
	}
}

@media (max-width: 640px) {
	.aru-search-section {
		padding: 60px 18px;
	}

	.aru-symptom-grid,
	.aru-search-card-grid,
	.aru-result-meaning-grid {
		grid-template-columns: 1fr;
	}

	.aru-search-cta-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.aru-search-info-card {
		min-height: 0;
	}

	.aru-search-privacy-panel {
		padding: 24px 20px;
	}

	.aru-search-related-links {
		display: grid;
		grid-template-columns: 1fr;
	}

	.aru-search-related-links a {
		justify-content: space-between;
	}
}

/* =========================================================
   FILE PICKER UX — 1.5.1
   ========================================================= */

.aru-choose-file-button {
	position: relative;
	z-index: 7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 10px auto 12px;
	padding: 0 17px;
	border: 1px solid #2563eb;
	border-radius: 10px;
	background: #2563eb;
	color: #ffffff;
	font-size: 12px;
	font-weight: 760;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .08);
	transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.aru-choose-file-button:hover {
	background: #1d4ed8;
	border-color: #1d4ed8;
}

.aru-choose-file-button:active {
	transform: translateY(1px);
}

.aru-choose-file-button:focus-visible {
	outline: 3px solid rgba(37, 99, 235, .22);
	outline-offset: 3px;
}

.aru-search-doctor .aru-drop-sub {
	margin-top: 7px;
}

@media (max-width: 640px) {
	.aru-choose-file-button {
		width: min(100%, 260px);
		min-height: 46px;
		font-size: 13px;
	}
}

/* =========================================================
   ZIP SEARCH LANDING — 1.6.0
   ========================================================= */

.aru-result-meaning-grid-four {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aru-result-meaning.is-caution > span {
	background: #fff7ed;
	color: #c2410c;
}

@media (max-width: 640px) {
	.aru-result-meaning-grid-four {
		grid-template-columns: 1fr;
	}
}



/* =========================================================
   PDF SEARCH LANDING — 1.7.0
   ========================================================= */

.aru-result-meaning.is-limited > span {
	background: #eef4ff;
	color: #3538cd;
}


/* =========================================================
   MP4 / MOV SEARCH LANDING — 1.8.0
   ========================================================= */
.aru-drop-note {
	margin-top: 8px;
	color: #98a2b3;
	font-size: 10px;
	line-height: 1.4;
}


/* =========================================================
   GLOBAL SITE FOOTER — 2.1.0
   ========================================================= */

.site-info {
	padding: 0 !important;
	background: #f7f9fc !important;
	color: #475467;
	text-align: left;
}

.site-info .inside-site-info {
	display: block !important;
	max-width: none !important;
	padding: 0 !important;
}

.aru-site-footer {
	width: 100%;
	border-top: 1px solid #e4e7ec;
	background: #f7f9fc;
}

.aru-footer-inner {
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
	padding: 58px 0 24px;
}

.aru-footer-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.75fr) repeat(3, minmax(120px, .75fr));
	gap: 48px;
	align-items: start;
}

.aru-footer-brand {
	max-width: 360px;
}

.aru-footer-logo {
	display: inline-block;
	color: #101828 !important;
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -.025em;
	text-decoration: none !important;
}

.aru-footer-brand p {
	margin: 17px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.75;
}

.aru-footer-note {
	display: block;
	margin-top: 14px;
	color: #98a2b3;
	font-size: 11px;
	line-height: 1.6;
}

.aru-footer-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.aru-footer-column strong {
	margin-bottom: 4px;
	color: #344054;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
}

.aru-footer-column a {
	color: #667085 !important;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 520;
	text-decoration: none !important;
	transition: color .16s ease;
}

.aru-footer-column a:hover {
	color: #2563eb !important;
}

.aru-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 48px;
	padding-top: 20px;
	border-top: 1px solid #e4e7ec;
	color: #98a2b3;
	font-size: 11px;
	line-height: 1.5;
}

@media (max-width: 900px) {
	.aru-footer-grid {
		grid-template-columns: 1.5fr repeat(2, 1fr);
		gap: 36px 28px;
	}

	.aru-footer-column:last-child {
		grid-column: 2 / 3;
	}
}

@media (max-width: 640px) {
	.aru-footer-inner {
		width: min(100% - 36px, 1120px);
		padding: 44px 0 22px;
	}

	.aru-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 24px;
	}

	.aru-footer-brand {
		grid-column: 1 / -1;
		max-width: none;
	}

	.aru-footer-column:last-child {
		grid-column: auto;
	}

	.aru-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 38px;
	}
}

@media (max-width: 420px) {
	.aru-footer-grid {
		grid-template-columns: 1fr;
	}

	.aru-footer-column:last-child {
		grid-column: auto;
	}
}


/* =========================================================
   LEGAL PAGES — 2.2.0
   ========================================================= */

.aru-legal-page .entry-header,
.aru-legal-page .entry-title {
	display: none !important;
}

.aru-legal-page .site-content,
.aru-legal-page .content-area,
.aru-legal-page .site-main,
.aru-legal-page article,
.aru-legal-page .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.aru-legal-page .grid-container {
	max-width: none !important;
}

.aru-legal-wrap {
	width: 100%;
	background: #ffffff;
	color: #344054;
}

.aru-legal-inner {
	width: min(880px, calc(100% - 48px));
	margin: 0 auto;
}

.aru-legal-hero {
	padding: 84px 24px 68px;
	border-bottom: 1px solid #e4e7ec;
	background:
		radial-gradient(circle at 48% 0%, rgba(37, 99, 235, .08), transparent 46%),
		#ffffff;
}

.aru-legal-hero .aru-legal-inner {
	text-align: center;
}

.aru-legal-hero h1 {
	max-width: 760px;
	margin: 14px auto 0;
	color: #101828;
	font-size: clamp(40px, 5vw, 58px);
	line-height: 1.05;
	font-weight: 780;
	letter-spacing: -.045em;
}

.aru-legal-hero p {
	max-width: 700px;
	margin: 18px auto 0;
	color: #667085;
	font-size: 16px;
	line-height: 1.75;
}

.aru-legal-updated {
	margin-top: 18px;
	color: #98a2b3;
	font-size: 11px;
}

.aru-legal-body {
	padding-top: 58px;
	padding-bottom: 82px;
}

.aru-legal-section {
	padding: 34px 0;
	border-bottom: 1px solid #eaecf0;
}

.aru-legal-section:first-child {
	padding-top: 0;
}

.aru-legal-section h2 {
	margin: 0 0 14px;
	color: #1d2939;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 750;
	letter-spacing: -.025em;
}

.aru-legal-section p,
.aru-legal-section li {
	color: #667085;
	font-size: 14px;
	line-height: 1.8;
}

.aru-legal-section p {
	margin: 0 0 12px;
}

.aru-legal-section p:last-child {
	margin-bottom: 0;
}

.aru-legal-section ul {
	margin: 12px 0 0 22px;
	padding: 0;
}

.aru-legal-section li + li {
	margin-top: 8px;
}

.aru-legal-section a {
	color: #2563eb;
	font-weight: 650;
	text-decoration: none;
}

.aru-legal-section a:hover {
	text-decoration: underline;
}

.aru-legal-highlight {
	padding: 26px 28px;
	border: 1px solid #bfdbfe;
	border-radius: 18px;
	background: #f8fbff;
}

.aru-legal-callout {
	margin-top: 18px;
	padding: 16px 18px;
	border-left: 3px solid #60a5fa;
	border-radius: 0 10px 10px 0;
	background: #f8fafc;
	color: #667085;
	font-size: 13px;
	line-height: 1.75;
}

.aru-legal-callout strong {
	color: #344054;
}

.aru-legal-end {
	border-bottom: 0;
	padding-bottom: 0;
}

/* Mobile footer: keep the same links, reduce vertical length. */
@media (max-width: 640px) {
	.aru-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 30px 20px !important;
	}

	.aru-footer-brand {
		grid-column: 1 / -1;
		text-align: center;
	}

	.aru-footer-brand p {
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
	}

	.aru-footer-note {
		text-align: center;
	}

	.aru-footer-column {
		gap: 8px;
	}

	.aru-footer-column:nth-of-type(2) {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px 12px;
		padding-top: 2px;
	}

	.aru-footer-column:nth-of-type(2) strong {
		grid-column: 1 / -1;
	}

	.aru-footer-column:nth-of-type(2) a {
		padding: 5px 0;
	}

	.aru-footer-bottom {
		gap: 8px !important;
		margin-top: 30px !important;
	}

	.aru-legal-inner {
		width: min(100% - 36px, 880px);
	}

	.aru-legal-hero {
		padding: 66px 18px 54px;
	}

	.aru-legal-hero h1 {
		font-size: 40px;
	}

	.aru-legal-hero p {
		font-size: 15px;
	}

	.aru-legal-body {
		padding-top: 42px;
		padding-bottom: 64px;
	}

	.aru-legal-section {
		padding: 28px 0;
	}

	.aru-legal-section h2 {
		font-size: 21px;
	}

	.aru-legal-highlight {
		padding: 22px 20px;
	}
}

@media (max-width: 420px) {
	.aru-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.aru-footer-column:nth-of-type(2) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.aru-footer-column:nth-of-type(2) a {
		font-size: 11px;
	}
}


/* =========================================================
   CONTACT ARADURU — 2.3.0
   ========================================================= */

.aru-contact-page .entry-header,
.aru-contact-page .entry-title {
	display: none !important;
}

.aru-contact-page .site-content,
.aru-contact-page .content-area,
.aru-contact-page .site-main,
.aru-contact-page article,
.aru-contact-page .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.aru-contact-page .grid-container {
	max-width: none !important;
}

.aru-contact-wrap {
	width: 100%;
	background: #ffffff;
	color: #344054;
}

.aru-contact-inner {
	width: min(980px, calc(100% - 48px));
	margin: 0 auto;
}

.aru-contact-hero {
	padding: 94px 24px 78px;
	border-bottom: 1px solid #e4e7ec;
	background:
		radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .09), transparent 44%),
		#ffffff;
}

.aru-contact-hero .aru-contact-inner {
	text-align: center;
}

.aru-contact-hero h1 {
	max-width: 820px;
	margin: 16px auto 0;
	color: #101828;
	font-size: clamp(42px, 5.8vw, 62px);
	line-height: 1.04;
	font-weight: 780;
	letter-spacing: -.045em;
}

.aru-contact-hero p {
	max-width: 720px;
	margin: 20px auto 0;
	color: #667085;
	font-size: 16px;
	line-height: 1.75;
}

.aru-contact-hero .aru-primary-button {
	margin-top: 28px;
}

.aru-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.aru-contact-card {
	min-height: 220px;
	padding: 26px;
	border: 1px solid #e4e7ec;
	border-radius: 18px;
	background: #ffffff;
}

.aru-contact-card-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 24px;
	padding: 0 9px;
	border-radius: 999px;
	background: #eff6ff;
	color: #2563eb;
	font-size: 10px;
	font-weight: 800;
}

.aru-contact-card h2 {
	margin: 18px 0 10px;
	color: #1d2939;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 760;
}

.aru-contact-card p {
	margin: 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.75;
}

.aru-contact-detail-panel {
	padding: 30px;
	border: 1px solid #dbeafe;
	border-radius: 20px;
	background: #f8fbff;
}

.aru-contact-detail-panel h2 {
	margin: 8px 0 0;
	color: #1d2939;
	font-size: 28px;
	font-weight: 760;
}

.aru-contact-email {
	display: inline-block;
	margin-top: 16px;
	color: #2563eb;
	font-size: clamp(20px, 3vw, 28px);
	font-weight: 760;
	text-decoration: none;
}

.aru-contact-checklist {
	margin: 16px 0 0 20px;
	padding: 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.75;
}

.aru-contact-checklist li + li {
	margin-top: 7px;
}

.aru-contact-safety-section {
	background: #fbfcfe;
}

.aru-contact-bottom {
	padding: 68px 24px;
	border-top: 1px solid #e4e7ec;
	background: #f8fbff;
}

.aru-contact-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}

.aru-contact-bottom h2 {
	margin: 8px 0 0;
	color: #101828;
	font-size: clamp(30px, 4vw, 40px);
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -.03em;
}

.aru-contact-bottom p {
	margin: 10px 0 0;
	color: #667085;
	font-size: 14px;
}

.aru-contact-bottom-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 0 0 auto;
}

@media (max-width: 820px) {
	.aru-contact-grid {
		grid-template-columns: 1fr;
	}

	.aru-contact-card {
		min-height: 0;
	}

	.aru-contact-bottom-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.aru-contact-inner {
		width: min(100% - 36px, 980px);
	}

	.aru-contact-hero {
		padding: 70px 18px 58px;
	}

	.aru-contact-hero h1 {
		font-size: 40px;
	}

	.aru-contact-hero p {
		font-size: 15px;
	}

	.aru-contact-detail-panel {
		padding: 22px;
	}

	.aru-contact-bottom {
		padding: 54px 18px;
	}

	.aru-contact-bottom-actions {
		width: 100%;
		align-items: stretch;
		flex-direction: column;
	}

	.aru-contact-bottom-actions .aru-primary-button,
	.aru-contact-bottom-actions .aru-about-secondary {
		justify-content: center;
	}
}


/* =========================================================
   MOBILE FOOTER COMPRESSION — 2.3.1
   Keep desktop/tablet layout unchanged.
   ========================================================= */

@media (max-width: 640px) {
	.aru-footer-inner {
		width: min(100% - 34px, 1120px);
		padding: 30px 0 18px;
	}

	.aru-footer-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 20px 24px !important;
		align-items: start;
	}

	.aru-footer-brand {
		grid-column: 1 / -1 !important;
		order: 1;
		max-width: none;
		text-align: center;
	}

	.aru-footer-logo {
		font-size: 22px;
	}

	.aru-footer-brand p {
		max-width: 330px;
		margin: 12px auto 0;
		font-size: 12px;
		line-height: 1.6;
	}

	/* This line repeats information already explained throughout the site.
	   Hide it only on small screens to shorten the footer. */
	.aru-footer-note {
		display: none;
	}

	/* Tools on the left. */
	.aru-footer-column:nth-of-type(1) {
		grid-column: 1 !important;
		order: 2;
	}

	/* ARADURU links on the right. */
	.aru-footer-column:nth-of-type(3) {
		grid-column: 2 !important;
		order: 3;
	}

	/* File formats become one compact full-width row below. */
	.aru-footer-column:nth-of-type(2) {
		grid-column: 1 / -1 !important;
		order: 4;
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 4px 12px !important;
		padding-top: 0 !important;
		text-align: center;
	}

	.aru-footer-column:nth-of-type(2) strong {
		grid-column: 1 / -1 !important;
		margin-bottom: 2px;
		text-align: left;
	}

	.aru-footer-column:nth-of-type(2) a {
		padding: 3px 0 !important;
		text-align: center;
	}

	.aru-footer-column {
		gap: 7px;
	}

	.aru-footer-column strong {
		margin-bottom: 2px;
	}

	.aru-footer-bottom {
		display: block !important;
		margin-top: 20px !important;
		padding-top: 14px !important;
		font-size: 10px;
	}

	/* The slogan is useful on desktop, but removing the duplicate line
	   saves another row on mobile. */
	.aru-footer-bottom span:last-child {
		display: none;
	}
}

@media (max-width: 380px) {
	.aru-footer-grid {
		gap: 18px 18px !important;
	}

	.aru-footer-column a {
		font-size: 11px !important;
	}

	.aru-footer-column:nth-of-type(2) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}


/* =========================================================
   ALL TOOLS UX REFINEMENT — 2.4.0
   ========================================================= */

.aru-tools-upload-focus {
	background: #ffffff;
}

.aru-upload-tool-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: 56px;
	align-items: center;
	padding: 38px 40px;
	border: 1px solid #bfdbfe;
	border-radius: 22px;
	background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.aru-upload-tool-copy h2 {
	margin: 8px 0 0;
	color: #101828;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 760;
	letter-spacing: -.035em;
}

.aru-upload-tool-copy p {
	max-width: 650px;
	margin: 13px 0 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.75;
}

.aru-upload-tool-side {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 20px;
}

.aru-upload-tool-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.aru-upload-tool-points span {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 12px;
	border: 1px solid #e4e7ec;
	border-radius: 11px;
	background: #ffffff;
	color: #475467;
	font-size: 12px;
	font-weight: 650;
}

.aru-upload-tool-side .aru-primary-button {
	align-self: flex-start;
}

@media (max-width: 900px) {
	.aru-upload-tool-panel {
		grid-template-columns: 1fr;
		gap: 26px;
	}
}

@media (max-width: 640px) {
	.aru-upload-tool-panel {
		padding: 26px 22px;
		border-radius: 18px;
	}

	.aru-upload-tool-copy h2 {
		font-size: 28px;
	}

	.aru-upload-tool-points {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.aru-upload-tool-side .aru-primary-button {
		width: 100%;
	}
}


/* =========================================================
   MOBILE TOP-AREA COMPRESSION — 2.4.1
   Reduce the oversized white band between the mobile header
   and the first useful page content. Desktop/tablet unchanged.
   ========================================================= */

@media (max-width: 640px) {

	/* GeneratePress mobile header: keep the same controls, reduce only
	   vertical breathing room. */
	.site-header .inside-header {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}

	/* Remove theme-level top spacing around ARADURU service pages. */
	.home .site-main,
	.aru-file-check-page .site-main,
	.aru-upload-check-page .site-main,
	.aru-all-tools-page .site-main,
	.aru-search-landing-page .site-main,
	.aru-legal-page .site-main,
	.aru-contact-page .site-main {
		margin-top: 0 !important;
	}

	.home .site-content,
	.aru-file-check-page .site-content,
	.aru-upload-check-page .site-content,
	.aru-all-tools-page .site-content,
	.aru-search-landing-page .site-content,
	.aru-legal-page .site-content,
	.aru-contact-page .site-content {
		padding-top: 0 !important;
	}

	/* Home + File Check + focused format checkers share .aru-hero. */
	.aru-hero {
		padding-top: 30px;
	}

	/* All Tools. */
	.aru-tools-hero {
		padding-top: 38px;
	}

	/* Upload Check. */
	.aru-upload-hero {
		padding-top: 38px;
	}

	/* About. */
	.aru-about-hero {
		padding-top: 42px;
	}

	/* Contact. */
	.aru-contact-hero {
		padding-top: 40px;
	}

	/* Privacy Policy + Terms of Use. */
	.aru-legal-hero {
		padding-top: 40px;
	}
}

/* Slightly tighter on very small phones, without shrinking controls. */
@media (max-width: 420px) {
	.site-header .inside-header {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.aru-hero {
		padding-top: 26px;
	}

	.aru-tools-hero,
	.aru-upload-hero {
		padding-top: 34px;
	}
}


/* =========================================================
   ARADURU 404 — 2.4.2
   ========================================================= */

.aru-404-page .site-content {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.aru-404-main {
	width: 100%;
	margin: 0;
	background: #ffffff;
	color: #344054;
}

.aru-404-inner {
	width: min(980px, calc(100% - 48px));
	margin: 0 auto;
}

.aru-404-hero {
	padding: 88px 24px 76px;
	border-bottom: 1px solid #e4e7ec;
	background:
		radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .09), transparent 45%),
		#ffffff;
	text-align: center;
}

.aru-404-code {
	margin-top: 12px;
	color: #dbeafe;
	font-size: clamp(76px, 12vw, 124px);
	line-height: .9;
	font-weight: 850;
	letter-spacing: -.07em;
	user-select: none;
}

.aru-404-hero h1 {
	margin: 12px 0 0;
	color: #101828;
	font-size: clamp(40px, 5vw, 58px);
	line-height: 1.05;
	font-weight: 780;
	letter-spacing: -.045em;
}

.aru-404-hero p {
	max-width: 700px;
	margin: 18px auto 0;
	color: #667085;
	font-size: 16px;
	line-height: 1.75;
}

.aru-404-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.aru-404-help {
	padding: 66px 24px 78px;
	background: #f8fafc;
}

.aru-404-search-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
	gap: 48px;
	align-items: center;
	padding: 30px;
	border: 1px solid #e4e7ec;
	border-radius: 20px;
	background: #ffffff;
}

.aru-404-search-wrap h2 {
	margin: 8px 0 0;
	color: #1d2939;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 760;
	letter-spacing: -.03em;
}

.aru-404-search-wrap p {
	margin: 10px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.7;
}

.aru-404-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.aru-404-search input {
	width: 100%;
	min-width: 0;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #d0d5dd;
	border-radius: 10px;
	background: #ffffff;
	color: #1d2939;
	font-size: 14px;
	outline: none;
}

.aru-404-search input:focus {
	border-color: #60a5fa;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .10);
}

.aru-404-search button {
	height: 48px;
	padding: 0 18px;
	border: 0;
	border-radius: 10px;
	background: #2563eb;
	color: #ffffff;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.aru-404-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.aru-404-links a {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-height: 104px;
	padding: 20px;
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	background: #ffffff;
	text-decoration: none;
	transition: border-color .16s ease, transform .16s ease;
}

.aru-404-links a:hover {
	border-color: #93c5fd;
	transform: translateY(-1px);
}

.aru-404-links strong {
	color: #1d2939;
	font-size: 13px;
	font-weight: 800;
}

.aru-404-links span {
	color: #667085;
	font-size: 12px;
	line-height: 1.55;
}

.aru-404-home-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 22px;
	color: #475467;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.aru-404-home-link:hover {
	color: #2563eb;
}

@media (max-width: 820px) {
	.aru-404-search-wrap {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.aru-404-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.aru-404-inner {
		width: min(100% - 36px, 980px);
	}

	.aru-404-hero {
		padding: 48px 18px 54px;
	}

	.aru-404-code {
		font-size: 76px;
	}

	.aru-404-hero h1 {
		font-size: 38px;
	}

	.aru-404-hero p {
		font-size: 15px;
	}

	.aru-404-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.aru-404-actions .aru-primary-button,
	.aru-404-actions .aru-secondary-button {
		justify-content: center;
		width: 100%;
	}

	.aru-404-help {
		padding: 44px 18px 58px;
	}

	.aru-404-search-wrap {
		padding: 22px;
	}

	.aru-404-search {
		grid-template-columns: 1fr;
	}

	.aru-404-search button {
		width: 100%;
	}

	.aru-404-links {
		grid-template-columns: 1fr 1fr;
		gap: 9px;
	}

	.aru-404-links a {
		min-height: 92px;
		padding: 16px;
	}
}

@media (max-width: 390px) {
	.aru-404-links {
		grid-template-columns: 1fr;
	}
}


/* 2.4.3 — GeneratePress 404 wrapper compatibility */
.aru-404-page #page,
.aru-404-page #content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.aru-404-page .aru-404-main {
	display: block !important;
	flex: none !important;
	max-width: none !important;
}

/* =========================================================
   ARADURU Core 2.9.0 - Safe Filename Fix
   ========================================================= */

.aru-safe-fix-host[hidden] {
	display: none !important;
}

.aru-safe-fix {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	margin-top: 16px;
	padding: 20px 22px;
	border: 1px solid #a7f3d0;
	border-radius: 14px;
	background: linear-gradient(135deg, #f7fffb 0%, #f8fbff 100%);
}

.aru-safe-fix-copy {
	min-width: 0;
}

.aru-safe-fix-label {
	margin-bottom: 8px;
	color: #0f8a6a;
	font-size: 10px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .09em;
}

.aru-safe-fix h4 {
	margin: 0;
	color: var(--aru-text);
	font-size: 18px;
	line-height: 1.4;
	font-weight: 750;
}

.aru-safe-fix-text {
	margin: 7px 0 0;
	color: #475467;
	font-size: 13px;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.aru-safe-fix-text strong {
	color: #344054;
	font-weight: 750;
}

.aru-safe-fix-note {
	margin: 5px 0 0;
	color: #667085;
	font-size: 12px;
	line-height: 1.55;
}

.aru-safe-fix-actions {
	display: flex;
	min-width: 190px;
	flex-direction: column;
	align-items: stretch;
	gap: 7px;
}

.aru-safe-fix-button {
	appearance: none;
	min-height: 44px;
	padding: 0 16px;
	border: 0;
	border-radius: 10px;
	background: var(--aru-blue);
	color: #ffffff;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	line-height: 1;
	cursor: pointer;
	transition: background-color .16s ease, transform .16s ease, opacity .16s ease;
}

.aru-safe-fix-button:hover,
.aru-safe-fix-button:focus-visible {
	background: var(--aru-blue-hover);
}

.aru-safe-fix-button:focus-visible {
	outline: 3px solid rgba(37, 99, 235, .2);
	outline-offset: 2px;
}

.aru-safe-fix-button:active {
	transform: translateY(1px);
}

.aru-safe-fix-button:disabled {
	cursor: wait;
	opacity: .65;
}

.aru-safe-fix-status {
	min-height: 16px;
	color: #667085;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
}

@media (max-width: 640px) {
	.aru-safe-fix {
		grid-template-columns: 1fr;
		gap: 15px;
		padding: 18px;
	}

	.aru-safe-fix h4 {
		font-size: 16px;
	}

	.aru-safe-fix-text {
		font-size: 13px;
	}

	.aru-safe-fix-actions {
		min-width: 0;
		width: 100%;
	}

	.aru-safe-fix-button {
		width: 100%;
	}
}

/* =========================================================
   ARADURU Core 3.0.0 - Verified Preflight Profile Foundation
   ========================================================= */

.aru-preflight-profile {
	display: grid;
	grid-template-columns: minmax(260px, .85fr) minmax(0, 1.6fr);
	gap: 18px;
	align-items: center;
	margin-bottom: 16px;
	padding: 18px 20px;
	border: 1px solid #dbe7ff;
	border-radius: 14px;
	background: linear-gradient(135deg, #f8fbff 0%, #fbfffd 100%);
}

.aru-preflight-profile-main label {
	display: block;
	margin-bottom: 8px;
	color: #344054;
	font-size: 13px;
	font-weight: 750;
}

.aru-preflight-profile-main select {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 38px 0 12px;
	border: 1px solid #cfd8e6;
	border-radius: 9px;
	background-color: #ffffff;
	color: #101828;
	font: inherit;
	font-size: 13px;
	font-weight: 650;
	box-shadow: none;
}

.aru-preflight-profile-main select:focus {
	outline: none;
	border-color: #60a5fa;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .08);
}

.aru-preflight-profile-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 7px;
	color: #667085;
	font-size: 11px;
}

.aru-profile-status {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 0 8px;
	border-radius: 999px;
	background: #eef2f6;
	color: #475467;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .06em;
}

.aru-profile-status.is-verified {
	background: #dcfae6;
	color: #067647;
}

.aru-profile-status.is-stale,
.aru-profile-status.is-unverified {
	background: #fff4e5;
	color: #b54708;
}

.aru-preflight-profile-info p {
	margin: 0;
	color: #667085;
	font-size: 12px;
	line-height: 1.6;
}

.aru-profile-source {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 8px;
	font-size: 11px;
}

.aru-profile-source[hidden] {
	display: none !important;
}

.aru-profile-source a {
	color: #1d4ed8;
	font-weight: 700;
	text-decoration: none;
}

.aru-profile-source a:hover,
.aru-profile-source a:focus-visible {
	text-decoration: underline;
}

.aru-profile-source span {
	color: #98a2b3;
}

.aru-profile-context-panel {
	margin: -4px 0 16px;
	padding: 16px 18px;
	border: 1px solid #dbe7ff;
	border-radius: 12px;
	background: #ffffff;
}

.aru-profile-context-panel[hidden] {
	display: none !important;
}

.aru-profile-context-head {
	margin-bottom: 12px;
}

.aru-profile-context-head strong {
	display: block;
	margin-bottom: 3px;
	color: #101828;
	font-size: 13px;
}

.aru-profile-context-head span {
	color: #667085;
	font-size: 11px;
	line-height: 1.5;
}

.aru-profile-context-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.aru-profile-context-field {
	display: block;
	min-width: 0;
}

.aru-profile-context-field > span:first-child {
	display: block;
	margin-bottom: 6px;
	color: #344054;
	font-size: 11px;
	font-weight: 750;
}

.aru-profile-context-field input,
.aru-profile-context-field select {
	width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #cfd8e6;
	border-radius: 8px;
	background: #ffffff;
	color: #101828;
	font: inherit;
	font-size: 13px;
	box-shadow: none;
}

.aru-profile-context-field input:focus,
.aru-profile-context-field select:focus {
	outline: none;
	border-color: #60a5fa;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .08);
}

.aru-profile-context-help {
	display: block;
	margin-top: 5px;
	color: #98a2b3;
	font-size: 10px;
	line-height: 1.45;
}

.aru-upload-check.has-locked-profile .aru-rule-field,
.aru-upload-check.has-locked-profile .aru-file-type-field {
	background: #f8fafc;
}

.aru-upload-check.has-locked-profile .aru-rule-field input:disabled,
.aru-upload-check.has-locked-profile button:disabled {
	cursor: not-allowed;
	opacity: .62;
}

@media (max-width: 900px) {
	.aru-preflight-profile {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.aru-preflight-profile {
		gap: 13px;
		padding: 16px;
	}

	.aru-profile-context-fields {
		grid-template-columns: 1fr;
	}
}

/* ARADURU 3.5.0 — Excel error interpretation layer */
.aru-error-interpretation {
	margin-top: 14px;
	padding: 18px 20px;
	border: 1px solid #bfdbfe;
	border-radius: 14px;
	background: #f8fbff;
}

.aru-error-interpretation-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.aru-error-interpretation-label,
.aru-error-interpretation-match {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
}

.aru-error-interpretation-label { color: #1d4ed8; }
.aru-error-interpretation-match {
	padding: 5px 8px;
	border-radius: 999px;
	background: #eaf2ff;
	color: #1d4ed8;
	white-space: nowrap;
}

.aru-error-interpretation-source {
	margin-bottom: 8px;
	font-size: 12px;
	color: #64748b;
}

.aru-error-interpretation h4 {
	margin: 0 0 7px;
	font-size: 16px;
	line-height: 1.35;
	color: #0f172a;
}

.aru-error-interpretation p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: #475569;
}

.aru-error-interpretation.is-strong,
.aru-error-interpretation.is-likely {
	border-color: #93c5fd;
	background: #f4f9ff;
}

.aru-error-interpretation.is-possible {
	border-color: #fde68a;
	background: #fffdf5;
}

.aru-error-interpretation.is-possible .aru-error-interpretation-match {
	background: #fff7d6;
	color: #a16207;
}

.aru-error-interpretation.is-none {
	border-color: #bbf7d0;
	background: #f7fff9;
}

.aru-error-interpretation.is-none .aru-error-interpretation-match {
	background: #dcfce7;
	color: #15803d;
}

.aru-error-interpretation.is-unknown {
	border-color: #e2e8f0;
	background: #f8fafc;
}

.aru-error-interpretation.is-unknown .aru-error-interpretation-match {
	background: #f1f5f9;
	color: #64748b;
}

@media (max-width: 640px) {
	.aru-error-interpretation { padding: 16px; }
	.aru-error-interpretation-top { align-items: flex-start; flex-direction: column; }
	.aru-error-interpretation-match { white-space: normal; }
}


/* =========================================================
   ARADURU 3.6.0 — Excel problem-page foundation
   ========================================================= */
.aru-excel-problem-page,
.aru-word-problem-page,
.aru-image-problem-page,
.aru-data-problem-page,
.aru-text-problem-page {
	--aru-problem-max: 1080px;
}

.aru-problem-doctor {
	margin-bottom: 0;
}

.aru-problem-section {
	padding: 64px 24px;
}

.aru-problem-section + .aru-problem-section {
	border-top: 1px solid #e8eef7;
}

.aru-problem-inner {
	width: min(var(--aru-problem-max), 100%);
	margin: 0 auto;
}

.aru-problem-card-grid,
.aru-problem-match-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 26px;
}

.aru-problem-card,
.aru-problem-match-card {
	background: #fff;
	border: 1px solid #dde6f2;
	border-radius: 18px;
	padding: 22px;
}

.aru-problem-card h3,
.aru-problem-match-card strong {
	display: block;
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 17px;
	line-height: 1.4;
}

.aru-problem-card p,
.aru-problem-match-card p,
.aru-problem-limit-panel p,
.aru-problem-faq-item p {
	margin: 0;
	color: #5f6f85;
	font-size: 15px;
	line-height: 1.75;
}

.aru-problem-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

.aru-problem-check-item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 18px 20px;
	border: 1px solid #dde6f2;
	border-radius: 16px;
	background: #fff;
}

.aru-problem-check-item > span {
	flex: 0 0 auto;
	color: #2563eb;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: .08em;
}

.aru-problem-check-item p {
	margin: 0;
	color: #334155;
	font-size: 15px;
	line-height: 1.65;
}

.aru-problem-match-card.is-strong { border-color: #b9d4ff; background: #f7fbff; }
.aru-problem-match-card.is-possible { border-color: #f3d98a; background: #fffdf5; }
.aru-problem-match-card.is-none { border-color: #bdeccf; background: #f6fff9; }

.aru-problem-limit-panel {
	padding: 26px;
	border: 1px solid #dbe4ef;
	border-radius: 18px;
	background: #f8fafc;
}

.aru-problem-limit-panel h2 {
	margin: 8px 0 10px;
	color: #0f172a;
	font-size: 24px;
	line-height: 1.3;
}

.aru-problem-faq-list {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.aru-problem-faq-item {
	border: 1px solid #dde6f2;
	border-radius: 14px;
	background: #fff;
	padding: 0 18px;
}

.aru-problem-faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 18px 28px 18px 0;
	color: #0f172a;
	font-weight: 750;
	font-size: 16px;
	position: relative;
}

.aru-problem-faq-item summary::-webkit-details-marker { display: none; }
.aru-problem-faq-item summary::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 17px;
	color: #64748b;
	font-size: 20px;
	font-weight: 500;
}
.aru-problem-faq-item[open] summary::after { content: '–'; }
.aru-problem-faq-item p { padding: 0 0 18px; }

@media (max-width: 768px) {
	.aru-problem-section { padding: 44px 18px; }
	.aru-problem-card-grid,
	.aru-problem-match-grid,
	.aru-problem-check-list { grid-template-columns: 1fr; }
	.aru-problem-card,
	.aru-problem-match-card { padding: 18px; }
	.aru-problem-limit-panel { padding: 20px; }
	.aru-problem-limit-panel h2 { font-size: 21px; }
}


/* -------------------------------------------------------------
 * Core 5.4.0 — Universal File Doctor experience
 * ------------------------------------------------------------- */
.aru-universal-overview[hidden] {
	display: none !important;
}

.aru-universal-overview {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #dfe5ee;
	border-radius: 16px;
	background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.aru-universal-overview.is-success {
	border-color: #ccebdc;
}

.aru-universal-overview.is-warning {
	border-color: #f4dfaa;
}

.aru-universal-overview.is-error {
	border-color: #f3cece;
}

.aru-universal-overview-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.aru-universal-kicker {
	display: block;
	margin-bottom: 5px;
	color: #667085;
	font-size: 10px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .09em;
}

.aru-universal-overview h4 {
	margin: 0;
	color: #101828;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 750;
}

.aru-universal-route {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	min-height: 30px;
	padding: 6px 10px;
	border: 1px solid #dce5f2;
	border-radius: 999px;
	background: #f7faff;
	color: #34506f;
	font-size: 11px;
	font-weight: 750;
}

.aru-universal-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 16px;
}

.aru-universal-fact {
	min-width: 0;
	padding: 14px;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
	background: #ffffff;
}

.aru-universal-fact > span {
	display: block;
	color: #7a8494;
	font-size: 10px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .045em;
}

.aru-universal-fact strong {
	display: block;
	margin-top: 7px;
	color: #172033;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 760;
	overflow-wrap: anywhere;
}

.aru-universal-fact small {
	display: block;
	margin-top: 5px;
	color: #7b8492;
	font-size: 11px;
	line-height: 1.45;
}

.aru-universal-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin-top: 12px;
	padding: 16px;
	border-radius: 13px;
	border: 1px solid #dbe7f7;
	background: linear-gradient(135deg, #f3f7fd 0%, #f8fbff 55%, #f2fbf8 100%);
}

.aru-universal-overview.is-error .aru-universal-action {
	border-color: #f1d2d2;
	background: #fff9f9;
}

.aru-universal-overview.is-warning .aru-universal-action {
	border-color: #f1dfb4;
	background: #fffdf7;
}

.aru-universal-action-copy {
	min-width: 0;
}

.aru-universal-action-copy > span {
	display: block;
	margin-bottom: 5px;
	color: #64748b;
	font-size: 9px;
	line-height: 1;
	font-weight: 850;
	letter-spacing: .09em;
}

.aru-universal-action-copy strong {
	display: block;
	color: #142033;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 760;
}

.aru-universal-action-copy p {
	margin: 5px 0 0;
	color: #667085;
	font-size: 12px;
	line-height: 1.55;
}

.aru-universal-action-buttons {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
}

.aru-universal-primary,
.aru-universal-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 14px;
	border-radius: 9px;
	font-family: inherit;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.aru-universal-primary {
	border: 1px solid #173f9b;
	background: #173f9b;
	color: #ffffff;
}

.aru-universal-primary:hover,
.aru-universal-primary:focus-visible {
	background: #12347f;
	color: #ffffff;
}

.aru-universal-secondary {
	border: 1px solid #d7dee8;
	background: #ffffff;
	color: #344054;
}

.aru-universal-secondary:hover,
.aru-universal-secondary:focus-visible {
	border-color: #b9c4d2;
	background: #f9fafb;
	color: #172033;
}

@media (max-width: 760px) {
	.aru-universal-overview {
		padding: 16px;
		border-radius: 14px;
	}

	.aru-universal-overview-head {
		display: block;
	}

	.aru-universal-route {
		margin-top: 10px;
	}

	.aru-universal-action {
		display: block;
	}

	.aru-universal-action-buttons {
		margin-top: 13px;
		flex-wrap: wrap;
	}

	.aru-universal-primary,
	.aru-universal-secondary {
		flex: 1 1 145px;
	}
}

@media (max-width: 620px) {
	.aru-universal-facts {
		grid-template-columns: 1fr;
	}

	.aru-universal-action-buttons {
		display: grid;
		grid-template-columns: 1fr;
	}

	.aru-universal-primary,
	.aru-universal-secondary {
		width: 100%;
	}
}


/* Universal diagnosis detail disclosure */
.aru-guidance-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.aru-guidance-top .aru-guidance-label {
	margin-bottom: 0;
}

.aru-guidance-toggle[hidden] {
	display: none !important;
}

.aru-guidance-toggle {
	flex: 0 0 auto;
	padding: 5px 8px;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: #5f6b7a;
	font-family: inherit;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	cursor: pointer;
}

.aru-guidance-toggle:hover,
.aru-guidance-toggle:focus-visible {
	background: rgba(15, 23, 42, .05);
	color: #253247;
}

.aru-guidance-top + [data-aru-guidance-body] {
	margin-top: 9px;
}

.aru-guidance-top + [data-aru-guidance-body][hidden] {
	display: none !important;
}


/* -------------------------------------------------------------
 * Core 5.5.0 — Home compact / File Check full split
 * ------------------------------------------------------------- */

/*
 * The front page uses the same diagnosis engine but presents only the
 * decision-making layer by default. The /file-check/ page remains full.
 */
.aru-home[data-aru-display-mode="compact"]:not(.is-compact-expanded) .aru-guidance,
.aru-home[data-aru-display-mode="compact"]:not(.is-compact-expanded) .aru-error-interpretation,
.aru-home[data-aru-display-mode="compact"]:not(.is-compact-expanded) .aru-safe-fix-host,
.aru-home[data-aru-display-mode="compact"]:not(.is-compact-expanded) .aru-archive-stats,
.aru-home[data-aru-display-mode="compact"]:not(.is-compact-expanded) .aru-pdf-stats,
.aru-home[data-aru-display-mode="compact"]:not(.is-compact-expanded) .aru-video-stats,
.aru-home[data-aru-display-mode="compact"]:not(.is-compact-expanded) .aru-tech-details {
	display: none !important;
}

/* The home entry point stays focused on two next decisions. */
.aru-home[data-aru-display-mode="compact"]:not(.is-compact-expanded) [data-aru-check-another] {
	display: none !important;
}

.aru-home[data-aru-display-mode="compact"] .aru-universal-full-toggle[hidden] {
	display: none !important;
}

.aru-home[data-aru-display-mode="compact"] .aru-universal-overview {
	margin-bottom: 0;
}

.aru-home[data-aru-display-mode="compact"]:not(.is-compact-expanded) .aru-diagnosis {
	padding-bottom: 16px;
}

.aru-home[data-aru-display-mode="compact"].is-compact-expanded .aru-universal-full-toggle {
	border-color: #cbd5e1;
	background: #f8fafc;
}

/* A little more separation once the visitor explicitly opens full detail. */
.aru-home[data-aru-display-mode="compact"].is-compact-expanded .aru-guidance,
.aru-home[data-aru-display-mode="compact"].is-compact-expanded .aru-safe-fix-host,
.aru-home[data-aru-display-mode="compact"].is-compact-expanded .aru-archive-stats,
.aru-home[data-aru-display-mode="compact"].is-compact-expanded .aru-pdf-stats,
.aru-home[data-aru-display-mode="compact"].is-compact-expanded .aru-video-stats,
.aru-home[data-aru-display-mode="compact"].is-compact-expanded .aru-tech-details {
	margin-top: 12px;
}

@media (max-width: 620px) {
	.aru-home[data-aru-display-mode="compact"] .aru-universal-action-buttons {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.aru-home[data-aru-display-mode="compact"] .aru-universal-primary,
	.aru-home[data-aru-display-mode="compact"] .aru-universal-secondary {
		width: 100%;
	}
}


/* Core 5.6.0 — Upload Preflight result experience */
.aru-upload-readiness {
	margin-top: 18px;
	padding: 16px;
	border: 1px solid #dfe7f1;
	border-radius: 14px;
	background: #fbfdff;
}

.aru-upload-readiness-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

.aru-upload-readiness-kicker {
	display: block;
	margin-bottom: 4px;
	color: #5f6f82;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .09em;
}

.aru-upload-readiness-head h4 {
	margin: 0;
	color: #142033;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 760;
}

.aru-upload-readiness-scope {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 9px;
	border: 1px solid #dbe4ef;
	border-radius: 999px;
	background: #fff;
	color: #667085;
	font-size: 10px;
	font-weight: 700;
}

.aru-upload-readiness-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
}

.aru-upload-readiness-card {
	min-width: 0;
	padding: 12px;
	border: 1px solid #e3e8ef;
	border-radius: 11px;
	background: #fff;
}

.aru-upload-readiness-card.is-pass { border-color: #cce8d9; background: #fbfffd; }
.aru-upload-readiness-card.is-fail { border-color: #efcccc; background: #fffafa; }
.aru-upload-readiness-card.is-warn { border-color: #efdfb8; background: #fffdf7; }

.aru-upload-readiness-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.aru-upload-readiness-card-head > span {
	color: #7b8492;
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .045em;
}

.aru-upload-readiness-card-head > strong {
	flex: 0 0 auto;
	padding: 3px 6px;
	border-radius: 999px;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .04em;
}

.aru-upload-readiness-card.is-pass .aru-upload-readiness-card-head > strong { background: #e6f8ee; color: #117244; }
.aru-upload-readiness-card.is-fail .aru-upload-readiness-card-head > strong { background: #fdeaea; color: #b42318; }
.aru-upload-readiness-card.is-warn .aru-upload-readiness-card-head > strong { background: #fff2ce; color: #8a5b00; }
.aru-upload-readiness-card.is-info .aru-upload-readiness-card-head > strong { background: #eef2f6; color: #5d6877; }

.aru-upload-readiness-card > b {
	display: block;
	margin-top: 8px;
	color: #172033;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 780;
	overflow-wrap: anywhere;
}

.aru-upload-readiness-card > small {
	display: block;
	margin-top: 4px;
	color: #7a8491;
	font-size: 10px;
	line-height: 1.45;
}

.aru-upload-stats-legacy[hidden] { display: none !important; }

.aru-upload-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 12px;
}

.aru-upload-action-primary,
.aru-upload-action-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 13px;
	border-radius: 9px;
	font-family: inherit;
	font-size: 11px;
	font-weight: 760;
	text-decoration: none;
	cursor: pointer;
}

.aru-upload-action-primary {
	border: 1px solid #173f9b;
	background: #173f9b;
	color: #fff;
}
.aru-upload-action-primary:hover,
.aru-upload-action-primary:focus-visible { background: #12347f; color: #fff; }

.aru-upload-action-secondary {
	border: 1px solid #d7dee8;
	background: #fff;
	color: #344054;
}

@media (max-width: 920px) {
	.aru-upload-readiness-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.aru-upload-readiness { padding: 14px; }
	.aru-upload-readiness-head { display: block; }
	.aru-upload-readiness-scope { margin-top: 8px; }
	.aru-upload-readiness-grid { grid-template-columns: 1fr; }
	.aru-upload-actions { display: grid; grid-template-columns: 1fr; }
	.aru-upload-action-primary,
	.aru-upload-action-secondary { width: 100%; }
}


/* -------------------------------------------------------------
 * Core 5.6.1 — Upload Preflight action visibility refinement
 * ------------------------------------------------------------- */

/*
 * The action button classes use display:inline-flex. Without this explicit
 * hidden rule, CSS can override the HTML hidden attribute and expose actions
 * that JavaScript intentionally hid (e.g. "Review failed checks" on a PASS).
 */
.aru-upload-action-primary[hidden],
.aru-upload-action-secondary[hidden] {
	display: none !important;
}

.aru-upload-action-primary[aria-hidden="true"],
.aru-upload-action-secondary[aria-hidden="true"] {
	display: none !important;
}


/* -------------------------------------------------------------
 * Core 5.7.0 — Upload failure resolution + Actionable Fix
 * ------------------------------------------------------------- */

.aru-upload-health-engine[hidden] {
	display: none !important;
}

.aru-upload-health-engine.is-visible {
	display: block;
	margin-top: 14px;
	padding: 16px;
	border: 1px solid #d9e3ef;
	border-radius: 14px;
	background: #fbfdff;
}

.aru-upload-inline-diagnosis-head {
	margin-bottom: 10px;
}

.aru-upload-inline-diagnosis-head > span {
	display: block;
	margin-bottom: 4px;
	color: #607086;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .09em;
}

.aru-upload-inline-diagnosis-head > strong {
	display: block;
	color: #172033;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 760;
}

/*
 * The internal File Doctor already ran against the exact same local File.
 * When revealed from Upload Check, show the diagnosis result—not a second
 * upload hero or another file picker.
 */
.aru-upload-health-engine.is-visible .aru-home > .aru-hero {
	padding: 0;
	background: transparent;
}

.aru-upload-health-engine.is-visible .aru-home > .aru-hero .aru-hero-inner {
	max-width: none;
	padding: 0;
}

.aru-upload-health-engine.is-visible .aru-home > .aru-hero .aru-eyebrow,
.aru-upload-health-engine.is-visible .aru-home > .aru-hero h1,
.aru-upload-health-engine.is-visible .aru-home > .aru-hero .aru-hero-desc,
.aru-upload-health-engine.is-visible .aru-home > .aru-hero .aru-drop-wrap {
	display: none !important;
}

.aru-upload-health-engine.is-visible .aru-diagnosis {
	margin-top: 0;
}

.aru-upload-health-engine.is-visible .aru-universal-overview {
	display: none !important;
}

/* Safe Fix is the primary resolution when one can be done without conversion. */
.aru-upload-result .aru-safe-fix-host:not([hidden]) {
	margin-top: 14px;
}

.aru-upload-result .aru-safe-fix {
	border-color: #cfe3f7;
	background: linear-gradient(135deg, #f7fbff 0%, #fbfffd 100%);
}

.aru-upload-result .aru-safe-fix-label {
	color: #1456a0;
}

@media (max-width: 620px) {
	.aru-upload-health-engine.is-visible {
		padding: 12px;
		border-radius: 12px;
	}
}


/* -------------------------------------------------------------
 * Core 5.7.2 — Keep inline File Doctor beside the Upload result
 * ------------------------------------------------------------- */

.aru-upload-result > .aru-upload-health-engine.is-visible {
	margin-top: 12px;
	margin-bottom: 0;
}

.aru-upload-result > .aru-upload-health-engine.is-visible + .aru-upload-rule-summary,
.aru-upload-result > .aru-upload-health-engine.is-visible + .aru-upload-rule-summary + .aru-upload-stats-legacy {
	margin-top: 12px;
}


/* -------------------------------------------------------------
 * Core 5.8.0 — Destination-rule failure resolution
 * ------------------------------------------------------------- */

.aru-upload-resolution[hidden] {
	display: none !important;
}

.aru-upload-resolution {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 12px;
	padding: 14px 15px;
	border: 1px solid #dce4ee;
	border-radius: 12px;
	background: #f9fbfd;
}

.aru-upload-resolution-copy {
	min-width: 0;
}

.aru-upload-resolution-copy > span {
	display: block;
	margin-bottom: 4px;
	color: #667085;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .08em;
}

.aru-upload-resolution-copy > strong {
	display: block;
	color: #172033;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 780;
}

.aru-upload-resolution-copy > p {
	margin: 4px 0 0;
	color: #667085;
	font-size: 11px;
	line-height: 1.5;
}

.aru-upload-resolution-badge {
	flex: 0 0 auto;
	padding: 5px 8px;
	border-radius: 999px;
	background: #edf2f7;
	color: #566274;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .045em;
}

.aru-upload-resolution.is-safe {
	border-color: #c9e1f7;
	background: #f6fbff;
}
.aru-upload-resolution.is-safe .aru-upload-resolution-badge {
	background: #e4f2ff;
	color: #1456a0;
}

.aru-upload-resolution.is-manual {
	border-color: #eed9a8;
	background: #fffdf7;
}
.aru-upload-resolution.is-manual .aru-upload-resolution-badge {
	background: #fff0c8;
	color: #865b00;
}

.aru-upload-resolution.is-source {
	border-color: #eccaca;
	background: #fff9f9;
}
.aru-upload-resolution.is-source .aru-upload-resolution-badge {
	background: #fde7e7;
	color: #b42318;
}

@media (max-width: 620px) {
	.aru-upload-resolution {
		display: block;
	}

	.aru-upload-resolution-badge {
		display: inline-flex;
		margin-top: 9px;
	}
}


/* -------------------------------------------------------------
 * Core 5.9.0 — Shared Actionable Fix / Action Plan
 * ------------------------------------------------------------- */

.aru-action-plan-host[hidden] {
	display: none !important;
}

.aru-action-plan-host {
	margin-top: 12px;
}

.aru-action-plan {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 15px 16px;
	border: 1px solid #dce4ee;
	border-radius: 13px;
	background: #f9fbfd;
}

.aru-action-plan.is-safe {
	border-color: #c9e1f7;
	background: linear-gradient(135deg, #f6fbff 0%, #fbfffd 100%);
}

.aru-action-plan.is-source {
	border-color: #eccaca;
	background: #fff9f9;
}

.aru-action-plan.is-manual {
	border-color: #eed9a8;
	background: #fffdf7;
}

.aru-action-plan-copy {
	min-width: 0;
}

.aru-action-plan-label {
	margin-bottom: 5px;
	color: #607086;
	font-size: 9px;
	line-height: 1;
	font-weight: 850;
	letter-spacing: .09em;
}

.aru-action-plan h4 {
	margin: 0;
	color: #172033;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 780;
}

.aru-action-plan p {
	margin: 5px 0 0;
	color: #667085;
	font-size: 11px;
	line-height: 1.55;
}

.aru-action-plan-meta {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	margin-top: 9px;
}

.aru-action-plan-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 4px 7px;
	border: 1px solid #e0e6ee;
	border-radius: 999px;
	background: rgba(255,255,255,.72);
	color: #596579;
	font-size: 9px;
	line-height: 1.2;
	font-weight: 700;
}

.aru-action-plan-side {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.aru-action-plan-badge {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 5px 8px;
	border-radius: 999px;
	background: #edf2f7;
	color: #566274;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .045em;
}

.aru-action-plan.is-safe .aru-action-plan-badge {
	background: #e4f2ff;
	color: #1456a0;
}

.aru-action-plan.is-source .aru-action-plan-badge {
	background: #fde7e7;
	color: #b42318;
}

.aru-action-plan.is-manual .aru-action-plan-badge {
	background: #fff0c8;
	color: #865b00;
}

.aru-action-plan-button {
	min-height: 38px;
	padding: 8px 11px;
	border: 1px solid #173f9b;
	border-radius: 9px;
	background: #173f9b;
	color: #fff;
	font-family: inherit;
	font-size: 10px;
	font-weight: 760;
	cursor: pointer;
}

.aru-action-plan-button:hover,
.aru-action-plan-button:focus-visible {
	background: #12347f;
	color: #fff;
}

.aru-home[data-aru-display-mode="compact"]:not(.is-compact-expanded) .aru-action-plan-host {
	display: none !important;
}

@media (max-width: 620px) {
	.aru-action-plan {
		display: block;
		padding: 14px;
	}

	.aru-action-plan-side {
		align-items: stretch;
		margin-top: 11px;
	}

	.aru-action-plan-badge {
		align-self: flex-start;
	}

	.aru-action-plan-button {
		width: 100%;
	}
}


/* -------------------------------------------------------------
 * Core 5.9.1 — Action Plan hierarchy refinement
 * ------------------------------------------------------------- */

.aru-universal-action[hidden] {
	display: none !important;
}

/*
 * In full File Check mode, WHAT ARADURU CAN DO is the single resolution layer
 * for problem/warning states. Detailed "What to do next" remains the evidence-
 * based step list immediately above it.
 */
.aru-action-plan-host:not([hidden]) {
	margin-top: 12px;
}


/* -------------------------------------------------------------
 * Core 5.9.2 — Safe Fix / Action Plan de-duplication
 * ------------------------------------------------------------- */

.aru-safe-fix-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 9px;
}

.aru-safe-fix-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 4px 7px;
	border: 1px solid #dce6ef;
	border-radius: 999px;
	background: rgba(255, 255, 255, .76);
	color: #596579;
	font-size: 9px;
	line-height: 1.2;
	font-weight: 700;
}


/* -------------------------------------------------------------
 * Core 6.0.0 — Compatibility Intelligence v1
 * ------------------------------------------------------------- */

.aru-compatibility-host[hidden] {
	display: none !important;
}

.aru-compatibility-host {
	margin-top: 12px;
}

.aru-compatibility {
	padding: 16px;
	border: 1px solid #dfe6ef;
	border-radius: 14px;
	background: #fbfdff;
}

.aru-compatibility.is-pass {
	border-color: #cce8d9;
	background: #fbfffd;
}

.aru-compatibility.is-warn {
	border-color: #eed9a8;
	background: #fffdf8;
}

.aru-compatibility.is-fail {
	border-color: #eccaca;
	background: #fffafa;
}

.aru-compatibility-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.aru-compatibility-head > div {
	min-width: 0;
}

.aru-compatibility-kicker {
	display: block;
	margin-bottom: 5px;
	color: #607086;
	font-size: 9px;
	line-height: 1;
	font-weight: 850;
	letter-spacing: .09em;
}

.aru-compatibility h4 {
	margin: 0;
	color: #172033;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 780;
}

.aru-compatibility-head p {
	margin: 5px 0 0;
	color: #667085;
	font-size: 11px;
	line-height: 1.55;
}

.aru-compatibility-badge {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 5px 8px;
	border-radius: 999px;
	background: #edf2f7;
	color: #566274;
	font-size: 8px;
	line-height: 1.2;
	font-weight: 850;
	letter-spacing: .045em;
}

.aru-compatibility.is-pass .aru-compatibility-badge {
	background: #e6f8ee;
	color: #117244;
}

.aru-compatibility.is-warn .aru-compatibility-badge {
	background: #fff0c8;
	color: #865b00;
}

.aru-compatibility.is-fail .aru-compatibility-badge {
	background: #fde7e7;
	color: #b42318;
}

.aru-compatibility-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 13px;
}

.aru-compatibility-item {
	min-width: 0;
	padding: 11px;
	border: 1px solid #e3e8ef;
	border-radius: 10px;
	background: rgba(255,255,255,.82);
}

.aru-compatibility-item > span {
	display: block;
	color: #7b8492;
	font-size: 8px;
	line-height: 1.25;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .045em;
}

.aru-compatibility-item > strong {
	display: block;
	margin-top: 6px;
	color: #172033;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 780;
	overflow-wrap: anywhere;
}

.aru-compatibility-item > small {
	display: block;
	margin-top: 4px;
	color: #7a8491;
	font-size: 9px;
	line-height: 1.45;
}

.aru-compatibility-item.is-pass {
	border-color: #d3e9dd;
}

.aru-compatibility-item.is-warn {
	border-color: #efdfb8;
}

.aru-compatibility-item.is-fail {
	border-color: #efcccc;
}

.aru-home[data-aru-display-mode="compact"]:not(.is-compact-expanded) .aru-compatibility-host {
	display: none !important;
}

@media (max-width: 700px) {
	.aru-compatibility-head {
		display: block;
	}

	.aru-compatibility-badge {
		margin-top: 9px;
	}

	.aru-compatibility-grid {
		grid-template-columns: 1fr;
	}
}


/* -------------------------------------------------------------
 * Core 6.1.0 — Compatibility evidence profile refinement
 * ------------------------------------------------------------- */

.aru-compatibility::after {
	content: "File-side outlook only · Final support depends on the destination application.";
	display: block;
	margin-top: 10px;
	padding-top: 9px;
	border-top: 1px solid rgba(148, 163, 184, .18);
	color: #8a94a3;
	font-size: 8px;
	line-height: 1.4;
}


/* -------------------------------------------------------------
 * Core 6.2.0 — Standalone Compatibility Check v1
 * ------------------------------------------------------------- */

.aru-compat-check {
	max-width: 920px;
	margin: 0 auto;
	color: #172033;
}

.aru-compat-check-hero {
	padding: 54px 24px 26px;
	text-align: center;
	background: radial-gradient(circle at 50% 10%, #f4f8ff 0%, #fff 64%);
}

.aru-compat-check-inner {
	max-width: 760px;
	margin: 0 auto;
}

.aru-compat-check-hero h1 {
	margin: 8px 0 8px;
	font-size: clamp(30px, 5vw, 44px);
	line-height: 1.08;
	letter-spacing: -.03em;
}

.aru-compat-check-hero > .aru-compat-check-inner > p {
	max-width: 680px;
	margin: 0 auto;
	color: #667085;
	font-size: 13px;
	line-height: 1.6;
}

.aru-compat-purpose-wrap {
	margin-top: 26px;
	padding: 15px;
	border: 1px solid #e0e7f0;
	border-radius: 14px;
	background: rgba(255,255,255,.9);
	text-align: left;
}

.aru-compat-purpose-label {
	display: block;
	margin-bottom: 9px;
	color: #607086;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.aru-compat-purpose-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 7px;
}

.aru-compat-purpose-grid label {
	position: relative;
	cursor: pointer;
}

.aru-compat-purpose-grid input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.aru-compat-purpose-grid span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 9px;
	border: 1px solid #dce4ee;
	border-radius: 9px;
	background: #fff;
	color: #49566a;
	font-size: 10px;
	line-height: 1.3;
	font-weight: 720;
	text-align: center;
}

.aru-compat-purpose-grid input:checked + span {
	border-color: #9dbcf3;
	background: #f3f7ff;
	color: #173f9b;
	box-shadow: inset 0 0 0 1px rgba(23,63,155,.06);
}

.aru-compat-drop {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 178px;
	margin-top: 14px;
	padding: 24px;
	border: 1px solid #bdd2f8;
	border-radius: 15px;
	background: #f7faff;
	cursor: pointer;
	transition: .15s ease;
}

.aru-compat-drop.is-dragging {
	border-color: #2f6fed;
	background: #f1f6ff;
}

.aru-compat-drop > input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.aru-compat-drop [data-aru-compat-drop-default] strong,
.aru-compat-selected strong {
	display: block;
	font-size: 16px;
	line-height: 1.35;
}

.aru-compat-drop [data-aru-compat-drop-default] span,
.aru-compat-selected small {
	display: block;
	margin-top: 7px;
	color: #7b8492;
	font-size: 11px;
}

.aru-compat-selected > span {
	display: inline-flex;
	margin-bottom: 9px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #e5f9eb;
	color: #16834e;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .05em;
}

.aru-compat-check-result {
	margin: 0 24px 46px;
	padding: 20px;
	border: 1px solid #dfe6ef;
	border-radius: 16px;
	background: #fff;
}

.aru-compat-check-result.is-pass { border-color: #bfe8cf; }
.aru-compat-check-result.is-warn { border-color: #efd38a; }
.aru-compat-check-result.is-fail { border-color: #efbcbc; }

.aru-compat-check-result-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e6ebf1;
}

.aru-compat-check-result-head h2 {
	margin: 7px 0 0;
	font-size: 22px;
	line-height: 1.25;
	letter-spacing: -.015em;
}

.aru-compat-check-result-head p {
	margin: 7px 0 0;
	max-width: 650px;
	color: #667085;
	font-size: 11px;
	line-height: 1.55;
}

.aru-compat-check-badge {
	display: inline-flex;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eef2f6;
	color: #566274;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .04em;
}

.aru-compat-check-result.is-pass .aru-compat-check-badge { background: #e6f8ee; color: #117244; }
.aru-compat-check-result.is-warn .aru-compat-check-badge { background: #fff0c8; color: #865b00; }
.aru-compat-check-result.is-fail .aru-compat-check-badge { background: #fde7e7; color: #b42318; }

.aru-compat-context-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 12px;
	padding: 14px 15px;
	border: 1px solid #dfe6ef;
	border-radius: 12px;
	background: #fafcff;
}

.aru-compat-context-card > div > span {
	display: block;
	margin-bottom: 4px;
	color: #607086;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .08em;
}

.aru-compat-context-card strong {
	display: block;
	font-size: 13px;
	line-height: 1.4;
}

.aru-compat-context-card p {
	margin: 4px 0 0;
	color: #667085;
	font-size: 10px;
	line-height: 1.5;
}

.aru-compat-context-badge {
	flex: 0 0 auto;
	padding: 5px 8px;
	border-radius: 999px;
	background: #edf2f7;
	color: #566274;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .04em;
}

.aru-compat-context-card.is-pass { border-color: #cce8d9; background: #fbfffd; }
.aru-compat-context-card.is-warn { border-color: #eed9a8; background: #fffdf8; }
.aru-compat-context-card.is-fail { border-color: #eccaca; background: #fffafa; }

.aru-compat-check-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 13px;
}

.aru-compat-check-actions [hidden] { display: none !important; }

.aru-compat-limit-note {
	display: flex;
	gap: 10px;
	align-items: baseline;
	margin-top: 13px;
	padding-top: 11px;
	border-top: 1px solid #e7ecf2;
	color: #7d8795;
	font-size: 9px;
	line-height: 1.45;
}

.aru-compat-limit-note strong {
	flex: 0 0 auto;
	color: #596579;
}

.aru-compat-doctor-host[hidden] { display: none !important; }
.aru-compat-doctor-host {
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #dce4ee;
	border-radius: 14px;
	background: #fbfdff;
}

/* Hide the second file-picker hero when the already-run File Doctor is revealed. */
.aru-compat-doctor-host .aru-home > .aru-hero {
	padding: 0;
	background: transparent;
}
.aru-compat-doctor-host .aru-home > .aru-hero .aru-eyebrow,
.aru-compat-doctor-host .aru-home > .aru-hero h1,
.aru-compat-doctor-host .aru-home > .aru-hero .aru-hero-desc,
.aru-compat-doctor-host .aru-home > .aru-hero .aru-drop-wrap {
	display: none !important;
}
.aru-compat-doctor-host .aru-home > .aru-hero .aru-hero-inner {
	max-width: none;
	padding: 0;
}
.aru-compat-doctor-host .aru-diagnosis { margin-top: 0; }

@media (max-width: 820px) {
	.aru-compat-purpose-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.aru-compat-check-hero { padding: 38px 16px 20px; }
	.aru-compat-check-result { margin: 0 12px 32px; padding: 15px; }
	.aru-compat-purpose-grid { grid-template-columns: 1fr; }
	.aru-compat-check-result-head,
	.aru-compat-context-card { display: block; }
	.aru-compat-check-result-head .aru-diagnosis-format,
	.aru-compat-context-badge { display: inline-flex; margin-top: 10px; }
	.aru-compat-check-actions { display: grid; grid-template-columns: 1fr; }
	.aru-compat-check-actions .aru-primary-button,
	.aru-compat-check-actions .aru-secondary-button { width: 100%; }
	.aru-compat-limit-note { display: block; }
	.aru-compat-limit-note strong { display: block; margin-bottom: 3px; }
}


/* -------------------------------------------------------------
 * Core 6.2.1 — Compatibility Check page-title de-duplication
 * ------------------------------------------------------------- */

/*
 * The standalone Compatibility Check shortcode owns the visible H1.
 * GeneratePress also renders the WordPress page title by default, which
 * creates a duplicate "Compatibility Check" heading above the tool.
 * Scope this fix only to /compatibility-check/.
 */
body.aru-compatibility-check-page .entry-header {
	display: none !important;
}

/* Remove the leftover top gap that GeneratePress may keep after the header. */
body.aru-compatibility-check-page .site-main > article .inside-article {
	padding-top: 0;
}


/* -------------------------------------------------------------
 * Core 6.2.2 — Compatibility Check diagnosis bridge fix
 * ------------------------------------------------------------- */

.aru-compat-check-result[hidden],
.aru-compat-context-card[hidden],
.aru-compatibility-host[hidden] {
	display: none !important;
}


/* -------------------------------------------------------------
 * Core 6.2.3 — Standalone Compatibility result hierarchy
 * ------------------------------------------------------------- */

/* Purpose-specific meaning lives in the main result headline.
 * Compatibility Outlook below it is the evidence layer, avoiding a third
 * card that repeats the same purpose conclusion. */
.aru-compat-check .aru-compat-context-card {
	display: none !important;
}


/* -------------------------------------------------------------
 * Core 6.2.4 — Compatibility Check design-system alignment
 * ------------------------------------------------------------- */

/* Match the dedicated-service-page shell used by File Check / Upload Check. */
body.aru-compatibility-check-page .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

body.aru-compatibility-check-page .inside-article {
	padding: 0;
}

body.aru-compatibility-check-page .entry-header {
	display: none !important;
}

body.aru-compatibility-check-page .entry-content {
	margin-top: 0;
}

body.aru-compatibility-check-page .site-main {
	margin-bottom: 0;
}

/* Use the same typography family and box model as File Doctor. */
.aru-compat-check {
	width: 100%;
	max-width: none;
	margin: 0;
	color: var(--aru-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.aru-compat-check,
.aru-compat-check * {
	box-sizing: border-box;
}

/* Hero scale follows Upload Check rather than the compact prototype scale. */
.aru-compat-check-hero {
	padding: 90px 24px 72px;
	border-bottom: 1px solid #eef1f4;
	background:
		radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .07), transparent 42%),
		#ffffff;
}

.aru-compat-check-inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.aru-compat-check-hero .aru-section-kicker {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .09em;
}

.aru-compat-check-hero h1 {
	margin: 0;
	color: #101828;
	font-size: clamp(44px, 5.5vw, 62px);
	line-height: 1.05;
	font-weight: 770;
	letter-spacing: -.05em;
}

.aru-compat-check-hero > .aru-compat-check-inner > p {
	max-width: 760px;
	margin: 20px auto 0;
	color: #667085;
	font-size: 17px;
	line-height: 1.7;
}

/* Purpose chooser uses the same control scale as other ARADURU service pages. */
.aru-compat-purpose-wrap {
	margin-top: 30px;
	padding: 17px;
	border-radius: 14px;
}

.aru-compat-purpose-label {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 800;
}

.aru-compat-purpose-grid {
	gap: 8px;
}

.aru-compat-purpose-grid span {
	min-height: 46px;
	padding: 9px 11px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 700;
}

/* File picker follows Upload Check's established visual scale. */
.aru-compat-drop {
	min-height: 230px;
	margin-top: 14px;
	padding: 32px 22px;
	border: 2px dashed #b8c5d8;
	border-radius: 17px;
	background: #fbfdff;
}

.aru-compat-drop:hover,
.aru-compat-drop.is-dragging {
	border-color: #2563eb;
	background: #eff6ff;
	box-shadow: 0 12px 30px rgba(37, 99, 235, .07);
}

.aru-compat-drop.has-file {
	border-style: solid;
	border-color: #bfdbfe;
	background: #f8fbff;
}

.aru-compat-drop [data-aru-compat-drop-default] strong {
	color: #101828;
	font-size: 19px;
	font-weight: 740;
}

.aru-compat-drop [data-aru-compat-drop-default] span {
	margin-top: 6px;
	color: #667085;
	font-size: 13px;
}

.aru-compat-selected > span {
	margin-bottom: 12px;
	padding: 5px 9px;
	font-size: 9px;
}

.aru-compat-selected strong {
	max-width: 760px;
	margin: 0 auto;
	color: #101828;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 740;
	overflow-wrap: anywhere;
}

.aru-compat-selected small {
	margin-top: 6px;
	color: #667085;
	font-size: 13px;
}

/* Result width remains focused, but typography now matches File Doctor results. */
.aru-compat-check-result {
	width: calc(100% - 48px);
	max-width: 920px;
	margin: 26px auto 72px;
	padding: 26px;
	border-radius: 18px;
}

.aru-compat-check-result-head {
	gap: 24px;
	padding-bottom: 20px;
}

.aru-compat-check-result-head h2 {
	margin-top: 9px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 750;
	letter-spacing: -.02em;
}

.aru-compat-check-result-head p {
	margin-top: 8px;
	max-width: 700px;
	font-size: 14px;
	line-height: 1.6;
}

.aru-compat-check-badge {
	padding: 6px 10px;
	font-size: 10px;
}

/* Compatibility Intelligence is intentionally denser in File Check;
 * on the standalone page it is a primary result and therefore receives
 * the same readable scale as other service-page result cards. */
.aru-compat-check .aru-compatibility {
	margin-top: 16px;
	padding: 20px;
	border-radius: 14px;
}

.aru-compat-check .aru-compatibility-kicker {
	margin-bottom: 6px;
	font-size: 10px;
}

.aru-compat-check .aru-compatibility h4 {
	font-size: 18px;
	line-height: 1.4;
}

.aru-compat-check .aru-compatibility-head p {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.55;
}

.aru-compat-check .aru-compatibility-badge {
	min-height: 29px;
	padding: 6px 9px;
	font-size: 9px;
}

.aru-compat-check .aru-compatibility-grid {
	gap: 10px;
	margin-top: 15px;
}

.aru-compat-check .aru-compatibility-item {
	padding: 13px;
	border-radius: 11px;
}

.aru-compat-check .aru-compatibility-item > span {
	font-size: 9px;
}

.aru-compat-check .aru-compatibility-item > strong {
	margin-top: 7px;
	font-size: 14px;
	line-height: 1.4;
}

.aru-compat-check .aru-compatibility-item > small {
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.5;
}

.aru-compat-check .aru-compatibility::after {
	margin-top: 12px;
	padding-top: 10px;
	font-size: 10px;
}

.aru-compat-check-actions {
	gap: 10px;
	margin-top: 16px;
}

.aru-compat-limit-note {
	gap: 12px;
	margin-top: 16px;
	padding-top: 13px;
	font-size: 11px;
	line-height: 1.5;
}

.aru-compat-doctor-host {
	margin-top: 18px;
	padding: 18px;
	border-radius: 14px;
}

/* Mobile top-area behavior now follows the other service pages too. */
@media (max-width: 640px) {
	body.aru-compatibility-check-page .site-main {
		margin-top: 0 !important;
	}

	body.aru-compatibility-check-page .site-content {
		padding-top: 0 !important;
	}

	.aru-compat-check-hero {
		padding: 38px 18px 52px;
	}

	.aru-compat-check-hero h1 {
		font-size: 42px;
	}

	.aru-compat-check-hero > .aru-compat-check-inner > p {
		font-size: 15px;
	}

	.aru-compat-purpose-grid {
		grid-template-columns: 1fr;
	}

	.aru-compat-purpose-grid span {
		min-height: 48px;
		font-size: 14px;
	}

	.aru-compat-drop {
		min-height: 205px;
		padding: 26px 18px;
	}

	.aru-compat-selected strong {
		font-size: 19px;
	}

	.aru-compat-check-result {
		width: calc(100% - 24px);
		margin: 20px auto 42px;
		padding: 18px;
		border-radius: 16px;
	}

	.aru-compat-check-result-head h2 {
		font-size: 22px;
	}

	.aru-compat-check-result-head p {
		font-size: 13px;
	}

	.aru-compat-check .aru-compatibility {
		padding: 16px;
	}

	.aru-compat-check .aru-compatibility h4 {
		font-size: 17px;
	}

	.aru-compat-check .aru-compatibility-head p {
		font-size: 12px;
	}

	.aru-compat-check .aru-compatibility-item > strong {
		font-size: 14px;
	}

	.aru-compat-check .aru-compatibility-item > small {
		font-size: 11px;
	}
}

@media (max-width: 420px) {
	.aru-compat-check-hero {
		padding-top: 34px;
	}
}


/* -------------------------------------------------------------
 * Core 6.2.5 — Dedicated service-page hero alignment
 * ------------------------------------------------------------- */

/*
 * Alignment audit found that the four primary service pages had independently
 * evolved hero geometry:
 *
 * File Check:          top 84px, eyebrow gap 18px, desc gap 22px
 * Upload Check:        top 90px, kicker gap 9px,  desc gap 20px
 * All Tools:           top 96px, kicker gap 9px,  desc gap 20px
 * Compatibility Check: top 90px, kicker gap 12px, desc gap 20px
 *
 * Mobile top padding also ranged from 38px to 66px.
 *
 * Keep each page's content and type scale, but give every dedicated tool page
 * one shared vertical anchor/rhythm. A fixed pre-title slot also keeps H1
 * baselines aligned even though File Check uses a pill eyebrow while the other
 * pages use plain kickers.
 */

/* ----- Shared desktop hero anchor ----- */
.aru-file-check-page .aru-hub-doctor .aru-hero,
.aru-upload-check-page .aru-upload-hero,
.aru-all-tools-page .aru-tools-hero,
.aru-compatibility-check-page .aru-compat-check-hero {
	padding-top: 90px;
	padding-bottom: 72px;
}

/* ----- Shared intro width / centering ----- */
.aru-file-check-page .aru-hub-doctor .aru-hero-inner,
.aru-upload-check-page .aru-upload-hero-inner,
.aru-all-tools-page .aru-tools-hero .aru-tools-inner,
.aru-compatibility-check-page .aru-compat-check-inner {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*
 * Reserve the same 28px pre-title slot.
 * File Check keeps its pill visual; other pages keep their simple text kicker.
 */
.aru-file-check-page .aru-hub-doctor .aru-eyebrow {
	min-height: 28px;
	margin-bottom: 12px;
}

.aru-upload-check-page .aru-upload-hero .aru-section-kicker,
.aru-all-tools-page .aru-tools-hero .aru-section-kicker,
.aru-compatibility-check-page .aru-compat-check-hero .aru-section-kicker {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	margin-bottom: 12px;
	line-height: 1;
}

/* ----- Shared title/description spacing ----- */
.aru-file-check-page .aru-hub-doctor .aru-hero h1,
.aru-upload-check-page .aru-upload-hero h1,
.aru-all-tools-page .aru-tools-hero h1,
.aru-compatibility-check-page .aru-compat-check-hero h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.aru-file-check-page .aru-hub-doctor .aru-hero-desc,
.aru-upload-check-page .aru-upload-hero-inner > p,
.aru-all-tools-page .aru-tools-hero p,
.aru-compatibility-check-page .aru-compat-check-hero > .aru-compat-check-inner > p {
	max-width: 760px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

/*
 * The first interactive block begins from the same 30px rhythm after the intro
 * where the page has one. File Check's large drop zone intentionally retains
 * its established 44px separation because it is the primary homepage-style
 * action inside that doctor component.
 */
.aru-upload-check-page .aru-upload-privacy-line,
.aru-all-tools-page .aru-tools-hero-actions,
.aru-compatibility-check-page .aru-compat-purpose-wrap {
	margin-top: 30px;
}

/* ----- Mobile: same top anchor and intro rhythm ----- */
@media (max-width: 640px) {
	.aru-file-check-page .aru-hub-doctor .aru-hero,
	.aru-upload-check-page .aru-upload-hero,
	.aru-all-tools-page .aru-tools-hero,
	.aru-compatibility-check-page .aru-compat-check-hero {
		padding-top: 58px;
		padding-bottom: 52px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.aru-file-check-page .aru-hub-doctor .aru-eyebrow {
		min-height: 24px;
		margin-bottom: 10px;
	}

	.aru-upload-check-page .aru-upload-hero .aru-section-kicker,
	.aru-all-tools-page .aru-tools-hero .aru-section-kicker,
	.aru-compatibility-check-page .aru-compat-check-hero .aru-section-kicker {
		min-height: 24px;
		margin-bottom: 10px;
	}

	.aru-file-check-page .aru-hub-doctor .aru-hero-desc,
	.aru-upload-check-page .aru-upload-hero-inner > p,
	.aru-all-tools-page .aru-tools-hero p,
	.aru-compatibility-check-page .aru-compat-check-hero > .aru-compat-check-inner > p {
		margin-top: 17px;
	}

	.aru-upload-check-page .aru-upload-privacy-line,
	.aru-all-tools-page .aru-tools-hero-actions,
	.aru-compatibility-check-page .aru-compat-purpose-wrap {
		margin-top: 26px;
	}
}


/* -------------------------------------------------------------
 * Core 6.2.6 — Compatibility Check cross-page optical offset
 * ------------------------------------------------------------- */

/*
 * Screenshot audit at the same 1528×1025 viewport showed:
 *
 * Home / File Check / Upload Check / All Tools
 *   primary hero text begins around y=379–381
 *
 * Compatibility Check
 *   primary hero text begins around y=352
 *
 * The four established pages are already within ~2px of one another.
 * Compatibility Check is ~28px early as an entire section: its radial hero
 * background, kicker, H1 and description all begin ~28px above the shared
 * service-page baseline.
 *
 * Move the whole standalone Compatibility hero, not individual text nodes.
 * This preserves the 6.2.5 shared internal rhythm while matching the actual
 * page-shell position used by the established pages.
 */
body.aru-compatibility-check-page .aru-compat-check {
	padding-top: 28px;
}

/*
 * The offset belongs to the WordPress page shell, not the result component.
 * Embedded Compatibility Outlook cards inside File Check remain unchanged.
 */
body.aru-compatibility-check-page .aru-compat-check-hero {
	margin-top: 0;
}

/* Keep the same measured shell correction on mobile; internal mobile hero
 * spacing still comes from the shared 6.2.5 service-page rules. */
@media (max-width: 640px) {
	body.aru-compatibility-check-page .aru-compat-check {
		padding-top: 28px;
	}
}


/* -------------------------------------------------------------
 * Core 6.3.0 — Extract / Play purpose evidence profiles
 * ------------------------------------------------------------- */

.aru-compat-purpose-evidence[hidden] {
	display: none !important;
}

.aru-compat-purpose-evidence {
	margin-top: 14px;
	padding: 18px;
	border: 1px solid #dfe6ef;
	border-radius: 14px;
	background: #fbfdff;
}

.aru-compat-purpose-evidence.is-pass {
	border-color: #cce8d9;
	background: #fbfffd;
}

.aru-compat-purpose-evidence.is-warn {
	border-color: #eed9a8;
	background: #fffdf8;
}

.aru-compat-purpose-evidence.is-fail {
	border-color: #eccaca;
	background: #fffafa;
}

.aru-compat-purpose-evidence-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.aru-compat-purpose-evidence-head > div {
	min-width: 0;
}

.aru-compat-purpose-evidence-head > div > span {
	display: block;
	margin-bottom: 5px;
	color: #607086;
	font-size: 10px;
	line-height: 1;
	font-weight: 850;
	letter-spacing: .08em;
}

.aru-compat-purpose-evidence-head strong {
	display: block;
	color: #172033;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 780;
}

.aru-compat-purpose-evidence-head p {
	margin: 5px 0 0;
	color: #667085;
	font-size: 12px;
	line-height: 1.55;
}

.aru-compat-purpose-evidence-badge {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 8px;
	border-radius: 999px;
	background: #edf2f7;
	color: #566274;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .04em;
}

.aru-compat-purpose-evidence.is-pass .aru-compat-purpose-evidence-badge {
	background: #e6f8ee;
	color: #117244;
}

.aru-compat-purpose-evidence.is-warn .aru-compat-purpose-evidence-badge {
	background: #fff0c8;
	color: #865b00;
}

.aru-compat-purpose-evidence.is-fail .aru-compat-purpose-evidence-badge {
	background: #fde7e7;
	color: #b42318;
}

.aru-compat-purpose-evidence-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
	margin-top: 14px;
}

.aru-compat-purpose-evidence-item {
	min-width: 0;
	padding: 12px;
	border: 1px solid #e3e8ef;
	border-radius: 10px;
	background: rgba(255,255,255,.86);
}

.aru-compat-purpose-evidence-item > span {
	display: block;
	color: #7b8492;
	font-size: 9px;
	line-height: 1.25;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.aru-compat-purpose-evidence-item > strong {
	display: block;
	margin-top: 6px;
	color: #172033;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 780;
	overflow-wrap: anywhere;
}

.aru-compat-purpose-evidence-item > small {
	display: block;
	margin-top: 4px;
	color: #7a8491;
	font-size: 10px;
	line-height: 1.45;
}

.aru-compat-purpose-evidence-item.is-pass {
	border-color: #d3e9dd;
}

.aru-compat-purpose-evidence-item.is-warn {
	border-color: #efdfb8;
}

.aru-compat-purpose-evidence-item.is-fail {
	border-color: #efcccc;
}

@media (max-width: 760px) {
	.aru-compat-purpose-evidence-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.aru-compat-purpose-evidence {
		padding: 15px;
	}

	.aru-compat-purpose-evidence-head {
		display: block;
	}

	.aru-compat-purpose-evidence-badge {
		margin-top: 9px;
	}

	.aru-compat-purpose-evidence-grid {
		grid-template-columns: 1fr;
	}
}


/* -------------------------------------------------------------
 * Core 6.4.0 — Compatibility Check service integration
 * ------------------------------------------------------------- */

.main-navigation .aru-compatibility-nav-item > a {
	white-space: nowrap;
}

.aru-compat-info-section {
	padding: 68px 24px;
	border-top: 1px solid #edf1f5;
	background: #fff;
}

.aru-compat-info-section:nth-of-type(even) {
	background: #f8fafc;
}

.aru-compat-info-inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.aru-compat-info-head {
	max-width: 720px;
}

.aru-compat-info-head h2,
.aru-compat-scope-panel h2,
.aru-compat-privacy-panel h2 {
	margin: 8px 0 0;
	color: #101828;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 760;
	letter-spacing: -.025em;
}

.aru-compat-info-head > p,
.aru-compat-scope-copy p,
.aru-compat-privacy-panel p {
	color: #667085;
	font-size: 14px;
	line-height: 1.65;
}

.aru-compat-info-head > p {
	margin: 12px 0 0;
}

.aru-compat-role-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 26px;
}

.aru-compat-role-card {
	display: block;
	min-width: 0;
	padding: 20px;
	border: 1px solid #e0e6ee;
	border-radius: 14px;
	background: #fff;
	color: #172033;
	text-decoration: none;
}

.aru-compat-role-card:hover {
	border-color: #b9cef3;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.aru-compat-role-card.is-current {
	border-color: #b9d7f5;
	background: #f8fbff;
}

.aru-compat-role-card > span {
	display: block;
	color: #2563eb;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .08em;
}

.aru-compat-role-card h3 {
	margin: 11px 0 0;
	color: #101828;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 760;
}

.aru-compat-role-card strong {
	display: block;
	margin-top: 9px;
	color: #344054;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 730;
}

.aru-compat-role-card p {
	margin: 8px 0 0;
	color: #667085;
	font-size: 12px;
	line-height: 1.6;
}

.aru-compat-role-card small {
	display: block;
	margin-top: 16px;
	color: #2563eb;
	font-size: 11px;
	font-weight: 730;
}

.aru-compat-role-card.is-current small {
	color: #667085;
}

.aru-compat-scope-panel,
.aru-compat-privacy-panel {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 40px;
	align-items: start;
	padding: 26px;
	border: 1px solid #e0e6ee;
	border-radius: 16px;
	background: #fff;
}

.aru-compat-scope-copy p {
	margin: 0;
}

.aru-compat-scope-copy p + p {
	margin-top: 12px;
}

.aru-compat-privacy-panel {
	align-items: center;
	grid-template-columns: 1fr auto;
	border-color: #cfe0f6;
	background: #f8fbff;
}

.aru-compat-privacy-panel p {
	max-width: 700px;
	margin: 11px 0 0;
}

.aru-compat-privacy-panel .aru-secondary-button {
	white-space: nowrap;
}

@media (max-width: 760px) {
	.aru-compat-info-section {
		padding: 50px 18px;
	}

	.aru-compat-role-grid {
		grid-template-columns: 1fr;
	}

	.aru-compat-scope-panel,
	.aru-compat-privacy-panel {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.aru-compat-info-head h2,
	.aru-compat-scope-panel h2,
	.aru-compat-privacy-panel h2 {
		font-size: 26px;
	}

	.aru-compat-privacy-panel .aru-secondary-button {
		width: 100%;
	}
}


/* -------------------------------------------------------------
 * Core 6.5.0 — Fix System v2
 * ------------------------------------------------------------- */

.aru-action-plan-fix-class {
	font-weight: 850 !important;
	letter-spacing: .035em;
}

.aru-action-plan-fix-class.is-safe_automatic {
	border-color: #bfe7d1 !important;
	background: #e9f9f0 !important;
	color: #117244 !important;
}

.aru-action-plan-fix-class.is-guided {
	border-color: #d9e2ee !important;
	background: #f5f7fa !important;
	color: #475467 !important;
}

.aru-action-plan-fix-class.is-source_required {
	border-color: #efc9c9 !important;
	background: #fff0f0 !important;
	color: #b42318 !important;
}


/* -------------------------------------------------------------
 * Core 6.6.0 — Universal Unknown File Intelligence
 * ------------------------------------------------------------- */
.aru-recognition-profile[hidden] { display: none !important; }
.aru-recognition-profile {
    margin-top: 12px; padding: 18px; border: 1px solid #dfe6ef;
    border-radius: 14px; background: #fbfdff;
}
.aru-recognition-profile.is-recognized { border-color: #cfe0f6; background: #fbfdff; }
.aru-recognition-profile.is-partial { border-color: #ead9ac; background: #fffdf8; }
.aru-recognition-profile.is-unknown { border-color: #dfe3e8; background: #fafbfc; }
.aru-recognition-profile-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.aru-recognition-profile-head > div > span {
    display: block; margin-bottom: 5px; color: #2563eb; font-size: 9px;
    line-height: 1; font-weight: 850; letter-spacing: .08em;
}
.aru-recognition-profile-head h4 { margin: 0; color: #172033; font-size: 17px; line-height: 1.4; font-weight: 780; }
.aru-recognition-profile-head p { margin: 5px 0 0; color: #667085; font-size: 11px; line-height: 1.55; }
.aru-recognition-badge {
    flex: 0 0 auto; display: inline-flex; align-items: center; min-height: 28px;
    padding: 5px 8px; border-radius: 999px; background: #eaf2ff; color: #2459bd;
    font-size: 8px; font-weight: 850; letter-spacing: .04em;
}
.aru-recognition-profile.is-unknown .aru-recognition-badge { background: #eef1f4; color: #596579; }
.aru-recognition-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 14px; }
.aru-recognition-item { min-width: 0; padding: 12px; border: 1px solid #e1e7ee; border-radius: 10px; background: rgba(255,255,255,.88); }
.aru-recognition-item > span { display: block; color: #7b8492; font-size: 8px; line-height: 1.25; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.aru-recognition-item > strong { display: block; margin-top: 6px; color: #172033; font-size: 13px; line-height: 1.4; font-weight: 780; overflow-wrap: anywhere; }
.aru-recognition-item > small { display: block; margin-top: 4px; color: #7a8491; font-size: 9px; line-height: 1.45; }
.aru-home[data-aru-display-mode="compact"]:not(.is-compact-expanded) .aru-recognition-profile { display: none !important; }
@media (max-width: 760px) { .aru-recognition-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) {
    .aru-recognition-profile-head { display: block; }
    .aru-recognition-badge { margin-top: 9px; }
    .aru-recognition-grid { grid-template-columns: 1fr; }
}

/* Core 6.7.0 — Image File Doctor */
.aru-image-stats .aru-stat-card strong { overflow-wrap:anywhere; }


/* -------------------------------------------------------------
 * Core 6.8.1 — Image File Check layout polish
 * ------------------------------------------------------------- */

/*
 * The Image landing has exactly four cards in both:
 * - What ARADURU checks
 * - Supported image formats
 *
 * The global search-card grid is intentionally 3 columns because other
 * format pages use different item counts. Only the Image landing is 2x2
 * on desktop so the final card does not sit alone on a second row.
 */
.aru-image-landing .aru-search-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 640px) {
	.aru-image-landing .aru-search-card-grid {
		grid-template-columns: 1fr;
	}
}

/* Core 7.1.0 — Structured Data File Doctor */
.aru-data-stats .aru-stat-card strong { overflow-wrap:anywhere; }


/* =========================================================
   ARADURU File Type Icon System v1
   Vendor-neutral, ARADURU-owned SVG symbols
   ========================================================= */

.aru-filetype-icon {
	--aru-filetype-color: #2563eb;
	--aru-filetype-bg: #eff6ff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	border: 1px solid rgba(37, 99, 235, .12);
	border-radius: 13px;
	background: var(--aru-filetype-bg);
	color: var(--aru-filetype-color);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
}

.aru-filetype-icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.aru-filetype-icon--xlsx  { --aru-filetype-color: #17824f; --aru-filetype-bg: #edf8f2; }
.aru-filetype-icon--docx  { --aru-filetype-color: #2563c9; --aru-filetype-bg: #eef5ff; }
.aru-filetype-icon--pptx  { --aru-filetype-color: #c65e28; --aru-filetype-bg: #fff3ec; }
.aru-filetype-icon--pdf   { --aru-filetype-color: #c84343; --aru-filetype-bg: #fff1f1; }
.aru-filetype-icon--zip   { --aru-filetype-color: #7652b8; --aru-filetype-bg: #f5f0ff; }
.aru-filetype-icon--gzip  { --aru-filetype-color: #5548a9; --aru-filetype-bg: #f0f0ff; }
.aru-filetype-icon--tar   { --aru-filetype-color: #9a671d; --aru-filetype-bg: #fff7e8; }
.aru-filetype-icon--video { --aru-filetype-color: #4b56bb; --aru-filetype-bg: #f0f2ff; }
.aru-filetype-icon--image { --aru-filetype-color: #148678; --aru-filetype-bg: #ebfaf7; }
.aru-filetype-icon--data  { --aru-filetype-color: #4f6b91; --aru-filetype-bg: #eff4f9; }
.aru-filetype-icon--text  { --aru-filetype-color: #5e6d80; --aru-filetype-bg: #f2f4f7; }

.aru-tool-identity {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	min-width: 58px;
}

.aru-tool-identity .aru-filetype-icon {
	width: 44px;
	height: 44px;
	flex-basis: 44px;
	border-radius: 12px;
}

.aru-tool-identity .aru-filetype-icon svg {
	width: 25px;
	height: 25px;
}

.aru-tool-identity .aru-tool-ext {
	min-width: 44px;
	height: 24px;
	padding: 0 7px;
	border-radius: 7px;
	font-size: 9px;
}

.aru-format-identity {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.aru-format-identity .aru-filetype-icon {
	width: 42px;
	height: 42px;
	flex-basis: 42px;
	border-radius: 12px;
}

.aru-format-identity .aru-filetype-icon svg {
	width: 24px;
	height: 24px;
}

.aru-format-identity .aru-format-ext {
	min-height: 30px;
	padding: 0 9px;
	font-size: 10px;
	white-space: nowrap;
}

.aru-tool-card {
	grid-template-columns: 58px 1fr auto;
}

.aru-all-tool-card h3,
.aru-format-card h3 {
	margin-top: 18px;
}

@media (max-width: 640px) {
	.aru-filetype-icon {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
	}

	.aru-filetype-icon svg {
		width: 24px;
		height: 24px;
	}

	.aru-tool-card {
		grid-template-columns: 52px 1fr auto;
		gap: 12px;
		padding: 18px;
	}

	.aru-tool-identity {
		min-width: 50px;
	}

	.aru-format-identity {
		gap: 8px;
	}

	.aru-format-identity .aru-format-ext {
		max-width: 122px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/* ===== ARADURU File Type Icon Emphasis v1.1 / Core 7.8.4 ===== */

/* Global icon presence */
.aru-filetype-icon {
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	border-radius: 15px;
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,.72),
		0 2px 8px rgba(15,23,42,.04);
}

.aru-filetype-icon svg {
	width: 34px;
	height: 34px;
	stroke-width: 1.9;
}

/* Slightly stronger family tints */
.aru-filetype-icon--xlsx  { --aru-filetype-bg: #e7f6ee; }
.aru-filetype-icon--docx  { --aru-filetype-bg: #e9f2ff; }
.aru-filetype-icon--pptx  { --aru-filetype-bg: #fff0e7; }
.aru-filetype-icon--pdf   { --aru-filetype-bg: #ffeded; }
.aru-filetype-icon--zip   { --aru-filetype-bg: #f1eaff; }
.aru-filetype-icon--gzip  { --aru-filetype-bg: #ececff; }
.aru-filetype-icon--tar   { --aru-filetype-bg: #fff3dc; }
.aru-filetype-icon--video { --aru-filetype-bg: #ecefff; }
.aru-filetype-icon--image { --aru-filetype-bg: #e5f8f4; }
.aru-filetype-icon--data  { --aru-filetype-bg: #ebf2f8; }
.aru-filetype-icon--text  { --aru-filetype-bg: #edf1f5; }

/* Home / Popular File Checks */
.aru-tool-card {
	grid-template-columns: 72px minmax(0,1fr) auto;
	gap: 16px;
	padding: 20px;
	align-items: center;
}

.aru-tool-identity {
	min-width: 64px;
	gap: 8px;
}

.aru-tool-identity .aru-filetype-icon {
	width: 60px;
	height: 60px;
	flex-basis: 60px;
	border-radius: 15px;
}

.aru-tool-identity .aru-filetype-icon svg {
	width: 35px;
	height: 35px;
}

.aru-tool-identity .aru-tool-ext {
	min-width: 46px;
	height: 23px;
	padding: 0 7px;
	font-size: 9px;
	line-height: 23px;
	border-radius: 7px;
}

.aru-tool-copy strong {
	font-size: 16px;
	line-height: 1.25;
}

.aru-tool-copy span {
	margin-top: 6px;
	line-height: 1.55;
}

/* File Check hub + All Tools */
.aru-format-identity {
	gap: 11px;
}

.aru-format-identity .aru-filetype-icon {
	width: 56px;
	height: 56px;
	flex-basis: 56px;
	border-radius: 14px;
}

.aru-format-identity .aru-filetype-icon svg {
	width: 32px;
	height: 32px;
}

.aru-format-identity .aru-format-ext {
	min-height: 29px;
	padding: 0 9px;
	font-size: 10px;
	font-weight: 700;
}

.aru-format-card-top,
.aru-all-tool-top {
	align-items: center;
}

.aru-format-card h3,
.aru-all-tool-card h3 {
	margin-top: 20px;
}

/* Tablet */
@media (max-width: 900px) {
	.aru-tool-card {
		grid-template-columns: 66px minmax(0,1fr) auto;
	}

	.aru-tool-identity .aru-filetype-icon {
		width: 56px;
		height: 56px;
		flex-basis: 56px;
	}

	.aru-tool-identity .aru-filetype-icon svg {
		width: 32px;
		height: 32px;
	}
}

/* Mobile */
@media (max-width: 640px) {
	.aru-tool-card {
		grid-template-columns: 58px minmax(0,1fr) auto;
		gap: 12px;
		padding: 17px 16px;
	}

	.aru-tool-identity {
		min-width: 54px;
		gap: 6px;
	}

	.aru-tool-identity .aru-filetype-icon {
		width: 52px;
		height: 52px;
		flex-basis: 52px;
	}

	.aru-tool-identity .aru-filetype-icon svg {
		width: 30px;
		height: 30px;
	}

	.aru-format-identity .aru-filetype-icon {
		width: 50px;
		height: 50px;
		flex-basis: 50px;
	}

	.aru-format-identity .aru-filetype-icon svg {
		width: 29px;
		height: 29px;
	}
}

/* ===== END ARADURU File Type Icon Emphasis v1.1 ===== */

/* ===== ARADURU All Tools Card Header v2 / Core 7.8.5 =====
   Left: icon + tool title
   Right: Available / file type stacked
   Home Popular File Checks remains unchanged.
   ======================================================== */

.aru-all-tool-card {
	min-height: 238px;
	padding: 22px 22px 20px;
}

.aru-all-tool-top-v2 {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	width: 100%;
}

.aru-all-tool-primary {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.aru-all-tool-primary .aru-filetype-icon {
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	border-radius: 15px;
}

.aru-all-tool-primary .aru-filetype-icon svg {
	width: 34px;
	height: 34px;
}

.aru-all-tool-primary h3,
.aru-all-tool-card .aru-all-tool-primary h3 {
	margin: 0;
	min-width: 0;
	color: #101828;
	font-size: 18px;
	line-height: 1.28;
	font-weight: 740;
	letter-spacing: -.015em;
}

.aru-all-tool-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 7px;
	flex: 0 0 auto;
}

.aru-all-tool-meta .aru-available-badge,
.aru-all-tool-meta .aru-format-ext {
	margin: 0;
	white-space: nowrap;
}

.aru-all-tool-meta .aru-format-ext {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 0 8px;
	border-radius: 7px;
	font-size: 9px;
	font-weight: 720;
	line-height: 1;
}

.aru-all-tool-card > p {
	margin-top: 18px;
}

.aru-all-tool-card .aru-all-tool-link {
	padding-top: 18px;
}

/* Tablet: keep the same hierarchy, slightly tighten spacing. */
@media (max-width: 900px) {
	.aru-all-tool-card {
		padding: 20px;
	}

	.aru-all-tool-top-v2 {
		gap: 11px;
	}

	.aru-all-tool-primary {
		gap: 11px;
	}

	.aru-all-tool-primary .aru-filetype-icon {
		width: 54px;
		height: 54px;
		flex-basis: 54px;
	}

	.aru-all-tool-primary .aru-filetype-icon svg {
		width: 31px;
		height: 31px;
	}

	.aru-all-tool-primary h3,
	.aru-all-tool-card .aru-all-tool-primary h3 {
		font-size: 17px;
	}
}

/* Mobile: icon/title stay together, status/type remain a compact right stack. */
@media (max-width: 640px) {
	.aru-all-tool-card {
		min-height: 0;
		padding: 18px 17px;
	}

	.aru-all-tool-top-v2 {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 9px;
		align-items: start;
	}

	.aru-all-tool-primary {
		gap: 10px;
		align-items: center;
	}

	.aru-all-tool-primary .aru-filetype-icon {
		width: 50px;
		height: 50px;
		flex-basis: 50px;
		border-radius: 13px;
	}

	.aru-all-tool-primary .aru-filetype-icon svg {
		width: 29px;
		height: 29px;
	}

	.aru-all-tool-primary h3,
	.aru-all-tool-card .aru-all-tool-primary h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	.aru-all-tool-meta {
		gap: 5px;
	}

	.aru-all-tool-meta .aru-available-badge {
		font-size: 9px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.aru-all-tool-meta .aru-format-ext {
		min-height: 22px;
		max-width: 78px;
		padding: 0 7px;
		font-size: 8px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.aru-all-tool-card > p {
		margin-top: 15px;
	}

	.aru-all-tool-card .aru-all-tool-link {
		padding-top: 16px;
	}
}

/* Very narrow phones: let the metadata sit beneath the title group if needed. */
@media (max-width: 390px) {
	.aru-all-tool-top-v2 {
		grid-template-columns: 1fr;
	}

	.aru-all-tool-meta {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		padding-left: 60px;
	}
}

/* ===== END ARADURU All Tools Card Header v2 ===== */

/* ===== ARADURU All Tools Spacing Refinement / Core 7.8.6 =====
   Removes the oversized gap between description and Open checker.
   Keeps the approved icon/title/meta layout from 7.8.5.
   ============================================================ */

.aru-all-tool-card {
	min-height: 222px;
}

/* Override legacy bottom-pinning behavior. */
.aru-all-tool-card .aru-all-tool-link,
.aru-all-tool-link {
	margin-top: 0;
	padding-top: 16px;
	align-self: flex-start;
}

/* Keep the description and CTA visually connected. */
.aru-all-tool-card > p {
	margin-top: 18px;
	margin-bottom: 0;
}

/* Avoid excessive empty vertical space on shorter descriptions. */
.aru-all-tool-card {
	justify-content: flex-start;
}

/* Tablet */
@media (max-width: 900px) {
	.aru-all-tool-card {
		min-height: 214px;
	}

	.aru-all-tool-card .aru-all-tool-link,
	.aru-all-tool-link {
		padding-top: 15px;
	}
}

/* Mobile */
@media (max-width: 640px) {
	.aru-all-tool-card {
		min-height: 0;
	}

	.aru-all-tool-card > p {
		margin-top: 15px;
	}

	.aru-all-tool-card .aru-all-tool-link,
	.aru-all-tool-link {
		padding-top: 14px;
	}
}

/* ===== END ARADURU All Tools Spacing Refinement ===== */



/* ===== ARADURU Nested File Intelligence v1 / Core 8.0.0 ===== */

.aru-nested-note {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 9px;
	padding: 9px 12px;
	border: 1px solid #dbe5f1;
	border-radius: 9px;
	background: #f8fbff;
	color: #607089;
	font-size: 11px;
	line-height: 1.45;
}

.aru-nested-note[hidden] {
	display: none !important;
}

.aru-nested-note strong {
	flex: 0 0 auto;
	color: #284a78;
	font-size: 10px;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.aru-nested-stats .aru-stat-card strong[data-aru-nested-types] {
	font-size: 14px;
	line-height: 1.25;
	word-break: break-word;
}

@media (max-width: 640px) {
	.aru-nested-note {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}
}

/* ===== END ARADURU Nested File Intelligence v1 ===== */


/* ===== ARADURU Nested Deep Diagnosis v1 / Core 8.1.0 ===== */
.aru-nested-deep-panel{margin-top:10px;border:1px solid #dbe5f1;border-radius:12px;background:#fff;padding:14px}
.aru-nested-deep-panel[hidden],.aru-nested-deep-stats[hidden]{display:none!important}
.aru-nested-deep-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:10px}
.aru-nested-deep-head div{display:flex;flex-direction:column;gap:2px}
.aru-nested-deep-head span{color:#2563eb;font-size:9px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.aru-nested-deep-head strong{color:#0f172a;font-size:14px;line-height:1.3}
.aru-nested-deep-head small{color:#7c8ba1;font-size:10px}
.aru-nested-deep-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.aru-nested-deep-item{position:relative;border:1px solid #dde5ee;border-radius:10px;padding:11px 12px;background:#fbfdff;min-width:0}
.aru-nested-deep-item--healthy{border-color:#ccebdc;background:#fbfffd}
.aru-nested-deep-item--warning{border-color:#f0d89d;background:#fffdf8}
.aru-nested-deep-item--issue{border-color:#f2c8c8;background:#fffafa}
.aru-nested-deep-item--identified{border-color:#d9e4f4;background:#fbfdff}
.aru-nested-deep-item--safety{border-color:#d9e0e8;background:#f8fafc}
.aru-nested-deep-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.aru-nested-deep-item-head>div{display:flex;flex-direction:column;min-width:0;gap:2px}
.aru-nested-deep-item-head strong{color:#101828;font-size:12px;line-height:1.3;overflow-wrap:anywhere}
.aru-nested-deep-item-head span{color:#66758d;font-size:9px;line-height:1.35}
.aru-nested-deep-badge{flex:0 0 auto!important;border-radius:999px;padding:4px 6px;font-size:7px!important;font-weight:800;letter-spacing:.035em;background:#eef4ff;color:#2b5fbd!important}
.aru-nested-deep-item--healthy .aru-nested-deep-badge{background:#e8f8ef;color:#08783f!important}
.aru-nested-deep-item--warning .aru-nested-deep-badge{background:#fff1c9;color:#9c6100!important}
.aru-nested-deep-item--issue .aru-nested-deep-badge{background:#feeaea;color:#b42318!important}
.aru-nested-deep-item--safety .aru-nested-deep-badge{background:#e8edf3;color:#475467!important}
.aru-nested-deep-item p{margin:9px 0 3px;color:#172033;font-size:11px;font-weight:700;line-height:1.4}
.aru-nested-deep-item small{display:block;color:#66758d;font-size:9px;line-height:1.45}
.aru-nested-deep-mismatch{display:inline-flex!important;margin-top:8px;padding:3px 6px;border-radius:6px;background:#fff2d8;color:#935c00!important;font-size:8px!important;font-weight:700}
@media(max-width:640px){.aru-nested-deep-list{grid-template-columns:1fr}.aru-nested-deep-head{flex-direction:column;gap:4px}.aru-nested-deep-panel{padding:12px}}
/* ===== END ARADURU Nested Deep Diagnosis v1 ===== */


/* =========================================================
   ARADURU 8.11 - Problem-first Quick Answer
   ========================================================= */
.aru-user-answer {
    margin: 18px 0 20px;
    padding: 20px;
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    background: #f8fafc;
}
.aru-user-answer.is-usable { border-color: #bbf7d0; background: #f0fdf4; }
.aru-user-answer.is-review_first,
.aru-user-answer.is-rename_first,
.aru-user-answer.is-nested_problem { border-color: #fde68a; background: #fffbeb; }
.aru-user-answer.is-fix_first { border-color: #fecaca; background: #fef2f2; }
.aru-user-answer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}
.aru-user-answer-head > span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    color: #64748b;
}
.aru-user-answer-head > strong {
    padding: 5px 9px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(15,23,42,.12);
    font-size: 11px;
    line-height: 1;
    letter-spacing: .04em;
}
.aru-user-answer h4 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.35;
    color: #0f172a;
}
.aru-user-answer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
}
.aru-user-answer-grid > div {
    padding: 13px 14px;
    border-radius: 12px;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(148,163,184,.22);
}
.aru-user-answer-grid span {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.aru-user-answer-grid p {
    margin: 0;
    color: #1e293b;
    font-size: 14px;
    line-height: 1.55;
}
.aru-user-answer-scope {
    margin: 11px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}
@media (max-width: 640px) {
    .aru-user-answer { padding: 16px; }
    .aru-user-answer-grid { grid-template-columns: 1fr; }
    .aru-user-answer h4 { font-size: 18px; }
}

/* =========================================================
   8.12 Problem-first Troubleshooting Flow
   ========================================================= */
.aru-troubleshooting-flow {
    margin-top: 16px;
    padding: 20px;
    border: 1px solid #dbe4ee;
    border-radius: 18px;
    background: #f8fafc;
}
.aru-troubleshooting-flow.is-file_cause_found,
.aru-troubleshooting-flow.is-file_evidence,
.aru-troubleshooting-flow.is-nested_file_cause { border-color: #fecaca; background: #fff7f7; }
.aru-troubleshooting-flow.is-rename_then_retry,
.aru-troubleshooting-flow.is-review_before_retry,
.aru-troubleshooting-flow.is-limited_path { border-color: #fde68a; background: #fffdf4; }
.aru-troubleshooting-flow.is-outside_file { border-color: #bfdbfe; background: #f5f9ff; }
.aru-troubleshooting-flow-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}
.aru-troubleshooting-flow-head > span {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}
.aru-troubleshooting-flow-head > strong {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 11px;
    font-weight: 800;
}
.aru-troubleshooting-flow h4 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.35;
}
.aru-troubleshooting-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.aru-troubleshooting-steps > div {
    padding: 13px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: rgba(255,255,255,.78);
}
.aru-troubleshooting-steps span {
    display: block;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.aru-troubleshooting-steps p {
    margin: 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.55;
}
.aru-troubleshooting-action {
    margin-top: 14px;
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid #0f3f73;
    border-radius: 10px;
    background: #0f3f73;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}
.aru-troubleshooting-scope {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 11px;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .aru-troubleshooting-flow { padding: 16px; }
    .aru-troubleshooting-steps { grid-template-columns: 1fr; }
    .aru-troubleshooting-flow h4 { font-size: 18px; }
}


/* =========================================================
   ARADURU 8.13 - Problem-first search entry
   ========================================================= */
.aru-problem-start {
	max-width: 880px;
	margin: 22px auto 20px;
	padding: 18px 20px;
	border: 1px solid #dbe7f5;
	border-radius: 18px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	text-align: left;
}
.aru-problem-start-head > span {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	color: #1e56c9;
}
.aru-problem-start-head > strong {
	display: block;
	font-size: 18px;
	line-height: 1.35;
	color: #0f172a;
}
.aru-problem-start-head > p {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 1.65;
	color: #475569;
}
.aru-problem-start-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}
.aru-problem-start-steps > div {
	position: relative;
	min-height: 88px;
	padding: 12px 12px 12px 42px;
	border: 1px solid #e6edf5;
	border-radius: 13px;
	background: #fff;
}
.aru-problem-start-steps > div > span {
	position: absolute;
	left: 12px;
	top: 12px;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: #eaf2ff;
	font-size: 11px;
	font-weight: 800;
	color: #1e56c9;
}
.aru-problem-start-steps strong,
.aru-problem-start-steps small { display: block; }
.aru-problem-start-steps strong { font-size: 13px; color: #0f172a; }
.aru-problem-start-steps small { margin-top: 4px; font-size: 12px; line-height: 1.5; color: #64748b; }
.aru-problem-start-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 13px;
	padding-top: 12px;
	border-top: 1px solid #e8eef6;
}
.aru-problem-start-foot > span { font-size: 12px; color: #64748b; }
.aru-problem-start-foot a {
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	color: #1e56c9;
}
.aru-problem-start-foot a:hover { text-decoration: underline; }
#araduru-problem-details { scroll-margin-top: 24px; }
@media (max-width: 768px) {
	.aru-problem-start { margin: 18px auto 16px; padding: 16px; }
	.aru-problem-start-steps { grid-template-columns: 1fr; }
	.aru-problem-start-steps > div { min-height: 0; }
	.aru-problem-start-foot { align-items: flex-start; flex-direction: column; }
}

/* =========================================================
   ARADURU 8.14 - Action-first Result CTA
   ========================================================= */
.aru-next-action[hidden] { display: none !important; }
.aru-next-action {
	margin-top: 16px;
	padding: 20px;
	border: 1px solid #cbdcf4;
	border-radius: 18px;
	background: linear-gradient(135deg, #f7fbff 0%, #ffffff 72%);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	box-shadow: 0 10px 28px rgba(15, 63, 115, .06);
}
.aru-next-action.is-recover { border-color: #fecaca; background: linear-gradient(135deg, #fff7f7 0%, #fff 72%); }
.aru-next-action.is-rename,
.aru-next-action.is-review,
.aru-next-action.is-nested { border-color: #fde68a; background: linear-gradient(135deg, #fffdf4 0%, #fff 72%); }
.aru-next-action.is-continue,
.aru-next-action.is-upload { border-color: #bfdbfe; background: linear-gradient(135deg, #f5f9ff 0%, #fff 72%); }
.aru-next-action-badge {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 4px 9px;
	border-radius: 999px;
	background: #0f3f73;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
}
.aru-next-action h4 {
	margin: 9px 0 6px;
	color: #0f172a;
	font-size: 21px;
	line-height: 1.3;
}
.aru-next-action-copy > p:not(.aru-next-action-scope) {
	margin: 0;
	max-width: 720px;
	color: #475569;
	font-size: 14px;
	line-height: 1.6;
}
.aru-next-action-scope {
	margin: 9px 0 0;
	color: #64748b;
	font-size: 11px;
	line-height: 1.5;
}
.aru-next-action-buttons {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	min-width: 190px;
}
.aru-next-action-buttons button {
	min-height: 42px;
	padding: 0 14px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .02em;
	cursor: pointer;
	white-space: nowrap;
}
.aru-next-action-primary {
	border: 1px solid #0f3f73;
	background: #0f3f73;
	color: #fff;
}
.aru-next-action-primary:hover,
.aru-next-action-primary:focus-visible { background: #0b315a; }
.aru-next-action-secondary {
	border: 1px solid #cbd5e1;
	background: #fff;
	color: #334155;
}
.aru-next-action-secondary:hover,
.aru-next-action-secondary:focus-visible { border-color: #94a3b8; }
/* The 8.12 flow still owns the route data, but 8.14 gives the actual CTA a single visual home. */
.aru-troubleshooting-flow.has-next-action .aru-troubleshooting-action { display: none; }
.aru-action-plan-host,
.aru-safe-fix-host,
.aru-error-interpretation,
.aru-guidance { scroll-margin-top: 24px; }
@media (max-width: 768px) {
	.aru-next-action { grid-template-columns: 1fr; padding: 16px; }
	.aru-next-action h4 { font-size: 18px; }
	.aru-next-action-buttons { min-width: 0; width: 100%; }
	.aru-next-action-buttons button { width: 100%; white-space: normal; }
}


/* =========================================================
   ARADURU 8.15 - Progressive Result Details
   ========================================================= */
.aru-result-evidence[hidden] { display: none !important; }
.aru-result-evidence {
	margin-top: 14px;
	border: 1px solid #dbe4ef;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}
.aru-result-evidence > summary {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 15px 17px;
	cursor: pointer;
	background: #f8fafc;
}
.aru-result-evidence > summary::-webkit-details-marker { display: none; }
.aru-result-evidence > summary > div { min-width: 0; }
.aru-result-evidence > summary > div > span {
	display: block;
	margin-bottom: 3px;
	color: #64748b;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
}
.aru-result-evidence > summary strong {
	display: block;
	color: #0f172a;
	font-size: 14px;
	line-height: 1.35;
}
.aru-result-evidence > summary small {
	display: block;
	margin-top: 3px;
	color: #64748b;
	font-size: 11px;
	line-height: 1.45;
}
.aru-result-evidence-toggle {
	flex: 0 0 auto;
	color: #1e56c9;
	font-size: 11px;
	font-weight: 800;
}
.aru-result-evidence[open] > summary {
	border-bottom: 1px solid #e2e8f0;
	background: #f8fbff;
}
.aru-result-evidence-body { padding: 2px 16px 16px; }
.aru-result-evidence-body > [hidden] { display: none !important; }
.aru-result-evidence-body > :first-child:not([hidden]) { margin-top: 14px; }
.aru-result-evidence-body .aru-action-plan-host,
.aru-result-evidence-body .aru-safe-fix-host,
.aru-result-evidence-body .aru-error-interpretation,
.aru-result-evidence-body .aru-guidance,
.aru-result-evidence-body .aru-tech-details { scroll-margin-top: 24px; }
@media (max-width: 768px) {
	.aru-result-evidence > summary { align-items: flex-start; padding: 14px; }
	.aru-result-evidence > summary small { max-width: 240px; }
	.aru-result-evidence-body { padding: 2px 12px 12px; }
}
