/*
 * Aston Radiography Compare — Clinical Editorial stylesheet.
 * All selectors are scoped to .arc-page to avoid affecting Divi or other plugins.
 */
.arc-page {
	--arc-navy: #0e355b;
	--arc-navy-dark: #071a2e;
	--arc-navy-soft: #183b59;
	--arc-teal: #0f8b8d;
	--arc-teal-light: #8ce1da;
	--arc-ivory: #f7f4ee;
	--arc-paper: #ffffff;
	--arc-ink: #112b46;
	--arc-muted: #587287;
	--arc-line: rgba(14, 34, 59, 0.12);
	--arc-serif: "Noto Serif TC", "Songti TC", Georgia, serif;
	--arc-sans: "Noto Sans TC", "PingFang HK", "Microsoft JhengHei", Arial, sans-serif;
	position: relative;
	isolation: isolate;
	width: 100%;
	margin: 0;
	background: var(--arc-ivory);
	color: var(--arc-ink);
	font-family: var(--arc-sans);
	line-height: 1.65;
}

.arc-page *,
.arc-page *::before,
.arc-page *::after {
	box-sizing: border-box;
}

.arc-page h1,
.arc-page h2,
.arc-page h3,
.arc-page p,
.arc-page ul,
.arc-page ol,
.arc-page dl,
.arc-page dd,
.arc-page figure {
	margin-top: 0;
}

.arc-page a {
	text-decoration: none;
}

.arc-page img {
	display: block;
	max-width: 100%;
}

.arc-hero {
	position: relative;
	min-height: 640px;
	overflow: hidden;
	background: var(--arc-navy-dark);
}

.arc-hero__image,
.arc-hero__overlay,
.arc-grid-motif {
	position: absolute;
	inset: 0;
}

.arc-hero__image {
	z-index: 0;
	background-position: center;
	background-size: cover;
}

.arc-hero__overlay {
	z-index: 1;
	background: linear-gradient(90deg, rgba(4, 22, 40, .96) 0%, rgba(8, 32, 54, .88) 42%, rgba(8, 32, 54, .4) 71%, rgba(8, 32, 54, .72) 100%), linear-gradient(0deg, rgba(3, 18, 33, .74) 0%, transparent 48%);
}

.arc-grid-motif {
	z-index: 2;
	opacity: .38;
	background-image: linear-gradient(rgba(124, 223, 214, .15) 1px, transparent 1px), linear-gradient(90deg, rgba(124, 223, 214, .15) 1px, transparent 1px);
	background-position: right 8% center;
	background-size: 72px 72px;
	mask-image: linear-gradient(90deg, transparent 0, transparent 42%, #000 72%, transparent 100%);
}

.arc-hero__inner {
	position: relative;
	z-index: 3;
	display: grid;
	max-width: 1440px;
	min-height: 640px;
	margin: 0 auto;
	padding: 112px 48px 80px;
	align-items: end;
	gap: 48px;
	grid-template-columns: minmax(0, .9fr) minmax(340px, .55fr);
}

.arc-hero__content {
	max-width: 680px;
}

.arc-eyebrow,
.arc-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
	color: var(--arc-teal);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.arc-eyebrow {
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 99px;
	background: rgba(255, 255, 255, .09);
	padding: 6px 11px;
	color: rgba(255, 255, 255, .92);
	backdrop-filter: blur(8px);
}

.arc-eyebrow span {
	color: var(--arc-teal-light);
}

.arc-kicker::before,
.arc-kicker::after {
	display: inline-block;
	content: "";
}

.arc-kicker::before {
	width: 38px;
	height: 1px;
	background: currentColor;
}

.arc-kicker::after {
	width: 10px;
	height: 10px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.arc-kicker--light {
	color: var(--arc-teal-light);
}

.arc-hero h1,
.arc-page h2,
.arc-page h3 {
	font-family: var(--arc-serif);
}

.arc-hero h1 {
	margin-bottom: 24px;
	color: #fff;
	font-size: clamp(48px, 5vw, 82px);
	font-weight: 700;
	letter-spacing: -.065em;
	line-height: .98;
}

.arc-hero h1 em {
	color: var(--arc-teal-light);
	font-style: normal;
	font-weight: 500;
}

.arc-hero__intro {
	max-width: 610px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, .8);
	font-size: 17px;
	line-height: 1.95;
}

.arc-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.arc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 999px;
	padding: 13px 20px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	transition: transform .16s cubic-bezier(.23,1,.32,1), background .16s ease, color .16s ease;
}

.arc-button:hover {
	transform: translateY(-2px);
}

.arc-button:active {
	transform: scale(.97);
}

.arc-button--teal {
	background: var(--arc-teal-light);
	color: #0c304c;
}

.arc-button--teal:hover {
	background: #fff;
}

.arc-button--ghost {
	border: 1px solid rgba(255, 255, 255, .32);
	background: rgba(255, 255, 255, .07);
	color: #fff;
}

.arc-button--ghost:hover {
	border-color: var(--arc-teal-light);
	background: rgba(140, 225, 218, .14);
}

.arc-hero__facts {
	display: grid;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 9px;
	background: rgba(9, 42, 70, .62);
	box-shadow: 0 20px 56px rgba(0, 0, 0, .18);
	backdrop-filter: blur(8px);
	grid-template-columns: 1fr 1fr;
}

.arc-hero__facts > div {
	display: grid;
	min-height: 140px;
	border-right: 1px solid rgba(255, 255, 255, .14);
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	padding: 23px;
	align-content: start;
}

.arc-hero__facts > div:nth-child(2n) {
	border-right: 0;
}

.arc-hero__facts > div:nth-last-child(-n+2) {
	border-bottom: 0;
}

.arc-hero__facts strong {
	color: var(--arc-teal-light);
	font-family: var(--arc-serif);
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -.05em;
	line-height: 1;
}

.arc-hero__facts span {
	margin-top: 14px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.arc-hero__facts small {
	display: block;
	margin-top: 6px;
	color: rgba(255, 255, 255, .62);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.6;
}

.arc-decision-rail {
	display: grid;
	max-width: 1310px;
	margin: -38px auto 0;
	border: 1px solid var(--arc-line);
	border-radius: 9px;
	background: rgba(255,255,255,.98);
	padding: 16px 20px;
	box-shadow: 0 18px 50px rgba(10,36,59,.11);
	position: relative;
	z-index: 5;
	grid-template-columns: 180px 1fr;
	gap: 12px;
}

.arc-decision-rail__intro {
	display: grid;
	gap: 2px;
	align-content: center;
}

.arc-decision-rail__intro strong {
	font-family: var(--arc-serif);
	font-size: 19px;
}

.arc-decision-rail__intro span {
	color: #5f7183;
	font-size: 11px;
}

.arc-decision-rail ol {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
	grid-template-columns: repeat(4, 1fr);
}

.arc-decision-rail li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	padding: 5px 9px;
}

.arc-decision-rail li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: 0;
	color: #aec2cd;
	content: "›";
	font-size: 26px;
	line-height: 1;
	transform: translateY(-50%);
}

.arc-decision-rail b {
	color: var(--arc-teal);
	font-family: var(--arc-serif);
	font-size: 17px;
}

.arc-decision-rail li strong,
.arc-decision-rail li small {
	display: block;
}

.arc-decision-rail li strong {
	color: #173a5a;
	font-size: 12px;
}

.arc-decision-rail li small {
	margin-top: 2px;
	color: #738395;
	font-size: 10px;
	white-space: nowrap;
}

.arc-section {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding: 112px 48px;
}

.arc-section::before {
	position: absolute;
	top: 68px;
	left: 48px;
	z-index: -1;
	width: 70px;
	height: 70px;
	opacity: .46;
	background-image: linear-gradient(rgba(15,139,141,.34) 1px, transparent 1px), linear-gradient(90deg, rgba(15,139,141,.34) 1px, transparent 1px);
	background-size: 8px 8px;
	content: "";
	clip-path: polygon(0 46%, 46% 46%, 46% 0, 54% 0, 54% 46%, 100% 46%, 100% 54%, 54% 54%, 54% 100%, 46% 100%, 46% 54%, 0 54%);
}

.arc-section__heading {
	max-width: 560px;
}

.arc-section h2,
.arc-dossier-head h2,
.arc-advice h2,
.arc-consult h2 {
	margin-bottom: 0;
	color: var(--arc-ink);
	font-size: clamp(34px, 3.3vw, 58px);
	font-weight: 700;
	letter-spacing: -.055em;
	line-height: 1.15;
}

.arc-section h2 span {
	color: var(--arc-teal);
}

.arc-section__heading > p:not(.arc-kicker) {
	margin-top: 24px;
	margin-bottom: 0;
	color: #4d677c;
	font-size: 16px;
	line-height: 2;
}

.arc-section--routes {
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr);
	align-items: start;
}

.arc-route-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.arc-route-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(15,139,141,.18);
	border-radius: 7px;
	background: #edf7f5;
	padding: 27px;
	transition: transform .22s cubic-bezier(.23,1,.32,1), box-shadow .22s ease;
}

.arc-route-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 45px rgba(11,42,66,.14);
}

.arc-route-card--diagnostic {
	border-color: rgba(14,53,91,.14);
	background: #f0f4f7;
}

.arc-route-card::before {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 42px;
	height: 42px;
	border-top: 1px solid rgba(15,139,141,.35);
	border-right: 1px solid rgba(15,139,141,.35);
	content: "";
}

.arc-route-card__icon {
	display: flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--arc-teal);
	box-shadow: 0 9px 18px rgba(15,139,141,.2);
	color: #fff;
	font-size: 21px;
	font-weight: 700;
}

.arc-route-card--diagnostic .arc-route-card__icon {
	background: #173d66;
}

.arc-route-card__label {
	margin: 26px 0 6px;
	color: #5e778b;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
}

.arc-route-card h3 {
	margin-bottom: 0;
	font-size: 27px;
	letter-spacing: -.03em;
}

.arc-route-card > p:not(.arc-route-card__label) {
	margin: 16px 0 0;
	color: #486379;
	font-size: 14px;
	line-height: 1.8;
}

.arc-route-card ul {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.arc-route-card li {
	position: relative;
	padding-left: 20px;
	color: #294b64;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.55;
}

.arc-route-card li::before {
	position: absolute;
	left: 0;
	color: var(--arc-teal);
	content: "✓";
}

.arc-text-button,
.arc-card-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 25px;
	border: 0;
	background: transparent;
	padding: 0;
	color: #0b7072;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	transition: gap .16s ease, color .16s ease;
}

.arc-text-button:hover,
.arc-card-link:hover {
	gap: 11px;
	color: var(--arc-navy);
}

.arc-comparison {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--arc-navy);
}

.arc-comparison__backdrop {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: .62;
	background-position: center;
	background-size: cover;
}

.arc-comparison__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 100px 48px;
}

.arc-comparison__intro {
	display: grid;
	gap: 40px;
	grid-template-columns: .8fr 1.2fr;
	align-items: end;
}

.arc-comparison h2 {
	margin: 0;
	color: #fff;
	font-family: var(--arc-serif);
	font-size: clamp(38px, 4vw, 60px);
	font-weight: 700;
	letter-spacing: -.055em;
	line-height: 1.06;
}

.arc-comparison__intro > p {
	max-width: 660px;
	margin: 0;
	color: rgba(255,255,255,.75);
	font-size: 16px;
	line-height: 2;
}

.arc-filter-panel {
	margin-top: 38px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 8px;
	background: rgba(255,255,255,.98);
	padding: 21px;
	box-shadow: 0 22px 50px rgba(0,10,21,.16);
}

.arc-filter-panel__title {
	margin: 0;
	color: #12304e;
	font-size: 14px;
	font-weight: 800;
}

.arc-filter-row {
	display: grid;
	gap: 22px;
	margin-top: 20px;
	grid-template-columns: 1fr 1fr auto;
	align-items: end;
}

.arc-filter-row > div > span {
	display: block;
	margin-bottom: 8px;
	color: #6e7e8e;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
}

.arc-filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.arc-filter-chips button {
	border: 1px solid #d9e1e3;
	border-radius: 999px;
	background: #fff;
	padding: 8px 14px;
	color: #4b6376;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	transition: color .15s ease, background .15s ease, border-color .15s ease;
}

.arc-filter-chips button:hover {
	border-color: rgba(15,139,141,.5);
	color: #0f7778;
}

.arc-filter-chips button.is-active {
	border-color: var(--arc-teal);
	background: var(--arc-teal);
	color: #fff;
}

.arc-reset-button {
	border: 0;
	background: transparent;
	padding: 8px 0;
	color: #567084;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.arc-reset-button:hover {
	color: #0f7778;
}

.arc-result-count {
	margin: 19px 4px 0;
	color: rgba(255,255,255,.68);
	font-size: 13px;
}

.arc-result-count strong {
	color: #fff;
}

.arc-table-wrap {
	position: relative;
	overflow-x: auto;
	margin-top: 12px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 8px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 25px 45px rgba(0,10,21,.16);
}

.arc-table-wrap::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 88px;
	height: 38px;
	border-bottom: 1px solid rgba(15,139,141,.26);
	border-left: 1px solid rgba(15,139,141,.26);
	background: linear-gradient(135deg, transparent 48%, rgba(15,139,141,.11) 49%, rgba(15,139,141,.11) 51%, transparent 52%);
	content: "";
	pointer-events: none;
}

.arc-table {
	width: 100%;
	min-width: 840px;
	border-collapse: collapse;
}

.arc-table th {
	border-bottom: 1px solid #d8e1e4;
	background: #eaf2f1;
	padding: 16px 18px;
	color: #315568;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-align: left;
}

.arc-table td {
	border-bottom: 1px solid #e5ebed;
	padding: 15px 18px;
	color: #25435b;
	font-size: 13px;
	line-height: 1.5;
	vertical-align: top;
}

.arc-table tr:last-child td {
	border-bottom: 0;
}

.arc-table tbody tr {
	transition: background .16s ease;
}

.arc-table tbody tr:hover {
	background: #f3f9f8;
}

.arc-table td strong,
.arc-table td small {
	display: block;
}

.arc-table td strong {
	font-size: 14px;
}

.arc-table td small {
	margin-top: 3px;
	color: #718394;
	font-size: 11px;
}

.arc-tag {
	display: inline-flex;
	border-radius: 999px;
	background: #dcefee;
	padding: 5px 9px;
	color: #176a6c;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.arc-section--dossiers {
	padding-top: 104px;
}

.arc-dossier-head {
	display: flex;
	gap: 50px;
	border-bottom: 1px solid var(--arc-line);
	padding-bottom: 30px;
	align-items: end;
	justify-content: space-between;
}

.arc-dossier-head > div {
	max-width: 680px;
}

.arc-dossier-head > p {
	max-width: 330px;
	margin: 0;
	color: #607286;
	font-size: 13px;
	line-height: 1.8;
}

.arc-card-grid {
	display: grid;
	gap: 18px;
	margin-top: 38px;
	grid-template-columns: repeat(3, 1fr);
}

.arc-dossier-card {
	position: relative;
	display: flex;
	min-height: 400px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(14,34,59,.15);
	border-radius: 6px;
	background: rgba(255,255,255,.94);
	padding: 23px;
	box-shadow: 0 8px 18px rgba(14,34,59,.04);
	transition: transform .21s cubic-bezier(.23,1,.32,1), box-shadow .21s ease, border-color .21s ease;
}

.arc-dossier-card::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--arc-teal) 0 20%, transparent 20% 23%, #163d66 23% 53%, transparent 53% 56%, #e36a49 56% 79%, transparent 79% 82%, var(--arc-teal) 82% 100%);
	content: "";
}

.arc-dossier-card::after {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 26px;
	height: 26px;
	border-right: 1px solid rgba(15,139,141,.24);
	border-bottom: 1px solid rgba(15,139,141,.24);
	content: "";
	pointer-events: none;
}

.arc-dossier-card:hover {
	z-index: 1;
	transform: translateY(-5px);
	border-color: rgba(15,139,141,.58);
	box-shadow: 0 20px 35px rgba(14,34,59,.12);
}

.arc-dossier-card__top {
	display: grid;
	gap: 10px;
	grid-template-columns: 42px minmax(0,1fr) auto;
	align-items: start;
}

.arc-dossier-index {
	display: flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 2px;
	background: #0f8b8d;
	background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
	background-size: 6px 6px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.arc-dossier-card__top p {
	margin: 0;
	color: var(--arc-teal);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .11em;
}

.arc-dossier-card__top h3 {
	margin: 4px 0 0;
	color: var(--arc-ink);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.03em;
	line-height: 1.15;
}

.arc-dossier-card__top small {
	border-left: 2px solid var(--arc-teal);
	background: #edf3f2;
	padding: 4px 7px;
	color: #486979;
	font-size: 9px;
	font-weight: 800;
	white-space: nowrap;
}

.arc-programme-name {
	min-height: 56px;
	margin: 19px 0 0;
	border-left: 2px solid rgba(15,139,141,.35);
	padding-left: 10px;
	color: #537085;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
}

.arc-dossier-meta {
	display: grid;
	margin: 18px 0 0;
	border-top: 1px solid var(--arc-line);
	border-bottom: 1px solid var(--arc-line);
	padding: 13px 0;
	grid-template-columns: repeat(3, 1fr);
}

.arc-dossier-meta > div {
	border-right: 1px solid var(--arc-line);
	padding: 0 8px;
}

.arc-dossier-meta > div:first-child {
	padding-left: 0;
}

.arc-dossier-meta > div:last-child {
	border-right: 0;
	padding-right: 0;
}

.arc-dossier-meta dt {
	color: #728394;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
}

.arc-dossier-meta dd {
	margin: 4px 0 0;
	color: #183855;
	font-size: 12px;
	font-weight: 800;
}

.arc-emphasis {
	margin: 17px 0 0;
	color: #274563;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.6;
}

.arc-adviser-note {
	margin-top: 16px;
	border-radius: 4px;
	background: #eef5f3;
	padding: 14px;
}

.arc-adviser-note strong {
	color: #0f7778;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
}

.arc-adviser-note p {
	margin: 7px 0 0;
	color: #335269;
	font-size: 12px;
	line-height: 1.65;
}

.arc-card-link {
	margin-top: auto;
	padding-top: 19px;
}

.arc-empty-state {
	margin: 26px 0 0;
	border: 1px dashed rgba(15,139,141,.4);
	border-radius: 6px;
	background: #edf7f5;
	padding: 18px;
	color: #235868;
	font-size: 14px;
	text-align: center;
}

.arc-advice {
	display: grid;
	max-width: 1344px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid var(--arc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(14,34,59,.10);
	grid-template-columns: .78fr 1.22fr;
}

.arc-advice__image {
	position: relative;
	min-height: 350px;
	overflow: hidden;
}

.arc-advice__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(4,25,45,.58), transparent 55%);
	content: "";
}

.arc-advice__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.arc-advice__body {
	padding: 52px;
}

.arc-advice h2 {
	font-size: clamp(30px, 3vw, 48px);
}

.arc-advice__body > p:not(.arc-kicker) {
	margin: 22px 0 0;
	color: #49647a;
	font-size: 15px;
	line-height: 1.95;
}

.arc-advice__body ul {
	display: grid;
	gap: 11px 22px;
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	grid-template-columns: 1fr 1fr;
}

.arc-advice__body li {
	position: relative;
	border-top: 1px solid var(--arc-line);
	padding: 10px 0 0 21px;
	color: #314e65;
	font-size: 12px;
	font-weight: 800;
}

.arc-advice__body li::before {
	position: absolute;
	left: 0;
	color: var(--arc-teal);
	content: "✦";
}

.arc-section--faq {
	display: grid;
	gap: 70px;
	grid-template-columns: .73fr 1.27fr;
}

.arc-faq-list {
	border-top: 1px solid var(--arc-line);
}

.arc-faq-list details {
	border-bottom: 1px solid var(--arc-line);
	padding: 0;
}

.arc-faq-list summary {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 0;
	color: #193b57;
	cursor: pointer;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.65;
}

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

.arc-faq-list summary span {
	color: var(--arc-teal);
	font-size: 20px;
	font-weight: 400;
}

.arc-faq-list details[open] summary span {
	transform: rotate(45deg);
}

.arc-faq-list details p {
	margin: 0;
	padding: 0 0 22px;
	color: #587287;
	font-size: 14px;
	line-height: 1.95;
}

.arc-consult {
	position: relative;
	display: grid;
	gap: 60px;
	background: var(--arc-navy);
	padding: 82px max(48px, calc((100vw - 1344px) / 2));
	grid-template-columns: 1.15fr .85fr;
	align-items: center;
}

.arc-consult::before {
	position: absolute;
	inset: 0;
	opacity: .35;
	background-image: radial-gradient(circle at 13% 24%, rgba(133,221,214,.24) 0 1px, transparent 1.4px), radial-gradient(circle at 77% 66%, rgba(133,221,214,.18) 0 1px, transparent 1.4px);
	background-size: 24px 24px, 34px 34px;
	content: "";
	pointer-events: none;
}

.arc-consult > * {
	position: relative;
	z-index: 1;
}

.arc-consult h2 {
	color: #fff;
	font-size: clamp(36px, 4vw, 59px);
	line-height: 1.08;
}

.arc-consult > div > p:not(.arc-kicker) {
	max-width: 720px;
	margin: 24px 0 0;
	color: rgba(255,255,255,.73);
	font-size: 16px;
	line-height: 1.95;
}

.arc-consult-card {
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 8px;
	background: var(--arc-ivory);
	padding: 28px;
	box-shadow: 0 28px 60px rgba(0,0,0,.22);
}

.arc-consult-card > p {
	margin: 0;
	color: #0f7778;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.arc-consult-card h3 {
	margin: 10px 0 0;
	font-size: 29px;
	line-height: 1.25;
}

.arc-button--navy {
	width: 100%;
	margin-top: 24px;
	border-radius: 5px;
	background: var(--arc-teal);
	color: #fff;
}

.arc-button--navy:hover {
	background: var(--arc-navy);
}

.arc-consult-card__secondary {
	display: flex;
	margin-top: 9px;
	border-radius: 5px;
	background: #e7efee;
	padding: 12px 13px;
	color: #24516a;
	font-size: 13px;
	font-weight: 800;
	justify-content: space-between;
}

.arc-consult-card small {
	display: block;
	margin-top: 19px;
	color: #698094;
	font-size: 10px;
	line-height: 1.7;
}

@media (max-width: 1040px) {
	.arc-hero__inner,
	.arc-section--routes,
	.arc-comparison__intro,
	.arc-section--faq,
	.arc-consult {
		grid-template-columns: 1fr;
	}

	.arc-hero__inner {
		padding-top: 94px;
	}

	.arc-hero__facts {
		max-width: 560px;
	}

	.arc-decision-rail {
		margin-right: 28px;
		margin-left: 28px;
		grid-template-columns: 1fr;
	}

	.arc-dossier-head {
		align-items: start;
		flex-direction: column;
	}

	.arc-advice {
		margin-right: 48px;
		margin-left: 48px;
	}
}

@media (max-width: 740px) {
	.arc-hero {
		min-height: auto;
	}

	.arc-hero__image {
		background-position: 62% center;
	}

	.arc-hero__overlay {
		background: linear-gradient(90deg, rgba(4,22,40,.94), rgba(8,32,54,.76)), linear-gradient(0deg, rgba(3,18,33,.7), transparent 50%);
	}

	.arc-hero__inner,
	.arc-section,
	.arc-comparison__inner {
		padding-right: 20px;
		padding-left: 20px;
	}

	.arc-hero__inner {
		min-height: 0;
		padding-top: 78px;
		padding-bottom: 52px;
	}

	.arc-hero h1 {
		font-size: 49px;
	}

	.arc-hero__intro {
		font-size: 14px;
	}

	.arc-button-row {
		flex-direction: column;
	}

	.arc-button-row .arc-button {
		width: 100%;
	}

	.arc-hero__facts > div {
		min-height: 115px;
		padding: 16px;
	}

	.arc-hero__facts strong {
		font-size: 31px;
	}

	.arc-decision-rail {
		margin: -22px 14px 0;
		padding: 15px;
	}

	.arc-decision-rail ol {
		grid-template-columns: 1fr 1fr;
	}

	.arc-decision-rail li {
		border-bottom: 1px solid var(--arc-line);
	}

	.arc-decision-rail li:not(:last-child)::after {
		display: none;
	}

	.arc-section {
		padding-top: 82px;
		padding-bottom: 82px;
	}

	.arc-section::before {
		top: 40px;
		left: 20px;
		width: 46px;
		height: 46px;
	}

	.arc-route-grid,
	.arc-card-grid,
	.arc-advice,
	.arc-advice__body ul {
		grid-template-columns: 1fr;
	}

	.arc-filter-row {
		grid-template-columns: 1fr;
	}

	.arc-dossier-card {
		min-height: 0;
	}

	.arc-dossier-card__top {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.arc-dossier-card__top small {
		grid-column: 2;
		justify-self: start;
	}

	.arc-advice {
		margin-right: 20px;
		margin-left: 20px;
	}

	.arc-advice__image {
		min-height: 260px;
	}

	.arc-advice__body {
		padding: 30px 24px;
	}

	.arc-consult {
		padding: 65px 20px;
	}

	.arc-consult h2 {
		font-size: 38px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.arc-page *,
	.arc-page *::before,
	.arc-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
