/**
 * Rheumatism Clinic Trips Showcase
 * Scoped visual system for single trips and the trips listing.
 */

/*
 * Cairo is bundled locally so the public page keeps the association's
 * approved Arabic typography without relying on a third-party font request.
 */
@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 200 1000;
	src: url("fonts/cairo-arabic-wght-normal.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 200 1000;
	src: url("fonts/cairo-latin-ext-wght-normal.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-display: swap;
	font-weight: 200 1000;
	src: url("fonts/cairo-latin-wght-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	/* Official Rheumatism Association identity colors. */
	--rcts-primary: #1e8bcc;
	--rcts-aqua: #00b9ad;
	--rcts-blue-rgb: 30, 139, 204;
	--rcts-teal-rgb: 0, 185, 173;

	/* Accessible shades and tints derived only from the official colors. */
	--rcts-primary-deep: #14648f;
	--rcts-primary-dark: #0b405d;
	--rcts-navy-rgb: 11, 64, 93;
	--rcts-aqua-deep: #007b73;
	--rcts-aqua-light: #bceeea;
	--rcts-blue-soft: #e8f4fb;
	--rcts-aqua-soft: #e6f8f7;
	--rcts-ink: #103f59;
	--rcts-text: #365f73;
	--rcts-muted: #5a7888;
	--rcts-line: #d8eaf3;
	--rcts-surface: #ffffff;
	--rcts-background: #f4fafc;
	--rcts-shadow: 0 20px 60px rgba(var(--rcts-blue-rgb), 0.12);
	--rcts-shadow-soft: 0 10px 35px rgba(var(--rcts-blue-rgb), 0.08);
	--rcts-radius-xl: 30px;
	--rcts-radius-lg: 22px;
	--rcts-radius-md: 15px;
	--rcts-container: 1180px;
}

.rcts-shell,
.rcts-listing,
.rcts-lightbox {
	color: var(--rcts-ink);
	direction: rtl;
	font-family: "Cairo", "Tajawal", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-optical-sizing: auto;
	line-height: 1.75;
	text-align: start;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rcts-shell button,
.rcts-shell input,
.rcts-shell select,
.rcts-shell textarea,
.rcts-listing button,
.rcts-listing input,
.rcts-listing select,
.rcts-listing textarea,
.rcts-lightbox button {
	font-family: inherit;
}

.rcts-shell *,
.rcts-listing *,
.rcts-lightbox * {
	box-sizing: border-box;
}

.rcts-shell {
	overflow: clip;
	background: var(--rcts-background);
}

.rcts-shell a,
.rcts-listing a {
	text-decoration: none;
}

.rcts-shell img,
.rcts-listing img {
	max-width: 100%;
	height: auto;
}

.rcts-container {
	width: min(calc(100% - 40px), var(--rcts-container));
	margin-inline: auto;
}

.rcts-icon,
.rcts-section-icon,
.rcts-detail__icon,
.rcts-brand-mark {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
}

.rcts-icon svg,
.rcts-section-icon svg,
.rcts-detail__icon svg,
.rcts-brand-mark svg,
.rcts-button svg,
.rcts-text-link svg,
.rcts-trip-card__meta svg,
.rcts-share svg,
.rcts-empty-filter > svg,
.rcts-trip-card__placeholder svg,
.rcts-trust-note > svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Hero */
.rcts-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: var(--rcts-ink);
	background:
		radial-gradient(circle at 7% 8%, rgba(var(--rcts-teal-rgb), .12), transparent 28%),
		linear-gradient(145deg, #fff 0%, var(--rcts-blue-soft) 58%, var(--rcts-aqua-soft) 100%);
	padding-block: clamp(32px, 4.2vw, 58px) clamp(58px, 6vw, 82px);
}

.rcts-hero__media {
	position: relative;
	grid-area: media;
	overflow: hidden;
	margin: 0;
	border: 1px solid rgba(var(--rcts-blue-rgb), .14);
	border-radius: clamp(22px, 2.6vw, 34px);
	background: #eaf6f8;
	box-shadow: 0 24px 65px rgba(var(--rcts-blue-rgb), .16);
	aspect-ratio: 16 / 9;
}

.rcts-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: none;
	opacity: 1;
}

.rcts-hero.has-placeholder::before {
	position: absolute;
	inset: 0;
	opacity: 0.1;
	background-image:
		linear-gradient(30deg, transparent 12%, rgba(var(--rcts-blue-rgb), .18) 12.5%, transparent 13%),
		linear-gradient(150deg, transparent 12%, rgba(var(--rcts-teal-rgb), .18) 12.5%, transparent 13%);
	background-size: 56px 98px;
	content: "";
	pointer-events: none;
}

.rcts-hero__pattern {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: rgba(var(--rcts-blue-rgb), .28);
}

.rcts-hero__pattern svg {
	width: min(38vw, 420px);
	height: min(38vw, 420px);
	fill: none;
	stroke: currentColor;
	stroke-width: .65;
}

.rcts-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-areas: "content media";
	grid-template-columns: minmax(340px, .78fr) minmax(0, 1.35fr);
	align-items: center;
	gap: clamp(24px, 3.5vw, 46px);
}

.rcts-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin-bottom: clamp(24px, 3vw, 38px);
	color: var(--rcts-muted);
	font-size: 13px;
}

.rcts-breadcrumb a {
	color: var(--rcts-primary-deep);
	transition: opacity .2s ease;
}

.rcts-breadcrumb a:hover {
	opacity: .72;
}

.rcts-breadcrumb span:last-child {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rcts-hero__content {
	grid-area: content;
	min-width: 0;
}

.rcts-hero__labels {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 17px;
}

.rcts-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	padding: 7px 13px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 999px;
	color: #fff;
	background: rgba(var(--rcts-navy-rgb), .78);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	backdrop-filter: blur(12px);
}

.rcts-status i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 5px rgba(255,255,255,.12);
}

.rcts-status.is-upcoming {
	color: #fff;
	background: var(--rcts-primary-deep);
}

.rcts-status.is-ongoing {
	color: #fff;
	background: var(--rcts-aqua-deep);
}

.rcts-status.is-ongoing i {
	animation: rcts-pulse 1.8s infinite;
}

.rcts-status.is-completed {
	color: #fff;
	background: var(--rcts-primary-dark);
}

.rcts-status.is-postponed {
	border-style: dashed;
	color: #fff;
	background: var(--rcts-aqua-deep);
}

.rcts-status.is-cancelled {
	border-style: dashed;
	color: #fff;
	background: var(--rcts-primary-dark);
}

@keyframes rcts-pulse {
	50% {
		box-shadow: 0 0 0 8px rgba(255,255,255,0);
	}
}

.rcts-trip-number {
	display: inline-flex;
	padding: 7px 13px;
	border: 1px solid rgba(var(--rcts-blue-rgb), .2);
	border-radius: 999px;
	color: var(--rcts-primary-deep);
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 7px 20px rgba(var(--rcts-blue-rgb), .08);
}

.rcts-eyebrow,
.rcts-section-kicker {
	display: block;
	margin: 0 0 8px;
	color: var(--rcts-aqua-light);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
}

.rcts-hero h1 {
	max-width: 620px;
	margin: 0;
	color: var(--rcts-ink);
	font-family: inherit;
	font-size: clamp(28px, 2.75vw, 40px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.38;
	text-wrap: balance;
}

.rcts-hero__summary {
	display: -webkit-box;
	max-width: 620px;
	margin: 16px 0 0;
	overflow: hidden;
	color: var(--rcts-text);
	font-size: clamp(14px, 1.25vw, 16px);
	line-height: 1.95;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.rcts-hero-facts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	max-width: 620px;
	margin-top: 24px;
}

.rcts-hero-fact {
	display: flex;
	min-height: 62px;
	align-items: center;
	gap: 12px;
	padding: 10px 13px;
	border: 1px solid rgba(var(--rcts-blue-rgb), .14);
	border-radius: 15px;
	background: rgba(255,255,255,.86);
	box-shadow: 0 8px 24px rgba(var(--rcts-blue-rgb), .07);
}

.rcts-hero-fact .rcts-icon {
	width: 40px;
	height: 40px;
	border-radius: 13px;
	color: var(--rcts-primary-deep);
	background: linear-gradient(145deg, var(--rcts-blue-soft), var(--rcts-aqua-soft));
}

.rcts-hero-fact span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.rcts-hero-fact small {
	color: var(--rcts-muted);
	font-size: 11px;
}

.rcts-hero-fact strong {
	overflow: hidden;
	color: var(--rcts-ink);
	font-size: 13px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Documented trip impact */
.rcts-trip-impact {
	position: relative;
	z-index: 3;
	margin-top: -46px;
	padding: clamp(24px, 3.3vw, 38px);
	border: 1px solid rgba(var(--rcts-blue-rgb), .18);
	border-radius: var(--rcts-radius-xl);
	background:
		radial-gradient(circle at 5% 0%, rgba(var(--rcts-teal-rgb), .1), transparent 32%),
		var(--rcts-surface);
	box-shadow: 0 25px 70px rgba(var(--rcts-blue-rgb), .17);
}

.rcts-trip-impact__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.rcts-trip-impact__header .rcts-section-kicker {
	margin-bottom: 2px;
	color: var(--rcts-aqua-deep);
}

.rcts-trip-impact__header h2 {
	margin: 0;
	color: var(--rcts-ink);
	font-family: inherit;
	font-size: clamp(26px, 3.1vw, 38px);
	font-weight: 800;
	line-height: 1.3;
}

.rcts-trip-impact__header > p {
	max-width: 380px;
	margin: 0;
	color: var(--rcts-muted);
	font-size: 13px;
	line-height: 1.8;
}

.rcts-trip-impact__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.rcts-trip-impact__grid[data-metric-count="1"] {
	grid-template-columns: minmax(230px, 350px);
}

.rcts-trip-impact__grid[data-metric-count="2"] {
	grid-template-columns: repeat(2, minmax(230px, 1fr));
	max-width: 720px;
}

.rcts-trip-impact__grid[data-metric-count="3"] {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rcts-trip-impact__card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 132px;
	align-items: center;
	gap: 14px;
	overflow: hidden;
	padding: 19px;
	border: 1px solid rgba(var(--rcts-blue-rgb), .15);
	border-radius: 19px;
	background: linear-gradient(145deg, var(--rcts-blue-soft), #fff 66%);
}

.rcts-trip-impact__card::after {
	position: absolute;
	width: 74px;
	height: 74px;
	border: 14px solid rgba(var(--rcts-teal-rgb), .08);
	border-radius: 50%;
	inset-block-end: -43px;
	inset-inline-end: -33px;
	content: "";
}

.rcts-trip-impact__card:nth-child(even) {
	background: linear-gradient(145deg, var(--rcts-aqua-soft), #fff 66%);
}

.rcts-trip-impact__icon {
	display: grid;
	width: 54px;
	height: 54px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 17px;
	color: #fff;
	background: linear-gradient(145deg, var(--rcts-primary), var(--rcts-aqua));
	box-shadow: 0 12px 25px rgba(var(--rcts-blue-rgb), .19);
}

.rcts-trip-impact__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rcts-trip-impact__card > div {
	position: relative;
	z-index: 1;
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.rcts-trip-impact__card strong {
	color: var(--rcts-primary-deep);
	font-size: clamp(29px, 3vw, 38px);
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.05;
}

.rcts-trip-impact__card span:not(.rcts-trip-impact__icon) {
	margin-top: 5px;
	color: var(--rcts-ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
}

.rcts-trip-impact__card small {
	margin-top: 2px;
	color: var(--rcts-muted);
	font-size: 10px;
	line-height: 1.5;
}

/* Main single-trip layout */
.rcts-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 28px;
	align-items: start;
	padding-block: 72px;
}

.rcts-main-grid--after-impact {
	padding-top: 40px;
}

.rcts-content-column {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.rcts-panel {
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(var(--rcts-blue-rgb), .18);
	border-radius: var(--rcts-radius-xl);
	background: var(--rcts-surface);
	box-shadow: var(--rcts-shadow-soft);
}

.rcts-section-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 28px;
}

.rcts-section-icon {
	width: 52px;
	height: 52px;
	border-radius: 17px;
	color: var(--rcts-primary);
	background: linear-gradient(145deg, var(--rcts-blue-soft), var(--rcts-aqua-soft));
	box-shadow: inset 0 0 0 1px rgba(var(--rcts-blue-rgb), .1);
}

.rcts-section-header .rcts-section-kicker,
.rcts-related .rcts-section-kicker,
.rcts-listing-heading .rcts-section-kicker {
	margin: 0 0 2px;
	color: var(--rcts-aqua-deep);
}

.rcts-section-header h2,
.rcts-related__heading h2,
.rcts-listing-heading h2 {
	margin: 0;
	color: var(--rcts-ink);
	font-family: inherit;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.35;
}

.rcts-prose {
	color: var(--rcts-text);
	font-size: 17px;
	line-height: 2.05;
}

.rcts-prose > :first-child {
	margin-top: 0;
}

.rcts-prose > :last-child {
	margin-bottom: 0;
}

.rcts-prose h2,
.rcts-prose h3,
.rcts-prose h4 {
	color: var(--rcts-ink);
	font-family: inherit;
}

.rcts-prose a {
	color: var(--rcts-primary-deep);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Field news — compact editorial cards without empty image columns. */
.rcts-news-section {
	display: grid;
	gap: 16px;
}

.rcts-news-section__header {
	display: flex;
	align-items: center;
	gap: 13px;
	padding-inline: 4px;
	direction: rtl;
	text-align: right;
}

.rcts-news-section__header .rcts-section-icon {
	width: 46px;
	height: 46px;
	border-radius: 15px;
}

.rcts-news-section__header h2 {
	margin: 0;
	color: var(--rcts-ink);
	font-family: inherit;
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 850;
	line-height: 1.45;
	text-align: right;
}

.rcts-news-feed {
	display: grid;
	gap: 18px;
}

.rcts-featured-news .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.rcts-panel.rcts-featured-news {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
	border: 1px solid #dbe7eb;
	border-radius: 19px;
	background: #fff;
	box-shadow: 0 9px 26px rgba(var(--rcts-navy-rgb), .065);
	direction: rtl;
	text-align: right;
	transition: border-color .25s ease, box-shadow .25s ease;
}

.rcts-panel.rcts-featured-news:hover {
	border-color: rgba(var(--rcts-teal-rgb), .34);
	box-shadow: 0 13px 32px rgba(var(--rcts-navy-rgb), .09);
}

.rcts-panel.rcts-featured-news::after {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--rcts-primary), var(--rcts-aqua));
	content: "";
	pointer-events: none;
}

.rcts-featured-news__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 44%);
	align-items: center;
	gap: clamp(20px, 2.4vw, 30px);
	padding: clamp(18px, 2vw, 24px);
	background: #fff;
	direction: ltr;
}

.rcts-featured-news__media {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	width: 100%;
	align-self: start;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	direction: rtl;
}

.rcts-featured-news__image-frame {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #dde8ec;
	border-radius: 14px;
	background: #f7fafb;
	box-shadow: 0 6px 18px rgba(var(--rcts-navy-rgb), .07);
}

.rcts-featured-news__image-frame img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	object-position: center;
}

.rcts-featured-news__image-count {
	position: absolute;
	z-index: 1;
	inset-inline-end: 11px;
	bottom: 11px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	border: 1px solid rgba(255,255,255,.42);
	border-radius: 999px;
	color: #fff;
	background: rgba(var(--rcts-navy-rgb), .84);
	box-shadow: 0 7px 18px rgba(var(--rcts-navy-rgb), .2);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.35;
	direction: rtl;
	backdrop-filter: blur(9px);
}

.rcts-featured-news__image-count svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rcts-featured-news__header {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
	padding: 2px 0;
	direction: rtl;
	text-align: right !important;
}

.rcts-featured-news--no-image .rcts-featured-news__top {
	grid-template-columns: 1fr;
}

.rcts-featured-news--no-image .rcts-featured-news__header {
	grid-column: 1;
}

.rcts-featured-news__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 9px;
	margin-bottom: 13px;
	direction: rtl;
	text-align: right;
}

.rcts-featured-news__meta > span:first-child {
	padding: 6px 11px;
	border: 1px solid #ead7a0;
	border-radius: 999px;
	color: #725719;
	background: #fbf5e5;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
}

.rcts-featured-news__meta time,
.rcts-featured-news__meta .rcts-featured-news__date {
	padding: 6px 10px;
	border: 1px solid #e2ecef;
	border-radius: 999px;
	color: #526b77;
	background: #f7fafb;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
}

.rcts-shell .rcts-featured-news__header h3 {
	width: 100%;
	max-width: none;
	margin: 0;
	color: var(--rcts-ink);
	font-family: inherit;
	font-size: clamp(19px, 1.55vw, 23px) !important;
	font-weight: 850;
	line-height: 1.55;
	letter-spacing: -.012em;
	text-align: right !important;
}

.rcts-featured-news__lead {
	width: 100%;
	margin-top: 11px;
	direction: rtl;
	text-align: right !important;
}

.rcts-shell .rcts-featured-news__lead p {
	margin: 0;
	color: var(--rcts-text);
	font-size: 14.5px;
	font-weight: 450;
	line-height: 1.85;
	text-align: right !important;
}

.rcts-featured-news__body {
	width: auto;
	max-width: none;
	margin: 0;
	padding: 17px clamp(20px, 2.2vw, 28px) 21px;
	border-top: 1px solid #edf2f4;
	background: #fcfefe;
	direction: rtl;
	text-align: right !important;
}

.rcts-shell .rcts-featured-news__body p {
	width: 100%;
	max-width: 96ch;
	margin: 0;
	color: var(--rcts-text);
	font-size: 15px;
	font-weight: 450;
	line-height: 1.85;
	text-align: right !important;
}

.rcts-shell .rcts-featured-news__body p + p {
	margin-top: 8px;
}

.rcts-featured-news__gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 0 clamp(20px, 2.2vw, 28px) clamp(20px, 2.2vw, 28px);
	background: #fcfefe;
}

.rcts-featured-news__gallery figure {
	min-width: 0;
	margin: 0;
}

.rcts-featured-news__gallery img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 13px;
	background: #eaf6f8;
	box-shadow: 0 7px 20px rgba(var(--rcts-navy-rgb), .1);
	object-fit: contain;
	transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.rcts-featured-news__gallery img:hover,
.rcts-featured-news__gallery img:focus-visible {
	transform: translateY(-3px);
	filter: saturate(1.05);
	box-shadow: 0 13px 28px rgba(var(--rcts-navy-rgb), .16);
	outline: none;
	cursor: zoom-in;
}

.rcts-featured-news__gallery img:focus-visible {
	outline: 3px solid var(--rcts-primary);
	outline-offset: 3px;
}

.rcts-featured-news__video {
	width: auto;
	margin: 0 clamp(20px, 2.2vw, 28px) clamp(20px, 2.2vw, 28px);
	overflow: hidden;
	border: 1px solid #d7e4e8;
	border-radius: 16px;
	background: #07191a;
	box-shadow: 0 10px 28px rgba(var(--rcts-navy-rgb), .13);
	direction: rtl;
}

.rcts-featured-news__body + .rcts-featured-news__video {
	margin-top: 4px;
}

.rcts-featured-news__video video {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border: 0;
	background: #000;
	object-fit: contain;
}

.rcts-featured-news__video figcaption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 14px;
	color: #eef9f8;
	background: linear-gradient(135deg, #082927, #0b3b38);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	text-align: right;
}

.rcts-featured-news__video figcaption small {
	flex: 0 0 auto;
	color: rgba(255,255,255,.72);
	font-size: 11px;
	font-weight: 650;
}

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

.rcts-detail,
.rcts-hours {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding: 19px;
	border: 1px solid var(--rcts-line);
	border-radius: var(--rcts-radius-md);
	background: var(--rcts-background);
}

.rcts-detail__icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	color: var(--rcts-primary);
	background: var(--rcts-blue-soft);
}

.rcts-detail > div,
.rcts-hours > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.rcts-detail small,
.rcts-hours small {
	margin-bottom: 3px;
	color: var(--rcts-muted);
	font-size: 12px;
}

.rcts-detail strong {
	color: var(--rcts-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.65;
}

.rcts-hours {
	margin-top: 14px;
	padding: 22px;
	border-color: rgba(var(--rcts-teal-rgb), .25);
	background: linear-gradient(135deg, var(--rcts-aqua-soft), var(--rcts-blue-soft));
}

.rcts-hours p {
	margin: 0;
	color: var(--rcts-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.9;
}

/* Field stops timeline */
.rcts-route-panel {
	overflow: hidden;
}

.rcts-route-panel__intro,
.rcts-media-panel__intro {
	margin: -13px 0 27px;
	color: var(--rcts-muted);
	font-size: 14px;
	line-height: 1.9;
}

.rcts-stops {
	position: relative;
	display: grid;
	gap: 17px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rcts-stops::before {
	position: absolute;
	z-index: 0;
	width: 2px;
	inset-block: 28px;
	inset-inline-start: 28px;
	background: linear-gradient(var(--rcts-primary), var(--rcts-aqua));
	content: "";
}

.rcts-stop {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 57px minmax(0, 1fr);
	gap: 15px;
	align-items: start;
}

.rcts-stop__node {
	display: grid;
	width: 57px;
	height: 57px;
	place-items: center;
	border: 6px solid var(--rcts-surface);
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(145deg, var(--rcts-primary), var(--rcts-aqua));
	box-shadow: 0 7px 20px rgba(var(--rcts-blue-rgb), .22);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.rcts-stop__card {
	min-width: 0;
	padding: 21px;
	border: 1px solid var(--rcts-line);
	border-radius: 19px;
	background:
		linear-gradient(145deg, rgba(var(--rcts-blue-rgb), .035), rgba(var(--rcts-teal-rgb), .045)),
		var(--rcts-surface);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.rcts-stop__card:hover {
	transform: translateY(-2px);
	border-color: rgba(var(--rcts-blue-rgb), .3);
	box-shadow: 0 13px 30px rgba(var(--rcts-blue-rgb), .09);
}

.rcts-stop__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.rcts-stop__header > div {
	min-width: 0;
}

.rcts-stop__header > div > span {
	display: block;
	margin-bottom: 2px;
	color: var(--rcts-aqua-deep);
	font-size: 10px;
	font-weight: 800;
}

.rcts-stop__header h3 {
	margin: 0;
	color: var(--rcts-ink);
	font-family: inherit;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.5;
}

.rcts-stop__header > a {
	display: inline-flex;
	min-height: 41px;
	flex: 0 0 auto;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border: 1px solid rgba(var(--rcts-blue-rgb), .19);
	border-radius: 11px;
	color: var(--rcts-primary-deep);
	background: var(--rcts-blue-soft);
	font-size: 11px;
	font-weight: 800;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.rcts-stop__header > a:hover {
	transform: translateY(-1px);
	color: #fff;
	background: var(--rcts-primary-deep);
}

.rcts-stop__header > a svg,
.rcts-stop__location svg,
.rcts-stop__facts svg {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rcts-stop__location {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 12px 0 0;
	color: var(--rcts-text);
	font-size: 13px;
	font-weight: 700;
}

.rcts-stop__location svg {
	color: var(--rcts-aqua-deep);
}

.rcts-stop__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin-top: 16px;
}

.rcts-stop__facts > div {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	gap: 9px;
	padding: 12px;
	border-radius: 12px;
	color: var(--rcts-primary-deep);
	background: rgba(var(--rcts-blue-rgb), .065);
}

.rcts-stop__facts > div:nth-child(even) {
	color: var(--rcts-aqua-deep);
	background: rgba(var(--rcts-teal-rgb), .07);
}

.rcts-stop__facts > div > span {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.rcts-stop__facts small {
	color: var(--rcts-muted);
	font-size: 10px;
}

.rcts-stop__facts strong {
	color: var(--rcts-ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.7;
}

/* External media coverage */
.rcts-section-icon--x {
	color: #fff;
	background: linear-gradient(145deg, var(--rcts-primary), var(--rcts-aqua));
	font-size: 19px;
	font-weight: 800;
}

.rcts-media-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rcts-media-links a {
	display: grid;
	min-height: 116px;
	grid-template-columns: 48px minmax(0, 1fr) 30px;
	gap: 12px;
	align-items: center;
	padding: 17px;
	border: 1px solid var(--rcts-line);
	border-radius: 17px;
	color: var(--rcts-ink);
	background: linear-gradient(145deg, var(--rcts-surface), var(--rcts-blue-soft));
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.rcts-media-links a:hover {
	transform: translateY(-3px);
	border-color: rgba(var(--rcts-blue-rgb), .34);
	box-shadow: 0 15px 30px rgba(var(--rcts-blue-rgb), .11);
}

.rcts-media-links__mark {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 15px;
	color: #fff;
	background: var(--rcts-primary-deep);
	font-size: 17px;
	font-weight: 800;
}

.rcts-media-links__mark.is-youtube {
	background: #c62828;
	font-size: 14px;
}

.rcts-media-links__text {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.rcts-media-links__text small {
	color: var(--rcts-aqua-deep);
	font-size: 10px;
	font-weight: 800;
}

.rcts-media-links__text strong {
	margin-top: 1px;
	color: var(--rcts-ink);
	font-size: 13px;
	font-weight: 800;
}

.rcts-media-links__text em {
	margin-top: 2px;
	color: var(--rcts-muted);
	font-size: 9px;
	font-style: normal;
}

.rcts-media-links__arrow {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 10px;
	color: var(--rcts-primary);
	background: #fff;
}

.rcts-media-links__arrow svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform: rotate(180deg);
}

/* Sidebar */
.rcts-sidebar {
	position: sticky;
	top: 28px;
	display: grid;
	gap: 16px;
}

.admin-bar .rcts-sidebar {
	top: 60px;
}

.rcts-action-card {
	padding: 21px;
	border-radius: 23px;
	color: #fff;
	background:
		radial-gradient(circle at 7% 3%, rgba(var(--rcts-teal-rgb), .32), transparent 28%),
		linear-gradient(150deg, var(--rcts-primary) 0%, var(--rcts-primary-dark) 68%, var(--rcts-primary-deep) 100%);
	box-shadow: 0 24px 65px rgba(var(--rcts-blue-rgb), .24);
}

.rcts-action-card__brand {
	display: flex;
	align-items: center;
	gap: 11px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255,255,255,.13);
}

.rcts-action-card__brand .custom-logo-link {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	place-items: center;
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
}

.rcts-action-card__brand .custom-logo {
	width: 42px;
	max-height: 42px;
	object-fit: contain;
}

.rcts-brand-mark {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	color: var(--rcts-aqua-light);
	background: rgba(255,255,255,.11);
}

.rcts-action-card__brand > div {
	display: flex;
	flex-direction: column;
}

.rcts-action-card__brand small {
	color: rgba(255,255,255,.86);
	font-size: 12px;
}

.rcts-action-card__brand strong {
	color: #fff;
	font-size: 14px;
}

.rcts-action-card h2 {
	margin: 17px 0 7px;
	color: #fff;
	font-family: inherit;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.55;
}

.rcts-action-card > p {
	margin: 0;
	color: rgba(255,255,255,.86);
	font-size: 13px;
	line-height: 1.75;
}

.rcts-action-buttons {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

@media (max-width: 860px) {
	.rcts-featured-news__top {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 0;
	}

	.rcts-featured-news__media {
		grid-column: 1;
		grid-row: 1;
		border-bottom: 1px solid #e2ecef;
	}

	.rcts-featured-news__image-frame {
		width: 100%;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.rcts-featured-news__header {
		grid-column: 1;
		grid-row: 2;
		padding: 22px 22px 18px;
	}

	.rcts-featured-news--no-image .rcts-featured-news__top {
		padding: 22px 22px 18px;
	}

	.rcts-featured-news--no-image .rcts-featured-news__header {
		grid-row: 1;
		padding: 0;
	}
}

@media (max-width: 720px) {
	.rcts-news-section {
		gap: 14px;
	}

	.rcts-news-section__header {
		gap: 10px;
		padding-inline: 1px;
	}

	.rcts-news-section__header .rcts-section-icon {
		width: 42px;
		height: 42px;
		border-radius: 13px;
	}

	.rcts-news-section__header h2 {
		font-size: 21px;
	}

	.rcts-news-feed {
		gap: 16px;
	}

	.rcts-panel.rcts-featured-news {
		padding: 0;
		border-radius: 16px;
	}

	.rcts-featured-news__image-count {
		inset-inline-end: 8px;
		bottom: 8px;
		padding: 6px 8px;
		font-size: 10px;
	}

	.rcts-featured-news__header {
		padding: 18px 17px 14px;
	}

	.rcts-featured-news--no-image .rcts-featured-news__top {
		padding: 18px 17px 14px;
	}

	.rcts-featured-news__meta {
		gap: 7px;
		margin-bottom: 11px;
	}

	.rcts-featured-news__meta > span:first-child,
	.rcts-featured-news__meta .rcts-featured-news__date {
		padding: 5px 9px;
		font-size: 10.5px;
	}

	.rcts-shell .rcts-featured-news__header h3 {
		font-size: 19px !important;
		line-height: 1.55;
	}

	.rcts-featured-news__lead {
		margin-top: 9px;
	}

	.rcts-shell .rcts-featured-news__lead p {
		font-size: 14px;
		line-height: 1.85;
	}

	.rcts-featured-news__body {
		padding: 14px 17px 18px;
	}

	.rcts-shell .rcts-featured-news__body p {
		font-size: 14px;
		line-height: 1.85;
	}

	.rcts-featured-news__gallery {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 0 12px 14px;
	}

	.rcts-featured-news__gallery img {
		border-radius: 11px;
	}

	.rcts-featured-news__video {
		margin: 0 12px 14px;
		border-radius: 12px;
	}

	.rcts-featured-news__body + .rcts-featured-news__video {
		margin-top: 2px;
	}

	.rcts-featured-news__video figcaption {
		align-items: flex-start;
		padding: 10px 12px;
		font-size: 11px;
	}
}

.rcts-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 11px 18px;
	border: 0;
	border-radius: 14px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

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

.rcts-button svg {
	width: 20px;
	height: 20px;
}

.rcts-button--primary {
	color: var(--rcts-primary-dark);
	background: linear-gradient(135deg, var(--rcts-aqua-light), var(--rcts-aqua-soft));
	box-shadow: 0 12px 24px rgba(var(--rcts-teal-rgb), .22);
}

.rcts-button--secondary {
	border: 1px solid rgba(255,255,255,.16);
	color: #fff;
	background: rgba(255,255,255,.08);
}

.rcts-button--secondary:hover {
	background: rgba(255,255,255,.13);
}

.rcts-contact-link {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: 3px;
	padding: 14px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 14px;
	color: #fff;
	background: rgba(var(--rcts-navy-rgb), .3);
}

.rcts-contact-link .rcts-icon {
	width: 38px;
	height: 38px;
	border-radius: 11px;
	color: var(--rcts-aqua-light);
	background: rgba(var(--rcts-teal-rgb), .18);
}

.rcts-contact-link > span:last-child {
	display: flex;
	flex-direction: column;
}

.rcts-contact-link small {
	color: rgba(255,255,255,.86);
	font-size: 12px;
}

.rcts-contact-link strong {
	color: #fff;
	font-size: 14px;
	letter-spacing: .02em;
}

.rcts-share {
	margin-top: 22px;
	padding-top: 19px;
	border-top: 1px solid rgba(255,255,255,.12);
}

.rcts-share > span {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
	color: rgba(255,255,255,.86);
	font-size: 12px;
	font-weight: 700;
}

.rcts-share > span svg {
	width: 16px;
	height: 16px;
}

.rcts-share > div {
	display: flex;
	gap: 7px;
}

.rcts-share a,
.rcts-share button {
	display: inline-grid;
	min-width: 44px;
	height: 44px;
	place-items: center;
	padding-inline: 10px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 10px;
	color: #fff;
	background: rgba(255,255,255,.08);
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.rcts-share a:hover,
.rcts-share button:hover,
.rcts-share button.is-copied {
	transform: translateY(-1px);
	background: rgba(255,255,255,.16);
}

.rcts-share__whatsapp {
	color: var(--rcts-aqua-light) !important;
}

.rcts-share button svg {
	width: 17px;
	height: 17px;
}

.rcts-copy-feedback {
	display: block;
	min-height: 16px;
	margin-top: 7px;
	color: var(--rcts-aqua-light);
	font-size: 12px;
}

.rcts-trust-note {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 17px;
	border: 1px solid var(--rcts-line);
	border-radius: 17px;
	background: var(--rcts-surface);
	box-shadow: var(--rcts-shadow-soft);
}

.rcts-trust-note > svg {
	flex: 0 0 auto;
	margin-top: 2px;
	color: var(--rcts-aqua-deep);
}

.rcts-trust-note p {
	display: flex;
	flex-direction: column;
	margin: 0;
	color: var(--rcts-muted);
	font-size: 12px;
	line-height: 1.7;
}

.rcts-trust-note strong {
	color: var(--rcts-ink);
	font-size: 13px;
}

/* Staff-only operations link; never rendered for public visitors. */
.rcts-staff-card {
	position: relative;
	overflow: hidden;
	padding: 22px;
	border: 1px solid rgba(var(--rcts-teal-rgb), .27);
	border-radius: 21px;
	background: linear-gradient(145deg, var(--rcts-aqua-soft), var(--rcts-surface));
	box-shadow: var(--rcts-shadow-soft);
}

.rcts-staff-card::after {
	position: absolute;
	width: 115px;
	height: 115px;
	border: 20px solid rgba(var(--rcts-blue-rgb), .06);
	border-radius: 50%;
	inset-block-start: -68px;
	inset-inline-end: -53px;
	content: "";
}

.rcts-staff-card__badge {
	position: relative;
	z-index: 1;
	display: inline-flex;
	padding: 5px 9px;
	border-radius: 999px;
	color: #fff;
	background: var(--rcts-aqua-deep);
	font-size: 9px;
	font-weight: 800;
}

.rcts-staff-card__icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 46px;
	height: 46px;
	margin-top: 17px;
	place-items: center;
	border-radius: 14px;
	color: #fff;
	background: linear-gradient(145deg, var(--rcts-primary), var(--rcts-aqua));
}

.rcts-staff-card__icon svg,
.rcts-staff-card > a svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rcts-staff-card h2 {
	position: relative;
	z-index: 1;
	margin: 13px 0 5px;
	color: var(--rcts-ink);
	font-family: inherit;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
}

.rcts-staff-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--rcts-text);
	font-size: 11px;
	line-height: 1.8;
}

.rcts-staff-card > a {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 100%;
	min-height: 47px;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: 15px;
	padding: 10px 13px;
	border-radius: 12px;
	color: #fff;
	background: var(--rcts-primary-deep);
	font-size: 11px;
	font-weight: 800;
	transition: background .2s ease, transform .2s ease;
}

.rcts-staff-card > a:hover {
	transform: translateY(-2px);
	background: var(--rcts-aqua-deep);
}

.rcts-staff-card > a svg {
	flex: 0 0 auto;
	transform: rotate(180deg);
}

/* Gallery */
.rcts-gallery {
	overflow: hidden;
}

.rcts-gallery > :first-child {
	margin-top: 0;
}

.rcts-gallery > :last-child {
	margin-bottom: 0;
}

.rcts-gallery .gallery {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 !important;
}

.rcts-gallery .gallery-item {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.rcts-gallery .gallery-icon,
.rcts-gallery figure,
.rcts-gallery p {
	margin: 0;
}

.rcts-gallery .gallery-caption {
	padding: 8px 6px 0;
	color: var(--rcts-muted);
	font-size: 13px;
	text-align: start;
}

.rcts-gallery img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 16 / 9;
	background: #eaf6f8;
	border: 0 !important;
	border-radius: 16px;
	box-shadow: 0 9px 24px rgba(var(--rcts-blue-rgb), .1);
	transition: transform .35s ease, filter .35s ease, box-shadow .35s ease;
}

.rcts-gallery img:hover,
.rcts-gallery img:focus-visible {
	transform: translateY(-4px) scale(1.012);
	filter: saturate(1.06);
	box-shadow: 0 17px 34px rgba(var(--rcts-blue-rgb), .18);
	outline: none;
	cursor: zoom-in;
}

.rcts-gallery img:focus-visible {
	outline: 3px solid var(--rcts-primary) !important;
	outline-offset: 3px;
}

.rcts-gallery > p {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

/* Related trip cards */
.rcts-related {
	padding-block: 72px 84px;
	border-top: 1px solid var(--rcts-line);
	background: var(--rcts-blue-soft);
}

.rcts-related__heading,
.rcts-listing-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.rcts-text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--rcts-primary-deep);
	font-size: 12px;
	font-weight: 800;
}

.rcts-text-link svg {
	width: 18px;
	height: 18px;
	transition: transform .2s ease;
}

[dir="rtl"] .rcts-text-link svg {
	transform: rotate(180deg);
}

[dir="rtl"] .rcts-text-link:hover svg {
	transform: rotate(180deg) translateX(4px);
}

.rcts-trips-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.rcts-trip-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--rcts-line);
	border-radius: 22px;
	background: var(--rcts-surface);
	box-shadow: 0 12px 32px rgba(var(--rcts-blue-rgb), .09);
	transition: transform .25s ease, box-shadow .25s ease;
}

.rcts-trip-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 46px rgba(var(--rcts-blue-rgb), .15);
}

.rcts-trip-card[hidden] {
	display: none !important;
}

.rcts-trip-card__media {
	position: relative;
	display: block;
	height: 215px;
	overflow: hidden;
	background: linear-gradient(135deg, var(--rcts-aqua-soft), var(--rcts-blue-soft));
}

.rcts-trip-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(var(--rcts-navy-rgb), .62));
	content: "";
	pointer-events: none;
}

.rcts-trip-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.rcts-trip-card:hover .rcts-trip-card__media img {
	transform: scale(1.045);
}

.rcts-trip-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: rgba(var(--rcts-blue-rgb), .34);
}

.rcts-trip-card__placeholder svg {
	width: 76px;
	height: 76px;
}

.rcts-trip-card__media .rcts-status {
	position: absolute;
	z-index: 2;
	top: 14px;
	inset-inline-start: 14px;
}

.rcts-trip-card__body {
	padding: 20px;
}

.rcts-trip-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 13px;
	margin-bottom: 10px;
	color: var(--rcts-muted);
	font-size: 12px;
}

.rcts-trip-card__meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.rcts-trip-card__meta svg {
	width: 14px;
	height: 14px;
	color: var(--rcts-aqua-deep);
}

.rcts-trip-card h3 {
	margin: 0;
	font-family: inherit;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.55;
}

.rcts-trip-card h3 a {
	color: var(--rcts-ink);
}

.rcts-trip-card p {
	display: -webkit-box;
	overflow: hidden;
	margin: 9px 0 16px;
	color: var(--rcts-muted);
	font-size: 14px;
	line-height: 1.8;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* Impact CTA */
.rcts-impact {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 8% 0%, rgba(var(--rcts-teal-rgb), .42), transparent 26%),
		linear-gradient(120deg, var(--rcts-primary-dark), var(--rcts-primary) 60%, var(--rcts-aqua));
}

.rcts-impact::before,
.rcts-impact::after {
	position: absolute;
	width: 250px;
	height: 250px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 50%;
	content: "";
}

.rcts-impact::before {
	top: -135px;
	right: 25%;
}

.rcts-impact::after {
	right: calc(25% + 65px);
	bottom: -190px;
}

.rcts-impact__inner {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 260px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-block: 54px;
}

.rcts-impact .rcts-eyebrow {
	color: var(--rcts-aqua-light);
}

.rcts-impact h2 {
	max-width: 700px;
	margin: 0;
	color: #fff;
	font-family: inherit;
	font-size: clamp(28px, 4vw, 45px);
	font-weight: 800;
	line-height: 1.45;
}

.rcts-button--light {
	flex: 0 0 auto;
	color: var(--rcts-primary-deep);
	background: #fff;
	box-shadow: 0 14px 35px rgba(var(--rcts-navy-rgb), .18);
}

[dir="rtl"] .rcts-button--light svg {
	transform: rotate(180deg);
}

/* Listing page */
.rcts-listing-page {
	display: block;
	margin: 0;
	padding: 0;
}

.rcts-listing {
	overflow: clip;
	background: var(--rcts-background);
}

/*
 * Version 1.3 uses a compact intro instead of the old full-height listing
 * hero. This also suppresses stale hero markup while a page cache refreshes.
 */
.rcts-listing > .rcts-listing-hero {
	display: none !important;
}

.rcts-listing-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(130deg, rgba(var(--rcts-navy-rgb), .96), rgba(var(--rcts-blue-rgb), .94)),
		linear-gradient(45deg, var(--rcts-primary), var(--rcts-aqua));
}

.rcts-listing-hero::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	opacity: .22;
	background-image:
		linear-gradient(30deg, transparent 12%, rgba(255,255,255,.18) 12.5%, transparent 13%),
		linear-gradient(150deg, transparent 12%, rgba(255,255,255,.18) 12.5%, transparent 13%);
	background-size: 56px 98px;
	content: "";
}

.rcts-listing-hero__orb {
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 50%;
}

.rcts-listing-hero__orb--one {
	top: -210px;
	left: -80px;
	width: 470px;
	height: 470px;
}

.rcts-listing-hero__orb--two {
	right: 8%;
	bottom: -280px;
	width: 500px;
	height: 500px;
}

.rcts-listing-hero__inner {
	padding-block: clamp(70px, 9vw, 120px) 66px;
}

.rcts-listing-hero .rcts-eyebrow {
	color: var(--rcts-aqua-light);
}

.rcts-listing-hero h1 {
	max-width: 860px;
	margin: 0;
	color: #fff;
	font-family: inherit;
	font-size: clamp(42px, 6vw, 75px);
	font-weight: 800;
	line-height: 1.24;
	letter-spacing: 0;
}

.rcts-listing-hero__inner > p {
	max-width: 700px;
	margin: 20px 0 0;
	color: rgba(255,255,255,.76);
	font-size: clamp(16px, 1.6vw, 20px);
	line-height: 1.9;
}

.rcts-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 50px;
}

.rcts-metric {
	display: flex;
	min-height: 100px;
	flex-direction: column;
	justify-content: center;
	padding: 18px 20px;
	border: 1px solid rgba(255,255,255,.17);
	border-radius: 18px;
	background: rgba(255,255,255,.09);
	backdrop-filter: blur(15px);
}

.rcts-metric strong {
	color: #fff;
	font-size: 29px;
	font-weight: 800;
	line-height: 1.1;
}

.rcts-metric span {
	margin-top: 5px;
	color: rgba(255,255,255,.86);
	font-size: 12px;
}

.rcts-listing-content {
	padding-block: clamp(38px, 5vw, 62px) 90px;
}

.rcts-listing-intro {
	margin-bottom: 34px;
	padding: clamp(24px, 3.5vw, 38px);
	border: 1px solid rgba(var(--rcts-blue-rgb), .16);
	border-radius: var(--rcts-radius-xl);
	background:
		radial-gradient(circle at 8% 8%, rgba(var(--rcts-teal-rgb), .12), transparent 34%),
		linear-gradient(135deg, var(--rcts-surface), var(--rcts-blue-soft));
	box-shadow: var(--rcts-shadow-soft);
}

.rcts-listing-intro .rcts-listing-heading {
	margin-bottom: 0;
}

.rcts-listing-title {
	max-width: 700px;
}

.rcts-listing-title .rcts-section-kicker {
	margin-bottom: 5px;
	color: var(--rcts-aqua-deep);
}

.rcts-listing-title h1 {
	margin: 0;
	color: var(--rcts-ink);
	font-family: inherit;
	font-size: clamp(32px, 4.2vw, 52px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.3;
}

.rcts-listing-title p {
	max-width: 690px;
	margin: 12px 0 0;
	color: var(--rcts-text);
	font-size: 15px;
	line-height: 1.9;
}

.rcts-metrics--compact {
	gap: 10px;
	margin-top: 28px;
}

.rcts-metrics--compact .rcts-metric {
	min-height: 82px;
	border-color: rgba(var(--rcts-blue-rgb), .16);
	background: rgba(255, 255, 255, .82);
	backdrop-filter: blur(12px);
}

.rcts-metrics--compact .rcts-metric strong {
	color: var(--rcts-primary-deep);
	font-size: 26px;
}

.rcts-metrics--compact .rcts-metric span {
	color: var(--rcts-muted);
}

.rcts-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
}

.rcts-filters button {
	min-height: 44px;
	padding: 9px 14px;
	border: 1px solid var(--rcts-line);
	border-radius: 999px;
	color: var(--rcts-muted);
	background: var(--rcts-surface);
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.rcts-filters button:hover {
	transform: translateY(-1px);
	border-color: rgba(var(--rcts-blue-rgb), .42);
	color: var(--rcts-primary-deep);
}

.rcts-filters button.is-active {
	border-color: var(--rcts-primary-deep);
	color: #fff;
	background: var(--rcts-primary-deep);
}

.rcts-empty-filter {
	display: grid;
	min-height: 310px;
	place-items: center;
	align-content: center;
	padding: 35px;
	border: 1px dashed rgba(var(--rcts-blue-rgb), .36);
	border-radius: 24px;
	color: var(--rcts-muted);
	background: var(--rcts-surface);
	text-align: center;
}

.rcts-empty-filter[hidden] {
	display: none;
}

.rcts-empty-filter > svg {
	width: 54px;
	height: 54px;
	margin-bottom: 12px;
	color: var(--rcts-aqua-deep);
}

.rcts-empty-filter h3 {
	margin: 0;
	color: var(--rcts-ink);
	font-family: inherit;
	font-size: 20px;
}

.rcts-empty-filter p {
	margin: 5px 0 0;
	font-size: 14px;
}

/* Lightbox */
.rcts-lightbox {
	width: min(1100px, calc(100% - 34px));
	max-width: none;
	height: min(820px, calc(100% - 34px));
	max-height: none;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 22px;
	color: #fff;
	background: var(--rcts-primary-dark);
	box-shadow: 0 35px 120px rgba(0,0,0,.45);
}

.rcts-lightbox::backdrop {
	background: rgba(var(--rcts-navy-rgb), .9);
	backdrop-filter: blur(7px);
}

.rcts-lightbox figure {
	display: grid;
	width: 100%;
	height: 100%;
	margin: 0;
	place-items: center;
}

.rcts-lightbox figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rcts-lightbox figcaption {
	position: absolute;
	right: 20px;
	bottom: 15px;
	left: 20px;
	padding: 11px 15px;
	border-radius: 11px;
	color: #fff;
	background: rgba(var(--rcts-navy-rgb), .82);
	font-family: inherit;
	font-size: 13px;
	text-align: center;
}

.rcts-lightbox__close,
.rcts-lightbox__nav {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255,255,255,.15);
	color: #fff;
	background: rgba(var(--rcts-navy-rgb), .76);
	font-family: inherit;
	cursor: pointer;
	backdrop-filter: blur(10px);
}

.rcts-lightbox__close {
	top: 14px;
	inset-inline-start: 14px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 28px;
}

.rcts-lightbox__nav {
	top: 50%;
	width: 48px;
	height: 64px;
	border-radius: 14px;
	font-size: 38px;
	transform: translateY(-50%);
}

.rcts-lightbox__nav--prev {
	right: 15px;
}

.rcts-lightbox__nav--next {
	left: 15px;
}

/* Motion and accessibility */
.rcts-js .rcts-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1);
}

.rcts-js .rcts-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.rcts-shell :focus-visible,
.rcts-listing :focus-visible,
.rcts-lightbox :focus-visible {
	outline: 3px solid var(--rcts-primary);
	outline-offset: 3px;
	box-shadow: 0 0 0 2px #fff;
}

/* Responsive */
@media (max-width: 980px) {
	.rcts-hero__inner {
		grid-template-areas:
			"media"
			"content";
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.rcts-hero__content {
		max-width: 760px;
	}

	.rcts-hero-facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: none;
	}

	.rcts-trip-impact__grid,
	.rcts-trip-impact__grid[data-metric-count="3"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rcts-main-grid {
		grid-template-columns: 1fr;
	}

	.rcts-sidebar {
		position: static;
		grid-template-columns: minmax(0, 1fr) minmax(250px, .6fr);
	}

	.admin-bar .rcts-sidebar {
		top: auto;
	}

	.rcts-trust-note {
		align-self: start;
	}

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

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

@media (max-width: 720px) {
	.rcts-container {
		width: min(calc(100% - 28px), var(--rcts-container));
	}

	.rcts-trip-impact {
		margin-top: -25px;
		padding: 21px 17px;
		border-radius: 22px;
	}

	.rcts-trip-impact__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
		margin-bottom: 18px;
	}

	.rcts-trip-impact__header > p {
		font-size: 12px;
	}

	.rcts-trip-impact__grid,
	.rcts-trip-impact__grid[data-metric-count="2"],
	.rcts-trip-impact__grid[data-metric-count="3"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
		gap: 8px;
	}

	.rcts-trip-impact__grid[data-metric-count="1"] {
		grid-template-columns: 1fr;
	}

	.rcts-trip-impact__card {
		min-height: 122px;
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		padding: 15px;
	}

	.rcts-trip-impact__icon {
		width: 44px;
		height: 44px;
		border-radius: 14px;
	}

	.rcts-trip-impact__icon svg {
		width: 21px;
		height: 21px;
	}

	.rcts-trip-impact__card strong {
		font-size: 28px;
	}

	.rcts-hero {
		padding-block: 20px 52px;
	}

	.rcts-hero__inner {
		min-height: 0;
		gap: 22px;
		padding-block: 0;
	}

	.rcts-hero__media {
		border-radius: 19px;
	}

	.rcts-breadcrumb {
		margin-bottom: 20px;
		font-size: 12px;
	}

	.rcts-hero h1 {
		font-size: clamp(26px, 7.4vw, 34px);
	}

	.rcts-hero__summary {
		font-size: 14px;
	}

	.rcts-hero-facts {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 20px;
	}

	.rcts-hero-fact {
		min-height: 66px;
		padding: 11px 13px;
	}

	.rcts-hero-fact .rcts-icon {
		width: 37px;
		height: 37px;
	}

	.rcts-hero-fact strong {
		white-space: normal;
	}

	.rcts-main-grid {
		gap: 20px;
		padding-block: 34px 48px;
	}

	.rcts-main-grid--after-impact {
		padding-top: 27px;
	}

	.rcts-panel {
		padding: 22px 18px;
		border-radius: 22px;
	}

	.rcts-section-header {
		gap: 11px;
		margin-bottom: 21px;
	}

	.rcts-section-icon {
		width: 46px;
		height: 46px;
		border-radius: 14px;
	}

	.rcts-section-header h2,
	.rcts-related__heading h2,
	.rcts-listing-heading h2 {
		font-size: 24px;
	}

	.rcts-prose {
		font-size: 15px;
	}

	.rcts-details-grid {
		grid-template-columns: 1fr;
	}

	.rcts-route-panel__intro,
	.rcts-media-panel__intro {
		margin-top: -9px;
		margin-bottom: 20px;
		font-size: 13px;
	}

	.rcts-stops {
		gap: 13px;
	}

	.rcts-stops::before {
		inset-inline-start: 22px;
	}

	.rcts-stop {
		grid-template-columns: 45px minmax(0, 1fr);
		gap: 10px;
	}

	.rcts-stop__node {
		width: 45px;
		height: 45px;
		border-width: 5px;
		font-size: 10px;
	}

	.rcts-stop__card {
		padding: 16px 14px;
		border-radius: 15px;
	}

	.rcts-stop__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.rcts-stop__header > a {
		min-height: 38px;
	}

	.rcts-stop__facts {
		grid-template-columns: 1fr;
	}

	.rcts-media-links {
		grid-template-columns: 1fr;
	}

	.rcts-media-links a {
		min-height: 104px;
	}

	.rcts-sidebar {
		grid-template-columns: 1fr;
	}

	.rcts-action-card {
		padding: 22px 18px;
		border-radius: 22px;
	}

	.rcts-gallery .gallery,
	.rcts-gallery > p {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.rcts-gallery img {
		height: auto;
		aspect-ratio: 16 / 9;
		border-radius: 12px;
	}

	.rcts-related {
		padding-block: 48px 58px;
	}

	.rcts-related__heading,
	.rcts-listing-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.rcts-trips-grid {
		grid-template-columns: 1fr;
	}

	.rcts-trip-card__media {
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.rcts-impact__inner {
		min-height: 0;
		align-items: flex-start;
		flex-direction: column;
		padding-block: 45px;
	}

	.rcts-impact h2 {
		font-size: 28px;
	}

	.rcts-listing-hero__inner {
		padding-block: 64px 48px;
	}

	.rcts-listing-hero h1 {
		font-size: clamp(30px, 9.5vw, 42px);
	}

	.rcts-metrics {
		gap: 8px;
		margin-top: 34px;
	}

	.rcts-metric {
		min-height: 84px;
		padding: 14px;
		border-radius: 14px;
	}

	.rcts-metric strong {
		font-size: 24px;
	}

	.rcts-listing-content {
		padding-block: 26px 60px;
	}

	.rcts-listing-intro {
		margin-bottom: 24px;
		padding: 22px 18px;
		border-radius: 22px;
	}

	.rcts-listing-title h1 {
		font-size: clamp(28px, 8.5vw, 38px);
	}

	.rcts-listing-title p {
		font-size: 14px;
	}

	.rcts-metrics--compact {
		margin-top: 22px;
	}

	.rcts-filters {
		width: 100%;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 6px;
		scrollbar-width: thin;
	}

	.rcts-filters button {
		flex: 0 0 auto;
	}
}

@media (max-width: 420px) {
	.rcts-trip-impact__grid,
	.rcts-trip-impact__grid[data-metric-count="2"],
	.rcts-trip-impact__grid[data-metric-count="3"] {
		grid-template-columns: 1fr;
	}

	.rcts-trip-impact__card {
		min-height: 0;
		align-items: center;
		flex-direction: row;
	}

	.rcts-media-links a {
		grid-template-columns: 43px minmax(0, 1fr) 28px;
		padding: 14px;
	}

	.rcts-media-links__mark {
		width: 43px;
		height: 43px;
		border-radius: 13px;
	}

	.rcts-gallery .gallery,
	.rcts-gallery > p {
		grid-template-columns: 1fr;
	}

	.rcts-gallery img {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.rcts-metrics {
		grid-template-columns: 1fr 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rcts-status.is-ongoing i {
		animation: none;
	}

	.rcts-js .rcts-reveal,
	.rcts-trip-card,
	.rcts-trip-card__media img,
	.rcts-button,
	.rcts-gallery img {
		transition: none;
	}
}

@media print {
	.rcts-hero {
		padding-block: 20px 35px;
	}

	.rcts-main-grid {
		grid-template-columns: 1fr;
		padding-block: 30px;
	}

	.rcts-sidebar,
	.rcts-related,
	.rcts-impact,
	.rcts-media-panel,
	.rcts-share,
	.rcts-lightbox {
		display: none !important;
	}

	.rcts-trip-impact {
		margin-top: 20px;
		box-shadow: none;
	}

	.rcts-stop__card {
		break-inside: avoid;
		box-shadow: none;
	}

	.rcts-panel {
		break-inside: avoid;
		box-shadow: none;
	}
}

/* ==========================================================================
   Mobile Clinic Program — listing interface rebuilt for version 2.0
   ========================================================================== */

body.rcts-trips-listing-view #content,
body.rcts-trips-listing-view .site-content,
body.rcts-trips-listing-view .content-area {
	width: 100% !important;
	max-width: none !important;
	margin-block-start: 0 !important;
	padding-block-start: 0 !important;
}

body.rcts-trips-listing-view .rcts-listing-page {
	display: flow-root !important;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.rcts-program {
	--rcts-program-blue: #1e8bcc;
	--rcts-program-teal: #00b9ad;
	--rcts-program-blue-rgb: 30, 139, 204;
	--rcts-program-teal-rgb: 0, 185, 173;
	--rcts-program-ink: #123f58;
	--rcts-program-text: #416779;
	--rcts-program-muted: #668391;
	--rcts-program-line: rgba(var(--rcts-program-blue-rgb), .16);
	--rcts-program-soft-blue: #edf7fc;
	--rcts-program-soft-teal: #e9faf8;
	--rcts-program-surface: #fff;
	--rcts-program-bg: #f6fbfd;
	--rcts-program-radius: 24px;
	position: relative;
	isolation: isolate;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: var(--rcts-program-ink);
	background: var(--rcts-program-bg);
	direction: rtl;
	font-family: "Cairo", "Tajawal", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-optical-sizing: auto;
	line-height: 1.8;
	text-align: start;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rcts-program,
.rcts-program *,
.rcts-program *::before,
.rcts-program *::after {
	box-sizing: border-box;
}

.rcts-program :where(section, header, figure, h1, h2, h3, p, ul) {
	margin-block: 0;
}

.rcts-program :where(h1, h2, h3, button, a) {
	font-family: inherit;
}

.rcts-program :where(a) {
	text-decoration: none;
}

.rcts-program :where(svg) {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rcts-program :where(button, a):focus-visible {
	outline: 3px solid var(--rcts-program-teal);
	outline-offset: 4px;
	box-shadow: 0 0 0 3px #fff;
}

.rcts-program-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-block: clamp(48px, 6vw, 78px) clamp(82px, 8vw, 112px);
	color: #fff;
	background:
		radial-gradient(circle at 13% 15%, rgba(var(--rcts-program-teal-rgb), .5), transparent 28%),
		linear-gradient(122deg, #176f9d 0%, var(--rcts-program-blue) 53%, var(--rcts-program-teal) 126%);
}

.rcts-program-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	opacity: .18;
	background-image:
		linear-gradient(30deg, transparent 12%, rgba(255,255,255,.2) 12.5%, transparent 13%),
		linear-gradient(150deg, transparent 12%, rgba(255,255,255,.2) 12.5%, transparent 13%);
	background-size: 62px 108px;
	content: "";
}

.rcts-program-hero::after {
	position: absolute;
	z-index: -1;
	top: -280px;
	inset-inline-end: -180px;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
	box-shadow:
		0 0 0 58px rgba(255,255,255,.035),
		0 0 0 116px rgba(255,255,255,.025);
	content: "";
}

.rcts-program-hero__layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
	gap: clamp(36px, 6vw, 76px);
	align-items: center;
}

.rcts-program-hero__content {
	max-width: 660px;
}

.rcts-program-hero__brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	padding: 7px 12px 7px 16px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 999px;
	color: rgba(255,255,255,.94);
	background: rgba(255,255,255,.1);
	font-size: 12px;
	font-weight: 800;
	backdrop-filter: blur(12px);
}

.rcts-program-hero__brand .custom-logo-link {
	display: grid;
	width: 36px;
	height: 36px;
	flex: 0 0 auto;
	place-items: center;
	margin: 0;
	padding: 4px;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
}

.rcts-program-hero__brand .custom-logo {
	display: block;
	width: 100%;
	max-width: 30px;
	height: 100%;
	max-height: 30px;
	margin: 0;
	object-fit: contain;
}

.rcts-program-hero__brand-mark {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: rgba(255,255,255,.14);
}

.rcts-program-hero__brand-mark svg {
	width: 21px;
	height: 21px;
}

.rcts-program-hero__kicker {
	margin-bottom: 9px !important;
	color: #dffaf7;
	font-size: 13px;
	font-weight: 800;
}

.rcts-program-hero h1 {
	max-width: 650px;
	margin: 0 !important;
	color: #fff;
	font-size: clamp(36px, 4.7vw, 62px);
	font-weight: 850;
	letter-spacing: -.025em;
	line-height: 1.28;
	text-wrap: balance;
}

.rcts-program-hero__summary {
	max-width: 620px;
	margin-top: 18px !important;
	color: rgba(255,255,255,.86);
	font-size: clamp(15px, 1.45vw, 18px);
	line-height: 1.95;
}

.rcts-program-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 29px;
}

.rcts-program-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 11px 20px;
	border: 1px solid transparent;
	border-radius: 13px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

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

.rcts-program-button svg {
	width: 19px;
	height: 19px;
}

[dir="rtl"] .rcts-program-button svg:last-child {
	transform: rotate(180deg);
}

.rcts-program-button--primary {
	color: #15516d;
	background: #fff;
	box-shadow: 0 15px 30px rgba(13, 75, 104, .2);
}

.rcts-program-button--ghost {
	border-color: rgba(255,255,255,.3);
	color: #fff;
	background: rgba(255,255,255,.09);
	backdrop-filter: blur(10px);
}

.rcts-program-button--ghost:hover {
	background: rgba(255,255,255,.15);
}

.rcts-program-hero__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-width: 0;
}

.rcts-program-hero__art {
	position: relative;
	display: grid;
	width: 100%;
	max-width: 540px;
	aspect-ratio: 1.36;
	place-items: center;
	padding: 12px;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 34px;
	background:
		radial-gradient(circle at 15% 10%, rgba(255,255,255,.2), transparent 34%),
		rgba(255,255,255,.1);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.2),
		0 26px 60px rgba(11, 69, 94, .2);
	backdrop-filter: blur(18px);
}

.rcts-clinic-illustration {
	display: block;
	width: 100%;
	height: auto;
	max-height: 400px;
	overflow: visible;
}

.rcts-clinic-illustration .rcts-illustration__orbit,
.rcts-clinic-illustration .rcts-illustration__route {
	fill: none;
	stroke: rgba(255,255,255,.31);
	stroke-width: 4;
	stroke-dasharray: 10 16;
}

.rcts-clinic-illustration .rcts-illustration__dot {
	fill: #fff;
	stroke: rgba(255,255,255,.25);
	stroke-width: 9;
}

.rcts-clinic-illustration .rcts-illustration__dot--two {
	fill: #d7faf6;
}

.rcts-clinic-illustration .rcts-illustration__shadow {
	fill: rgba(9, 71, 96, .18);
	stroke: none;
}

.rcts-clinic-illustration .rcts-illustration__body {
	fill: #fff;
	stroke: rgba(255,255,255,.2);
	stroke-width: 3;
}

.rcts-clinic-illustration .rcts-illustration__cab {
	fill: #e9faf8;
	stroke: rgba(255,255,255,.35);
	stroke-width: 3;
}

.rcts-clinic-illustration .rcts-illustration__window {
	fill: #dff3fb;
	stroke: var(--rcts-program-blue);
	stroke-width: 3;
}

.rcts-clinic-illustration .rcts-illustration__stripe {
	fill: var(--rcts-program-teal);
	stroke: none;
}

.rcts-clinic-illustration .rcts-illustration__door {
	fill: #f5fbfd;
	stroke: var(--rcts-program-blue);
	stroke-width: 3;
}

.rcts-clinic-illustration .rcts-illustration__cross {
	fill: var(--rcts-program-blue);
	stroke: none;
}

.rcts-clinic-illustration .rcts-illustration__wheel {
	fill: #15516d;
	stroke: #fff;
	stroke-width: 5;
}

.rcts-clinic-illustration .rcts-illustration__hub {
	fill: var(--rcts-program-teal);
	stroke: #fff;
	stroke-width: 4;
}

.rcts-clinic-illustration .rcts-illustration__light {
	fill: var(--rcts-program-blue);
	stroke: none;
}

.rcts-clinic-illustration .rcts-illustration__pulse circle {
	fill: rgba(255,255,255,.14);
	stroke: rgba(255,255,255,.38);
	stroke-width: 3;
}

.rcts-clinic-illustration .rcts-illustration__pulse path {
	fill: none;
	stroke: #fff;
	stroke-width: 5;
}

.rcts-program-hero__chip {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 10px 13px;
	border: 1px solid rgba(255,255,255,.36);
	border-radius: 12px;
	color: #154d66;
	background: rgba(255,255,255,.94);
	box-shadow: 0 16px 34px rgba(12, 69, 94, .18);
	font-size: 11px;
	font-weight: 800;
	backdrop-filter: blur(12px);
}

.rcts-program-hero__chip svg {
	width: 17px;
	height: 17px;
	color: var(--rcts-program-blue);
}

.rcts-program-hero__chip--care {
	top: 8%;
	inset-inline-end: -13px;
}

.rcts-program-hero__chip--reach {
	inset-inline-start: -13px;
	bottom: 10%;
}

.rcts-program-stats {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: -48px;
	padding: 12px;
	border: 1px solid var(--rcts-program-line);
	border-radius: 22px;
	background: rgba(255,255,255,.97);
	box-shadow: 0 21px 55px rgba(var(--rcts-program-blue-rgb), .13);
	backdrop-filter: blur(18px);
}

.rcts-program-stat {
	position: relative;
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 13px;
	padding: 14px 18px;
}

.rcts-program-stat:not(:first-child) {
	border-inline-start: 1px solid var(--rcts-program-line);
}

.rcts-program-stat__icon {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 15px;
	color: #176d94;
	background: linear-gradient(145deg, var(--rcts-program-soft-blue), var(--rcts-program-soft-teal));
}

.rcts-program-stat:nth-child(even) .rcts-program-stat__icon {
	color: #08776f;
}

.rcts-program-stat__icon svg {
	width: 23px;
	height: 23px;
}

.rcts-program-stat > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.rcts-program-stat strong {
	color: var(--rcts-program-ink);
	font-size: 25px;
	font-weight: 850;
	line-height: 1.15;
}

.rcts-program-stat span:last-child {
	margin-top: 3px;
	color: var(--rcts-program-muted);
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.rcts-program-journeys {
	scroll-margin-top: 92px;
	padding-block: clamp(64px, 7vw, 92px) clamp(72px, 8vw, 106px);
}

.rcts-program-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 26px !important;
}

.rcts-program-section-head__kicker {
	display: block;
	margin-bottom: 4px;
	color: #08756e;
	font-size: 12px;
	font-weight: 850;
}

.rcts-program-section-head h2 {
	margin: 0 !important;
	color: var(--rcts-program-ink);
	font-size: clamp(29px, 3.3vw, 43px);
	font-weight: 850;
	letter-spacing: -.02em;
	line-height: 1.35;
}

.rcts-program-section-head p {
	max-width: 640px;
	margin-top: 8px !important;
	color: var(--rcts-program-text);
	font-size: 14px;
}

.rcts-program-results {
	flex: 0 0 auto;
	padding: 8px 13px;
	border: 1px solid var(--rcts-program-line);
	border-radius: 999px;
	color: var(--rcts-program-muted);
	background: #fff;
	font-size: 11px;
	font-weight: 800;
}

.rcts-program-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
	padding: 10px 12px 10px 16px;
	border: 1px solid var(--rcts-program-line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 9px 28px rgba(var(--rcts-program-blue-rgb), .055);
}

.rcts-program-toolbar__label {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 7px;
	color: var(--rcts-program-text);
	font-size: 12px;
	font-weight: 800;
}

.rcts-program-toolbar__label svg {
	width: 18px;
	height: 18px;
	color: #176d94;
}

.rcts-program-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
}

.rcts-program-filters button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 8px;
	padding: 7px 12px;
	border: 1px solid rgba(var(--rcts-program-blue-rgb), .17);
	border-radius: 11px;
	color: var(--rcts-program-text);
	background: var(--rcts-program-bg);
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .2s ease, border-color .2s ease, color .2s ease, background-color .2s ease;
}

.rcts-program-filters button:hover {
	transform: translateY(-1px);
	border-color: rgba(var(--rcts-program-blue-rgb), .46);
	color: #15516d;
}

.rcts-program-filters button small {
	display: grid;
	min-width: 22px;
	height: 22px;
	place-items: center;
	padding-inline: 5px;
	border-radius: 7px;
	color: #176d94;
	background: rgba(var(--rcts-program-blue-rgb), .1);
	font-size: 10px;
	line-height: 1;
}

.rcts-program-filters button.is-active {
	border-color: #176d94;
	color: #fff;
	background: #176d94;
	box-shadow: 0 8px 18px rgba(var(--rcts-program-blue-rgb), .18);
}

.rcts-program-filters button.is-active small {
	color: #15516d;
	background: #fff;
}

.rcts-journey-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.rcts-journey-grid--double,
.rcts-journey-grid--multiple {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rcts-journey-grid--double .rcts-journey-card__media,
.rcts-journey-grid--multiple .rcts-journey-card__media {
	height: auto;
	aspect-ratio: 16 / 9;
	background: #eaf6f8;
}

.rcts-journey-grid--double .rcts-journey-card__media > img,
.rcts-journey-grid--multiple .rcts-journey-card__media > img {
	object-fit: contain;
}

.rcts-journey-grid--single {
	grid-template-columns: 1fr;
}

.rcts-journey-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--rcts-program-line);
	border-radius: var(--rcts-program-radius);
	background: #fff;
	box-shadow: 0 13px 35px rgba(var(--rcts-program-blue-rgb), .085);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.rcts-journey-card:hover {
	transform: translateY(-5px);
	border-color: rgba(var(--rcts-program-blue-rgb), .3);
	box-shadow: 0 25px 55px rgba(var(--rcts-program-blue-rgb), .14);
}

.rcts-journey-card[hidden] {
	display: none !important;
}

.rcts-journey-card__media {
	position: relative;
	display: block;
	height: 235px;
	min-height: 0;
	overflow: hidden;
	background:
		linear-gradient(140deg, var(--rcts-program-soft-blue), var(--rcts-program-soft-teal));
}

.rcts-journey-card__media > img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
	transition: transform .55s ease, filter .55s ease;
}

.rcts-journey-card:hover .rcts-journey-card__media > img {
	transform: scale(1.035);
	filter: saturate(1.03);
}

.rcts-journey-card__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, transparent 62%, rgba(18,63,88,.38) 100%);
	pointer-events: none;
}

.rcts-journey-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	padding: 16px;
	overflow: hidden;
	background:
		radial-gradient(circle at 16% 12%, rgba(var(--rcts-program-teal-rgb), .23), transparent 34%),
		linear-gradient(145deg, #248ec5, #00a99f);
}

.rcts-journey-card__placeholder .rcts-clinic-illustration {
	width: 92%;
	max-height: 100%;
}

.rcts-program .rcts-journey-card__media .rcts-status {
	position: absolute;
	z-index: 2;
	top: 15px;
	inset-inline-start: 15px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	width: fit-content;
	padding: 7px 11px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 999px;
	color: #fff;
	background: #176d94;
	font-size: 10px;
	font-weight: 850;
	line-height: 1.2;
	box-shadow: 0 6px 16px rgba(18,63,88,.16);
	backdrop-filter: blur(10px);
}

.rcts-program .rcts-status i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 4px rgba(255,255,255,.13);
}

.rcts-program .rcts-status.is-ongoing,
.rcts-program .rcts-status.is-postponed {
	background: #08756e;
}

.rcts-program .rcts-status.is-completed,
.rcts-program .rcts-status.is-cancelled,
.rcts-program .rcts-status.is-unknown {
	background: #15516d;
}

.rcts-journey-card__number {
	position: absolute;
	z-index: 2;
	inset-inline-end: 15px;
	bottom: 15px;
	padding: 6px 10px;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 999px;
	color: #fff;
	background: rgba(18,63,88,.64);
	font-size: 10px;
	font-weight: 800;
	backdrop-filter: blur(8px);
}

.rcts-journey-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px;
}

.rcts-journey-card__eyebrow {
	margin-bottom: 5px;
	color: #08756e;
	font-size: 10px;
	font-weight: 850;
}

.rcts-journey-card h3 {
	margin: 0 !important;
	font-size: 21px;
	font-weight: 850;
	line-height: 1.55;
}

.rcts-journey-card h3 a {
	color: var(--rcts-program-ink);
}

.rcts-journey-card__summary {
	display: -webkit-box;
	margin-top: 10px !important;
	overflow: hidden;
	color: var(--rcts-program-text);
	font-size: 13px;
	line-height: 1.85;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.rcts-journey-card__facts {
	display: grid;
	gap: 9px;
	margin-top: 18px !important;
	padding: 0;
	list-style: none;
}

.rcts-journey-card__facts li {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 9px;
}

.rcts-journey-card__facts li > span {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 10px;
	color: #176d94;
	background: var(--rcts-program-soft-blue);
}

.rcts-journey-card__facts li > span svg {
	width: 17px;
	height: 17px;
}

.rcts-journey-card__facts li > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.rcts-journey-card__facts small {
	color: var(--rcts-program-muted);
	font-size: 9px;
	line-height: 1.4;
}

.rcts-journey-card__facts strong {
	overflow: hidden;
	color: var(--rcts-program-ink);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.65;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rcts-journey-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 13px;
	margin-top: auto;
	padding-top: 22px;
}

.rcts-program-button--card {
	min-height: 45px;
	padding: 9px 15px;
	color: #fff;
	background: #176d94;
	box-shadow: 0 9px 20px rgba(var(--rcts-program-blue-rgb), .18);
}

.rcts-journey-card__booking {
	color: #08756e;
	font-size: 11px;
	font-weight: 850;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 4px;
}

.rcts-journey-grid--single .rcts-journey-card {
	display: grid;
	grid-template-areas: "content media";
	grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
	min-height: 430px;
}

.rcts-journey-grid--single .rcts-journey-card__media {
	grid-area: media;
	width: 100%;
	height: auto;
	min-height: 0;
	align-self: center;
	aspect-ratio: 16 / 9;
	background: #fff;
}

.rcts-journey-grid--single .rcts-journey-card__media > img {
	object-fit: contain;
	background: #eaf6f8;
}

.rcts-journey-grid--single .rcts-journey-card__body {
	grid-area: content;
	justify-content: center;
	padding: clamp(28px, 3.2vw, 38px);
}

.rcts-journey-grid--single .rcts-journey-card__eyebrow {
	font-size: 11px;
}

.rcts-journey-grid--single .rcts-journey-card h3 {
	max-width: 570px;
	font-size: clamp(23px, 2.1vw, 30px);
	line-height: 1.45;
}

.rcts-journey-grid--single .rcts-journey-card__summary {
	max-width: 610px;
	margin-top: 13px !important;
	font-size: 14px;
	-webkit-line-clamp: 3;
}

.rcts-journey-grid--single .rcts-journey-card__facts {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px !important;
}

.rcts-journey-grid--single .rcts-journey-card__facts li {
	align-items: flex-start;
	padding: 11px;
	border: 1px solid var(--rcts-program-line);
	border-radius: 13px;
	background: var(--rcts-program-bg);
}

.rcts-journey-grid--single .rcts-journey-card__facts strong {
	font-size: 11px;
	white-space: normal;
}

.rcts-program-empty {
	display: grid;
	place-items: center;
	align-content: center;
	padding: 54px 24px;
	border: 1px dashed rgba(var(--rcts-program-blue-rgb), .34);
	border-radius: var(--rcts-program-radius);
	background: #fff;
	text-align: center;
}

.rcts-program-empty[hidden] {
	display: none;
}

.rcts-program-empty > span {
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	margin-bottom: 13px;
	border-radius: 20px;
	color: #08756e;
	background: var(--rcts-program-soft-teal);
}

.rcts-program-empty > span svg {
	width: 29px;
	height: 29px;
}

.rcts-program-empty h3 {
	margin: 0 !important;
	color: var(--rcts-program-ink);
	font-size: 21px;
	font-weight: 850;
}

.rcts-program-empty p {
	margin-top: 5px !important;
	color: var(--rcts-program-muted);
	font-size: 13px;
}

.rcts-program-cta {
	padding-block: 0 clamp(54px, 6vw, 76px);
}

.rcts-program-cta__inner {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	overflow: hidden;
	padding: clamp(25px, 3vw, 36px);
	border-radius: 26px;
	color: #fff;
	background:
		radial-gradient(circle at 7% 0%, rgba(var(--rcts-program-teal-rgb), .5), transparent 31%),
		linear-gradient(115deg, #176f9d, var(--rcts-program-blue) 64%, #099e96 124%);
	box-shadow: 0 23px 55px rgba(var(--rcts-program-blue-rgb), .18);
}

.rcts-program-cta__inner::after {
	position: absolute;
	inset-inline-end: -70px;
	bottom: -130px;
	width: 260px;
	height: 260px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 50%;
	content: "";
}

.rcts-program-cta__icon {
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 20px;
	color: #fff;
	background: rgba(255,255,255,.11);
}

.rcts-program-cta__icon svg {
	width: 29px;
	height: 29px;
}

.rcts-program-cta__inner > div:nth-child(2) {
	position: relative;
	z-index: 1;
}

.rcts-program-cta__inner > div:nth-child(2) > span {
	color: #dffaf7;
	font-size: 11px;
	font-weight: 850;
}

.rcts-program-cta h2 {
	max-width: 700px;
	margin: 3px 0 0 !important;
	color: #fff;
	font-size: clamp(20px, 2.5vw, 31px);
	font-weight: 850;
	line-height: 1.5;
}

.rcts-program-button--light {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	color: #15516d;
	background: #fff;
	box-shadow: 0 13px 26px rgba(13,75,104,.2);
}

/*
 * Progressive enhancement: journey content is visible by default. JavaScript
 * opts in to reveal motion only after IntersectionObserver is ready.
 */
.rcts-js .rcts-program .rcts-reveal {
	opacity: 1;
	transform: none;
}

.rcts-js .rcts-program[data-reveal-ready="true"] .rcts-reveal:not(.is-visible) {
	opacity: 0;
	transform: translateY(13px);
}

.rcts-js .rcts-program[data-reveal-ready="true"] .rcts-reveal.is-visible {
	opacity: 1;
	transform: none;
	transition: opacity .55s ease, transform .55s ease;
}

@media (max-width: 1050px) {
	.rcts-program-hero__layout {
		grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
		gap: 34px;
	}

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

	.rcts-journey-grid--single {
		grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
	}

	.rcts-journey-grid--single .rcts-journey-card__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.rcts-program-hero {
		padding-block: 50px 92px;
	}

	.rcts-program-hero__layout {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.rcts-program-hero__content {
		max-width: 700px;
	}

	.rcts-program-hero__visual {
		width: min(100%, 620px);
		margin-inline: auto;
	}

	.rcts-program-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: -42px;
	}

	.rcts-program-stat:nth-child(3) {
		border-inline-start: 0;
	}

	.rcts-program-stat:nth-child(n+3) {
		border-top: 1px solid var(--rcts-program-line);
	}

	.rcts-journey-grid--single .rcts-journey-card {
		grid-template-areas:
			"media"
			"content";
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.rcts-journey-grid--single .rcts-journey-card__media {
		height: auto;
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.rcts-journey-grid--single .rcts-journey-card__body {
		padding: 30px;
	}
}

@media (max-width: 700px) {
	.rcts-program .rcts-container {
		width: min(calc(100% - 28px), var(--rcts-container));
	}

	.rcts-program-hero {
		padding-block: 40px 82px;
	}

	.rcts-program-hero__brand {
		margin-bottom: 19px;
	}

	.rcts-program-hero h1 {
		font-size: clamp(34px, 10vw, 45px);
	}

	.rcts-program-hero__summary {
		font-size: 14px;
	}

	.rcts-program-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.rcts-program-button {
		width: 100%;
		min-height: 52px;
	}

	.rcts-program-hero__chip {
		padding: 8px 10px;
		font-size: 10px;
	}

	.rcts-program-hero__chip--care {
		inset-inline-end: 4px;
	}

	.rcts-program-hero__chip--reach {
		inset-inline-start: 4px;
	}

	.rcts-program-stats {
		padding: 8px;
		border-radius: 18px;
	}

	.rcts-program-stat {
		gap: 9px;
		padding: 12px 10px;
	}

	.rcts-program-stat__icon {
		width: 40px;
		height: 40px;
		border-radius: 12px;
	}

	.rcts-program-stat__icon svg {
		width: 20px;
		height: 20px;
	}

	.rcts-program-stat strong {
		font-size: 21px;
	}

	.rcts-program-stat span:last-child {
		font-size: 9px;
		white-space: normal;
	}

	.rcts-program-journeys {
		padding-block: 58px 70px;
	}

	.rcts-program-section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		margin-bottom: 20px !important;
	}

	.rcts-program-results {
		align-self: flex-start;
	}

	.rcts-program-toolbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
		padding: 11px;
	}

	.rcts-program-filters {
		width: 100%;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 3px;
		scrollbar-width: thin;
	}

	.rcts-program-filters button {
		min-height: 44px;
		flex: 0 0 auto;
	}

	.rcts-journey-grid,
	.rcts-journey-grid--double,
	.rcts-journey-grid--multiple {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.rcts-journey-card {
		border-radius: 20px;
	}

	.rcts-journey-card__media {
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.rcts-journey-card__body,
	.rcts-journey-grid--single .rcts-journey-card__body {
		padding: 22px 18px;
	}

	.rcts-journey-grid--single .rcts-journey-card h3 {
		font-size: 25px;
	}

	.rcts-journey-grid--single .rcts-journey-card__summary {
		font-size: 13px;
	}

	.rcts-journey-grid--single .rcts-journey-card__facts {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.rcts-journey-card__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.rcts-journey-card__booking {
		align-self: center;
		padding-block: 4px;
	}

	.rcts-program-cta__inner {
		grid-template-columns: auto minmax(0, 1fr);
		padding: 24px 18px;
		border-radius: 21px;
	}

	.rcts-program-cta__icon {
		width: 50px;
		height: 50px;
		border-radius: 16px;
	}

	.rcts-program-cta .rcts-program-button {
		grid-column: 1 / -1;
	}
}

@media (max-width: 390px) {
	.rcts-program-stat {
		align-items: flex-start;
		flex-direction: column;
	}

	.rcts-program-hero__chip {
		display: none;
	}

	.rcts-program-cta__inner {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rcts-program *,
	.rcts-program *::before,
	.rcts-program *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	.rcts-js .rcts-program[data-reveal-ready="true"] .rcts-reveal {
		opacity: 1 !important;
		transform: none !important;
	}
}

@media (forced-colors: active) {
	.rcts-program :where(button, a, .rcts-journey-card, .rcts-program-stats, .rcts-program-toolbar) {
		border: 1px solid CanvasText;
	}
}

@media print {
	.rcts-program-hero {
		padding-block: 28px;
		color: #000;
		background: #fff;
	}

	.rcts-program-hero__visual,
	.rcts-program-hero__actions,
	.rcts-program-toolbar,
	.rcts-program-cta {
		display: none !important;
	}

	.rcts-program-hero h1,
	.rcts-program-hero__summary,
	.rcts-program-hero__kicker {
		color: #000;
	}

	.rcts-program-stats {
		margin-top: 0;
		box-shadow: none;
	}

	.rcts-journey-card {
		break-inside: avoid;
		box-shadow: none;
	}
}

/* ==========================================================================
   Trip workspace v3: real hero image, primary tabs, dashboards and site albums
   ========================================================================== */

.rcts-shell .sticky-header,
.rcts-program .sticky-header {
	position: static !important;
	top: auto !important;
	inset: auto !important;
	z-index: auto !important;
	width: auto !important;
	animation: none !important;
}

.rcts-shell :where(button, a):focus-visible,
.rcts-program :where(button, a):focus-visible {
	outline: 3px solid #00aa95 !important;
	outline-offset: 4px !important;
	box-shadow: 0 0 0 3px #fff !important;
}

.rcts-program-hero__art {
	max-width: 600px;
	aspect-ratio: 16 / 9;
	padding: 9px;
	border-radius: 30px;
	background: rgba(255,255,255,.14);
}

.rcts-program-hero__art > img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	object-fit: cover;
	object-position: 50% 48%;
	border-radius: 22px;
	box-shadow: 0 20px 44px rgba(4, 48, 67, .24);
}

.rcts-program-hero h1 {
	max-width: 720px;
	font-size: clamp(32px, 3.7vw, 50px);
	font-weight: 900;
	line-height: 1.43;
}

.rcts-program-hero__layout {
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
}

.rcts-trip-tabs {
	position: relative;
	z-index: 12;
	margin-top: clamp(28px, 4vw, 52px);
	margin-bottom: 0;
}

.rcts-trip-tabs__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	padding: 8px;
	border: 1px solid rgba(21, 120, 163, .13);
	border-radius: 22px;
	background: rgba(255,255,255,.94);
	box-shadow: 0 18px 45px rgba(20, 70, 91, .11);
	backdrop-filter: blur(16px);
}

.rcts-trip-tab {
	display: flex;
	min-width: 0;
	min-height: 70px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 15px;
	border: 0;
	border-radius: 16px;
	color: #476473;
	background: transparent;
	font: inherit;
	cursor: pointer;
	transition: color .22s ease, background-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.rcts-trip-tab > span {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 12px;
	color: #168bbd;
	background: #edf8fc;
}

.rcts-trip-tab svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rcts-trip-tab strong {
	overflow: hidden;
	font-size: clamp(12px, 1.15vw, 15px);
	font-weight: 850;
	line-height: 1.55;
	text-overflow: ellipsis;
}

.rcts-trip-tab:hover {
	color: #126d94;
	background: #f2fafc;
	transform: translateY(-1px);
}

.rcts-trip-tab.is-active {
	color: #fff;
	background: linear-gradient(135deg, #168bbd 0%, #0b789f 55%, #00aa95 135%);
	box-shadow: 0 12px 28px rgba(18, 125, 165, .24);
}

.rcts-trip-tab.is-active > span {
	color: #fff;
	background: rgba(255,255,255,.16);
}

.rcts-trip-tab-panels {
	margin-top: 20px;
}

.rcts-trip-tab-panel {
	padding-block: clamp(22px, 3vw, 38px) clamp(48px, 6vw, 84px);
	background:
		radial-gradient(circle at 10% 8%, rgba(0,170,149,.055), transparent 24%),
		linear-gradient(180deg, #f7fbfd 0%, #f2f8fa 100%);
}

.rcts-trip-tab-panel[hidden] {
	display: none !important;
}

.rcts-trip-tab-panel .rcts-main-grid {
	margin-top: 0;
}

.rcts-dashboard,
.rcts-gallery-dashboard,
.rcts-impact-dashboard {
	font-family: "Cairo", Tahoma, Arial, sans-serif;
}

.rcts-dashboard__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 26px;
}

.rcts-dashboard__head > div:first-child {
	max-width: 780px;
}

.rcts-dashboard__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 8px;
	color: #058e82;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .02em;
}

.rcts-dashboard__eyebrow::before {
	width: 24px;
	height: 3px;
	border-radius: 99px;
	background: linear-gradient(90deg, #d3a55a, #00aa95);
	content: "";
}

.rcts-dashboard__head h2 {
	margin: 0;
	color: #123f55;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.4;
}

.rcts-dashboard__head p {
	max-width: 720px;
	margin: 8px 0 0;
	color: #63808d;
	font-size: 14px;
	line-height: 1.9;
}

.rcts-dashboard__source {
	display: grid;
	min-width: 210px;
	gap: 3px;
	padding: 12px 15px;
	border: 1px solid #dcebf0;
	border-radius: 14px;
	color: #466774;
	background: #fff;
	font-size: 11px;
	line-height: 1.65;
	box-shadow: 0 9px 25px rgba(23, 77, 98, .07);
}

.rcts-dashboard__source small {
	color: #8198a2;
}

.rcts-dashboard-kpis {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 18px;
}

.rcts-dashboard-kpi {
	position: relative;
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 13px;
	padding: 20px;
	overflow: hidden;
	border: 1px solid rgba(23, 92, 119, .09);
	border-radius: 20px;
	color: #153f52;
	background: #fff;
	box-shadow: 0 14px 32px rgba(18, 75, 98, .08);
}

.rcts-dashboard-kpi::after {
	position: absolute;
	inset: auto auto -38px -26px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: currentColor;
	opacity: .045;
	content: "";
}

.rcts-dashboard-kpi > span {
	display: grid;
	width: 50px;
	height: 50px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 15px;
	color: #fff;
	background: linear-gradient(145deg, #168bbd, #0d7099);
	box-shadow: 0 10px 22px rgba(22,139,189,.22);
}

.rcts-dashboard-kpi--teal > span { background: linear-gradient(145deg, #00b3a1, #05887d); box-shadow: 0 10px 22px rgba(0,170,149,.22); }
.rcts-dashboard-kpi--gold > span { background: linear-gradient(145deg, #d9ad64, #b98534); box-shadow: 0 10px 22px rgba(190,143,66,.2); }
.rcts-dashboard-kpi--navy > span { background: linear-gradient(145deg, #335f76, #163e52); box-shadow: 0 10px 22px rgba(27,68,88,.2); }

.rcts-dashboard-kpi svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.rcts-dashboard-kpi > div {
	display: grid;
	min-width: 0;
	gap: 1px;
}

.rcts-dashboard-kpi small {
	color: #69838f;
	font-size: 11px;
	font-weight: 750;
}

.rcts-dashboard-kpi strong {
	color: #123f55;
	font-size: clamp(26px, 2.6vw, 38px);
	font-weight: 900;
	line-height: 1.25;
}

.rcts-dashboard-kpi em {
	color: #96a8af;
	font-size: 10px;
	font-style: normal;
}

.rcts-dashboard-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(300px, .8fr);
	gap: 16px;
	margin-bottom: 16px;
}

.rcts-dashboard-card {
	min-width: 0;
	padding: clamp(20px, 2.5vw, 28px);
	border: 1px solid rgba(20, 91, 118, .1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(18, 75, 98, .075);
}

.rcts-dashboard-card__title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.rcts-dashboard-card__title span {
	color: #00a18f;
	font-size: 10px;
	font-weight: 800;
}

.rcts-dashboard-card__title h3 {
	margin: 3px 0 0;
	color: #183f51;
	font-size: 17px;
	font-weight: 850;
	line-height: 1.5;
}

.rcts-dashboard-card__total {
	display: inline-flex;
	min-width: 54px;
	height: 42px;
	align-items: center;
	justify-content: center;
	padding-inline: 11px;
	border-radius: 12px;
	color: #117ca6;
	background: #eef8fc;
	font-size: 18px;
	font-weight: 900;
}

.rcts-chart-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rcts-chart-legend span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #6d838d;
	font-size: 10px;
}

.rcts-chart-legend span::before {
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #168bbd;
	content: "";
}

.rcts-chart-legend .is-beneficiaries::before { background: #00aa95; }

.rcts-service-bars {
	display: grid;
	gap: 19px;
}

.rcts-service-bar-row {
	display: grid;
	grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
	align-items: center;
	gap: 14px;
}

.rcts-service-bar-row__label {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #345c6d;
}

.rcts-service-bar-row__label > span {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 10px;
	color: #147da7;
	background: #edf8fc;
}

.rcts-service-bar-row__label svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rcts-service-bar-row__label strong { font-size: 11px; font-weight: 800; line-height: 1.5; }

.rcts-service-bar-pair {
	display: grid;
	gap: 7px;
}

.rcts-service-bar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 65px;
	align-items: center;
	gap: 9px;
}

.rcts-service-bar > i {
	position: relative;
	display: block;
	height: 10px;
	overflow: hidden;
	border-radius: 99px;
	background: #edf2f4;
}

.rcts-service-bar > i::after {
	display: block;
	width: var(--rcts-bar-width, 0%);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #168bbd, #43a9d0);
	content: "";
	transition: width .8s cubic-bezier(.2,.8,.2,1);
}

.rcts-service-bar.is-beneficiaries > i::after { background: linear-gradient(90deg, #00aa95, #45c4b4); }
.rcts-service-bar > span { color: #4d6c79; font-size: 10px; font-weight: 800; text-align: start; }

.rcts-donut-wrap {
	display: grid;
	place-items: center;
	gap: 24px;
}

.rcts-donut {
	position: relative;
	display: grid;
	width: min(190px, 75vw);
	aspect-ratio: 1;
	place-items: center;
	border-radius: 50%;
	background: var(--rcts-donut, #eaf1f4);
	box-shadow: 0 18px 35px rgba(17, 83, 107, .1);
}

.rcts-donut::after {
	position: absolute;
	inset: 19%;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 1px #edf3f5;
	content: "";
}

.rcts-donut > span {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
}

.rcts-donut strong { color: #153f52; font-size: 31px; font-weight: 900; line-height: 1.15; }
.rcts-donut small { color: #81969f; font-size: 10px; font-weight: 700; }

.rcts-donut-legend {
	display: grid;
	width: 100%;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rcts-donut-legend li {
	display: grid;
	grid-template-columns: 9px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	color: #54717e;
}

.rcts-donut-legend li > span { width: 9px; height: 9px; border-radius: 3px; background: #168bbd; }
.rcts-donut-legend .is-laboratory > span { background: #00aa95; }
.rcts-donut-legend .is-radiology > span { background: #d3a55a; }
.rcts-donut-legend strong { overflow: hidden; font-size: 10px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.rcts-donut-legend em { color: #244f61; font-size: 11px; font-style: normal; font-weight: 900; }

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

.rcts-service-summary {
	padding: 19px;
	border: 1px solid #deebef;
	border-top: 4px solid #168bbd;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(18,75,98,.06);
}

.rcts-service-summary.is-laboratory { border-top-color: #00aa95; }
.rcts-service-summary.is-radiology { border-top-color: #d3a55a; }
.rcts-service-summary__head { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; }
.rcts-service-summary__head > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; color: #168bbd; background: #edf8fc; }
.rcts-service-summary.is-laboratory .rcts-service-summary__head > span { color: #008f80; background: #ecfaf7; }
.rcts-service-summary.is-radiology .rcts-service-summary__head > span { color: #ad7b30; background: #fff7e9; }
.rcts-service-summary__head svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rcts-service-summary h3 { margin: 0; color: #294f5f; font-size: 13px; font-weight: 850; }
.rcts-service-summary dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; }
.rcts-service-summary dl > div { padding: 10px; border-radius: 11px; background: #f6fafb; }
.rcts-service-summary dt { color: #7f949d; font-size: 9px; font-weight: 700; }
.rcts-service-summary dd { margin: 2px 0 0; color: #163f51; font-size: 22px; font-weight: 900; }

.rcts-trip-comparison-card {
	margin-top: 18px;
}

.rcts-trip-comparison {
	display: grid;
	gap: 13px;
}

.rcts-trip-comparison__row {
	display: grid;
	grid-template-columns: minmax(115px, 180px) minmax(0, 1fr) minmax(90px, auto);
	align-items: center;
	gap: 13px;
	padding: 11px 13px;
	border: 1px solid #e2edf0;
	border-radius: 13px;
	background: #f8fbfc;
}

.rcts-trip-comparison__row.is-current {
	border-color: rgba(0,170,149,.28);
	background: #f1fbf9;
}

.rcts-trip-comparison__label {
	display: grid;
	gap: 1px;
}

.rcts-trip-comparison__label strong {
	color: #345d6d;
	font-size: 11px;
	font-weight: 850;
}

.rcts-trip-comparison__label small {
	color: #009183;
	font-size: 8px;
	font-weight: 800;
}

.rcts-trip-comparison__row > i {
	display: block;
	height: 12px;
	overflow: hidden;
	border-radius: 99px;
	background: #e9f0f2;
}

.rcts-trip-comparison__row > i b {
	display: block;
	width: var(--rcts-bar-width, 0%);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #168bbd, #00aa95);
	transition: width .8s cubic-bezier(.2,.8,.2,1);
}

.rcts-trip-comparison__row > span {
	color: #214f62;
	font-size: 11px;
	font-weight: 900;
	text-align: start;
}

.rcts-dashboard-empty {
	display: grid;
	min-height: 260px;
	place-items: center;
	align-content: center;
	gap: 8px;
	padding: 35px;
	border: 1px dashed #c5dce4;
	border-radius: 22px;
	color: #66828e;
	background: rgba(255,255,255,.72);
	text-align: center;
}

.rcts-dashboard-empty--compact { min-height: 185px; padding: 22px; border-radius: 16px; }
.rcts-dashboard-empty > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 17px; color: #168bbd; background: #eaf7fb; }
.rcts-dashboard-empty svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rcts-dashboard-empty h3 { margin: 0; color: #294f60; font-size: 17px; font-weight: 850; }
.rcts-dashboard-empty p { max-width: 540px; margin: 0; font-size: 12px; line-height: 1.8; }

.rcts-gallery-locations {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
	gap: 10px;
	margin-bottom: 18px;
}

.rcts-gallery-location {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	gap: 1px 9px;
	padding: 13px;
	border: 1px solid #dcebef;
	border-radius: 15px;
	color: #476874;
	background: #fff;
	font: inherit;
	text-align: start;
	cursor: pointer;
	box-shadow: 0 9px 24px rgba(19,73,94,.055);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.rcts-gallery-location > span { display: grid; grid-row: 1 / span 2; width: 36px; height: 36px; place-items: center; border-radius: 11px; color: #168bbd; background: #edf8fc; }
.rcts-gallery-location svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rcts-gallery-location strong { overflow: hidden; font-size: 11px; font-weight: 850; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.rcts-gallery-location small { color: #94a6ad; font-size: 9px; }
.rcts-gallery-location:hover { transform: translateY(-2px); border-color: #9ccfdd; }
.rcts-gallery-location.is-active { border-color: transparent; color: #fff; background: linear-gradient(135deg, #168bbd, #00a18f); box-shadow: 0 12px 28px rgba(16,133,162,.2); }
.rcts-gallery-location.is-active > span { color: #fff; background: rgba(255,255,255,.16); }
.rcts-gallery-location.is-active small { color: rgba(255,255,255,.75); }

.rcts-gallery-location-panel {
	padding: clamp(16px, 2.5vw, 26px);
	border: 1px solid #dcebef;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(18,75,98,.07);
}

.rcts-gallery-location-panel[hidden] { display: none !important; }
.rcts-gallery-location-panel__title { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.rcts-gallery-location-panel__title > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: #168bbd; background: #edf8fc; }
.rcts-gallery-location-panel__title svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rcts-gallery-location-panel__title h3 { margin: 0; color: #234d60; font-size: 17px; font-weight: 900; }
.rcts-gallery-location-panel .rcts-gallery { margin: 0; }

.rcts-impact-dashboard__grid {
	display: grid;
	grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
	gap: 16px;
}

.rcts-impact-dashboard__grid .rcts-dashboard-card--full { grid-column: 1 / -1; }

.rcts-satisfaction-gauge {
	display: grid;
	width: min(215px, 75vw);
	aspect-ratio: 1;
	place-items: center;
	margin: 8px auto 16px;
	border-radius: 50%;
	background: conic-gradient(#00aa95 0 var(--rcts-satisfaction, 0%), #e8f0f2 var(--rcts-satisfaction, 0%) 100%);
	box-shadow: 0 18px 38px rgba(0,145,130,.13);
}

.rcts-satisfaction-gauge::before {
	grid-area: 1 / 1;
	width: 72%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 1px #edf3f5;
	content: "";
}

.rcts-satisfaction-gauge > div { position: relative; grid-area: 1 / 1; display: grid; place-items: center; }
.rcts-satisfaction-gauge strong { color: #0b7e73; font-size: 36px; font-weight: 900; line-height: 1.2; }
.rcts-satisfaction-gauge span { color: #82979f; font-size: 10px; font-weight: 750; }
.rcts-chart-sample { margin: 0 0 14px; color: #718993; font-size: 10px; text-align: center; }

.rcts-satisfaction-breakdown {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rcts-satisfaction-breakdown li { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 11px; border-radius: 10px; background: #f4f9fa; color: #59737e; font-size: 9px; }
.rcts-satisfaction-breakdown strong { color: #1c5064; font-size: 12px; font-weight: 900; }

.rcts-demographic-bars,
.rcts-age-bars {
	display: grid;
	gap: 12px;
}

.rcts-demographic-bar > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 5px;
	color: #53717d;
	font-size: 10px;
}

.rcts-demographic-bar > div strong { color: #214f62; font-size: 11px; font-weight: 900; }
.rcts-demographic-bar > i,
.rcts-age-bar > i { display: block; height: 9px; overflow: hidden; border-radius: 99px; background: #edf2f4; }
.rcts-demographic-bar > i b,
.rcts-age-bar > i b { display: block; width: var(--rcts-bar-width, 0%); height: 100%; border-radius: inherit; background: linear-gradient(90deg, hsl(calc(188 + var(--rcts-row-index, 0) * 19), 72%, 42%), hsl(calc(188 + var(--rcts-row-index, 0) * 19), 68%, 60%)); }

.rcts-age-bars { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 22px; }
.rcts-age-bar { display: grid; grid-template-columns: 100px minmax(0, 1fr) 45px; align-items: center; gap: 10px; color: #55727e; }
.rcts-age-bar > span { font-size: 10px; font-weight: 750; }
.rcts-age-bar > strong { color: #214f62; font-size: 11px; font-weight: 900; text-align: start; }
.rcts-age-bar > i b { background: linear-gradient(90deg, #168bbd, #00aa95); }

.rcts-impact-dashboard__notice {
	margin: 16px 0 0;
	padding: 12px 15px;
	border: 1px solid #d9e8ed;
	border-radius: 12px;
	color: #627d88;
	background: #fff;
	font-size: 10px;
	line-height: 1.7;
	text-align: center;
}

@media (max-width: 1120px) {
	.rcts-trip-tabs__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rcts-dashboard-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rcts-dashboard-grid { grid-template-columns: 1fr; }
	.rcts-dashboard-card--donut .rcts-donut-wrap { grid-template-columns: auto minmax(200px, 1fr); }
}

@media (max-width: 860px) {
	.rcts-program-hero__layout { grid-template-columns: 1fr; }
	.rcts-program-hero__content { max-width: none; }
	.rcts-program-hero__visual { order: 2; }
	.rcts-program-hero__art { max-width: none; }
	.rcts-dashboard__head { align-items: flex-start; flex-direction: column; gap: 14px; }
	.rcts-dashboard__source { min-width: 0; width: 100%; }
	.rcts-service-summary-grid { grid-template-columns: 1fr; }
	.rcts-impact-dashboard__grid { grid-template-columns: 1fr; }
	.rcts-impact-dashboard__grid .rcts-dashboard-card--full { grid-column: auto; }
	.rcts-age-bars { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
	.rcts-trip-tabs { width: auto; margin-inline: 14px; }
	.rcts-trip-tabs__list { display: flex; gap: 7px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
	.rcts-trip-tab { min-width: min(235px, 78vw); min-height: 62px; flex: 0 0 auto; justify-content: flex-start; scroll-snap-align: start; }
	.rcts-trip-tab strong { white-space: normal; }
	.rcts-dashboard-kpis { grid-template-columns: 1fr; }
	.rcts-dashboard-kpi { padding: 16px; }
	.rcts-service-bar-row { grid-template-columns: 1fr; gap: 8px; }
	.rcts-service-bar { grid-template-columns: minmax(0, 1fr) 58px; }
	.rcts-trip-comparison__row { grid-template-columns: 1fr; gap: 7px; }
	.rcts-dashboard-card--donut .rcts-donut-wrap { grid-template-columns: 1fr; }
	.rcts-gallery-locations { display: flex; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x mandatory; }
	.rcts-gallery-location { min-width: min(230px, 78vw); flex: 0 0 auto; scroll-snap-align: start; }
	.rcts-satisfaction-breakdown { grid-template-columns: 1fr; }
	.rcts-age-bar { grid-template-columns: 88px minmax(0, 1fr) 40px; }
	.rcts-dashboard-card__title { align-items: flex-start; flex-direction: column; }
	.rcts-chart-legend { align-self: stretch; }
}

@media (prefers-reduced-motion: reduce) {
	.rcts-trip-tab,
	.rcts-gallery-location,
	.rcts-service-bar > i::after,
	.rcts-demographic-bar > i b,
	.rcts-age-bar > i b,
	.rcts-trip-comparison__row > i b {
		transition: none !important;
	}
}

@media print {
	.rcts-trip-tabs { display: none !important; }
	.rcts-trip-tab-panel[hidden] { display: block !important; }
	.rcts-trip-tab-panel { padding-block: 18px; background: #fff; }
	.rcts-dashboard-card,
	.rcts-dashboard-kpi,
	.rcts-service-summary,
	.rcts-gallery-location-panel { break-inside: avoid; box-shadow: none; }
}
