/* Shared across all RP Removals pages */

/* Text logo */
.rp-text-logo {
	display: inline-block;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.rp-text-logo:hover,
.rp-text-logo:focus {
	color: #fff;
	opacity: 0.9;
	text-decoration: none;
}

.rp-text-logo--footer {
	font-size: 1.5rem;
	margin-bottom: 12px;
	display: inline-block;
}

.header-style-1 .site-branding .site-title {
	height: auto !important;
	margin: 0;
	display: flex;
	align-items: center;
}

/* Hide fake newsletter site-wide */
.pbmit-footer-newsletter {
	display: none !important;
}

.rp-footer-cta.pbmit-btn {
	background: #fff;
	color: #00112e;
	display: inline-flex;
}

.rp-footer-cta.pbmit-btn:hover {
	background: var(--pbmit-global-color);
	color: #fff;
}

.site-footer .pbmit-footer-logo {
	max-width: none;
}

/* Inner page hero (shorter than homepage) */
.rp-page-hero {
	position: relative;
	min-height: min(58vh, 520px);
	display: flex;
	align-items: flex-end;
	color: #fff;
	overflow: hidden;
}

.rp-page-hero__bg {
	position: absolute;
	inset: 0;
	background-color: #00112e;
	background-image: url("../images/home1/home1-banner-img1.jpg");
	background-size: cover;
	background-position: center;
}

.rp-page-hero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(0, 7, 18, 0.88) 0%, rgba(0, 17, 46, 0.72) 42%, rgba(0, 17, 46, 0.4) 100%),
		linear-gradient(to top, rgba(0, 7, 18, 0.7) 0%, transparent 55%);
}

.rp-page-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 140px 0 64px;
}

.rp-page-hero__brand {
	margin: 0 0 12px;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #fff;
}

.rp-page-hero__title {
	margin: 0 0 14px;
	max-width: 18ch;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: #fff;
}

.rp-page-hero__lede {
	margin: 0 0 24px;
	max-width: 38ch;
	font-size: 1.1rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.rp-page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
	align-items: center;
}

.rp-page-hero__actions .pbmit-btn {
	background: #fff;
	color: #00112e;
}

.rp-page-hero__actions .pbmit-btn:hover {
	background: var(--pbmit-global-color);
	color: #fff;
}

/* Content blocks */
.rp-block {
	padding: 80px 0;
}

.rp-block--muted {
	background: #ebeff3;
}

.rp-block--dark {
	background: #00112e;
	color: #fff;
}

.rp-block__head {
	max-width: 40rem;
	margin-bottom: 36px;
}

.rp-block__head h2 {
	margin: 0 0 12px;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: #00112e;
}

.rp-block--dark .rp-block__head h2,
.rp-block--dark .rp-block__head p {
	color: #fff;
}

.rp-block__head p {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.6;
	color: #304364;
}

.rp-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.rp-split img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	display: block;
}

.rp-split__copy h2 {
	margin: 0 0 14px;
	font-size: clamp(1.6rem, 2.5vw, 2.1rem);
	letter-spacing: -0.02em;
	color: #00112e;
}

.rp-split__copy p {
	margin: 0 0 14px;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #304364;
}

.rp-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.rp-list li {
	position: relative;
	padding: 0 0 12px 28px;
	font-size: 1rem;
	line-height: 1.5;
	color: #00112e;
}

.rp-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	background: var(--pbmit-global-color);
}

.rp-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.rp-service-tile {
	display: block;
	padding: 32px 28px;
	background: #fff;
	border-top: 3px solid var(--pbmit-global-color);
	text-decoration: none;
	color: inherit;
	height: 100%;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rp-service-tile:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0, 17, 46, 0.08);
	color: inherit;
	text-decoration: none;
}

.rp-service-tile h3 {
	margin: 0 0 10px;
	font-size: 1.25rem;
	color: #00112e;
}

.rp-service-tile p {
	margin: 0 0 16px;
	font-size: 0.98rem;
	line-height: 1.55;
	color: #304364;
}

.rp-service-tile span {
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--pbmit-global-color);
}

.rp-cta-band {
	padding: 72px 0;
	background: #00112e;
	color: #fff;
	text-align: center;
}

.rp-cta-band h2 {
	margin: 0 0 12px;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	color: #fff;
	letter-spacing: -0.02em;
}

.rp-cta-band p {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.85);
}

.rp-cta-band .pbmit-btn {
	background: #fff;
	color: #00112e;
}

.rp-cta-band .pbmit-btn:hover {
	background: var(--pbmit-global-color);
	color: #fff;
}

/* Stats bar */
.rp-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	text-align: center;
}

.rp-stat strong {
	display: block;
	margin-bottom: 6px;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #fff;
}

.rp-stat span {
	display: block;
	font-size: 0.95rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.78);
}

/* Feature cards */
.rp-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.rp-feature-card {
	padding: 28px 24px;
	background: #fff;
	border-top: 3px solid var(--pbmit-global-color);
	height: 100%;
}

.rp-block--muted .rp-feature-card {
	box-shadow: 0 4px 18px rgba(0, 17, 46, 0.04);
}

.rp-feature-card h3 {
	margin: 0 0 10px;
	font-size: 1.15rem;
	color: #00112e;
}

.rp-feature-card p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.6;
	color: #304364;
}

/* Detail cards (deeper service descriptions) */
.rp-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.rp-detail-card {
	padding: 32px 28px;
	background: #fff;
	border-left: 4px solid var(--pbmit-global-color);
	height: 100%;
}

.rp-block--muted .rp-detail-card {
	box-shadow: 0 4px 18px rgba(0, 17, 46, 0.04);
}

.rp-detail-card h3 {
	margin: 0 0 12px;
	font-size: 1.25rem;
	color: #00112e;
}

.rp-detail-card p {
	margin: 0 0 14px;
	font-size: 1rem;
	line-height: 1.65;
	color: #304364;
}

.rp-detail-card p:last-child {
	margin-bottom: 0;
}

.rp-detail-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rp-detail-card li {
	position: relative;
	padding: 0 0 8px 22px;
	font-size: 0.98rem;
	line-height: 1.5;
	color: #304364;
}

.rp-detail-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background: var(--pbmit-global-color);
}

/* Reversed split */
.rp-split--reverse {
	direction: rtl;
}

.rp-split--reverse > * {
	direction: ltr;
}

/* FAQ */
.rp-faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 48px;
	align-items: start;
}

.rp-faq-layout__media {
	position: sticky;
	top: 100px;
	margin: 0;
}

.rp-faq-layout__media img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	display: block;
}

.rp-faq {
	max-width: none;
}

.rp-faq-item {
	border-bottom: 1px solid #d8dee8;
	padding: 0;
}

.rp-faq-item summary {
	padding: 20px 36px 20px 0;
	font-size: 1.05rem;
	font-weight: 600;
	color: #00112e;
	cursor: pointer;
	list-style: none;
	position: relative;
}

.rp-faq-item summary::-webkit-details-marker {
	display: none;
}

.rp-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 18px;
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--pbmit-global-color);
	line-height: 1;
}

.rp-faq-item[open] summary::after {
	content: "−";
}

.rp-faq-item p {
	margin: 0 0 20px;
	padding-right: 12px;
	font-size: 1rem;
	line-height: 1.65;
	color: #304364;
}

.rp-block--dark .rp-faq-item {
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.rp-block--dark .rp-faq-item summary {
	color: #fff;
}

.rp-block--dark .rp-faq-item p {
	color: rgba(255, 255, 255, 0.82);
}

/* Contact info strip */
.rp-contact-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.rp-contact-strip__item h3 {
	margin: 0 0 8px;
	font-size: 1.1rem;
	color: #00112e;
}

.rp-contact-strip__item p,
.rp-contact-strip__item a {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #304364;
}

.rp-contact-strip__item a {
	color: var(--pbmit-global-color);
	font-weight: 600;
	text-decoration: none;
}

.rp-contact-strip__item a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.rp-split,
	.rp-service-grid,
	.rp-feature-grid,
	.rp-stats,
	.rp-contact-strip,
	.rp-faq-layout {
		grid-template-columns: 1fr;
	}

	.rp-detail-grid {
		grid-template-columns: 1fr;
	}

	.rp-split img {
		min-height: 260px;
	}

	.rp-faq-layout__media {
		position: static;
	}

	.rp-faq-layout__media img {
		min-height: 260px;
	}
}

@media (max-width: 767px) {
	.rp-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}
