/* ==========================================================
   RUMIANCEV DRIVE — OUR SERVICES PORTAL

   Loaded only by the “Our Services” page template.

   The hero, typography, shared sections and final CTA are
   inherited from service-detail.css and
   service-detail-content.css. This file contains only the
   portal-specific layouts and service cards.
   ========================================================== */

.rd-services-portal {
	--rd-card-ink: #12161b;
	--rd-card-blue: #1777e8;
	--rd-card-line: rgba(18, 23, 29, .11);
}

/* Keep the hero introduction concise and readable over photography. */
.vlt-services-portal-page .vlt-detail-hero__content {
	max-width: 760px;
}

.vlt-services-portal-page .vlt-detail-hero__intro {
	max-width: 650px;
}

/* Introductory editorial row. */
.rd-services-portal-intro__layout {
	align-items: start;
	display: grid;
	gap: clamp(36px, 5.5vw, 80px);
	grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
}

.rd-services-portal-intro__heading {
	max-width: 650px;
}

.rd-services-portal-intro .rd-service-title {
	font-size: clamp(2.8rem, 4.15vw, 4.25rem);
	max-width: 650px;
}

.rd-services-portal-intro__copy {
	max-width: 760px;
	padding-top: 2px;
}

.rd-services-portal-intro__copy p {
	color: var(--rd-muted);
	font-size: clamp(1rem, 1.12vw, 1.1rem);
	line-height: 1.78;
	margin: 0 0 20px;
}

.rd-services-portal-intro__copy p:last-child {
	margin-bottom: 0;
}

/* Three balanced service promises below the two-column introduction. */
.rd-services-quick-points {
	background: transparent;
	border: 0;
	display: grid;
	gap: 18px;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: clamp(4px, 1.2vw, 16px) 0 0;
	overflow: visible;
	padding: 0;
}

.rd-services-quick-point,
.rd-services-quick-point:first-child {
	align-items: flex-start;
	background: #f1f4f8;
	border: 1px solid var(--rd-card-line);
	border-radius: 20px;
	display: grid;
	gap: 15px;
	grid-template-columns: 42px minmax(0, 1fr);
	min-height: 132px;
	padding: 23px 24px;
}

.rd-services-quick-point__icon {
	align-items: center;
	background: #e5f0ff;
	border-radius: 50%;
	color: var(--rd-card-blue);
	display: inline-flex;
	font-size: 1rem;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.rd-services-quick-point strong {
	display: block;
	font-size: .96rem;
	line-height: 1.3;
	margin: 0 0 5px;
}

.rd-services-quick-point p {
	color: var(--rd-muted);
	font-size: .86rem;
	line-height: 1.55;
	margin: 0;
}

.rd-services-portal-heading {
	align-items: end;
	display: flex;
	gap: 36px;
	justify-content: space-between;
	margin-bottom: clamp(38px, 5vw, 62px);
}

.rd-services-portal-heading > div {
	max-width: 850px;
}

.rd-services-portal-heading .rd-service-title {
	margin-bottom: 0;
}

.rd-services-portal-heading__note {
	color: var(--rd-muted);
	font-size: .94rem;
	line-height: 1.62;
	margin: 0;
	max-width: 330px;
}

.rd-services-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rd-services-card {
	background: #fff;
	border: 1px solid var(--rd-card-line);
	border-radius: 24px;
	min-height: 330px;
	overflow: hidden;
	position: relative;
	transition: box-shadow 190ms ease, transform 190ms ease;
}

.rd-services-card::before {
	background: radial-gradient(circle, rgba(23, 119, 232, .13) 0%, rgba(23, 119, 232, 0) 68%);
	content: "";
	height: 240px;
	pointer-events: none;
	position: absolute;
	right: -105px;
	top: -105px;
	width: 240px;
}

.rd-services-card:hover,
.rd-services-card:focus-within {
	box-shadow: 0 22px 52px rgba(15, 24, 35, .1);
	transform: translateY(-4px);
}

.rd-services-card--wide {
	grid-column: span 2;
}

.rd-services-card--wide .rd-services-card__body {
	max-width: 760px;
}

.rd-services-card__link {
	color: var(--rd-card-ink);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: inherit;
	padding: clamp(25px, 2.7vw, 38px);
	position: relative;
	text-decoration: none;
	z-index: 1;
}

.rd-services-card__topline {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: clamp(46px, 6vw, 84px);
}

.rd-services-card__number {
	color: var(--rd-card-blue);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .14em;
}

.rd-services-card__category {
	background: #edf5ff;
	border-radius: 999px;
	color: #1764bd;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .08em;
	padding: 7px 11px;
	text-transform: uppercase;
}

.rd-services-card h3 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 2.8vw, 3rem);
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: .98;
	margin: 0 0 17px;
}

.rd-services-card:not(.rd-services-card--wide) h3 {
	font-size: clamp(1.78rem, 2.25vw, 2.45rem);
}

.rd-services-card p {
	color: var(--rd-muted);
	font-size: .94rem;
	line-height: 1.65;
	margin: 0 0 27px;
	max-width: 650px;
}

.rd-services-card__footer {
	align-items: center;
	color: var(--rd-card-blue);
	display: flex;
	font-size: .9rem;
	font-weight: 800;
	gap: 10px;
	margin-top: auto;
}

.rd-services-card__arrow {
	font-size: 1.18em;
	transition: transform 190ms ease;
}

.rd-services-card:hover .rd-services-card__arrow,
.rd-services-card:focus-within .rd-services-card__arrow {
	transform: translateX(5px);
}

.rd-services-seo__layout {
	align-items: start;
	display: grid;
	gap: clamp(48px, 7vw, 100px);
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
}

.rd-services-seo__copy p {
	color: var(--rd-muted);
	font-size: clamp(1rem, 1.12vw, 1.1rem);
	line-height: 1.78;
	margin: 0 0 20px;
}

.rd-services-seo__copy p:last-child {
	margin-bottom: 0;
}

.rd-services-seo__panel {
	background: #111317;
	border-radius: 24px;
	color: #fff;
	padding: clamp(28px, 3.5vw, 42px);
}

.rd-services-seo__panel .rd-service-eyebrow {
	color: #84b8ff;
}

.rd-services-seo__panel h3 {
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 2.7vw, 2.8rem);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1;
	margin: 0 0 20px;
}

.rd-services-seo__panel p {
	color: rgba(255, 255, 255, .76);
	font-size: .93rem;
	line-height: 1.65;
	margin: 0 0 25px;
}

.rd-services-seo__list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rd-services-seo__list li {
	align-items: flex-start;
	display: flex;
	font-size: .91rem;
	gap: 10px;
	line-height: 1.48;
}

.rd-services-seo__list li::before {
	color: #84b8ff;
	content: "✓";
	font-weight: 800;
}

@media (max-width: 980px) {
	.rd-services-portal-intro__layout,
	.rd-services-seo__layout {
		grid-template-columns: 1fr;
	}

	.rd-services-portal-intro__heading,
	.rd-services-portal-intro .rd-service-title,
	.rd-services-portal-intro__copy {
		max-width: 820px;
	}

	.rd-services-quick-points {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rd-services-portal-heading {
		align-items: flex-start;
		flex-direction: column;
	}

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

	.rd-services-card--wide {
		grid-column: span 2;
	}
}

@media (max-width: 760px) {
	.rd-services-quick-points {
		grid-template-columns: 1fr;
	}

	.rd-services-quick-point,
	.rd-services-quick-point:first-child {
		min-height: 0;
	}
}

@media (max-width: 640px) {
	.rd-services-grid {
		grid-template-columns: 1fr;
	}

	.rd-services-card,
	.rd-services-card--wide {
		grid-column: auto;
		min-height: 300px;
	}

	.rd-services-card__topline {
		margin-bottom: 44px;
	}

	.rd-services-card__link {
		padding: 25px;
	}

	.rd-services-quick-point,
	.rd-services-quick-point:first-child {
		padding: 21px;
	}
}
