/* Landing page — WordPress freelancer (primary #2563eb) */
body.page-template-my-landing-page-php,
body.page-template-landing-page-php {
	scroll-behavior: smooth;
}

:root {
	--rp-primary: #2563eb; /* blue */
	--rp-primary-dark: #1e40af; /* dark blue */
	--rp-primary-soft: rgba(37, 99, 235, 0.12);

	--rp-secondary: #22c55e; /* green accent */
	--rp-secondary-soft: rgba(34, 197, 94, 0.12);

	--rp-ink: #0f172a;
	--rp-ink-muted: #64748b;
	--rp-surface: #ffffff;
	--rp-cream: #f8fafc;
	--rp-border: rgba(15, 23, 42, 0.08);
	--rp-radius: 16px;
	--rp-radius-lg: 24px;
	--rp-shadow: 0 24px 60px rgba(18, 18, 24, 0.1);
	--rp-shadow-soft: 0 8px 32px rgba(18, 18, 24, 0.06);
	--rp-max: 1140px;
}

.rp-landing {
	--rp-font: "DM Sans", system-ui, sans-serif;
	--rp-display: "Outfit", var(--rp-font);
	font-family: var(--rp-font);
	color: var(--rp-ink);
	line-height: 1.6;
	background: var(--rp-cream);
	overflow-x: hidden;
	max-width: none !important;
}

.rp-landing *,
.rp-landing *::before,
.rp-landing *::after {
	box-sizing: border-box;
}

.rp-landing a {
	color: #2563eb;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.rp-inner {
	width: 100%;
	max-width: var(--rp-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.rp-section {
	padding: clamp(1.5rem, 8vw, 2rem) 0;
}

.rp-section--tight {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.rp-eyebrow {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rp-primary);
	margin-bottom: 0.75rem;
}

.rp-subscribe .rp-eyebrow--on-dark {
	color: rgba(255, 255, 255, 0.92);
}

.rp-h2 {
	font-family: var(--rp-display);
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.75rem;
	letter-spacing: -0.02em;
}

.rp-h2--left {
	text-align: left;
	max-width: 40rem;
}

.rp-lead--left {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 44rem;
}

.rp-text-muted--left {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 44rem;
}

/* ——— About: row 1 = title (left), row 2 = copy (left) | image (right), never stacked ——— */
.rp-about__inner {
	display: flex;
	flex-direction: column;
	gap: clamp(1.35rem, 3.5vw, 2rem);
}

.rp-about__head {
	text-align: left;
}

.rp-about__head .rp-h2--left {
	max-width: none;
	margin-bottom: 0.35rem;
}

.rp-about__head .rp-eyebrow {
	margin-bottom: 0;
}

.rp-about__grid {
	display: grid;
	/* grid-template-columns: minmax(0, 1fr) minmax(132px, 34vw); */
	gap: clamp(1rem, 3.5vw, 2.75rem);
	align-items: start;
}

.rp-about__copy {
	min-width: 0;
}

.rp-about__copy .rp-lead--left,
.rp-about__copy .rp-text-muted--left {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.rp-about__copy > *:last-child {
	margin-bottom: 0;
}

.rp-about__media {
	margin: 0;
	position: relative;
	border-radius: var(--rp-radius-lg);
	overflow: hidden;
	border: 1px solid var(--rp-border);
	box-shadow: 0 24px 48px rgba(18, 18, 24, 0.08);
	background: var(--rp-surface);
	align-self: start;
}

.rp-about__media::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.rp-about__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center 20%;
	max-height: min(480px, 62vh);
}

.rp-team-social {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	gap: 12px;
	justify-content: center;
}

.rp-social-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
	color: #fff !important;
	text-decoration: none;
	transition: 0.3s ease;
}

.rp-linkedin {
	background: #0077b5;
}
.rp-twitter {
	background: #000;
}
.rp-instagram {
	background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}
.rp-whatsapp {
	background: #25d366;
}
.rp-wordpress {
	background: #0077b5;
}
.rp-social-icon:hover {
	transform: translateY(-3px);
}
.rp-team-social a:active, 
.rp-team-social a:hover{
	color:#fff;
}

@media (min-width: 600px) {
	.rp-about__grid {
		grid-template-columns: minmax(200px, 36%) minmax(0, 1fr);
		gap: clamp(1.5rem, 4vw, 3rem);
	}

	.rp-about__img {
		max-height: min(520px, 68vh);
	}
}

@media (max-width: 767px) {
	.rp-landing{
		padding-inline-end: 0px !important;
        padding-inline-start: 0px !important;
	}
}

@media (min-width: 900px) {
	.rp-about__grid {
		grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.4fr) ;
		gap: clamp(2rem, 3.5rem, 4.5vw);
	}

	.rp-about__img {
		max-height: min(560px, 100vh);
	}
}

.rp-lead {
	font-size: 1.0625rem;
	color: var(--rp-ink-muted);
	max-width: 36rem;
	margin: 0 0 2.5rem;
}

.rp-text-muted {
	margin: 0 0 1.5rem;
	font-size: 1.0625rem;
	color: var(--rp-ink-muted);
	max-width: 36rem;
	line-height: 1.65;
}

.screen-reader-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

/* ——— Hero ——— */
.rp-hero {
	position: relative;
	padding: clamp(3.5rem, 11vw, 6rem) 0 clamp(4.5rem, 12vw, 6.5rem);
	background: linear-gradient(135deg, #eef2ff 0%, #e0f2fe 50%, #ecfdf5 100%);
	color: var(--rp-ink);
}

.rp-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
	opacity: 1;
	pointer-events: none;
}

.rp-hero .rp-eyebrow {
	color: rgba(37, 99, 235, 0.95);
}

.rp-hero .rp-hero__title {
	color: #333;
}

.rp-hero .rp-hero__subtitle {
	color: #000;
}

.rp-hero .rp-btn--ghost {
	color: #fff;
	border-color: rgba(0, 0, 0, 0.22);
}

.rp-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	align-items: center;
}

@media (min-width: 900px) {
	.rp-hero__grid {
		grid-template-columns: 1.05fr 0.95fr;
		gap: 3rem;
	}
}

.rp-hero__title {
	font-family: var(--rp-display);
	font-size: clamp(2.25rem, 5.5vw, 3.35rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
	margin: 0 0 1rem;
	color: var(--rp-ink);
}

.rp-hero__title em {
	font-style: normal;
	color: var(--rp-primary);
	background: linear-gradient(90deg, #2563eb, #22c55e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	text-shadow: 0 0 40px rgba(37, 99, 235, 0.35);
	
}

.rp-hero__subtitle {
	font-size: 1.125rem;
	color: var(--rp-ink-muted);
	max-width: 32rem;
	margin: 0 0 1.75rem;
}

.rp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
}

.rp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.875rem 1.5rem;
	font-family: var(--rp-font);
	font-size: 0.9375rem;
	font-weight: 600;
	border-radius: 999px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.rp-btn:active {
	transform: scale(0.98);
}

.rp-btn--primary {
	background: linear-gradient(135deg, #2563eb, #22c55e);
	border: none;
}

.rp-btn--primary:hover {
	opacity: 0.9;
}

.rp-btn--ghost {
	background: #000;
	color: #fff !important;
	border-color: var(--rp-border);
}

.rp-btn--ghost:hover {
	border-color: var(--rp-ink);
	color: var(--rp-ink);
}
#pricing .rp-btn--ghost:hover {
	border-color: var(--rp-ink);
	color: #fff !important;
}

.rp-hero__card {
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: var(--rp-radius-lg);
	padding: 1.75rem;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.rp-hero__card-title {
	font-family: var(--rp-display);
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 1rem;
	color: rgba(0, 0, 0, 0.92);
}

.rp-stat {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0.65rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 0.9375rem;
	color: rgba(0, 0, 0, 0.75);
}

.rp-stat:last-child {
	border-bottom: 0;
}

.rp-stat strong {
	font-family: var(--rp-display);
	font-size: 1.25rem;
	color: var(--rp-primary);
}

/* ——— Generic cards grid ——— */
.rp-grid-3 {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.rp-grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.rp-grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.rp-card,
.rp-product-card {
	background: var(--rp-surface);
	border-radius: var(--rp-radius);
	padding: 1.5rem 1.5rem 1.65rem;
	border: 1px solid var(--rp-border);
	box-shadow: var(--rp-shadow-soft);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.rp-card:hover,
.rp-product-card:hover {
	border-color: rgba(37, 99, 235, 0.3);
	box-shadow: 0 20px 50px rgba(37, 99, 235, 0.12);
}

.rp-card__icon {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 12px;
	background: var(--rp-primary-soft);
	color: var(--rp-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.rp-card h3,
.rp-product-card h3 {
	font-family: var(--rp-display);
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
}

.rp-card p,
.rp-product-card p {
	margin: 0 0 1.25rem;
	font-size: 0.9375rem;
	color: var(--rp-ink-muted);
	line-height: 1.65;
}

.rp-product-card__icon {
	width: 3rem;
	height: 3rem;
	border-radius: 14px;
	background: linear-gradient(145deg, var(--rp-primary-soft), rgba(37, 99, 235, 0.06));
	color: var(--rp-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.1rem;
	border: 1px solid rgba(37, 99, 235, 0.2);
}

.rp-product-card__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 1.25rem;
	padding-top: 0.25rem;
	border-top: 1px solid var(--rp-border);
	margin: 0 -0.25rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.rp-link-action {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--rp-primary);
}

.rp-link-action:hover {
	color: var(--rp-primary-dark);
}

.rp-link-muted {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--rp-ink-muted);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rp-link-muted:hover {
	color: var(--rp-ink);
}

/* ——— About ——— */

/* ——— Services grid (icon + title + description) ——— */
.rp-services-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin: 0;
	padding: 0;
}

@media (min-width: 600px) {
	.rp-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.rp-services-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.rp-service-card {
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	border-radius: var(--rp-radius-lg);
	padding: 1.5rem 1.4rem 1.6rem;
	box-shadow: var(--rp-shadow-soft);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.rp-service-card:hover {
	border-color: rgba(37, 99, 235, 0.35);
	box-shadow: 0 16px 44px rgba(37, 99, 235, 0.1);
	transform: translateY(-3px);
}

.rp-service-card__icon {
	width: 3rem;
	height: 3rem;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(34, 197, 94, 0.12));
	color: #2563eb;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.1rem;
	border: 1px solid rgba(37, 99, 235, 0.2);
}

.rp-service-card__title {
	font-family: var(--rp-display);
	font-size: 1.0625rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
	color: var(--rp-ink);
	letter-spacing: -0.01em;
}

.rp-service-card__desc {
	margin: 0;
	font-size: 0.90625rem;
	line-height: 1.65;
	color: var(--rp-ink-muted);
}

/* ——— Section alt bg ——— */
.rp-section--muted {
	background: #f1f5f9;
}

/* ——— Portfolio ——— */
.rp-portfolio__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

@media (min-width: 600px) {
	.rp-portfolio__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 900px) {
	.rp-portfolio__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.rp-port-item {
	position: relative;
	border-radius: var(--rp-radius-lg);
	overflow: hidden;
	/*aspect-ratio: 4 / 3;*/
	background: var(--rp-ink);
	/*border: 1px solid var(--rp-border);*/
	box-shadow: var(--rp-shadow-soft);
	margin: 0 5px 10px 5px;
}

.rp-port-item__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.65s cubic-bezier(0.33, 1, 0.68, 1);
}

.rp-port-item:hover .rp-port-item__img {
	transform: scale(1.06);
}

.rp-port-item__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: stretch;
	padding: 1.25rem;
	background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 14, 0.15) 35%, rgba(10, 10, 14, 0.88) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
}

.rp-port-item:hover .rp-port-item__overlay,
.rp-port-item:focus-within .rp-port-item__overlay {
	opacity: 1;
	pointer-events: auto;
}

.rp-port-item__title {
	font-family: var(--rp-display);
	font-size: 0.9375rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 1rem;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.rp-port-item__actions {
	display: flex;
	gap: 0.65rem;
}

.rp-port-item__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 12px;
	border: none;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, transform 0.2s;
	text-decoration: none;
}

.rp-port-item__btn:hover {
	background: var(--rp-primary);
	color: #fff;
	transform: translateY(-2px);
}

.rp-port-item__btn:focus-visible {
	outline: 2px solid var(--rp-primary);
	outline-offset: 2px;
}

/* ——— Lightbox ——— */
.rp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(8, 8, 12, 0.88);
	backdrop-filter: blur(8px);
	display: grid;
	place-items: center;
	padding: 2rem;
}

.rp-lightbox[hidden] {
	display: none;
}

.rp-lightbox__img {
	max-width: min(92vw, 1100px);
	max-height: 85vh;
	width: auto;
	height: auto;
	border-radius: var(--rp-radius);
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}

.rp-lightbox__close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	width: 3rem;
	height: 3rem;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s;
}

.rp-lightbox__close:hover {
	background: var(--rp-primary);
}

/* ——— Pricing (4 tiers) ——— */
.e-fab-whatsapp{
	height: 24px;
    fill: #fff;
    margin-right: 10px;
}

.rp-pricing__grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	align-items: stretch;
}

@media (min-width: 640px) {
	.rp-pricing__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1100px) {
	.rp-pricing__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* ——— FAQ ——— */
.rp-faq {
	max-width: 42rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.rp-faq__item {
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	border-radius: var(--rp-radius);
	box-shadow: var(--rp-shadow-soft);
	overflow: hidden;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.rp-faq__item:hover {
	border-color: rgba(37, 99, 235, 0.22);
}

.rp-faq__item[open] {
	border-color: rgba(37, 99, 235, 0.35);
	box-shadow: 0 12px 36px rgba(37, 99, 235, 0.08);
}

.rp-faq__q {
	padding: 1.1rem 1.25rem;
	padding-right: 2.5rem;
	font-family: var(--rp-display);
	font-size: 1rem;
	font-weight: 600;
	color: var(--rp-ink);
	cursor: pointer;
	list-style: none;
	position: relative;
	line-height: 1.4;
}

.rp-faq__q::-webkit-details-marker {
	display: none;
}

.rp-faq__q::after {
	content: "";
	position: absolute;
	right: 1.15rem;
	top: 50%;
	width: 0.5rem;
	height: 0.5rem;
	border-right: 2px solid var(--rp-primary);
	border-bottom: 2px solid var(--rp-primary);
	transform: translateY(-65%) rotate(45deg);
	transition: transform 0.25s ease;
}

.rp-faq__item[open] .rp-faq__q::after {
	transform: translateY(-25%) rotate(225deg);
}

.rp-faq__a {
	padding: 0 1.25rem 1.15rem;
	border-top: 1px solid var(--rp-border);
}

.rp-faq__a p {
	margin: 0;
	padding-top: 0.85rem;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--rp-ink-muted);
}

.rp-price-card {
	background: var(--rp-surface);
	border-radius: var(--rp-radius-lg);
	padding: 2rem 1rem;
	border: 1px solid var(--rp-border);
	display: flex;
	flex-direction: column;
}

.rp-price-card--featured {
	border-color: var(--rp-primary);
	box-shadow: 0 20px 50px rgba(37, 99, 235, 0.15);
	position: relative;
}

.rp-price-card--featured::before {
	content: "Popular";
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: var(--rp-primary);
	color: #fff;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
}

.rp-price-card h3 {
	font-family: var(--rp-display);
	font-size: 1.25rem;
	margin: 0 0 0.25rem;
}

.rp-price-card .rp-price {
	font-family: var(--rp-display);
	font-size: 2.25rem;
	font-weight: 700;
	color: var(--rp-ink);
	margin: 1rem 0 0.5rem;
}

.rp-price-card .rp-price small {
	font-size: 1rem;
	font-weight: 500;
	color: var(--rp-ink-muted);
}

.rp-price-card ul {
	list-style: none;
	margin: 1.25rem 0 1.5rem;
	padding: 0;
	flex: 1;
}

.rp-price-card li {
	padding: 0.5rem 0;
	padding-left: 0;
	position: relative;
	font-size: 0.9375rem;
	color: var(--rp-ink-muted);
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.rp-price-card li::before {
	display: none;
}

.rp-price-li__fa {
	flex-shrink: 0;
	width: 1.125rem;
	margin-top: 0.12em;
	font-size: 0.9375rem;
	line-height: 1.25;
	text-align: center;
}

.rp-price-li__fa--included {
	color: var(--rp-primary);
}

.rp-price-li__fa--excluded {
	color: var(--rp-ink-muted);
	opacity: 0.92;
}

.rp-price-card .rp-btn {
	width: 100%;
}

/* ——— Testimonials carousel ——— */
.rp-tcarousel {
	position: relative;
	margin-top: 0.5rem;
}

.rp-tcarousel__toolbar {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.rp-tcarousel__nav {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 12px;
	border: 1px solid var(--rp-border);
	background: var(--rp-surface);
	color: var(--rp-ink);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.2s, background 0.2s, color 0.2s;
	box-shadow: var(--rp-shadow-soft);
}

.rp-tcarousel__nav:hover {
	background: var(--rp-surface);
	border-color: var(--rp-primary);
	color: var(--rp-primary);
}

.rp-tcarousel__viewport {
	overflow: hidden;
	border-radius: var(--rp-radius-lg);
}

.rp-tcarousel__track {
	will-change: transform;
}

.rp-tcarousel__slide {
	flex-shrink: 0;
}

.rp-tcarousel__slide .rp-quote {
	height: 100%;
	min-height: 220px;
	display: flex;
	flex-direction: column;
}

.rp-tcarousel__dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.rp-tcarousel__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: none;
	padding: 0;
	background: rgba(18, 18, 24, 0.18);
	cursor: pointer;
	transition: transform 0.25s, background 0.25s;
}

.rp-tcarousel__dot.is-active {
	background: var(--rp-primary);
	transform: scale(1.25);
}

.rp-quote {
	background: var(--rp-surface);
	border-radius: var(--rp-radius);
	padding: 1.65rem 1.5rem;
	border: 1px solid var(--rp-border);
	box-shadow: var(--rp-shadow-soft);
	margin: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.rp-quote::before {
	content: "“";
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	font-family: Georgia, serif;
	font-size: 4rem;
	line-height: 1;
	color: var(--rp-primary-soft);
	opacity: 0.9;
	pointer-events: none;
}

.rp-quote p {
	margin: 0 0 1rem;
	font-size: 0.96875rem;
	color: var(--rp-ink-muted);
	font-style: italic;
	line-height: 1.65;
	position: relative;
	z-index: 1;
}

.rp-quote__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1rem;
	margin-top: auto;
	padding-top: 0.35rem;
	position: relative;
	z-index: 1;
}

.rp-quote__bottom footer {
	flex: 1;
	min-width: 0;
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--rp-ink);
}

.rp-quote footer span {
	display: block;
	font-weight: 500;
	color: var(--rp-ink-muted);
	font-size: 0.8125rem;
	margin-top: 0.2rem;
}

.rp-quote__brand {
	flex-shrink: 0;
	line-height: 0;
	opacity: 0.92;
	transition: opacity 0.2s ease;
}

a.rp-quote__brand:hover {
	opacity: 1;
}

.rp-quote__brand img {
	max-height: 2.5rem;
	max-width: 7.75rem;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: right bottom;
	display: block;
	filter: grayscale(0.08);
}

a.rp-quote__brand:focus-visible {
	outline: 2px solid var(--rp-primary);
	outline-offset: 3px;
	border-radius: 4px;
}

/* Logo slider */
.rp-logos {
	padding: 2rem 0;
	overflow: hidden;
}

.rp-logos__wrap {
	overflow: hidden;
	position: relative;
}

.rp-logos__track {
	display: flex;
	width: max-content;
	animation: rpLogoScroll 20s linear infinite;
}

.rp-logo {
	flex: 0 0 6%; /* 5 logos */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.rp-logo img {
	max-width: 120px;
	opacity: 0.7;
	filter: grayscale(100%);
	transition: all 0.3s ease;
}

.rp-logo img:hover {
	opacity: 1;
	filter: grayscale(0%);
}

/* ANIMATION */
@keyframes rpLogoScroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* PAUSE ON HOVER */
.rp-logos__wrap:hover .rp-logos__track {
	animation-play-state: paused;
}

/* ——— Contact ——— */
.rp-contact__grid {
	display: grid;
	gap: 2rem;
}

@media (min-width: 800px) {
	.rp-contact__grid {
		grid-template-columns: 0.9fr 1.1fr;
	}
}

.rp-contact__info p {
	margin: 0 0 1rem;
	color: var(--rp-ink-muted);
	font-size: 0.9375rem;
}

.rp-contact__info .rp-eyebrow{
	color:var(--rp-primary);
}

.rp-contact__info a {
	font-weight: 600;
	color: var(--rp-ink);
}

.rp-form label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	margin-bottom: 0.35rem;
	color: var(--rp-ink);
}

.rp-form input,
.rp-form textarea {
	width: 100%;
	padding: 0.75rem 1rem;
	font-family: var(--rp-font);
	font-size: 1rem;
	border: 1px solid var(--rp-border);
	border-radius: 10px;
	margin-bottom: 1rem;
	background: var(--rp-surface);
}

.rp-form input:focus,
.rp-form textarea:focus {
	outline: none;
	border-color: var(--rp-primary);
	box-shadow: 0 0 0 3px var(--rp-primary-soft);
}

.rp-form textarea {
	min-height: 140px;
	resize: vertical;
}

/* ——— Subscribe: text left | form right ——— */
.rp-subscribe {
	background: linear-gradient(239deg, #2563eb, #22c55e);
	color: #fff;
}

.rp-subscribe .rp-h2,
.rp-subscribe .rp-lead {
	color: #fff;
}

.rp-subscribe .rp-lead {
	opacity: 0.92;
}

.rp-subscribe__layout {
	display: grid;
	gap: clamp(1.5rem, 4vw, 2.25rem);
	align-items: center;
}

.rp-subscribe__copy {
	min-width: 0;
	text-align: left;
}

.rp-subscribe__copy .rp-h2 {
	max-width: 35rem;
}

.rp-subscribe__copy .rp-lead {
	margin-bottom: 0;
	max-width: 35rem;
}

.rp-subscribe__form-col {
	min-width: 0;
	width: 100%;
}

.rp-subscribe__form {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.75rem;
	width: 100%;
	max-width: none;
	margin-top: 0;
}

.rp-subscribe__form input[type="email"] {
	flex: 1 1 180px;
	min-width: 0;
	padding: 0.875rem 1.125rem;
	border-radius: 999px;
	border: none;
	font-family: var(--rp-font);
	font-size: 1rem;
}

.rp-subscribe__form .rp-btn--primary {
	flex-shrink: 0;
	background: #fff;
	color: var(--rp-primary-dark);
	border-color: #fff;
}

.rp-subscribe__form .rp-btn--primary:hover {
	background: var(--rp-cream);
	color: var(--rp-primary-dark);
	border-color: var(--rp-cream);
}

@media (min-width: 768px) {
	.rp-subscribe__layout {
		grid-template-columns: minmax(0, 1fr) minmax(260px, min(38vw, 400px));
		gap: clamp(1.75rem, 4vw, 3rem);
	}

	.rp-subscribe__form-col {
		justify-self: end;
	}
}
