/*
Theme Name: RehabPilot
Theme URI: https://rehabpilot.rosenheinrich.com
Author: Phillip Rosenheinrich
Author URI: https://rosenheinrich.com
Description: Marketing theme for RehabPilot ??? clinical glassmorphism layout, shortcode-driven content, B2B physiotherapy SaaS.
Version: 1.4.98
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rehabpilot-minimal
*/

/* Self-hosted: Ubuntu 400/500/700 (UFL), Nunito 400 (OFL) ? assets/fonts/ */

@font-face {
	font-family: "Nunito";
	font-style: normal;
	font-weight: 400;
	font-display: optional;
	src: url("assets/fonts/nunito-latin-ext.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: "Nunito";
	font-style: normal;
	font-weight: 400;
	font-display: optional;
	src: url("assets/fonts/nunito-latin.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;
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 400;
	font-display: optional;
	src: url("assets/fonts/ubuntu-400-latin-ext.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: "Ubuntu";
	font-style: normal;
	font-weight: 400;
	font-display: optional;
	src: url("assets/fonts/ubuntu-400-latin.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;
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	font-display: optional;
	src: url("assets/fonts/ubuntu-500-latin-ext.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: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	font-display: optional;
	src: url("assets/fonts/ubuntu-500-latin.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;
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 700;
	font-display: optional;
	src: url("assets/fonts/ubuntu-700-latin-ext.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: "Ubuntu";
	font-style: normal;
	font-weight: 700;
	font-display: optional;
	src: url("assets/fonts/ubuntu-700-latin.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;
}

html {
	background-color: var(--rp-bg-app);
	scroll-behavior: smooth;
	overflow-x: clip;
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	color: var(--rp-text);
	font-family: var(--rp-font-body, "Nunito", system-ui, sans-serif);
	font-weight: 400;
	margin: 0;
	padding: 0;
	overflow-x: clip;
	max-width: 100%;
}

:root {
	--rp-content-gutter: clamp(1.25rem, 4vw, 2rem);
}

body.rp-front-page {
	color: var(--rp-text);
	background: var(--rp-surface);
}

html:has(body.rp-front-page) {
	background: var(--rp-surface);
	background-image: none;
}

body.rp-pricing-page-view {
	color: var(--rp-text);
	background: var(--rp-surface);
}

html:has(body.rp-pricing-page-view) {
	background: var(--rp-surface);
	background-image: none;
}

/* Light marketing shell ??? home, pricing, docs, 404, legal pages */
body.rp-marketing-light {
	color: var(--rp-text);
	background: var(--rp-bg-mist);
}

html:has(body.rp-marketing-light) {
	background: var(--rp-bg-mist);
	background-image: none;
	background-attachment: scroll;
}

/* Offset anchor jumps so headings clear the sticky site nav. */
html:has(body.rp-marketing-light),
html:has(body.rp-front-page),
html:has(body.rp-portal-view) {
	scroll-padding-top: 5rem;
}

/* Unified site nav chrome: App ShellDarkHeader / phoneHeaderGradient. */
body.rp-marketing-light .rp-site-nav,
body.rp-front-page .rp-site-nav,
body.rp-portal-view .rp-site-nav {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	isolation: isolate;
	background-color: var(--rp-nav-chrome-deep, #0E243F);
	background-image: var(--rp-nav-chrome-gradient);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-bottom: none;
	box-shadow: 0 3px 12px rgba(14, 36, 63, 0.35);
	padding:
		max(0.5rem, env(safe-area-inset-top, 0px))
		0
		0;
}

body.rp-marketing-light .rp-site-nav__inner,
body.rp-front-page .rp-site-nav__inner,
body.rp-portal-view .rp-site-nav__inner {
	position: relative;
	z-index: 1;
	display: block;
	max-width: var(--rp-content-max);
	margin-left: auto;
	margin-right: auto;
	padding-right: var(--rp-content-gutter);
	box-sizing: border-box;
}

/* No ice-mist layers on site nav ? homepage chrome everywhere. */
body.rp-marketing-light .rp-site-nav::before,
body.rp-front-page .rp-site-nav::before,
body.rp-portal-view .rp-site-nav::before,
body.rp-marketing-light .rp-site-nav::after,
body.rp-front-page .rp-site-nav::after,
body.rp-portal-view .rp-site-nav::after {
	content: none;
	display: none;
}

body.rp-marketing-light .rp-site-footer--rich .rp-site-footer__links a,
body.rp-marketing-light .rp-site-footer--rich .rp-site-footer__legal-nav a {
	color: rgba(255, 255, 255, 0.78);
}

body.rp-marketing-light .rp-site-footer--rich .rp-site-footer__links a:hover,
body.rp-marketing-light .rp-site-footer--rich .rp-site-footer__legal-nav a:hover {
	color: #ffffff;
}

body.rp-marketing-light .rp-main {
	min-height: auto;
}

body.rp-marketing-light.rp-page-text .rp-page-content {
	max-width: none;
	padding: 0;
}

body.rp-marketing-light .rp-faq__question {
	color: var(--rp-text);
}

body.rp-marketing-light .rp-faq__answer {
	color: var(--rp-text-muted);
}

.rp-skip-link {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 100000;
	padding: 0.5rem 0.85rem;
	border-radius: 6px;
	background: var(--rp-bg-input);
	color: var(--rp-brand);
	font-family: var(--rp-font-display);
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	transform: translateY(-200%);
	transition: transform 0.15s ease;
}

.rp-skip-link:focus {
	transform: translateY(0);
	outline: 2px solid var(--rp-accent);
	outline-offset: 2px;
}

.rp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

a:focus-visible,
.rp-lang-switcher__trigger:focus-visible,
.rp-lang-switcher__option:focus-visible,
.rp-nav-dropdown__trigger:focus-visible,
.rp-site-footer a:focus-visible {
	outline: 2px solid var(--rp-accent);
	outline-offset: 3px;
	border-radius: 4px;
}

.rp-main {
	min-height: 100vh;
}

body.rp-front-page .rp-main {
	min-height: auto;
	display: block;
}

body.rp-front-page .rp-page-content {
	flex: none;
	display: block;
	width: 100%;
	max-width: none;
}


/* ?????? Site nav (subpages + language switcher) ?????? */

.rp-site-nav {
	width: 100%;
	max-width: 100%;
	overflow: visible;
	padding:
		max(0.85rem, env(safe-area-inset-top, 0px))
		var(--rp-content-gutter)
		0.5rem;
}

.rp-site-nav__inner {
	display: block;
	width: 100%;
	max-width: var(--rp-content-max);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	font-family: var(--rp-font-display);
	font-size: 0.82rem;
}

body.rp-front-page .rp-site-nav__inner {
	max-width: var(--rp-content-max);
}

.rp-lang-switcher {
	position: relative;
	display: inline-flex;
	flex-shrink: 0;
}

.rp-lang-switcher__trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	min-height: 36px;
	padding: 0.4rem 0.55rem;
	box-sizing: border-box;
	border-radius: 8px;
	color: var(--rp-text-muted);
	background: var(--rp-bg-input);
	border: 1px solid var(--rp-border);
	font-family: var(--rp-font-display);
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.06em;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.rp-lang-switcher__trigger:hover,
.rp-lang-switcher.is-open .rp-lang-switcher__trigger {
	color: var(--rp-text);
	background: var(--rp-accent-subtle);
	border-color: var(--rp-accent-subtle-hover);
}

.rp-lang-switcher__chevron {
	display: block;
	width: 0.35rem;
	height: 0.35rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	opacity: 0.72;
	transition: transform 0.2s ease;
}

.rp-lang-switcher.is-open .rp-lang-switcher__chevron {
	transform: rotate(225deg) translateY(1px);
}

.rp-lang-switcher__menu {
	position: absolute;
	top: calc(100% + 0.35rem);
	right: 0;
	z-index: 200;
	min-width: 9.5rem;
	max-height: min(16rem, 70vh);
	overflow-y: auto;
	margin: 0;
	padding: 0.35rem;
	list-style: none;
	border-radius: 8px;
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	box-shadow: var(--rp-shadow-lg);
}

.rp-lang-switcher__menu:not([hidden]) {
	display: block;
}

.rp-lang-switcher__menu li + li {
	margin-top: 0.15rem;
}

.rp-lang-switcher__option {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	width: 100%;
	padding: 0.45rem 0.55rem;
	box-sizing: border-box;
	border-radius: 6px;
	color: var(--rp-text-muted);
	text-decoration: none;
	font-family: var(--rp-font-display);
	transition: color 0.15s ease, background 0.15s ease;
}

.rp-lang-switcher__option:hover,
.rp-lang-switcher__option:focus-visible {
	color: var(--rp-text);
	background: var(--rp-accent-subtle);
}

.rp-lang-switcher__option.is-active {
	color: var(--rp-text);
	background: var(--rp-accent-subtle);
}

.rp-lang-switcher__code {
	flex-shrink: 0;
	min-width: 1.75rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.rp-lang-switcher__label {
	font-size: 0.78rem;
	font-weight: 400;
	line-height: 1.2;
}

/* ?????? Text pages (privacy, imprint, etc.) ?????? */

body.rp-page-text .rp-page-content--text {
	max-width: none;
	margin: 0;
	padding: 0;
	line-height: 1.65;
	color: var(--rp-text);
}

body.rp-page-text .rp-page-content--text h1,
body.rp-page-text .rp-page-content--text h2,
body.rp-page-text .rp-page-content--text h3 {
	font-family: var(--rp-font-display);
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	color: var(--rp-navy);
}

body.rp-page-text .rp-page-content--text h1 {
	font-size: var(--rp-text-page-h1, clamp(1.75rem, 4vw, 2.25rem));
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.2;
	letter-spacing: -0.02em;
}

body.rp-page-text .rp-page-content--text h2 {
	font-size: var(--rp-text-page-h2, clamp(1.35rem, 3vw, 1.65rem));
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.25;
}

body.rp-page-text .rp-page-content--text h3 {
	font-size: 1.125rem;
	font-weight: var(--rp-font-medium, 500);
	line-height: 1.3;
}

body.rp-page-text .rp-page-content--text a:not(.rp-btn) {
	color: var(--rp-teal-dim);
}

body.rp-page-text .rp-page-content--text a:not(.rp-btn):hover {
	color: var(--rp-navy);
}

body.rp-page-text .rp-page-content--text p,
body.rp-page-text .rp-page-content--text li {
	margin-bottom: 1em;
}

/* Hide duplicate page title if the block editor adds one */
body.rp-page-text .rp-page-content--text .wp-block-post-title {
	display: none;
}

/* Block editor alignment on text pages */
body.rp-page-text .rp-page-content--text .alignwide {
	max-width: var(--rp-content-max);
}

body.rp-page-text .rp-page-content--text .alignfull {
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100%;
}

/*
 * Shared off-home page shell (everything except homepage).
 * Full-bleed hero, then 1280px content column ? docs, legal, trial, about, changelog, contact.
 */
.rp-page.rp-prose,
.rp-page.rp-legal,
.rp-page.rp-docs,
.rp-page.rp-about,
.rp-page.rp-changelog-page,
.rp-page.rp-shell {
	max-width: var(--rp-content-max, 1280px);
	width: 100%;
	margin: 0 auto;
	padding:
		clamp(1.25rem, 3vw, 2.5rem)
		var(--rp-content-gutter)
		clamp(2.5rem, 5vw, 4rem);
	color: var(--rp-text);
	box-sizing: border-box;
}

/* Hero is full-bleed; cancel top pad so it sits flush under the nav */
.rp-page.rp-prose > .rp-page-hero:first-child,
.rp-page.rp-legal > .rp-page-hero:first-child,
.rp-page.rp-docs > .rp-page-hero:first-child,
.rp-page.rp-about > .rp-page-hero:first-child,
.rp-page.rp-changelog-page > .rp-page-hero:first-child,
.rp-page.rp-shell > .rp-page-hero:first-child {
	margin-top: calc(-1 * clamp(1.25rem, 3vw, 2.5rem));
}

/* Compact band ? content: less air under dark heroes */
.rp-page-hero + .rp-section,
.rp-compare-landing > .rp-page-hero + .rp-section,
.rp-features-page > .rp-page-hero + .rp-section,
.rp-how-page > .rp-page-hero + .rp-section {
	padding-top: clamp(1.35rem, 3vw, 2rem);
}

/* Optional narrow reading column inside the 1280 shell (long legal prose) */
.rp-shell__prose {
	max-width: var(--rp-prose-max, 44rem);
	margin-inline: auto;
}

.rp-legal__meta {
	margin: 0 0 1.75rem;
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--rp-text-muted);
}

.rp-legal h1:not(.rp-page-hero__title) {
	margin: 0 0 0.5rem;
	font-family: var(--rp-font-display);
	font-size: var(--rp-text-page-h1, clamp(1.75rem, 4vw, 2.25rem));
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--rp-navy);
}

.rp-legal h2 {
	margin: 2rem 0 0.75rem;
	font-family: var(--rp-font-display);
	font-weight: var(--rp-font-bold, 700);
	font-size: var(--rp-text-page-h2, clamp(1.35rem, 3vw, 1.65rem));
	line-height: 1.25;
	color: var(--rp-navy);
}

.rp-legal p:not(.rp-page-hero__lead),
.rp-legal li {
	line-height: 1.65;
	color: var(--rp-text-muted);
}

.rp-legal a {
	color: var(--rp-teal-dim);
	text-decoration: underline;
	text-decoration-color: rgba(15, 118, 110, 0.35);
	text-underline-offset: 0.12em;
}

.rp-legal a:hover {
	color: var(--rp-navy);
}

/* Buttons inside legal/download pages must keep button styling, not link styling. */
.rp-legal a.rp-btn {
	text-decoration: none;
}

.rp-legal a.rp-btn--primary,
.rp-legal a.rp-btn--primary:hover,
.rp-legal a.rp-btn--primary:focus-visible {
	color: var(--rp-text-on-accent);
	font-weight: 600;
}

.rp-legal code {
	font-size: 0.9em;
	background: var(--rp-surface-alt);
	padding: 0.1rem 0.35rem;
	border-radius: 4px;
}

/* ?????? Documentation guides ?????? */

.rp-docs-breadcrumb {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
	color: var(--rp-text-muted);
}

.rp-docs-breadcrumb a {
	color: var(--rp-teal-dim);
}

.rp-docs-toc {
	margin: 1.5rem 0 2rem;
	padding: 1rem 1.25rem;
	background: var(--rp-surface-alt);
	border-radius: 8px;
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.rp-docs-toc__title {
	margin: 0 0 0.5rem;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--rp-navy);
}

.rp-docs-toc ol {
	margin: 0;
	padding-left: 1.25rem;
}

.rp-docs-toc li {
	margin: 0.25rem 0;
	font-size: 0.92rem;
}

.rp-docs-hub {
	display: grid;
	gap: var(--rp-space-4, 16px);
	margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
	align-items: stretch;
}

.rp-page.rp-docs--hub > .rp-page-hero + .rp-docs-hub__section {
	margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.rp-docs-hub__section {
	margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
	border-radius: var(--rp-radius-lg, 16px);
	background: var(--rp-surface, #fff);
	border: 1px solid var(--rp-border, #e8ebf0);
	box-shadow: var(--rp-shadow-card, 0 4px 16px rgba(14, 36, 63, 0.06));
}

.rp-docs-hub__section h2 {
	margin: 0 0 0.85rem;
	font-family: var(--rp-font-display);
	font-size: clamp(1.2rem, 2.4vw, 1.45rem);
	font-weight: var(--rp-font-bold, 700);
	color: var(--rp-navy);
}

.rp-docs-hub__section > p {
	margin: 0 0 0.75rem;
	line-height: 1.65;
	color: var(--rp-text-muted);
}

.rp-docs-hub__steps {
	margin: 0;
	padding-left: 1.25rem;
	line-height: 1.65;
	color: var(--rp-text-muted);
}

.rp-docs-hub__steps li + li {
	margin-top: 0.55rem;
}

.rp-page.rp-docs--hub > .rp-docs-faq {
	margin-top: 0.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(26, 75, 122, 0.12);
}

@media (min-width: 640px) {
	.rp-docs-hub {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 960px) {
	.rp-docs-hub {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.rp-docs-hub__card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	grid-template-rows: auto auto 1fr;
	column-gap: 0.75rem;
	align-content: stretch;
	height: 100%;
	padding: var(--rp-space-5, 20px) var(--rp-space-6, 24px);
	background: var(--rp-surface);
	border-radius: var(--rp-radius-lg, 16px);
	border: 1px solid var(--rp-border);
	box-shadow: var(--rp-shadow-card);
	transition: box-shadow var(--rp-transition, 0.2s ease), transform var(--rp-transition, 0.2s ease),
		border-color var(--rp-transition, 0.2s ease);
}

.rp-docs-hub__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	width: 2rem;
	height: 2rem;
	margin: 0.15rem 0 0;
	border-radius: 999px;
	background: var(--rp-brand, #1A4B7A);
	color: #fff;
	font-family: var(--rp-font-display);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
}

.rp-docs-hub__card:hover,
.rp-docs-hub__card:focus-within {
	box-shadow: var(--rp-shadow-lg);
	border-color: var(--rp-accent-chip-border, #b8c8dc);
	transform: translateY(-2px);
}

.rp-docs-hub__card h2 {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
	margin: 0 0 var(--rp-space-2, 8px);
	font-size: 1.05rem;
}

.rp-docs-hub__card h2 a {
	text-decoration: none;
	color: var(--rp-navy);
}

.rp-docs-hub__card h2 a:hover,
.rp-docs-hub__card h2 a:focus-visible {
	color: var(--rp-accent);
}

.rp-docs-hub__card p {
	grid-column: 1 / -1;
	margin: 0 0 var(--rp-space-2, 8px);
	font-size: 0.92rem;
	line-height: 1.5;
}

.rp-docs-hub__card > p:not(:last-child) {
	grid-row: 2;
}

/* CTA sits in a wrapping <p> — bottom row of equal-height cards. */
.rp-docs-hub__card > p:last-child {
	grid-row: 3;
	align-self: end;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.85rem;
}

.rp-docs-hub__cta {
	font-weight: 600;
	text-decoration: none !important;
	color: var(--rp-brand, #1A4B7A);
}

.rp-docs-hub__cta:hover,
.rp-docs-hub__cta:focus-visible {
	color: var(--rp-accent);
	text-decoration: underline !important;
}

.rp-docs-table {
	width: 100%;
	max-width: 100%;
	margin: var(--rp-space-4, 16px) 0 var(--rp-space-6, 24px);
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	font-size: 0.95rem;
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	border-radius: var(--rp-radius, 12px);
	overflow: clip;
	box-shadow: var(--rp-shadow-card);
}

/* Avoid card-in-card: section already has border/shadow. */
.rp-docs-hub__section .rp-docs-table {
	margin: 0.35rem 0 1rem;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	background: var(--rp-accent-subtle, #edf2f8);
}

.rp-docs-hub__section .rp-docs-table th {
	background: transparent;
}

.rp-docs-hub__section .rp-docs-table td {
	background: var(--rp-surface, #fff);
}

.rp-docs-hub__section .rp-docs-table thead th:first-child {
	border-top-left-radius: 8px;
}

.rp-docs-hub__section .rp-docs-table thead th:last-child {
	border-top-right-radius: 8px;
}

.rp-docs-table th,
.rp-docs-table td {
	padding: var(--rp-space-3, 12px) var(--rp-space-4, 16px);
	text-align: left;
	border-bottom: 1px solid var(--rp-border);
	vertical-align: top;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.rp-docs-table tr:last-child td {
	border-bottom: 0;
}

.rp-docs-table th {
	background: var(--rp-accent-subtle, #edf2f8);
	color: var(--rp-navy);
	font-weight: 600;
}

.rp-docs-dl dt {
	margin: 1.25rem 0 0.35rem;
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-docs-dl dd {
	margin: 0 0 0.5rem;
}

.rp-docs-next {
	margin-top: 2.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	font-size: 0.95rem;
}

.rp-legal h3 {
	margin: 1.5rem 0 0.5rem;
	font-family: var(--rp-font-display);
	font-weight: var(--rp-font-medium, 500);
	font-size: 1rem;
	color: var(--rp-navy);
}

/* ?????? Marketing landing ?????? */

body.rp-front-page .rp-main,
body.rp-front-page .rp-page-content,
body.rp-front-page .entry-content,
body.rp-front-page .wp-block-html {
	margin: 0;
	padding: 0;
}

body.rp-front-page .rp-landing {
	margin-top: 0;
}

.rp-site-nav__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	width: 100%;
	min-width: 0;
	padding: 0.95rem 0;
}

.rp-site-nav__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.65rem;
	margin-left: auto;
	min-width: 0;
	position: relative;
	z-index: 20;
}

.rp-site-nav__anchors--desktop {
	flex: 1;
	justify-content: center;
	min-width: 0;
}

.rp-site-nav__anchors--mobile {
	flex-direction: column;
	align-items: stretch;
	gap: 0;
}

.rp-site-nav__anchors--mobile a {
	display: block;
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--rp-border);
	font-size: 0.95rem;
}

.rp-site-nav__toggle {
	display: none;
	align-items: center;
	gap: 0.45rem;
	padding: 0.35rem 0.65rem;
	border: 1px solid var(--rp-border);
	border-radius: 8px;
	background: var(--rp-bg-input);
	color: var(--rp-text-muted);
	font-family: var(--rp-font-display);
	font-size: 0.78rem;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.rp-site-nav__toggle:hover {
	background: var(--rp-accent-subtle);
	border-color: var(--rp-accent-subtle-hover);
}

.rp-site-nav__toggle-icon {
	display: block;
	width: 1.1rem;
	height: 2px;
	background: currentColor;
	box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor;
}

.rp-site-nav__panel {
	padding: 0 clamp(1rem, 4vw, 1.5rem) max(1rem, env(safe-area-inset-bottom, 0px));
	border-top: 1px solid var(--rp-border);
}

.rp-site-nav__panel .rp-btn--block {
	width: 100%;
	margin-top: 0.85rem;
	text-align: center;
}

body.rp-nav-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
}

/* Sticky breaks under overflow/fixed body — pin nav while menu is open.
   Cap to viewport + scroll panel so login/CTA stay reachable. */
body.rp-nav-open .rp-site-nav,
body.rp-marketing-light.rp-nav-open .rp-site-nav,
body.rp-front-page.rp-nav-open .rp-site-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	max-height: 100vh;
	max-height: 100dvh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

body.rp-nav-open .rp-site-nav__inner {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	max-height: 100%;
	overflow: hidden;
}

body.rp-nav-open .rp-site-nav__row {
	flex: 0 0 auto;
}

body.rp-nav-open .rp-site-nav__panel {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

html.admin-bar body.rp-nav-open .rp-site-nav {
	top: 32px;
	max-height: calc(100vh - 32px);
	max-height: calc(100dvh - 32px);
}

@media screen and (max-width: 782px) {
	html.admin-bar body.rp-nav-open .rp-site-nav {
		top: 46px;
		max-height: calc(100vh - 46px);
		max-height: calc(100dvh - 46px);
	}
}

html.admin-bar #wpadminbar {
	max-width: 100%;
	overflow-x: auto;
	box-sizing: border-box;
}

.rp-site-nav__anchors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.4rem 2.35rem;
}

.rp-site-nav__anchors a {
	color: var(--rp-text);
	text-decoration: none;
	font-family: var(--rp-font-display);
	font-size: 1.05rem;
	font-weight: 500;
	transition: color 0.2s ease;
}

.rp-site-nav__anchors a:hover {
	color: var(--rp-accent);
}

.rp-site-nav__anchors .rp-nav-dropdown__trigger {
	color: var(--rp-text);
	font-family: var(--rp-font-display);
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.2;
	transition: color 0.2s ease;
}

.rp-site-nav__anchors .rp-nav-dropdown__trigger:hover,
.rp-site-nav__anchors .rp-nav-dropdown__trigger:focus-visible,
.rp-site-nav__anchors .rp-nav-dropdown.is-open .rp-nav-dropdown__trigger {
	color: var(--rp-accent);
}

.rp-site-nav__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	min-width: 0;
	color: var(--rp-brand);
	text-decoration: none;
	font-family: var(--rp-font-display);
	font-weight: 600;
	font-size: 1.75rem;
}

.rp-site-nav__brand img {
	display: block;
	width: 72px;
	height: 72px;
	flex-shrink: 0;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	filter: none;
}

.rp-site-nav__cta {
	min-height: 36px;
	padding: 0.4rem 0.9rem;
	font-size: 0.8rem;
	white-space: nowrap;
}

.rp-site-nav__login {
	min-height: 36px;
	padding: 0.35rem 0.75rem;
	font-size: 0.8rem;
	white-space: nowrap;
}

.rp-site-nav__account {
	min-height: 36px;
	padding: 0.4rem 0.9rem;
	font-size: 0.8rem;
	font-weight: 600;
	white-space: nowrap;
}

body.rp-front-page .rp-site-nav__account,
body.rp-marketing-light .rp-site-nav__account {
	box-shadow: 0 2px 8px rgba(14, 36, 63, 0.28);
}

.rp-site-nav__actions .rp-lang-switcher__trigger {
	min-height: 44px;
	padding: 0.55rem 0.75rem;
	font-size: 0.9rem;
}

/* App navy nav chrome ? light text/controls on phoneHeader gradient */
body.rp-front-page .rp-site-nav__brand,
body.rp-marketing-light .rp-site-nav__brand,
body.rp-portal-view .rp-site-nav__brand {
	color: var(--rp-nav-on-chrome, #fff);
}

body.rp-front-page .rp-site-nav__anchors > a,
body.rp-marketing-light .rp-site-nav__anchors > a,
body.rp-portal-view .rp-site-nav__anchors > a {
	color: var(--rp-nav-on-chrome, #fff);
}

body.rp-front-page .rp-site-nav__anchors > a:hover,
body.rp-marketing-light .rp-site-nav__anchors > a:hover,
body.rp-portal-view .rp-site-nav__anchors > a:hover {
	color: var(--rp-nav-on-chrome-muted, #E8EEF4);
}

body.rp-front-page .rp-site-nav__anchors .rp-nav-dropdown__trigger,
body.rp-marketing-light .rp-site-nav__anchors .rp-nav-dropdown__trigger,
body.rp-portal-view .rp-site-nav__anchors .rp-nav-dropdown__trigger {
	color: var(--rp-nav-on-chrome, #fff);
}

body.rp-front-page .rp-site-nav__anchors .rp-nav-dropdown__trigger:hover,
body.rp-front-page .rp-site-nav__anchors .rp-nav-dropdown__trigger:focus-visible,
body.rp-front-page .rp-site-nav__anchors .rp-nav-dropdown.is-open .rp-nav-dropdown__trigger,
body.rp-marketing-light .rp-site-nav__anchors .rp-nav-dropdown__trigger:hover,
body.rp-marketing-light .rp-site-nav__anchors .rp-nav-dropdown__trigger:focus-visible,
body.rp-marketing-light .rp-site-nav__anchors .rp-nav-dropdown.is-open .rp-nav-dropdown__trigger,
body.rp-portal-view .rp-site-nav__anchors .rp-nav-dropdown__trigger:hover,
body.rp-portal-view .rp-site-nav__anchors .rp-nav-dropdown__trigger:focus-visible,
body.rp-portal-view .rp-site-nav__anchors .rp-nav-dropdown.is-open .rp-nav-dropdown__trigger {
	color: var(--rp-nav-on-chrome-muted, #E8EEF4);
}

body.rp-front-page .rp-site-nav__anchors--mobile a,
body.rp-marketing-light .rp-site-nav__anchors--mobile a,
body.rp-portal-view .rp-site-nav__anchors--mobile a {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* Mobile nested groups: base rules use --rp-text (#000); force chrome-readable colors */
body.rp-front-page .rp-site-nav__mobile-group,
body.rp-marketing-light .rp-site-nav__mobile-group,
body.rp-portal-view .rp-site-nav__mobile-group {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

body.rp-front-page .rp-site-nav__mobile-group-label,
body.rp-marketing-light .rp-site-nav__mobile-group-label,
body.rp-portal-view .rp-site-nav__mobile-group-label {
	color: var(--rp-nav-on-chrome-muted, #E8EEF4);
}

body.rp-front-page .rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink,
body.rp-marketing-light .rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink,
body.rp-portal-view .rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink {
	color: var(--rp-nav-on-chrome, #fff);
	border-left-color: rgba(255, 255, 255, 0.35);
}

body.rp-front-page .rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink:hover,
body.rp-front-page .rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink:focus-visible,
body.rp-marketing-light .rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink:hover,
body.rp-marketing-light .rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink:focus-visible,
body.rp-portal-view .rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink:hover,
body.rp-portal-view .rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink:focus-visible {
	color: var(--rp-nav-on-chrome-muted, #E8EEF4);
}

body.rp-front-page .rp-site-nav__login.rp-btn--ghost,
body.rp-marketing-light .rp-site-nav__login.rp-btn--ghost,
body.rp-portal-view .rp-site-nav__login.rp-btn--ghost {
	background: transparent;
	color: var(--rp-nav-on-chrome, #fff);
	border-color: rgba(255, 255, 255, 0.45);
}

body.rp-front-page .rp-site-nav__login.rp-btn--ghost:hover,
body.rp-marketing-light .rp-site-nav__login.rp-btn--ghost:hover,
body.rp-portal-view .rp-site-nav__login.rp-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.65);
	color: var(--rp-nav-on-chrome, #fff);
}

/* Primary nav CTA / account: white fill on navy (AA); not accent blue (vanishes on chrome) */
body.rp-front-page .rp-site-nav__cta.rp-btn--primary,
body.rp-marketing-light .rp-site-nav__cta.rp-btn--primary,
body.rp-portal-view .rp-site-nav__cta.rp-btn--primary,
body.rp-front-page .rp-site-nav__account.rp-btn--primary,
body.rp-marketing-light .rp-site-nav__account.rp-btn--primary,
body.rp-portal-view .rp-site-nav__account.rp-btn--primary,
body.rp-front-page .rp-site-nav__panel .rp-btn--primary,
body.rp-marketing-light .rp-site-nav__panel .rp-btn--primary,
body.rp-portal-view .rp-site-nav__panel .rp-btn--primary {
	background: var(--rp-nav-cta-on-chrome-bg, #fff);
	color: var(--rp-nav-cta-on-chrome-text, var(--rp-navy));
	border-color: transparent;
}

body.rp-front-page .rp-site-nav__cta.rp-btn--primary:hover,
body.rp-front-page .rp-site-nav__cta.rp-btn--primary:focus-visible,
body.rp-marketing-light .rp-site-nav__cta.rp-btn--primary:hover,
body.rp-marketing-light .rp-site-nav__cta.rp-btn--primary:focus-visible,
body.rp-portal-view .rp-site-nav__cta.rp-btn--primary:hover,
body.rp-portal-view .rp-site-nav__cta.rp-btn--primary:focus-visible,
body.rp-front-page .rp-site-nav__account.rp-btn--primary:hover,
body.rp-front-page .rp-site-nav__account.rp-btn--primary:focus-visible,
body.rp-marketing-light .rp-site-nav__account.rp-btn--primary:hover,
body.rp-marketing-light .rp-site-nav__account.rp-btn--primary:focus-visible,
body.rp-portal-view .rp-site-nav__account.rp-btn--primary:hover,
body.rp-portal-view .rp-site-nav__account.rp-btn--primary:focus-visible,
body.rp-front-page .rp-site-nav__panel .rp-btn--primary:hover,
body.rp-front-page .rp-site-nav__panel .rp-btn--primary:focus-visible,
body.rp-marketing-light .rp-site-nav__panel .rp-btn--primary:hover,
body.rp-marketing-light .rp-site-nav__panel .rp-btn--primary:focus-visible,
body.rp-portal-view .rp-site-nav__panel .rp-btn--primary:hover,
body.rp-portal-view .rp-site-nav__panel .rp-btn--primary:focus-visible {
	background: var(--rp-nav-on-chrome-muted, #E8EEF4);
	color: var(--rp-nav-cta-on-chrome-text, var(--rp-navy));
	border-color: transparent;
}

body.rp-front-page .rp-site-nav .rp-btn:focus-visible,
body.rp-marketing-light .rp-site-nav .rp-btn:focus-visible,
body.rp-portal-view .rp-site-nav .rp-btn:focus-visible,
body.rp-front-page .rp-site-nav__anchors > a:focus-visible,
body.rp-marketing-light .rp-site-nav__anchors > a:focus-visible,
body.rp-portal-view .rp-site-nav__anchors > a:focus-visible,
body.rp-front-page .rp-site-nav__brand:focus-visible,
body.rp-marketing-light .rp-site-nav__brand:focus-visible,
body.rp-portal-view .rp-site-nav__brand:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.45);
	outline-offset: 2px;
}

body.rp-front-page .rp-lang-switcher__trigger,
body.rp-marketing-light .rp-lang-switcher__trigger,
body.rp-portal-view .rp-lang-switcher__trigger,
.rp-site-nav .rp-lang-switcher__trigger {
	color: var(--rp-nav-on-chrome, #fff);
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.35);
}

body.rp-front-page .rp-lang-switcher__trigger:hover,
body.rp-marketing-light .rp-lang-switcher__trigger:hover,
body.rp-portal-view .rp-lang-switcher__trigger:hover,
body.rp-front-page .rp-lang-switcher.is-open .rp-lang-switcher__trigger,
body.rp-marketing-light .rp-lang-switcher.is-open .rp-lang-switcher__trigger,
body.rp-portal-view .rp-lang-switcher.is-open .rp-lang-switcher__trigger,
.rp-site-nav .rp-lang-switcher__trigger:hover,
.rp-site-nav .rp-lang-switcher.is-open .rp-lang-switcher__trigger {
	color: var(--rp-nav-on-chrome, #fff);
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
}

body.rp-front-page .rp-lang-switcher__menu,
body.rp-marketing-light .rp-lang-switcher__menu,
body.rp-portal-view .rp-lang-switcher__menu {
	background: var(--rp-surface);
	border-color: var(--rp-border);
	box-shadow: var(--rp-shadow-lg);
}

body.rp-front-page .rp-lang-switcher__option,
body.rp-marketing-light .rp-lang-switcher__option,
body.rp-portal-view .rp-lang-switcher__option {
	color: var(--rp-text-muted);
}

body.rp-front-page .rp-lang-switcher__option:hover,
body.rp-marketing-light .rp-lang-switcher__option:hover,
body.rp-portal-view .rp-lang-switcher__option:hover {
	color: var(--rp-text);
	background: var(--rp-accent-subtle);
}

body.rp-front-page .rp-site-nav__toggle,
body.rp-marketing-light .rp-site-nav__toggle,
body.rp-portal-view .rp-site-nav__toggle {
	color: var(--rp-nav-on-chrome, #fff);
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.35);
}

body.rp-front-page .rp-site-nav__toggle:hover,
body.rp-marketing-light .rp-site-nav__toggle:hover,
body.rp-portal-view .rp-site-nav__toggle:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
}

body.rp-front-page .rp-site-nav__panel,
body.rp-marketing-light .rp-site-nav__panel,
body.rp-portal-view .rp-site-nav__panel {
	border-top-color: rgba(255, 255, 255, 0.2);
}

body.rp-front-page .rp-site-nav__anchors--mobile a,
body.rp-marketing-light .rp-site-nav__anchors--mobile a,
body.rp-portal-view .rp-site-nav__anchors--mobile a {
	border-bottom-color: var(--rp-border);
}

.rp-hero-band .rp-btn--outline,
.rp-hero-band .rp-btn--outline-light,
.rp-hero-band .rp-btn--ghost {
	color: var(--rp-accent);
	border-color: var(--rp-accent);
	background: transparent;
}

.rp-hero-band .rp-btn--outline:hover,
.rp-hero-band .rp-btn--outline-light:hover,
.rp-hero-band .rp-btn--ghost:hover {
	color: var(--rp-text-on-accent);
	background: var(--rp-accent);
	border-color: var(--rp-accent);
}

.rp-btn--sm {
	min-height: 36px;
	padding: 0.35rem 0.75rem;
	font-size: 0.8rem;
}

@media (max-width: 1120px) {
	.rp-site-nav__cta--get.rp-site-nav__cta--desktop {
		display: none;
	}
}

@media (max-width: 960px) {
	.rp-site-nav__login.rp-site-nav__login--desktop,
	.rp-site-nav__account.rp-site-nav__login--desktop {
		display: none;
	}
}

.rp-landing {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: clip;
}

.rp-hero-band {
	position: relative;
	isolation: isolate;
	background-color: var(--rp-bg-mist, #F1F3F5);
	color: var(--rp-text);
	padding: clamp(1.5rem, 4vw, 2.25rem) var(--rp-content-gutter) clamp(2.5rem, 6vw, 3.5rem);
	overflow-x: clip;
}

/* Real tablet onboarding mist asset (same DNA as Flutter OnboardingEdgeMistBackdrop). */
.rp-hero-band::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image: var(--rp-hero-ice-mist);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Soft ice / lilac washes on top of the mist PNG ? readability without bleaching. */
.rp-hero-band::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image: var(--rp-onboarding-mist-wash);
}

.rp-hero-band > * {
	position: relative;
	z-index: 1;
}



/* —— Cinematic home hero (Kadence-style full-bleed) —— */
.rp-hero-band--cinematic {
	--rp-hero-cinematic-ink: #ffffff;
	--rp-hero-cinematic-ink-muted: rgba(255, 255, 255, 0.88);
	--rp-hero-cinematic-angle: clamp(2.25rem, 5vw, 3.75rem);
	color: var(--rp-hero-cinematic-ink);
	background-color: var(--rp-navy, #1A4B7A);
	background-image: none;
	min-height: min(88vh, 52rem);
	/* Desktop: clear absolute nav + a bit of air before headline */
	padding: clamp(6.75rem, 11vw, 8.5rem) var(--rp-content-gutter) calc(var(--rp-hero-cinematic-angle) + clamp(0.65rem, 1.8vw, 1.15rem));
	overflow: hidden;
	isolation: isolate;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - var(--rp-hero-cinematic-angle)),
		50% 100%,
		0 calc(100% - var(--rp-hero-cinematic-angle))
	);
}

.rp-hero-band--cinematic::before,
.rp-hero-band--cinematic::after {
	content: none;
	display: none;
}

.rp-hero-band--cinematic .rp-hero-band__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.rp-hero-band--cinematic .rp-hero-band__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% center;
}

.rp-hero-band--cinematic .rp-hero-band__veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(
			105deg,
			rgba(26, 75, 122, 0.97) 0%,
			rgba(26, 75, 122, 0.92) 28%,
			rgba(42, 85, 137, 0.72) 48%,
			rgba(42, 85, 137, 0.28) 68%,
			rgba(42, 85, 137, 0.08) 82%,
			transparent 100%
		),
		linear-gradient(
			180deg,
			rgba(14, 36, 63, 0.35) 0%,
			transparent 28%,
			transparent 70%,
			rgba(14, 36, 63, 0.2) 100%
		);
}

.rp-hero-band--cinematic .rp-hero-band__layout {
	position: relative;
	z-index: 2;
	display: block;
	max-width: var(--rp-content-max);
	margin: 0 auto;
	min-width: 0;
}

.rp-hero-band--cinematic .rp-hero-band__copy {
	max-width: min(34rem, 100%);
}

.rp-hero-band--cinematic .rp-hero-band__title {
	color: var(--rp-hero-cinematic-ink);
	text-shadow: 0 1px 18px rgba(14, 36, 63, 0.25);
}

.rp-hero-band--cinematic .rp-hero-band__lead {
	color: var(--rp-hero-cinematic-ink-muted);
	max-width: 36ch;
}

.rp-hero-band--cinematic .rp-hero-band__outcomes,
.rp-hero-band--cinematic .rp-trust-row {
	color: var(--rp-hero-cinematic-ink-muted);
}

.rp-hero-band--cinematic .rp-trust-row li::before {
	border-color: #ffffff;
}

.rp-hero-band--cinematic .rp-btn--primary.rp-hero-band__cta-primary {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--rp-navy, #1A4B7A);
	box-shadow: 0 8px 24px rgba(14, 36, 63, 0.28);
}

.rp-hero-band--cinematic .rp-btn--primary.rp-hero-band__cta-primary:hover,
.rp-hero-band--cinematic .rp-btn--primary.rp-hero-band__cta-primary:focus-visible {
	background: #f3f7fb;
	border-color: #f3f7fb;
	color: var(--rp-navy, #1A4B7A);
}

.rp-hero-band--cinematic .rp-btn--ghost.rp-hero-band__cta-secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.85);
	color: #ffffff;
}

.rp-hero-band--cinematic .rp-btn--ghost.rp-hero-band__cta-secondary:hover,
.rp-hero-band--cinematic .rp-btn--ghost.rp-hero-band__cta-secondary:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: #ffffff;
	color: #ffffff;
}

/* Tablet + phone: same full-bleed photo + veil, denser copy clearance */
@media (max-width: 960px) {
	.rp-hero-band--cinematic {
		min-height: min(78vh, 44rem);
		padding-top: clamp(2rem, 5vw, 2.75rem);
		padding-bottom: calc(var(--rp-hero-cinematic-angle) + clamp(1.25rem, 4vw, 2rem));
	}

	.rp-hero-band--cinematic .rp-hero-band__media {
		position: absolute;
		inset: 0;
		z-index: 0;
		height: auto;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
		overflow: hidden;
	}

	.rp-hero-band--cinematic .rp-hero-band__photo {
		object-position: 72% 28%;
	}

	.rp-hero-band--cinematic .rp-hero-band__veil {
		display: block;
		background:
			linear-gradient(
				180deg,
				rgba(14, 36, 63, 0.72) 0%,
				rgba(26, 75, 122, 0.78) 28%,
				rgba(26, 75, 122, 0.82) 58%,
				rgba(26, 75, 122, 0.72) 100%
			),
			linear-gradient(
				105deg,
				rgba(26, 75, 122, 0.94) 0%,
				rgba(26, 75, 122, 0.72) 42%,
				rgba(42, 85, 137, 0.35) 72%,
				transparent 100%
			);
	}

	.rp-hero-band--cinematic .rp-hero-band__layout {
		position: relative;
		z-index: 2;
		order: initial;
		width: 100%;
	}

	.rp-hero-band--cinematic .rp-hero-band__copy {
		max-width: 100%;
	}

	.rp-hero-band--cinematic .rp-hero-band__outcomes {
		flex-wrap: wrap;
	}
}

@media (max-width: 720px) {
	.rp-hero-band--cinematic {
		--rp-hero-cinematic-angle: 1.5rem;
		display: block;
		min-height: min(88vh, 40rem);
		padding: clamp(2rem, 5vw, 2.75rem) var(--rp-content-gutter) calc(var(--rp-hero-cinematic-angle) + 1.35rem);
	}

	.rp-hero-band--cinematic .rp-hero-band__title {
		font-size: clamp(1.7rem, 7.2vw, 2.15rem);
		line-height: 1.08;
	}

	.rp-hero-band--cinematic .rp-hero-band__lead {
		max-width: none;
		font-size: 0.98rem;
	}

	.rp-hero-band--cinematic .rp-hero-band__outcomes {
		gap: 0.45rem 0.85rem;
	}

	.rp-hero-band--cinematic .rp-hero-band__actions,
	.rp-hero-band--cinematic .rp-mid-cta__actions {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0.65rem;
		width: 100%;
		margin-top: 1.15rem;
	}

	.rp-hero-band--cinematic .rp-btn,
	.rp-hero-band--cinematic .rp-mid-cta__actions .rp-btn {
		width: 100%;
		justify-content: center;
	}

	.rp-hero-band--cinematic .rp-hero-band__photo {
		object-position: 68% 22%;
	}

	.rp-hero-band--cinematic .rp-hero-band__veil {
		background:
			linear-gradient(
				180deg,
				rgba(14, 36, 63, 0.78) 0%,
				rgba(26, 75, 122, 0.86) 34%,
				rgba(26, 75, 122, 0.88) 62%,
				rgba(26, 75, 122, 0.78) 100%
			),
			linear-gradient(
				160deg,
				rgba(26, 75, 122, 0.9) 0%,
				rgba(26, 75, 122, 0.55) 55%,
				rgba(42, 85, 137, 0.22) 100%
			);
	}
}

/* Shared non-home hero SSOT (pricing fill — docs/legal/trial/contact/compare). */
.rp-page-hero {
	--rp-page-hero-ink: #ffffff;
	--rp-page-hero-ink-muted: rgba(255, 255, 255, 0.9);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	text-align: center;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: clamp(1.75rem, 4vw, 2.5rem) var(--rp-content-gutter, 1.25rem);
	box-sizing: border-box;
	background:
		radial-gradient(ellipse 85% 70% at 50% 0%, rgba(255, 255, 255, 0.14), transparent 58%),
		radial-gradient(ellipse 70% 55% at 12% 90%, rgba(20, 46, 79, 0.4), transparent 55%),
		linear-gradient(
			165deg,
			var(--rp-accent-start-pressed, #142e4f) 0%,
			var(--rp-navy, #1a4b7a) 46%,
			var(--rp-accent-end, #2a5589) 100%
		);
	color: var(--rp-page-hero-ink);
	min-height: clamp(14rem, 32vh, 18rem);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Keep slots for photo-hero overrides; no image texture. */
.rp-page-hero::before,
.rp-page-hero::after {
	content: none;
	display: none;
}

.rp-page-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 44rem;
	margin: 0 auto;
}

/* Photo-backed subpage hero (features etc.) — same veil language as home cinematic. */
.rp-page-hero--photo {
	min-height: clamp(16rem, 42vh, 24rem);
	padding: clamp(4.5rem, 9vw, 6.5rem) var(--rp-content-gutter, 1.25rem) clamp(2rem, 4vw, 3rem);
	text-align: left;
}

.rp-page-hero--photo::before,
.rp-page-hero--photo::after {
	content: none;
	display: none;
}

.rp-page-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.rp-page-hero__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
}

.rp-page-hero__veil {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(
			105deg,
			rgba(26, 75, 122, 0.94) 0%,
			rgba(26, 75, 122, 0.88) 30%,
			rgba(42, 85, 137, 0.62) 52%,
			rgba(42, 85, 137, 0.22) 72%,
			transparent 100%
		),
		linear-gradient(
			180deg,
			rgba(14, 36, 63, 0.32) 0%,
			transparent 30%,
			transparent 70%,
			rgba(14, 36, 63, 0.22) 100%
		);
}

.rp-page-hero--photo .rp-page-hero__inner {
	max-width: 36rem;
	margin: 0;
	margin-right: auto;
}

.rp-page-hero--photo .rp-page-hero__title {
	font-size: clamp(1.85rem, 4.2vw, 2.65rem);
	line-height: 1.12;
	text-shadow: 0 1px 18px rgba(14, 36, 63, 0.35);
}

.rp-page-hero--photo .rp-page-hero__lead {
	max-width: 32rem;
	font-size: clamp(1.02rem, 1.8vw, 1.15rem);
	color: var(--rp-page-hero-ink-muted);
}

@media (max-width: 640px) {
	.rp-page-hero--photo {
		text-align: center;
		min-height: clamp(14rem, 48vh, 20rem);
		padding-top: clamp(4rem, 14vw, 5.5rem);
	}

	.rp-page-hero--photo .rp-page-hero__inner {
		margin-inline: auto;
	}

	.rp-page-hero--photo .rp-page-hero__photo {
		object-position: 70% center;
	}
}

.rp-page-hero__eyebrow {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: none;
	color: var(--rp-page-hero-ink-muted);
	text-shadow: none;
}

.rp-page-hero__icon {
	display: flex;
	justify-content: center;
	margin: 0 0 0.65rem;
}

.rp-page-hero__icon .rp-icon-disc--hero {
	width: 64px;
	height: 64px;
}

.rp-page-hero__icon .rp-icon-disc--hero svg {
	width: 32px;
	height: 32px;
}

.rp-page-hero__title {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: var(--rp-text-hero, clamp(1.75rem, 4.5vw, 2.75rem));
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--rp-page-hero-ink);
	text-shadow: 0 1px 18px rgba(14, 36, 63, 0.25);
}

.rp-page-hero__lead {
	margin: var(--rp-space-3, 12px) auto 0;
	max-width: 36rem;
	font-size: 1.05rem;
	line-height: 1.5;
	color: var(--rp-page-hero-ink-muted);
	text-shadow: none;
}

/* Keep title + lead readable on dark page heroes (legal/prose body rules must not win). */
body.rp-page-text .rp-page-content--text .rp-page-hero__title,
.rp-page.rp-legal .rp-page-hero__title,
.rp-page.rp-prose .rp-page-hero__title,
.rp-page.rp-docs .rp-page-hero__title,
.rp-page.rp-about .rp-page-hero__title,
.rp-page.rp-changelog-page .rp-page-hero__title,
.rp-page.rp-shell .rp-page-hero__title {
	margin: 0;
	font-size: var(--rp-text-hero, clamp(1.75rem, 4.5vw, 2.75rem));
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--rp-page-hero-ink, #ffffff);
	text-shadow: 0 1px 18px rgba(14, 36, 63, 0.25);
}

body.rp-page-text .rp-page-content--text .rp-page-hero__lead,
.rp-page.rp-legal .rp-page-hero__lead,
.rp-page.rp-prose .rp-page-hero__lead,
.rp-page.rp-docs .rp-page-hero__lead,
.rp-page.rp-about .rp-page-hero__lead,
.rp-page.rp-changelog-page .rp-page-hero__lead,
.rp-page.rp-shell .rp-page-hero__lead {
	margin: var(--rp-space-3, 12px) auto 0;
	max-width: 36rem;
	font-size: 1.05rem;
	line-height: 1.5;
	color: var(--rp-page-hero-ink-muted, rgba(255, 255, 255, 0.88));
}

.rp-page-hero__cta {
	margin: var(--rp-space-4, 16px) 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--rp-space-2, 8px) var(--rp-space-3, 12px);
	justify-content: center;
	align-items: center;
}

.rp-page-hero__micro {
	margin: var(--rp-space-2, 8px) 0 0;
	width: 100%;
	text-align: center;
	color: var(--rp-page-hero-ink-muted);
}

.rp-page-hero .rp-btn--primary {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--rp-navy, #1A4B7A);
	box-shadow: 0 8px 24px rgba(14, 36, 63, 0.28);
}

.rp-page-hero .rp-btn--primary:hover,
.rp-page-hero .rp-btn--primary:focus-visible {
	background: #f3f7fb;
	border-color: #f3f7fb;
	color: var(--rp-navy, #1A4B7A);
}

.rp-page-hero .rp-btn--secondary,
.rp-page-hero .rp-btn--ghost {
	background: transparent;
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.85);
}

.rp-page-hero .rp-btn--secondary:hover,
.rp-page-hero .rp-btn--secondary:focus-visible,
.rp-page-hero .rp-btn--ghost:hover,
.rp-page-hero .rp-btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	border-color: #ffffff;
}

.rp-page-hero .rp-btn--secondary:active,
.rp-page-hero .rp-btn--ghost:active {
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff;
	border-color: #ffffff;
	transform: translateY(0);
}

/* Currency picker on dark navy page hero. */
.rp-page-hero .rp-currency-picker__label,
.rp-page-hero .rp-currency-picker__note {
	color: var(--rp-page-hero-ink-muted);
}

.rp-page-hero .rp-currency-picker__control {
	border-color: rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: none;
	backdrop-filter: none;
}

.rp-page-hero .rp-currency-picker__option {
	color: var(--rp-page-hero-ink);
}

.rp-page-hero .rp-currency-picker__option.is-active {
	background: #ffffff;
	color: var(--rp-navy, #1A4B7A);
	box-shadow: 0 2px 8px rgba(14, 36, 63, 0.28);
}

.rp-page-hero .rp-currency-picker__option.is-active .rp-currency-picker__symbol {
	color: var(--rp-navy, #1A4B7A);
	opacity: 1;
}

.rp-page-hero .rp-currency-picker__option:hover:not(:disabled):not(.is-active) {
	background: rgba(255, 255, 255, 0.14);
	color: var(--rp-page-hero-ink);
}

.rp-page-hero .rp-mid-cta {
	justify-content: center;
}

/* Legacy class — same tokens as base (no shrink). */
.rp-page-hero--slim {
	min-height: clamp(14rem, 32vh, 18rem);
	padding: clamp(1.75rem, 4vw, 2.5rem) var(--rp-content-gutter, 1.25rem);
}

.rp-page-hero--slim .rp-page-hero__lead {
	font-size: 1.05rem;
	line-height: 1.5;
}

.rp-hero-band--split {
	text-align: left;
}

.rp-hero-band__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.2fr);
	gap: clamp(1rem, 3vw, 2rem);
	align-items: center;
	max-width: var(--rp-content-max);
	margin: 0 auto;
	min-width: 0;
}

.rp-hero-band__copy {
	max-width: 40rem;
	min-width: 0;
}

.rp-hero-band__eyebrow {
	margin: 0 0 0.85rem;
	font-family: var(--rp-font-display);
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: var(--rp-text-meta);
}

.rp-hero-band__inner {
	max-width: 820px;
	margin: 0 auto;
}

.rp-hero-band__badge {
	display: inline-block;
	margin: 0 0 1rem;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: var(--rp-accent-subtle);
	border: 1px solid var(--rp-accent-subtle-hover);
	color: var(--rp-accent);
	font-family: var(--rp-font-display);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.rp-hero-band__title {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: clamp(2.35rem, 5.5vw, 3.75rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.035em;
	color: var(--rp-navy);
}

.rp-hero-band__lead {
	margin: 1.25rem 0 0;
	max-width: 40ch;
	font-family: var(--rp-font-body);
	font-weight: 400;
	font-size: clamp(1.05rem, 2.2vw, 1.2rem);
	line-height: 1.55;
	color: var(--rp-text-muted);
}

.rp-hero-band__actions {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.rp-hero-band__trust {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.65rem;
	margin: 0.15rem 0 0;
	font-family: var(--rp-font-body);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.4;
	color: var(--rp-text-muted, #475569);
}

.rp-hero-band__trust .rp-trust-stars {
	color: #c47a0a;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.12em;
}

.rp-hero-band__trust .rp-trust-stars span {
	display: inline-block;
}

.rp-hero-band--cinematic .rp-hero-band__trust {
	color: rgba(255, 255, 255, 0.88);
}

.rp-hero-band--cinematic .rp-hero-band__trust .rp-trust-stars {
	color: #f5a623;
}

.rp-hero-band__cta-primary {
	font-weight: 700;
	letter-spacing: 0.01em;
	box-shadow: 0 4px 18px rgba(42, 85, 137, 0.28);
}

.rp-hero-illustration {
	position: relative;
	width: 100%;
	min-width: 0;
	margin: 0;
}

.rp-hero-illustration__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
	box-shadow: none;
}

/* Product device stage ? devices left + caption right */
.rp-hero-devices {
	margin: 0;
	width: 100%;
	max-width: none;
}

.rp-hero-devices__row {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(9.5rem, 0.7fr);
	gap: 1.25rem 1.5rem;
	align-items: center;
}

.rp-hero-devices__stage {
	position: relative;
	height: clamp(26rem, 52vw, 32rem);
	min-height: 26rem;
	padding: 0;
	background: none;
	overflow: visible;
}

.rp-hero-devices__pair {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 32px 40px 0;
	box-sizing: border-box;
	overflow: visible;
	opacity: 0;
	visibility: hidden;
	transform: none;
	transition: opacity 0.3s ease, visibility 0.3s;
	pointer-events: none;
}

.rp-hero-devices__pair--active {
	opacity: 1;
	visibility: visible;
	transform: none;
	pointer-events: auto;
	z-index: 1;
}

.rp-device {
	position: relative;
}

.rp-device__bezel {
	background: linear-gradient(160deg, #1a2740 0%, #0b1220 55%, #070d18 100%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow:
		0 4px 12px rgba(15, 23, 42, 0.08),
		0 16px 40px rgba(15, 23, 42, 0.12);
	overflow: hidden;
}

/* Store-pipeline framed WebP ? no CSS chassis */
.rp-device--framed {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.rp-device--framed .rp-device__bezel,
.rp-device--framed .rp-device__screen {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	overflow: visible;
}

.rp-device--tablet {
	width: min(78%, 18.5rem);
	margin-left: 0;
	transform: rotate(-2deg);
	z-index: 1;
}

.rp-device--tablet .rp-device__bezel {
	border-radius: 18px;
	padding: 11px;
}

.rp-device--phone {
	position: absolute;
	right: 2%;
	bottom: 4%;
	width: min(36%, 10rem);
	transform: rotate(3.5deg);
	z-index: 2;
}

.rp-device--phone .rp-device__bezel {
	border-radius: 20px;
	padding: 8px;
}

.rp-device__screen {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	vertical-align: middle;
}

.rp-device--phone .rp-device__screen {
	border-radius: 12px;
}

.rp-hero-devices__live {
	margin: 0;
	padding: 0;
	max-width: none;
	text-align: left;
	color: var(--rp-text, #1d2327);
}

.rp-hero-devices__headline {
	display: block;
	font-family: var(--rp-font-display, Ubuntu, sans-serif);
	font-size: clamp(1.05rem, 2.2vw, 1.25rem);
	font-weight: 700;
	line-height: 1.35;
	color: var(--rp-navy, #0a1220);
}

.rp-hero-devices__subline {
	display: block;
	margin-top: 8px;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--rp-text-muted, #5a6b82);
}

@media (max-width: 860px) {
	.rp-hero-devices__row {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.rp-hero-devices__stage {
		height: 22rem;
		min-height: 22rem;
		max-width: 28rem;
		margin-inline: auto;
	}

	.rp-hero-devices__pair {
		justify-content: center;
		padding: 8px 24px 32px;
	}

	.rp-device--tablet {
		width: min(62%, 15rem);
	}

	.rp-device--phone {
		width: min(32%, 8.5rem);
		right: 6%;
		bottom: 6%;
	}

	.rp-hero-devices__live {
		text-align: center;
		max-width: 28rem;
		margin-inline: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rp-hero-devices__pair {
		transition: none;
		transform: none;
	}
}

.rp-hero-slideshow {
	width: 100%;
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0 12px 36px rgba(26, 75, 122, 0.14);
}

.rp-hero-slideshow__viewport {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: inherit;
	background: var(--rp-navy, #1a4b7a);
}

.rp-hero-slideshow__track {
	position: absolute;
	inset: 0;
}

.rp-hero-slideshow__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	box-shadow: none;
	opacity: 0;
	transition: opacity 0.35s ease;
}

.rp-hero-slideshow__slide--active {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.rp-hero-slideshow__slide {
		transition: none;
	}
}

.rp-differentiators {
	position: relative;
	isolation: isolate;
	padding: clamp(1.75rem, 4vw, 2.5rem) var(--rp-content-gutter);
	background-color: var(--rp-bg-mist, #F1F3F5);
	border-bottom: 1px solid var(--rp-border);
}

.rp-differentiators::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image: var(--rp-hero-ice-mist);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.rp-differentiators::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image: var(--rp-onboarding-mist-wash);
}

.rp-differentiators > * {
	position: relative;
	z-index: 1;
}

.rp-differentiators__inner {
	max-width: var(--rp-content-max);
	margin: 0 auto;
}

.rp-differentiators__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rp-differentiators__card {
	padding: 1.25rem 1.15rem;
	border-radius: 14px;
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	box-shadow: 0 2px 12px rgba(26, 39, 68, 0.05);
}

.rp-differentiators__title {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: 1rem;
	font-weight: 700;
	color: var(--rp-navy);
}

.rp-differentiators__text {
	margin: 0.45rem 0 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--rp-text-muted);
}

.rp-problem {
	padding: clamp(2rem, 5vw, 3rem) var(--rp-content-gutter);
	background: var(--rp-surface);
	border-bottom: 1px solid var(--rp-surface-alt);
}

.rp-problem__inner {
	max-width: var(--rp-content-max);
	margin: 0 auto;
	text-align: center;
}

.rp-problem__kicker {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rp-navy);
}

.rp-problem__title {
	margin: 0.55rem 0 0;
	font-family: var(--rp-font-display);
	font-size: clamp(1.35rem, 2.8vw, 1.85rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--rp-navy);
}

.rp-problem__grid {
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	text-align: left;
}

.rp-problem__card {
	padding: 1.25rem 1.15rem;
	border-radius: 14px;
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	box-shadow: 0 2px 12px rgba(26, 39, 68, 0.05);
}

.rp-problem__card-title {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: 1rem;
	font-weight: 700;
	color: var(--rp-navy);
}

.rp-problem__card-text {
	margin: 0.5rem 0 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--rp-text-muted);
}

.rp-problem__bridge {
	margin: 1.35rem 0 0;
	font-family: var(--rp-font-display);
	font-size: 1rem;
	font-weight: 600;
	color: var(--rp-navy);
}

@media (max-width: 900px) {
	.rp-differentiators__grid,
	.rp-problem__grid {
		grid-template-columns: 1fr;
	}
}

.rp-docs-faq {
	margin-top: var(--rp-space-8, 48px);
	padding-top: var(--rp-space-6, 24px);
	border-top: 1px solid var(--rp-border);
}

.rp-docs-faq__title {
	margin: 0 0 var(--rp-space-2, 8px);
	font-family: var(--rp-font-display);
	font-size: clamp(1.25rem, 2.5vw, 1.6rem);
	color: var(--rp-navy);
}

.rp-docs-faq__lead {
	margin: 0 0 var(--rp-space-4, 16px);
	color: var(--rp-text-muted);
	line-height: 1.5;
}

/* Guide pages: gradient hero + step layout + soft wash */
.rp-page.rp-docs--guide {
	--rp-docs-warm-wash: linear-gradient(180deg, #f3f6fa 0%, #eef3f8 42%, #f7f9fc 100%);
	max-width: none;
	width: 100%;
	padding: 0;
	background-image: var(--rp-docs-warm-wash);
}

.rp-page.rp-docs--guide > .rp-page-hero,
.rp-page.rp-docs--guide > .rp-docs-guide-nav,
.rp-page.rp-docs--guide > .rp-docs-guide__intro,
.rp-page.rp-docs--guide > .rp-docs-guide__step,
.rp-page.rp-docs--guide > .rp-docs-guide__panel,
.rp-page.rp-docs--guide > .rp-docs-guide__note,
.rp-page.rp-docs--guide > .rp-docs-guide__next,
.rp-page.rp-docs--guide > .rp-docs-faq,
.rp-page.rp-docs--guide > h2,
.rp-page.rp-docs--guide > p,
.rp-page.rp-docs--guide > ol,
.rp-page.rp-docs--guide > ul,
.rp-page.rp-docs--guide > table {
	max-width: min(1120px, calc(100% - 2 * var(--rp-content-gutter, 1.25rem)));
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.rp-page.rp-docs--guide > .rp-page-hero {
	max-width: none;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.rp-docs-guide__intro {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	font-size: clamp(1.05rem, 1.8vw, 1.2rem);
	line-height: 1.6;
	color: var(--rp-text-muted);
	max-width: 42rem !important;
	text-align: center;
}

.rp-docs-guide-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 0.5rem;
	margin: clamp(1.15rem, 2.4vw, 1.6rem) auto 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

.rp-docs-guide-nav a,
.rp-docs-guide-nav span.is-current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 2.75rem;
	min-width: 9.5rem;
	padding: 0.55rem 1.05rem;
	border-radius: 999px;
	border: 1px solid rgba(26, 75, 122, 0.18);
	background: #ffffff;
	color: var(--rp-navy);
	text-decoration: none;
	font-family: var(--rp-font-display);
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.rp-docs-guide-nav a:hover,
.rp-docs-guide-nav a:focus-visible {
	border-color: var(--rp-brand, #1A4B7A);
	color: var(--rp-brand, #1A4B7A);
	outline: none;
}

.rp-page.rp-docs--guide .rp-docs-guide-nav span.is-current,
.rp-docs-guide-nav span.is-current {
	background: var(--rp-brand, #1A4B7A);
	border-color: var(--rp-brand, #1A4B7A);
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
	pointer-events: none;
	cursor: default;
}

.rp-page.rp-docs--guide > .rp-docs-guide-nav + .rp-docs-guide__intro,
.rp-docs-guide__intro {
	margin-top: clamp(1.65rem, 3.2vw, 2.35rem);
}

.rp-docs-guide__step,
.rp-docs-guide__panel,
.rp-docs-guide__note {
	--rp-docs-card-bg: var(--rp-surface, #fff);
	--rp-docs-card-border: var(--rp-border, #e8ebf0);
	--rp-docs-card-shadow: var(--rp-shadow-card, 0 4px 16px rgba(14, 36, 63, 0.06));
	margin-top: clamp(1.75rem, 4vw, 2.75rem);
	padding: clamp(1.35rem, 2.8vw, 1.85rem);
	border-radius: var(--rp-radius-lg, 16px);
	background: var(--rp-docs-card-bg);
	border: 1px solid var(--rp-docs-card-border);
	box-shadow: var(--rp-docs-card-shadow);
	box-sizing: border-box;
}

.rp-docs-guide__step {
	/* 1fr | copy | media | 1fr — hug imaginary center line */
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto minmax(0, 1fr);
	column-gap: clamp(0.65rem, 1.4vw, 1rem);
	row-gap: 0;
	align-items: center;
}

.rp-docs-guide__step--alt {
	grid-template-columns: minmax(0, 1fr) auto auto minmax(0, 1fr);
}

.rp-docs-guide__step--alt .rp-docs-guide__step-media {
	grid-column: 2;
	justify-self: end;
}

.rp-docs-guide__step--alt .rp-docs-guide__step-copy {
	grid-column: 3;
	justify-self: start;
}

.rp-docs-guide__step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	width: 2rem;
	height: 2rem;
	margin: 0.2rem 0 0;
	border-radius: 999px;
	background: var(--rp-brand, #1A4B7A);
	color: #fff;
	font-family: var(--rp-font-display);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	flex-shrink: 0;
}

.rp-docs-guide__step-copy h2,
.rp-docs-guide__panel-header h2,
.rp-docs-guide__note h2,
.rp-docs-guide__next h2 {
	grid-column: 2;
	grid-row: 1;
	margin: 0 0 0.65rem;
	font-family: var(--rp-font-display);
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.2;
	letter-spacing: -0.015em;
	color: var(--rp-navy);
}

.rp-docs-guide__step-copy p,
.rp-docs-guide__step-copy ol,
.rp-docs-guide__note p,
.rp-docs-guide__panel-header p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.65;
	color: var(--rp-text-muted);
}

.rp-docs-guide__step-copy ol {
	padding-left: 1.2rem;
}

.rp-docs-guide__step-copy li {
	margin: 0.45rem 0;
}

.rp-docs-guide__step-copy,
.rp-docs-guide__panel-header,
.rp-docs-guide__note {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 0.85rem;
	align-items: start;
}

.rp-docs-guide__step-copy {
	grid-column: 2;
	justify-self: end;
	min-width: 0;
	max-width: 22rem;
	width: 22rem;
}

.rp-docs-guide__step-copy > :not(.rp-docs-guide__step-num):not(h2),
.rp-docs-guide__panel-header > :not(.rp-docs-guide__step-num):not(h2),
.rp-docs-guide__note > :not(.rp-docs-guide__step-num):not(h2) {
	grid-column: 2;
}

.rp-docs-guide__step-media {
	grid-column: 3;
	justify-self: start;
	margin: 0;
	width: 20rem;
	max-width: 20rem;
	border-radius: var(--rp-radius-lg, 16px);
	overflow: hidden;
	background: #d9cfc0;
	box-shadow: 0 12px 28px rgba(26, 61, 102, 0.1);
	aspect-ratio: 3 / 2;
}

.rp-docs-guide__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
	transition: transform 0.55s ease;
}

.rp-docs-guide__step:hover .rp-docs-guide__img {
	transform: scale(1.035);
}

@media (prefers-reduced-motion: reduce) {
	.rp-docs-guide__img,
	.rp-docs-guide__step:hover .rp-docs-guide__img {
		transform: none;
		transition: none;
	}
}

.rp-docs-guide__badges {
	margin-top: 1.1rem;
}

.rp-docs-guide__panel .rp-docs-table {
	margin: 0.35rem 0 0;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	background: var(--rp-accent-subtle, #edf2f8);
	overflow: clip;
}

.rp-docs-guide__panel .rp-docs-table th {
	background: transparent;
}

.rp-docs-guide__panel .rp-docs-table td {
	background: var(--rp-surface, #fff);
}

.rp-docs-guide__panel-header {
	max-width: 40rem;
	margin-bottom: 1.15rem;
}

.rp-docs-guide__panel-header .rp-docs-guide__step-num,
.rp-docs-guide__note .rp-docs-guide__step-num {
	grid-column: 1;
	grid-row: 1;
}

.rp-docs-guide__tiles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rp-docs-guide__tile {
	padding: 0.85rem 0.95rem;
	background: var(--rp-accent-subtle, #edf2f8);
	border: 0;
	border-radius: 10px;
}

.rp-docs-guide__tile h3 {
	margin: 0 0 0.35rem;
	font-family: var(--rp-font-display);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--rp-navy);
}

.rp-docs-guide__tile p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--rp-text-muted);
}

.rp-docs-guide__note {
	max-width: min(1120px, calc(100% - 2 * var(--rp-content-gutter, 1.25rem))) !important;
}

.rp-docs-guide__next {
	margin-top: clamp(2.5rem, 5vw, 3.5rem);
	margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.rp-docs-guide__next-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.rp-docs-guide__next-card {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1.15rem 1.25rem;
	border-radius: var(--rp-radius-lg, 16px);
	border: 1px solid var(--rp-border, #e8ebf0);
	background: #fff;
	box-shadow: var(--rp-shadow-card, 0 4px 16px rgba(14, 36, 63, 0.06));
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rp-docs-guide__next-card:hover,
.rp-docs-guide__next-card:focus-visible {
	border-color: var(--rp-brand, #1A4B7A);
	box-shadow: 0 10px 28px rgba(26, 61, 102, 0.1);
	outline: none;
}

.rp-docs-guide__next-card strong {
	font-family: var(--rp-font-display);
	font-size: 1.05rem;
	color: var(--rp-navy);
}

.rp-docs-guide__next-card span {
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--rp-text-muted);
}

.rp-page.rp-docs--guide > .rp-docs-faq {
	margin-top: clamp(2rem, 4vw, 3rem);
	padding-top: clamp(1.5rem, 3vw, 2rem);
	border-top: 1px solid rgba(26, 75, 122, 0.12);
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

/* Legacy bare h2/p/ol inside older guide shells */
.rp-page.rp-docs--guide > h2 {
	margin: var(--rp-space-8, 48px) auto var(--rp-space-4, 16px);
	font-family: var(--rp-font-display);
	font-size: var(--rp-text-page-h2, clamp(1.35rem, 3vw, 1.65rem));
	font-weight: var(--rp-font-bold, 700);
	color: var(--rp-navy);
	line-height: 1.25;
}

.rp-page.rp-docs--guide > h2:first-of-type {
	margin-top: var(--rp-space-6, 24px);
}

.rp-page.rp-docs--guide > p,
.rp-page.rp-docs--guide > ol,
.rp-page.rp-docs--guide > ul {
	line-height: 1.65;
	color: var(--rp-text-muted);
	font-size: 1rem;
}

.rp-page.rp-docs--guide > ol,
.rp-page.rp-docs--guide > ul {
	padding-left: 1.25rem;
}

.rp-page.rp-docs--guide > ol li,
.rp-page.rp-docs--guide > ul li {
	margin-bottom: var(--rp-space-2, 8px);
}

@media (max-width: 900px) {
	.rp-docs-guide__tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rp-docs-guide__next-links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 800px) {
	.rp-docs-guide__step,
	.rp-docs-guide__step--alt {
		grid-template-columns: 1fr;
		justify-items: stretch;
		column-gap: 0;
		row-gap: 1rem;
	}

	.rp-docs-guide__step-media,
	.rp-docs-guide__step--alt .rp-docs-guide__step-media {
		grid-column: 1;
		order: 0;
		width: min(100%, 16.5rem);
		max-width: 16.5rem;
		justify-self: center;
	}

	.rp-docs-guide__step-copy,
	.rp-docs-guide__step--alt .rp-docs-guide__step-copy {
		grid-column: 1;
		order: 1;
		justify-self: stretch;
		width: auto;
		max-width: none;
	}
}

@media (max-width: 560px) {
	.rp-docs-guide__tiles {
		grid-template-columns: 1fr;
	}
}

/* Prose / contact / about / changelog shared rhythm */
.rp-page.rp-prose > .rp-page-hero + p {
	text-align: center;
	max-width: none;
	margin: var(--rp-space-4, 16px) auto var(--rp-space-2, 8px);
	font-size: 1.05rem;
}

/* Legal pages: same intro rhythm under dark hero (Konto löschen, Impressum, …) */
.rp-page.rp-legal > .rp-page-hero + p {
	margin: var(--rp-space-5, 20px) 0 var(--rp-space-2, 8px);
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--rp-text);
}

.rp-page.rp-prose > .rp-page-hero + p a {
	font-family: var(--rp-font-display);
	font-weight: 600;
	color: var(--rp-accent);
	text-decoration: none;
}

.rp-page.rp-prose > .rp-page-hero + p a:hover,
.rp-page.rp-prose > .rp-page-hero + p a:focus-visible {
	text-decoration: underline;
}

.rp-page.rp-prose > h2,
.rp-page.rp-about > h2,
.rp-page.rp-changelog-page > h2,
.rp-page.rp-shell > h2 {
	margin: var(--rp-space-8, 48px) 0 var(--rp-space-4, 16px);
	font-family: var(--rp-font-display);
	font-size: var(--rp-text-page-h2, clamp(1.35rem, 3vw, 1.65rem));
	font-weight: var(--rp-font-bold, 700);
	color: var(--rp-navy);
}

.rp-page.rp-prose > h2:first-of-type,
.rp-page.rp-about > section:first-of-type {
	margin-top: var(--rp-space-6, 24px);
}

.rp-page.rp-prose > p,
.rp-page.rp-prose > ul,
.rp-page.rp-prose > ol {
	max-width: none;
	width: 100%;
	line-height: 1.65;
	color: var(--rp-text-muted);
}

.rp-page.rp-prose > ul {
	padding-left: 1.25rem;
}

.rp-page.rp-prose > ul li {
	margin-bottom: var(--rp-space-2, 8px);
}

/* How it works ??? alternating photo + copy rows */
.rp-modules {
	padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

.rp-how {
	padding-top: clamp(2rem, 4.5vw, 3.25rem);
	padding-bottom: clamp(1rem, 2.2vw, 1.5rem);
	border-top: 0;
	overflow-x: clip;
}

.rp-how--band {
	background:
		radial-gradient(ellipse 90% 70% at 18% 12%, rgba(255, 255, 255, 0.12), transparent 55%),
		radial-gradient(ellipse 80% 60% at 88% 88%, rgba(42, 85, 137, 0.55), transparent 52%),
		linear-gradient(165deg, var(--rp-accent-start-pressed, #142e4f) 0%, var(--rp-navy, #1a4b7a) 46%, var(--rp-accent-end, #2a5589) 100%);
	color: #fff;
}

.rp-how--band .rp-section__title {
	color: #fff;
}

.rp-how--band .rp-section__lead {
	color: rgba(255, 255, 255, 0.88);
}

.rp-how--band.rp-section {
	padding-top: clamp(2rem, 4.5vw, 3.25rem);
	padding-bottom: clamp(1rem, 2.2vw, 1.5rem);
}

.rp-how--band .rp-section__header {
	margin-bottom: 0.35rem;
}

.rp-how--band .rp-section__lead {
	margin-top: 0.4rem;
}

.rp-how + #pricing,
.rp-how + .rp-section--muted {
	padding-top: clamp(2.25rem, 5vw, 3.5rem);
}

.rp-how__list {
	display: flex;
	flex-direction: column;
	gap: clamp(1rem, 2.2vw, 1.5rem);
	margin-top: clamp(0.65rem, 1.6vw, 1rem);
	overflow: visible;
	border-radius: 0;
}

.rp-how__footer-cta {
	display: flex;
	justify-content: center;
	margin: clamp(1.35rem, 2.8vw, 1.85rem) 0 0.25rem;
}

.rp-how__footer-cta .rp-btn.rp-btn--primary.rp-how-row__cta-btn,
.rp-how .rp-how-row__cta-btn.rp-btn--primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0.9rem 1.85rem;
	border-radius: 999px;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	background: #ffffff;
	border: 1px solid #ffffff;
	color: var(--rp-navy, #1a4b7a);
	box-shadow: 0 10px 28px rgba(14, 36, 63, 0.35);
}

.rp-how__footer-cta .rp-btn.rp-btn--primary.rp-how-row__cta-btn:hover,
.rp-how__footer-cta .rp-btn.rp-btn--primary.rp-how-row__cta-btn:focus-visible,
.rp-how .rp-how-row__cta-btn.rp-btn--primary:hover,
.rp-how .rp-how-row__cta-btn.rp-btn--primary:focus-visible {
	background: #f3f7fb;
	border-color: #f3f7fb;
	color: var(--rp-navy, #1a4b7a);
	transform: translateY(-1px);
	box-shadow: 0 12px 32px rgba(14, 36, 63, 0.4);
}

.rp-how-row {
	/* 1fr | media | body | 1fr — imaginary center line between cols 2–3 */
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto minmax(0, 1fr);
	column-gap: clamp(0.55rem, 1.2vw, 0.9rem);
	row-gap: 0;
	align-items: center;
	width: 100%;
	max-width: none;
	min-height: 0;
	overflow: visible;
	border-radius: 0;
	background: transparent;
}

.rp-how-row--reverse {
	grid-template-columns: minmax(0, 1fr) auto auto minmax(0, 1fr);
}

.rp-how-row__media {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	grid-column: 2;
	justify-self: end;
	width: auto;
	max-width: 20rem;
	min-width: 0;
	min-height: 0;
	padding: 0;
	overflow: visible;
	isolation: isolate;
	background: transparent;
}

.rp-how-row__media::before,
.rp-how-row__media::after {
	content: none;
	display: none;
}

.rp-how-row--reverse .rp-how-row__media {
	grid-column: 3;
	justify-self: start;
	max-width: 20rem;
}

.rp-how-row__body {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	align-self: center;
	grid-column: 3;
	justify-self: start;
	height: auto;
	min-height: 0;
	min-width: 0;
	max-width: 22rem;
	width: 22rem;
	margin: 0;
	padding: clamp(1rem, 2.2vw, 1.35rem) clamp(1.1rem, 2.4vw, 1.5rem);
	text-align: left;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--rp-radius-lg, 16px);
	box-shadow: none;
	box-sizing: border-box;
	backdrop-filter: blur(8px);
}

.rp-how-row--reverse .rp-how-row__body {
	grid-column: 2;
	justify-self: end;
}

.rp-how-row__device {
	position: relative;
	z-index: 2;
	width: auto;
	max-width: 100%;
	display: flex;
	justify-content: center;
}

.rp-how-row__device--tablet {
	max-width: min(100%, 20rem);
}

.rp-how-row__device--phone {
	max-width: min(100%, 15.5rem);
}

.rp-how-row__device--framed .rp-how-row__bezel,
.rp-how-row__device--framed {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
}

.rp-how-row__device--framed .rp-how-row__bezel::before {
	display: none;
}

.rp-how-row__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}

.rp-how-row__img--framed {
	/* Store-pipeline shadow already in the WebP */
	filter: none;
}

.rp-how-row__trigger.rp-doc-screenshot__trigger {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	cursor: zoom-in;
	border-radius: 0;
	line-height: 0;
	min-height: 0;
}

.rp-how-row__trigger.rp-doc-screenshot__trigger:hover,
.rp-how-row__trigger.rp-doc-screenshot__trigger:focus-visible {
	box-shadow: none;
}

.rp-how-row__trigger.rp-doc-screenshot__trigger:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 4px;
}

.rp-how-row__hint {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 0.85rem;
	font-family: Nunito, system-ui, sans-serif;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.78);
	text-align: center;
}

/* Product gallery ? store-pipeline framed mockups (no CSS Handybox) */
.rp-product-gallery__tablet {
	margin: 0 0 2rem;
	text-align: center;
}

.rp-product-gallery__tablet .rp-doc-screenshot__trigger {
	display: inline-block;
	width: auto;
	max-width: min(100%, 24rem);
	height: auto;
	aspect-ratio: auto;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
	border-radius: 0;
	overflow: visible;
	box-shadow: none;
}

.rp-product-gallery__tablet .rp-doc-screenshot__trigger:hover,
.rp-product-gallery__tablet .rp-doc-screenshot__trigger:focus-visible,
.rp-product-gallery__phone .rp-doc-screenshot__trigger:hover,
.rp-product-gallery__phone .rp-doc-screenshot__trigger:focus-visible {
	box-shadow: none;
}

.rp-product-gallery__tablet-img,
.rp-product-gallery__framed {
	position: static !important;
	inset: auto !important;
	display: block;
	width: 100%;
	height: auto !important;
	object-fit: unset !important;
	border-radius: 0;
	vertical-align: middle;
	box-shadow: none;
}

.rp-product-gallery__tablet-cap {
	margin: 1rem auto 0;
	max-width: 36rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--rp-text-muted, #5a6b82);
}

.rp-product-gallery__tablet-cap strong {
	display: block;
	color: var(--rp-navy, #0a1220);
	font-size: 1.05rem;
}

.rp-product-gallery__phones {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rp-product-gallery__phone {
	margin: 0;
	min-width: 0;
}

.rp-product-gallery__phone .rp-doc-screenshot__trigger {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	cursor: zoom-in;
}

.rp-product-gallery__phone figcaption {
	margin-top: 0.65rem;
	text-align: center;
}

.rp-product-gallery__phone figcaption strong {
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--rp-navy, #0a1220);
	line-height: 1.3;
}

.rp-product-gallery__phone figcaption span {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.8rem;
	line-height: 1.4;
	color: var(--rp-text-muted, #5a6b82);
}

@media (max-width: 960px) {
	.rp-product-gallery__phones {
		display: flex;
		gap: 0.85rem;
		overflow-x: auto;
		padding-bottom: 0.35rem;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.rp-product-gallery__phone {
		flex: 0 0 42%;
		scroll-snap-align: start;
	}
}

@media (max-width: 560px) {
	.rp-product-gallery__phone {
		flex-basis: 68%;
	}

	.rp-product-gallery__tablet .rp-doc-screenshot__trigger {
		max-width: min(100%, 16rem);
	}
}

.rp-how-row__step {
	display: inline-block;
	margin-bottom: 0.4rem;
	font-family: var(--rp-font-display);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7ee0d0;
}

.rp-how-row__badge {
	display: inline-block;
	margin: 0 0 0.75rem 0.55rem;
	padding: 0.25rem 0.75rem;
	border-radius: var(--rp-radius-pill);
	background: var(--rp-cta);
	color: var(--rp-cta-text);
	font-family: var(--rp-font-display);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	vertical-align: middle;
}

.rp-how-row__title {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: clamp(1.35rem, 2.6vw, 1.75rem);
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.25;
	color: #ffffff;
}

.rp-how-row__rule {
	display: block;
	width: 2.5rem;
	height: 2px;
	margin: 0.7rem 0 0.8rem;
	border: 0;
	border-radius: 1px;
	background: rgba(126, 224, 208, 0.85);
}

.rp-how-row__text {
	margin: 0;
	font-size: clamp(0.95rem, 1.4vw, 1.05rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.86);
	max-width: 34rem;
}

.rp-how-row__cta {
	margin: 1.35rem 0 0;
}

.rp-how-row__cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.85rem 1.6rem;
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: 0.01em;
	background: #ffffff;
	border-color: #ffffff;
	color: var(--rp-navy, #1a4b7a);
	box-shadow: 0 8px 22px rgba(14, 36, 63, 0.28);
}

.rp-how-row__cta-btn:hover,
.rp-how-row__cta-btn:focus-visible {
	background: #f3f7fb;
	border-color: #f3f7fb;
	color: var(--rp-navy, #1a4b7a);
	transform: translateY(-1px);
	box-shadow: 0 10px 26px rgba(14, 36, 63, 0.34);
}


@media (max-width: 768px) {
	.rp-how-row,
	.rp-how-row--reverse {
		grid-template-columns: 1fr;
		justify-content: stretch;
		justify-items: stretch;
		min-height: 0;
		max-width: none;
		column-gap: 0;
		row-gap: 0.75rem;
	}

	.rp-how-row__media,
	.rp-how-row--reverse .rp-how-row__media {
		grid-column: 1;
		order: 0;
		justify-self: center;
		justify-content: center;
		width: auto;
		max-width: min(100%, 16.5rem);
		min-height: 0;
	}


	.rp-how-row__body,
	.rp-how-row--reverse .rp-how-row__body {
		grid-column: 1;
		order: 1;
		justify-self: stretch;
		width: auto;
		max-width: none;
		margin-top: 0;
	}

	.rp-how-row__device--tablet {
		max-width: min(100%, 16.5rem);
	}

	.rp-how-row__device--phone {
		max-width: min(100%, 13rem);
	}
}

/* App-store badge artwork (patient / demo download) ??? matches the auth/verify landing */
.rp-app-badges__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.rp-app-badges__link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.rp-app-badges__link:hover {
	transform: scale(1.04);
}

.rp-app-badges__img {
	height: 100%;
	width: auto;
	display: block;
}

.rp-app-badges__play {
	height: 64px;
	margin: -10px 0;
}

/* App download band */
.rp-app-download__inner {
	text-align: center;
}

.rp-app-download .rp-app-badges {
	margin-top: 1.5rem;
}

.rp-app-download .rp-app-badges__actions {
	justify-content: center;
}

.rp-app-download .rp-section__lead {
	margin-left: auto;
	margin-right: auto;
}

.rp-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
	margin: 1.75rem 0 0;
	padding: 0;
	list-style: none;
	font-family: var(--rp-font-display);
	font-size: 0.78rem;
	color: var(--rp-text-muted);
}

.rp-hero-band__outcomes {
	flex-wrap: nowrap;
	gap: 0.5rem 1rem;
}

.rp-trust-row li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.rp-trust-row li::before {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 0.28rem;
	height: 0.48rem;
	margin-top: -0.05em;
	border: solid var(--rp-teal);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.rp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--rp-touch-min, 44px);
	padding: var(--rp-space-2, 8px) var(--rp-space-4, 16px);
	border-radius: var(--rp-radius-sm, 8px);
	font-family: var(--rp-font-display);
	font-size: 0.9rem;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid transparent;
	transition: background var(--rp-transition, 0.2s ease), border-color var(--rp-transition, 0.2s ease),
		box-shadow var(--rp-transition, 0.2s ease), transform var(--rp-transition, 0.2s ease);
}

.rp-btn:focus-visible {
	outline: 2px solid var(--rp-accent);
	outline-offset: 2px;
}

.rp-btn--lg {
	min-height: 48px;
	padding: var(--rp-space-3, 12px) var(--rp-space-6, 24px);
	font-size: 0.95rem;
}

.rp-btn--primary {
	background: var(--rp-accent);
	color: var(--rp-cta-text);
	border-color: transparent;
}

.rp-btn--primary:hover,
.rp-btn--primary:focus-visible {
	background: var(--rp-accent-hover);
	border-color: transparent;
	color: #ffffff;
	transform: translateY(-1px);
}

.rp-btn--primary:active {
	background: var(--rp-accent-gradient-pressed, var(--rp-accent-hover));
	border-color: transparent;
	color: #ffffff;
	transform: translateY(0);
	box-shadow: none;
}

.rp-btn--secondary {
	background: transparent;
	color: var(--rp-navy);
	border-color: #b8bec8;
}

.rp-btn--secondary:hover,
.rp-btn--secondary:focus-visible {
	background: rgba(10, 18, 32, 0.04);
	border-color: var(--rp-navy);
	color: var(--rp-navy);
}

.rp-section__cta .rp-btn--ghost,
.rp-feature-landing__cta-actions .rp-btn--ghost,
.rp-pricing-page__hero-actions .rp-btn--ghost {
	background: transparent;
	color: var(--rp-navy);
	border-color: #b8bec8;
}

.rp-section__cta .rp-btn--ghost:hover,
.rp-section__cta .rp-btn--ghost:focus-visible,
.rp-feature-landing__cta-actions .rp-btn--ghost:hover,
.rp-feature-landing__cta-actions .rp-btn--ghost:focus-visible,
.rp-pricing-page__hero-actions .rp-btn--ghost:hover,
.rp-pricing-page__hero-actions .rp-btn--ghost:focus-visible {
	background: rgba(10, 18, 32, 0.04);
	border-color: var(--rp-navy);
	color: var(--rp-navy);
}

.rp-section__cta .rp-btn--ghost:active,
.rp-feature-landing__cta-actions .rp-btn--ghost:active,
.rp-pricing-page__hero-actions .rp-btn--ghost:active {
	background: var(--rp-accent-subtle);
	border-color: var(--rp-navy);
	transform: translateY(0);
}

.rp-btn--outline {
	background: transparent;
	color: var(--rp-surface);
	border-color: rgba(255, 255, 255, 0.45);
}

.rp-btn--outline:hover,
.rp-btn--outline:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	border-color: var(--rp-surface);
}

.rp-btn--outline:active {
	background: rgba(255, 255, 255, 0.14);
	transform: translateY(0);
}

.rp-btn--outline-light {
	background: transparent;
	color: var(--rp-surface);
	border-color: rgba(255, 255, 255, 0.55);
}

.rp-btn--outline-light:hover,
.rp-btn--outline-light:focus-visible {
	background: rgba(255, 255, 255, 0.1);
}

.rp-btn--outline-light:active {
	background: rgba(255, 255, 255, 0.16);
	transform: translateY(0);
}

.rp-btn--ghost {
	background: rgba(255, 255, 255, 0.06);
	color: var(--rp-surface);
	border-color: rgba(255, 255, 255, 0.2);
}

.rp-btn--ghost:hover,
.rp-btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.35);
}

.rp-btn--ghost:active {
	background: rgba(255, 255, 255, 0.18);
	transform: translateY(0);
}

/* Site nav uses Clinic Light surfaces everywhere ? readable actions on the header bar */
.rp-site-nav .rp-btn--ghost {
	background: transparent;
	color: var(--rp-navy);
	border-color: #c3c8d0;
}

.rp-site-nav .rp-btn--ghost:hover,
.rp-site-nav .rp-btn--ghost:focus-visible {
	background: var(--rp-surface-alt);
	border-color: #8c9199;
	color: var(--rp-navy);
}

.rp-site-nav .rp-btn--ghost:active {
	background: var(--rp-accent-subtle);
	transform: translateY(0);
}

.rp-site-nav .rp-btn--outline,
.rp-site-nav .rp-btn--outline-light {
	background: transparent;
	color: var(--rp-navy);
	border-color: #c3c8d0;
}

.rp-site-nav .rp-btn--outline:hover,
.rp-site-nav .rp-btn--outline:focus-visible,
.rp-site-nav .rp-btn--outline-light:hover,
.rp-site-nav .rp-btn--outline-light:focus-visible {
	background: var(--rp-surface-alt);
	border-color: #8c9199;
	color: var(--rp-navy);
}

.rp-site-nav .rp-btn--outline:active,
.rp-site-nav .rp-btn--outline-light:active {
	background: var(--rp-accent-subtle);
	transform: translateY(0);
}

.rp-btn--secondary {
	background: var(--rp-surface);
	color: var(--rp-navy);
	border-color: var(--rp-border);
}

.rp-btn--secondary:hover,
.rp-btn--secondary:focus-visible {
	background: var(--rp-surface-alt);
	border-color: #c3c8d0;
}

.rp-btn--secondary:active {
	background: var(--rp-accent-subtle);
	border-color: var(--rp-border);
	transform: translateY(0);
}

.rp-btn--block {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.rp-btn__label {
	line-height: 1.2;
}

.rp-pills {
	background: var(--rp-surface);
	border-bottom: 1px solid var(--rp-border);
	padding: var(--rp-space-6, 24px) var(--rp-content-gutter);
	margin-top: 0;
}

.rp-pills--hero,
.rp-hero-band .rp-pills {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-items: center;
	gap: var(--rp-space-4, 16px) var(--rp-space-6, 24px);
	list-style: none;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--rp-border, #c9d4e0);
	margin: var(--rp-space-2, 8px) auto 0;
	padding: var(--rp-space-3, 12px) var(--rp-content-gutter) var(--rp-space-6, 24px);
	max-width: min(52rem, var(--rp-content-max));
	width: 100%;
	box-sizing: border-box;
}

.rp-landing > .rp-hero-band--cinematic + .rp-pills--hero {
	margin-top: 0;
	padding-top: 1.35rem;
}

.rp-pills--hero .rp-pills__grid,
.rp-hero-band .rp-pills__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-items: center;
	gap: clamp(1rem, 3vw, 2rem);
	border-top: none;
	padding-top: clamp(1.5rem, 3vw, 2rem);
	max-width: min(52rem, var(--rp-content-max));
	margin-inline: auto;
}

.rp-hero-band .rp-pills__label,
.rp-pills--hero .rp-pills__label {
	color: #0a0a0a;
	font-size: clamp(0.9rem, 1.4vw, 1.05rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.015em;
	max-width: 9.5rem;
}

.rp-hero-band .rp-pills__item,
.rp-pills--hero .rp-pills__item {
	gap: 0.85rem;
	width: 100%;
	max-width: 10.5rem;
}

.rp-logos {
	padding: 1.75rem clamp(1rem, 4vw, 2rem) 2rem;
	background: var(--rp-surface);
	border-bottom: 1px solid var(--rp-surface-alt);
	text-align: center;
}

.rp-logos__title {
	margin: 0 0 1rem;
	font-family: var(--rp-font-display);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rp-text-meta);
}

.rp-logos__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.65rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 960px;
	margin-inline: auto;
}

.rp-logos__item {
	font-family: var(--rp-font-display);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #000000;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	background: linear-gradient(180deg, #fafbfc 0%, #f0f3f7 100%);
	border: 1px solid #dde3ea;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.rp-pills__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.75rem;
	width: 100%;
	max-width: var(--rp-content-max);
	margin: 0 auto;
	min-width: 0;
}

.rp-pills__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	text-align: center;
}

.rp-pills__label {
	display: block;
	max-width: 100%;
	font-family: var(--rp-font-display);
	font-size: 0.78rem;
	font-weight: 500;
	color: var(--rp-navy);
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.rp-icon-disc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	/* Strong Clinic accent on mist/subtle ? no baby-blue wash */
	background: var(--rp-accent-subtle);
	color: var(--rp-accent);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.65) inset,
		0 8px 20px rgba(26, 61, 102, 0.08);
	border: 1px solid var(--rp-accent-chip-border);
}

.rp-icon-disc svg {
	display: block;
}

.rp-hero-band .rp-icon-disc--hero,
.rp-pills--hero .rp-icon-disc--hero {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.22) 0%, transparent 55%),
		linear-gradient(160deg, #2a5080 0%, var(--rp-accent) 55%, #143258 100%);
	color: #fff;
	border: 0;
	box-shadow:
		0 0 0 6px rgba(26, 61, 102, 0.08),
		0 10px 24px rgba(26, 61, 102, 0.22);
	filter: none;
}

.rp-hero-band .rp-icon-disc--hero svg,
.rp-pills--hero .rp-icon-disc--hero svg {
	width: 36px;
	height: 36px;
	stroke-width: 2.4;
	filter:
		drop-shadow(0 0.5px 0 rgba(10, 24, 48, 0.55))
		drop-shadow(0 1px 1px rgba(10, 24, 48, 0.28));
}

.rp-icon-disc--hero {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.22) 0%, transparent 55%),
		linear-gradient(160deg, #2a5080 0%, var(--rp-accent) 55%, #143258 100%);
	color: #fff;
	border: 0;
	box-shadow:
		0 0 0 6px rgba(26, 61, 102, 0.08),
		0 10px 24px rgba(26, 61, 102, 0.22);
}

.rp-icon-disc--hero svg {
	width: 36px;
	height: 36px;
	stroke-width: 2.4;
	stroke: currentColor;
	color: #fff;
	filter:
		drop-shadow(0 0.5px 0 rgba(10, 24, 48, 0.55))
		drop-shadow(0 1px 1px rgba(10, 24, 48, 0.28));
}

.rp-page-hero .rp-icon-disc--hero,
.rp-page-hero__icon .rp-icon-disc--hero {
	width: 64px;
	height: 64px;
	background:
		radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.22) 0%, transparent 55%),
		linear-gradient(160deg, #2a5080 0%, var(--rp-accent) 55%, #143258 100%);
	color: #fff;
	border: 0;
	/* No halo ring on navy hero — reads as a double circle. */
	box-shadow: 0 8px 22px rgba(10, 24, 48, 0.35);
}

.rp-page-hero .rp-icon-disc--hero svg,
.rp-page-hero__icon .rp-icon-disc--hero svg {
	width: 32px;
	height: 32px;
	stroke-width: 2.4;
	stroke: currentColor;
	color: #fff;
}

.rp-icon-disc--feature {
	width: 48px;
	height: 48px;
	border-radius: 12px;
}

.rp-section {
	padding: clamp(2.5rem, 6vw, 4rem) var(--rp-content-gutter);
}

.rp-section--white {
	background: var(--rp-surface);
}

.rp-section--muted {
	background: var(--rp-surface-alt);
}

.rp-section__inner {
	max-width: var(--rp-content-max);
	margin: 0 auto;
}

.rp-section__header {
	max-width: 720px;
	margin: 0 auto 1.35rem;
	text-align: center;
}

.rp-section__title {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: var(--rp-text-section, clamp(1.65rem, 3.8vw, 2.35rem));
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--rp-navy);
}

.rp-section__lead {
	margin: 0.75rem 0 0;
	font-family: var(--rp-font-body);
	font-weight: 400;
	font-size: 1.0625rem;
	line-height: 1.65;
	color: var(--rp-text-muted);
}

.rp-section__cta {
	margin: 2.25rem 0 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.rp-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--rp-space-6, 24px);
}

.rp-feature-card {
	padding: var(--rp-space-6, 24px) var(--rp-space-4, 16px);
	border-radius: var(--rp-radius-lg, 16px);
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	box-shadow: var(--rp-shadow-card);
	transition: box-shadow var(--rp-transition, 0.2s ease), transform var(--rp-transition, 0.2s ease),
		border-color var(--rp-transition, 0.2s ease);
}

.rp-feature-card__thumb {
	margin: calc(var(--rp-space-2, 8px) * -1) calc(var(--rp-space-1, 4px) * -1) var(--rp-space-4, 16px);
	border-radius: var(--rp-radius, 12px);
	overflow: hidden;
	border: 1px solid var(--rp-border);
}

.rp-feature-card__thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.rp-feature-card .rp-icon-disc--feature {
	margin-bottom: 0.15rem;
}

.rp-feature-card:hover {
	box-shadow: var(--rp-shadow-lg);
	transform: translateY(-2px);
}

.rp-feature-card__title {
	margin: 0.85rem 0 0.5rem;
	font-family: var(--rp-font-display);
	font-size: 1.0625rem;
	font-weight: var(--rp-font-bold, 700);
	color: var(--rp-navy);
}

.rp-feature-card__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--rp-text-muted);
}

.rp-reasons__list {
	display: grid;
	gap: 1rem;
}

.rp-reason {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: start;
	padding: 1.25rem 1.35rem;
	border-radius: 12px;
	border: 1px solid var(--rp-border);
	background: #fafbfc;
}

.rp-reason__title {
	margin: 0 0 0.35rem;
	font-family: var(--rp-font-display);
	font-size: 1.0625rem;
	font-weight: var(--rp-font-bold, 700);
	color: var(--rp-navy);
}

.rp-reason__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--rp-text-muted);
}

/* Features page — capability deep-dive (photo-led, no card chrome) */
.rp-features-page {
	--rp-features-warm-wash: linear-gradient(180deg, #f7f3ec 0%, #f3f6fa 42%, #eef3f8 100%);
}

.rp-features-deepdive {
	background-image: var(--rp-features-warm-wash);
}

.rp-features-deepdive .rp-section__inner {
	display: grid;
	gap: clamp(2.5rem, 5vw, 4rem);
	max-width: 1120px;
}

.rp-feature-row {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.95fr);
	gap: clamp(1.25rem, 3vw, 2.25rem);
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.rp-feature-row--alt {
	background: transparent;
}

.rp-feature-row--alt .rp-feature-row__media {
	order: 2;
}

.rp-feature-row__media {
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
	background: #d9cfc0;
	box-shadow: 0 18px 40px rgba(26, 61, 102, 0.12);
	aspect-ratio: 3 / 2;
}

.rp-feature-row__img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
	transition: transform 0.55s ease;
}

.rp-feature-row:hover .rp-feature-row__img {
	transform: scale(1.035);
}

@media (prefers-reduced-motion: reduce) {
	.rp-feature-row__img,
	.rp-feature-row:hover .rp-feature-row__img {
		transform: none;
		transition: none;
	}
}

.rp-feature-row__icon {
	display: flex;
	align-items: flex-start;
}

.rp-feature-row__title {
	margin: 0 0 0.5rem;
	font-family: var(--rp-font-display);
	font-size: clamp(1.35rem, 2.4vw, 1.7rem);
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.2;
	letter-spacing: -0.015em;
	color: var(--rp-navy);
}

.rp-feature-row__lead {
	margin: 0 0 1rem;
	font-family: var(--rp-font-body);
	font-weight: 400;
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--rp-text-muted);
}

.rp-feature-row__points {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.65rem;
}

.rp-feature-row__points li {
	margin: 0;
	padding: 0 0 0 1.15rem;
	position: relative;
	font-size: 0.98rem;
	line-height: 1.5;
	color: var(--rp-text);
	background: transparent;
	border: 0;
	border-radius: 0;
}

.rp-feature-row__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--rp-brand, #1A4B7A);
}

@media (max-width: 900px) {
	.rp-feature-row__points {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.rp-feature-row {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.rp-feature-row--alt .rp-feature-row__media {
		order: 0;
	}
}

.rp-features-cta .rp-cta-band__text {
	max-width: 34rem;
	margin-inline: auto;
}

/* Book-a-demo / contact / trial forms ? card on mist canvas */
.rp-contact-form {
	margin-top: var(--rp-space-6, 24px);
	padding: var(--rp-space-6, 24px);
	border: 1px solid var(--rp-border);
	border-radius: var(--rp-radius-lg, 16px);
	background: var(--rp-surface);
	box-shadow: var(--rp-shadow-card);
}

.rp-page-benefits {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--rp-space-2, 8px) var(--rp-space-4, 16px);
	margin: 0.65rem 0 0.35rem;
	padding: 0;
	list-style: none;
	font-family: var(--rp-font-display);
	font-size: 0.9rem;
	color: var(--rp-text-muted);
}

.rp-page-benefits + .rp-contact-form,
.rp-page-benefits + p > .rp-contact-form {
	margin-top: 0.5rem;
}

/* wpautop often wraps the trial shortcode in <p> — kill extra air */
.rp-page.rp-prose > .rp-page-benefits + p {
	margin: 0;
}

.rp-clinic-trial-form {
	/* Full content shell width (same as .rp-page.rp-prose), not a narrow card. */
	max-width: none;
	width: 100%;
	margin: 0.5rem 0 0;
	padding: 1rem clamp(1rem, 2.5vw, 1.5rem) 1.35rem;
	box-sizing: border-box;
}

.rp-clinic-trial-form .rp-contact-form__title {
	margin-top: 0;
}

.rp-clinic-trial-form .rp-contact-form__intro {
	margin-bottom: var(--rp-space-4, 16px);
}

.rp-page-benefits li {
	display: inline-flex;
	align-items: center;
	gap: var(--rp-space-2, 8px);
}

.rp-page-benefits li::before {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 0.28rem;
	height: 0.48rem;
	margin-top: -0.05em;
	border: solid var(--rp-teal);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

@media (max-width: 640px) {
	.rp-contact-form__row {
		grid-template-columns: 1fr;
	}

	.rp-page-benefits {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--rp-space-2, 8px);
	}
}

.rp-contact-form__title {
	margin: 0 0 var(--rp-space-2, 8px);
	font-family: var(--rp-font-display);
	font-weight: var(--rp-font-bold, 700);
	color: var(--rp-navy);
}

.rp-contact-form__intro {
	margin: 0 0 var(--rp-space-6, 24px);
	color: var(--rp-text-muted);
	line-height: 1.5;
}

.rp-contact-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--rp-space-4, 16px);
	margin-bottom: var(--rp-space-4, 16px);
}

.rp-contact-form__field {
	display: grid;
	gap: var(--rp-space-2, 8px);
}

.rp-contact-form__field--full {
	display: grid;
	gap: var(--rp-space-2, 8px);
	margin-bottom: var(--rp-space-4, 16px);
}

.rp-contact-form__field span {
	font-family: var(--rp-font-display);
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-contact-form__check span {
	font-family: var(--rp-font-body);
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.45;
	color: var(--rp-text);
}

.rp-contact-form__check a {
	color: var(--rp-link);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.rp-contact-form__check a:hover {
	color: var(--rp-accent-hover);
}

.rp-contact-form__field input,
.rp-contact-form__field select,
.rp-contact-form__field textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: var(--rp-touch-min, 44px);
	padding: 0.7rem 0.95rem;
	border: 1px solid var(--rp-border);
	border-radius: var(--rp-radius, 12px);
	font: inherit;
	font-family: var(--rp-font-body);
	font-size: 1rem;
	color: var(--rp-text);
	background: var(--rp-surface, #fff);
	transition: border-color var(--rp-transition, 0.2s ease), box-shadow var(--rp-transition, 0.2s ease),
		background var(--rp-transition, 0.2s ease);
}

.rp-contact-form__field select {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 2.5rem;
	cursor: pointer;
	background-color: var(--rp-surface, #fff);
	background-image:
		linear-gradient(45deg, transparent 50%, var(--rp-navy) 50%),
		linear-gradient(135deg, var(--rp-navy) 50%, transparent 50%);
	background-position:
		calc(100% - 1.15rem) calc(50% - 0.15rem),
		calc(100% - 0.75rem) calc(50% - 0.15rem);
	background-size: 0.4rem 0.4rem, 0.4rem 0.4rem;
	background-repeat: no-repeat;
}

.rp-contact-form__field input:hover,
.rp-contact-form__field select:hover,
.rp-contact-form__field textarea:hover {
	border-color: var(--rp-accent-chip-border, #b8c8dc);
}

.rp-contact-form__field input:focus,
.rp-contact-form__field input:focus-visible,
.rp-contact-form__field select:focus,
.rp-contact-form__field select:focus-visible,
.rp-contact-form__field textarea:focus,
.rp-contact-form__field textarea:focus-visible {
	outline: none;
	border-color: var(--rp-accent);
	background-color: var(--rp-surface);
	box-shadow: var(--rp-focus-ring);
}

.rp-contact-form__field select:focus,
.rp-contact-form__field select:focus-visible {
	background-color: var(--rp-surface, #fff);
	background-image:
		linear-gradient(45deg, transparent 50%, var(--rp-navy) 50%),
		linear-gradient(135deg, var(--rp-navy) 50%, transparent 50%);
	background-position:
		calc(100% - 1.15rem) calc(50% - 0.15rem),
		calc(100% - 0.75rem) calc(50% - 0.15rem);
	background-size: 0.4rem 0.4rem, 0.4rem 0.4rem;
	background-repeat: no-repeat;
}

.rp-contact-form__legal {
	display: grid;
	gap: var(--rp-space-3, 12px);
	margin: var(--rp-space-5, 20px) 0 var(--rp-space-4, 16px);
	padding: var(--rp-space-4, 16px);
	border: 1px solid var(--rp-border);
	border-radius: var(--rp-radius, 12px);
	background: var(--rp-accent-subtle, #edf2f8);
}

.rp-contact-form__check {
	display: flex;
	align-items: flex-start;
	gap: var(--rp-space-3, 12px);
	margin: 0;
	min-height: auto;
	cursor: pointer;
}

/* display:flex on .check must not override the HTML hidden attribute */
.rp-contact-form__check[hidden],
.rp-contact-form__check[hidden="until-found"] {
	display: none !important;
}

.rp-contact-form__check--optional {
	margin: 0 0 var(--rp-space-5, 20px);
	padding: 0 var(--rp-space-1, 4px);
}

.rp-contact-form__check input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 1.25rem;
	height: 1.25rem;
	margin: 0.15rem 0 0;
	flex-shrink: 0;
	border: 1.5px solid var(--rp-border);
	border-radius: 0.35rem;
	background: var(--rp-surface);
	cursor: pointer;
	transition: border-color var(--rp-transition, 0.2s ease), background var(--rp-transition, 0.2s ease),
		box-shadow var(--rp-transition, 0.2s ease);
}

.rp-contact-form__check input[type="checkbox"]:hover {
	border-color: var(--rp-accent-chip-border, #b8c8dc);
}

.rp-contact-form__check input[type="checkbox"]:checked {
	border-color: var(--rp-accent);
	background-color: var(--rp-accent);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l3 3 6-6.5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: 0.85rem 0.85rem;
	background-position: center;
	background-repeat: no-repeat;
}

.rp-contact-form__check input[type="checkbox"]:focus-visible {
	outline: 2px solid var(--rp-accent);
	outline-offset: 2px;
}

.rp-contact-form__hint {
	margin: 0;
	padding: var(--rp-space-3, 12px) var(--rp-space-3, 12px);
	border-radius: var(--rp-radius-sm, 8px);
	border: 1px solid rgba(26, 75, 122, 0.12);
	background: var(--rp-surface);
	font-family: var(--rp-font-body);
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--rp-text);
	opacity: 0.85;
}

.rp-contact-form__hint[hidden] {
	display: none !important;
}

.rp-contact-form__notice {
	margin: 0 0 var(--rp-space-4, 16px);
	padding: var(--rp-space-3, 12px) var(--rp-space-4, 16px);
	border-radius: var(--rp-radius, 12px);
	font-size: 0.95rem;
	line-height: 1.5;
}

.rp-contact-form__notice--ok {
	background: var(--rp-success-bg, #edfaef);
	border: 1px solid rgba(0, 112, 23, 0.35);
	color: var(--rp-success, #007017);
}

.rp-contact-form__notice--error {
	background: var(--rp-error-bg, #fcf0f1);
	border: 1px solid rgba(217, 48, 37, 0.35);
	color: var(--rp-error, #d93025);
}

/* Trial success panel — replaces form after registration */
.rp-clinic-trial-form--success {
	background:
		linear-gradient(180deg, var(--rp-success-bg, #edfaef) 0%, var(--rp-surface) 42%),
		var(--rp-surface);
	border-color: rgba(0, 112, 23, 0.22);
}

.rp-clinic-trial-success {
	display: grid;
	gap: var(--rp-space-3, 12px);
	justify-items: start;
}

.rp-clinic-trial-success[hidden] {
	display: none;
}

.rp-clinic-trial-success__icon {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	color: var(--rp-success, #007017);
	background: rgba(0, 112, 23, 0.1);
}

.rp-clinic-trial-success__title {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.25;
	color: var(--rp-navy);
}

.rp-clinic-trial-success__lead {
	margin: 0;
	max-width: 38rem;
	font-size: 1.05rem;
	line-height: 1.55;
	color: var(--rp-text);
}

.rp-clinic-trial-success__label {
	margin: var(--rp-space-2, 8px) 0 0;
	font-family: var(--rp-font-display);
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--rp-navy);
}

.rp-clinic-trial-success__benefits {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: var(--rp-space-2, 8px);
	width: 100%;
}

.rp-clinic-trial-success__benefits li {
	display: flex;
	align-items: flex-start;
	gap: var(--rp-space-3, 12px);
	padding: var(--rp-space-3, 12px) var(--rp-space-4, 16px);
	border: 1px solid var(--rp-border);
	border-radius: var(--rp-radius, 12px);
	background: var(--rp-surface);
	font-size: 0.98rem;
	line-height: 1.4;
	color: var(--rp-text);
}

.rp-clinic-trial-success__benefits li::before {
	content: "";
	flex-shrink: 0;
	width: 0.32rem;
	height: 0.55rem;
	margin-top: 0.35em;
	border: solid var(--rp-success, #007017);
	border-width: 0 2.5px 2.5px 0;
	transform: rotate(45deg);
}

.rp-clinic-trial-success__hint {
	margin: var(--rp-space-1, 4px) 0 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--rp-text-muted);
	opacity: 0.75;
}

@media (max-width: 640px) {
	.rp-contact-form__row {
		grid-template-columns: 1fr;
	}
}

.rp-contact-form__form .rp-btn {
	margin-top: var(--rp-space-2, 8px);
}

.rp-clinic-trial-form .rp-contact-form__form .rp-btn {
	margin-top: 0;
	min-height: 3rem;
	font-family: var(--rp-font-display);
	font-weight: 700;
	letter-spacing: 0.01em;
}

.rp-contact-form__form .rp-btn:disabled {
	opacity: 0.7;
	cursor: wait;
}

.rp-pricing__header {
	margin-bottom: var(--rp-space-6, 24px);
}

.rp-pricing__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: stretch;
	padding-top: 0.85rem;
}

@supports (grid-template-rows: subgrid) {
	.rp-pricing__grid {
		/* title, pricing, desc, limits, cta-top, divider, key-features, foot */
		grid-template-rows: repeat(8, auto);
	}

	.rp-pricing__card {
		grid-row: span 8;
	}
}

body.rp-front-page #pricing .rp-pricing__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.rp-front-page #pricing .rp-pricing__card {
	min-width: 0;
}

.rp-pricing__card {
	position: relative;
	min-width: 0;
	padding: 0;
	border-radius: 16px;
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	text-align: left;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 8;
	box-sizing: border-box;
	box-shadow: 0 4px 18px rgba(26, 39, 68, 0.06);
	overflow: visible;
}

@supports not (grid-template-rows: subgrid) {
	.rp-pricing__card {
		display: flex;
		flex-direction: column;
		grid-row: auto;
		height: 100%;
		padding: 0 0 1.5rem;
	}

	.rp-pricing__card.is-featured {
		padding: 0 0 1.5rem;
	}

	.rp-pricing__row--foot {
		margin-top: auto;
	}
}

.rp-pricing__card.is-featured {
	border: 2px solid var(--rp-teal);
	box-shadow: 0 8px 28px rgba(42, 85, 137, 0.18);
	overflow: visible;
}

.rp-pricing__row--title,
.rp-pricing__row--pricing,
.rp-pricing__row--desc,
.rp-pricing__row--limits,
.rp-pricing__row--cta-top,
.rp-pricing__row--key-features,
.rp-pricing__row--see-all,
.rp-pricing__row--foot {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.rp-pricing__row--title {
	padding-top: 1.35rem;
	padding-bottom: 0.15rem;
}

.rp-pricing__card.is-featured .rp-pricing__row--title {
	background: transparent;
}

.rp-pricing__title-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.45rem;
}

.rp-pricing__title-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
}

.rp-pricing__title-top .rp-icon-disc {
	width: 2.1rem;
	height: 2.1rem;
	flex: 0 0 auto;
}

.rp-pricing__title-top .rp-icon-disc svg {
	width: 1.05rem;
	height: 1.05rem;
}

.rp-icon-disc--pricing {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 999px;
	background: rgba(42, 85, 137, 0.1);
	color: var(--rp-navy);
	box-shadow: inset 0 0 0 1px rgba(42, 85, 137, 0.22);
}

.rp-icon-disc--pricing svg {
	width: 1.25rem;
	height: 1.25rem;
}

.rp-pricing__card.is-featured .rp-icon-disc--pricing {
	background: rgba(42, 85, 137, 0.16);
	color: var(--rp-teal-dim, #2a5589);
	box-shadow: inset 0 0 0 1px rgba(42, 85, 137, 0.35);
}

.rp-pricing__plan {
	margin: 0;
	display: inline-flex;
	align-items: center;
	padding: 0.18rem 0.55rem;
	border-radius: 999px;
	background: rgba(26, 39, 68, 0.08);
	color: var(--rp-navy);
	font-family: var(--rp-font-display);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rp-pricing__card.is-featured .rp-pricing__plan {
	background: rgba(42, 85, 137, 0.16);
	color: var(--rp-teal-dim, #2a5589);
}

.rp-pricing__headline {
	margin: 0.2rem 0 0;
	font-family: var(--rp-font-display);
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--rp-navy);
}

.rp-pricing__price-stack {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	min-height: 0;
	justify-content: flex-start;
}

.rp-pricing__price-stack--promo {
	display: grid;
	grid-template-rows: minmax(1.7rem, auto) auto auto minmax(1.25rem, auto);
	gap: 0;
	align-items: start;
	width: 100%;
}

.rp-pricing__was-slot,
.rp-pricing__save-slot {
	display: flex;
	align-items: center;
	min-height: 0;
	width: 100%;
}

.rp-pricing__price-stack--promo .rp-pricing__was-slot {
	min-height: 1.7rem;
}

.rp-pricing__price-stack--promo .rp-pricing__save-slot {
	min-height: 1.25rem;
	margin-top: 0.45rem;
}

.rp-pricing__price-stack--promo .rp-pricing__normally,
.rp-pricing__price-stack--promo .rp-pricing__save {
	margin: 0;
}

.rp-pricing__normally {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--rp-text-muted, #5c6570);
}

.rp-pricing__was-amount {
	text-decoration: line-through;
}

.rp-pricing__save--deal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	margin: 0;
}

.rp-pricing__save-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.18rem 0.48rem;
	border-radius: 0.35rem;
	background: var(--rp-teal);
	color: #fff;
	font-family: var(--rp-font-display);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1;
}

.rp-pricing__save-copy {
	font-family: var(--rp-font-display);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--rp-teal-dim, #2a5589);
}

.rp-pricing__row--pricing {
	padding-bottom: 0;
}

.rp-pricing__row--desc {
	padding-bottom: 0.15rem;
}

.rp-pricing__row--limits {
	padding-top: 0.15rem;
	padding-bottom: 0.35rem;
	min-height: 1.5rem;
}

.rp-pricing__sites {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--rp-text-muted, #5f6368);
}

.rp-pricing__sites--placeholder {
	visibility: hidden;
	margin: 0;
}

.rp-pricing__row--ribbon {
	display: flex;
	align-items: stretch;
	padding: 0;
	min-height: 0;
}

.rp-pricing__grid:has(.is-featured) .rp-pricing__row--ribbon {
	min-height: 2.75rem;
}

.rp-pricing__ribbon-spacer {
	flex: 1 1 auto;
	min-height: 0;
}

.rp-pricing__grid:has(.is-featured) .rp-pricing__ribbon-spacer {
	min-height: 2.75rem;
}

.rp-pricing__ribbon--deal {
	flex: 1 1 auto;
	align-self: stretch;
}

.rp-pricing__row--divider {
	margin: 0 1.5rem 1rem;
	padding: 0;
	width: auto;
}

.rp-pricing__row--key-features {
	padding-top: 0.2rem;
	padding-bottom: 0.15rem;
	min-height: 100%;
	box-sizing: border-box;
}

.rp-pricing__key-features-wrap {
	min-height: 0;
	width: 100%;
}

.rp-pricing__key-features-title {
	margin: 0 0 0.35rem;
	font-family: var(--rp-font-display);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--rp-navy);
}

.rp-pricing__key-features-title--diff {
	margin-top: 0.85rem;
	color: var(--rp-text-muted, #5f6368);
}

.rp-pricing__key-features {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.28rem;
}

.rp-pricing__key-features--core {
	padding: 0.55rem 0.65rem;
	border-radius: 10px;
	background: rgba(42, 85, 137, 0.06);
	border: 1px solid rgba(42, 85, 137, 0.22);
	gap: 0.3rem;
}

.rp-pricing__key-features .rp-pricing__feature {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	margin: 0;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--rp-navy);
}

@media (min-width: 900px) {
	.rp-pricing__key-features .rp-pricing__feature {
		white-space: nowrap;
	}
}

.rp-pricing__key-features .rp-pricing__feature.is-excluded {
	font-weight: 500;
	color: #64748b;
}

.rp-pricing__key-features .rp-pricing-compare__yes,
.rp-pricing__key-features .rp-pricing-compare__no {
	flex: 0 0 auto;
	margin-top: 0.02rem;
}

.rp-pricing__row--foot {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0;
	min-height: 100%;
	padding-top: 1.25rem;
	padding-bottom: 1.75rem;
	border-top: 1px solid #e8ebf0;
	box-sizing: border-box;
}

.rp-pricing__row--foot .rp-pricing__tier-footnote {
	margin: 0 0 0.65rem;
	order: -1;
}

.rp-pricing__ribbon {
	position: absolute;
	top: 0;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: var(--rp-accent);
	color: var(--rp-text-on-accent);
	font-family: var(--rp-font-display);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 0 4px 12px rgba(42, 85, 137, 0.28);
	z-index: 2;
}

.rp-pricing__ribbon--deal {
	position: static;
	transform: none;
	left: auto;
	width: auto;
	margin: 0;
	padding: 0.6rem 0.85rem;
	border-radius: 0;
	background: var(--rp-accent);
	color: var(--rp-text-on-accent);
	box-shadow: none;
	text-align: center;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.rp-pricing__card.is-featured .rp-pricing__name {
	margin-top: 0;
}

.rp-pricing__price-block {
	margin: 0;
}

.rp-pricing__normally {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--rp-text-muted, #5c6570);
	text-decoration: line-through;
}

.rp-pricing__save {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.25;
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-pricing__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.15rem 0.35rem;
	margin: 0;
	font-family: var(--rp-font-display);
	line-height: 1.1;
	color: var(--rp-teal);
}

.rp-pricing__amount--was {
	margin-right: 0.15rem;
	font-size: 1.15rem;
	font-weight: 500;
	color: #000000;
	text-decoration: line-through;
}

.rp-pricing__amount {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.rp-pricing__period {
	margin-left: 0.15rem;
	font-size: 0.92rem;
	font-weight: 500;
	color: var(--rp-text-muted);
}

.rp-pricing__sites {
	margin: 0.35rem 0 0.65rem;
	font-family: var(--rp-font-display);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #000000;
}

.rp-pricing__footnote {
	margin: 1.25rem 0 0;
	text-align: center;
	font-size: 0.82rem;
	color: #000000;
}

.rp-pricing__footer {
	margin: 2.75rem auto 0;
	max-width: 36rem;
	padding-top: 2rem;
	border-top: 1px solid var(--rp-border);
	text-align: center;
}

.rp-pricing__manage-lead {
	margin: 0 0 1.25rem;
	font-size: 0.92rem;
	line-height: 1.6;
	color: var(--rp-text-muted);
}

.rp-pricing__manage-btn {
	min-width: 12rem;
	min-height: 46px;
	padding: 0.65rem 1.25rem;
	font-weight: 600;
	border-color: #b8bec8;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.rp-pricing__footer .rp-pricing__cta {
	margin: 0;
}

.rp-pricing-carousel__nav,
.rp-pricing-carousel__dots {
	display: none;
}

.rp-pricing-carousel__stage,
.rp-pricing-carousel__viewport {
	display: contents;
}

@media (max-width: 768px) {
	.rp-pricing-carousel {
		position: relative;
		width: 100%;
		max-width: none;
		margin: 0;
		box-sizing: border-box;
		touch-action: pan-x pan-y;
	}

	.rp-pricing-carousel__stage {
		display: block;
		position: relative;
		width: 100%;
		padding-inline: 1.35rem;
		box-sizing: border-box;
	}

	.rp-pricing-carousel__dots {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.45rem;
		position: relative;
		z-index: 5;
		margin: 0 0 0.35rem;
		padding: 0.15rem 0 0.4rem;
	}

	.rp-pricing-carousel__dot {
		display: block;
		width: 0.5rem;
		height: 0.5rem;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 999px;
		background: rgba(236, 239, 241, 0.38);
		cursor: pointer;
		transition: background 0.18s ease, width 0.18s ease;
	}

	.rp-pricing-carousel__dot.is-active {
		width: 1.15rem;
		background: var(--rp-teal-bright, var(--rp-teal));
	}

	.rp-pricing-carousel__dot:focus {
		outline: none;
	}

	.rp-pricing-carousel__dot:focus-visible {
		outline: 2px solid var(--rp-teal-bright, var(--rp-teal));
		outline-offset: 2px;
	}

	body.rp-front-page #pricing .rp-pricing-carousel__dot {
		background: rgba(26, 39, 68, 0.22);
	}

	body.rp-front-page #pricing .rp-pricing-carousel__dot.is-active {
		background: var(--rp-teal-bright, var(--rp-teal));
	}

	.rp-pricing-carousel__nav {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 6;
		width: 2.5rem;
		height: 2.5rem;
		margin: 0;
		padding: 0;
		border: 1px solid rgba(236, 239, 241, 0.4);
		border-radius: 999px;
		background: rgba(26, 39, 68, 0.78);
		color: #fff;
		font-size: 1.45rem;
		line-height: 1;
		cursor: pointer;
		box-shadow: 0 6px 18px rgba(8, 14, 26, 0.35);
		backdrop-filter: blur(6px);
	}

	.rp-pricing-carousel__nav--prev {
		left: calc(-1 * (var(--rp-content-gutter, 1.25rem) - 0.35rem));
	}

	.rp-pricing-carousel__nav--next {
		right: calc(-1 * (var(--rp-content-gutter, 1.25rem) - 0.35rem));
	}

	.rp-pricing-carousel__nav[hidden],
	.rp-pricing-carousel__nav:disabled {
		display: none;
	}

	.rp-pricing-carousel__nav:active {
		background: rgba(42, 85, 137, 0.92);
		border-color: var(--rp-teal-bright, var(--rp-teal));
		color: #fff;
	}

	.rp-pricing-carousel__nav:focus {
		outline: none;
	}

	.rp-pricing-carousel__nav:focus-visible {
		outline: 2px solid var(--rp-teal-bright, var(--rp-teal));
		outline-offset: 2px;
	}

	@media (hover: hover) and (pointer: fine) {
		.rp-pricing-carousel__nav:hover {
			background: rgba(42, 85, 137, 0.92);
			border-color: var(--rp-teal-bright, var(--rp-teal));
			color: #fff;
		}
	}

	body.rp-front-page #pricing .rp-pricing-carousel__nav {
		background: rgba(255, 255, 255, 0.94);
		border-color: rgba(26, 39, 68, 0.14);
		color: var(--rp-navy);
		box-shadow: 0 6px 18px rgba(10, 18, 32, 0.16);
	}

	.rp-pricing-carousel__viewport {
		display: block;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 0;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		overscroll-behavior-x: contain;
		touch-action: pan-x pan-y;
		padding: 0.35rem 0 0.15rem;
		box-sizing: border-box;
		isolation: isolate;
	}

	.rp-pricing-carousel__viewport::-webkit-scrollbar {
		display: none;
	}

	.rp-pricing-carousel .rp-pricing__grid,
	body.rp-front-page #pricing .rp-pricing-carousel .rp-pricing__grid,
	.rp-pricing-page__plans .rp-pricing-carousel .rp-pricing__grid {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 0.85rem;
		padding: 0.25rem 0 0;
		margin: 0;
		grid-template-columns: none;
		grid-template-rows: none;
		width: max-content;
		box-sizing: border-box;
		touch-action: pan-x pan-y;
		--rp-pricing-slide-gap: 0.85rem;
	}

	.rp-pricing-carousel .rp-pricing__card {
		flex: 0 0 auto;
		flex-shrink: 0;
		align-self: stretch;
		width: var(--rp-pricing-slide-width, 100%);
		min-width: var(--rp-pricing-slide-width, 100%);
		max-width: var(--rp-pricing-slide-width, 100%);
		scroll-snap-align: start;
		scroll-snap-stop: always;
		height: auto;
		grid-row: auto;
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		touch-action: pan-x pan-y;
		transform: none;
	}

	.rp-pricing-carousel .rp-pricing__card:hover,
	.rp-pricing-carousel .rp-pricing__card.is-featured:hover {
		transform: none;
	}

	.rp-pricing-carousel .rp-pricing__row--foot {
		margin-top: auto;
	}

	.rp-pricing-carousel .rp-pricing__row--title,
	.rp-pricing-carousel .rp-pricing__row--pricing,
	.rp-pricing-carousel .rp-pricing__row--desc,
	.rp-pricing-carousel .rp-pricing__row--limits,
	.rp-pricing-carousel .rp-pricing__row--cta-top,
	.rp-pricing-carousel .rp-pricing__row--key-features,
	.rp-pricing-carousel .rp-pricing__row--see-all,
	.rp-pricing-carousel .rp-pricing__row--foot {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.rp-pricing-carousel .rp-pricing__headline {
		font-size: 1.05rem;
	}

	.rp-pricing-carousel .rp-pricing__amount {
		font-size: 1.75rem;
	}

	.rp-pricing-carousel .rp-pricing__period {
		font-size: 0.85rem;
	}

	.rp-pricing-carousel .rp-pricing__desc {
		font-size: 0.82rem;
		line-height: 1.45;
	}

	@supports (grid-template-rows: subgrid) {
		.rp-pricing-carousel .rp-pricing__card {
			display: flex;
			flex-direction: column;
			grid-template-rows: none;
			grid-row: auto;
		}
	}
}

.rp-pricing__features {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.45rem;
}

.rp-pricing__features li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.86rem;
	line-height: 1.5;
	color: var(--rp-text-muted);
}

.rp-pricing__feature-text {
	flex: 1;
	min-width: 0;
}

.rp-pricing__features .rp-pricing-compare__yes {
	flex: 0 0 auto;
}

.rp-testimonials__header {
	margin-bottom: 1.5rem;
}

.rp-testimonials__badge {
	display: inline-block;
	margin: 0 0 0.65rem;
	padding: 0.3rem 0.75rem;
	border-radius: 999px;
	background: rgba(42, 85, 137, 0.12);
	color: var(--rp-teal-dim);
	font-family: var(--rp-font-display);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rp-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rp-testimonial {
	margin: 0;
	padding: 1.35rem 1.25rem;
	border-radius: 14px;
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	box-shadow: 0 4px 16px rgba(26, 39, 68, 0.05);
}

.rp-testimonial__quote {
	margin: 0;
	font-family: var(--rp-font-body);
	font-weight: 400;
	font-size: 0.98rem;
	line-height: 1.6;
	color: var(--rp-navy);
}

.rp-testimonial__stars {
	margin: 0.75rem 0 0.5rem;
	color: #f5a623;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.12em;
}

.rp-testimonial__stars span {
	display: inline-block;
}

.rp-testimonial__author {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--rp-navy);
}

.rp-advantage {
	background: var(--rp-header-gradient);
	color: var(--rp-text);
	padding: clamp(2.5rem, 6vw, 3.5rem) var(--rp-content-gutter);
	text-align: center;
}

.rp-advantage__inner {
	max-width: 720px;
	margin: 0 auto;
}

.rp-advantage__title {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: var(--rp-text-section, clamp(1.65rem, 3.8vw, 2.35rem));
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--rp-navy);
}

.rp-advantage__text {
	margin: 0.85rem 0 0;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--rp-text-muted);
}

.rp-advantage__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: clamp(2rem, 4vw, 2.75rem);
}

/* Download landing page */
.rp-advantage .rp-btn--outline,
.rp-advantage .rp-btn--outline-light,
.rp-advantage .rp-btn--ghost {
	color: var(--rp-accent);
	border-color: var(--rp-accent);
	background: transparent;
}

.rp-advantage .rp-btn--outline:hover,
.rp-advantage .rp-btn--outline-light:hover,
.rp-advantage .rp-btn--ghost:hover {
	color: var(--rp-text-on-accent);
	background: var(--rp-accent);
	border-color: var(--rp-accent);
}

.rp-cta-band .rp-btn--outline,
.rp-cta-band .rp-btn--outline-light {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.85);
	background: transparent;
}

.rp-cta-band .rp-btn--outline:hover,
.rp-cta-band .rp-btn--outline-light:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.12);
	border-color: #ffffff;
}

.rp-download-page {
	text-align: center;
}

.rp-download-page__title {
	margin: 0 0 0.85rem;
	font-family: var(--rp-font-display);
	font-size: var(--rp-text-hero, clamp(2rem, 5.5vw, 3.25rem));
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--rp-navy);
}

.rp-download-page__intro {
	max-width: 38rem;
	margin: 0 auto 1.5rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--rp-text-muted);
}

/* Action card */
.rp-download {
	max-width: 36rem;
	margin: 0 auto var(--rp-space-6, 24px);
	padding: var(--rp-space-4, 16px) var(--rp-space-6, 24px);
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	border-radius: var(--rp-radius-lg, 16px);
	box-shadow: var(--rp-shadow-card);
	display: flex;
	flex-direction: column;
	gap: var(--rp-space-3, 12px);
}

.rp-download__actions,
.rp-app-badges__actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: var(--rp-space-3, 12px);
}

.rp-download__actions .rp-btn {
	width: auto;
}

.rp-app-badges--compact {
	max-width: none;
	margin: 0 auto;
	padding: var(--rp-space-3, 12px) var(--rp-space-4, 16px);
}

.rp-download__note {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--rp-text-muted, #5b6472);
}

.rp-download-page__steps-title {
	margin: 0 0 var(--rp-space-4, 16px);
	text-align: center;
	color: var(--rp-navy);
	font-family: var(--rp-font-display);
	font-weight: var(--rp-font-bold, 700);
}

.rp-download-page__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--rp-space-4, 16px);
	max-width: 56rem;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: left;
	counter-reset: rp-step;
}

.rp-download-page__steps li {
	counter-increment: rp-step;
	margin: 0;
	padding: var(--rp-space-4, 16px);
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	border-radius: var(--rp-radius-lg, 16px);
	box-shadow: var(--rp-shadow-card);
	line-height: 1.5;
	color: var(--rp-text-muted);
}

.rp-download-page__steps li::before {
	content: counter(rp-step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	margin: 0 var(--rp-space-2, 8px) var(--rp-space-2, 8px) 0;
	border-radius: 999px;
	background: var(--rp-accent);
	color: #fff;
	font-family: var(--rp-font-display);
	font-size: 0.85rem;
	font-weight: 700;
	vertical-align: middle;
}

@media (max-width: 800px) {
	.rp-download-page__steps {
		grid-template-columns: 1fr;
	}

	.rp-download__actions,
	.rp-app-badges__actions {
		flex-direction: column;
	}
}

.rp-pricing__name {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: 1.1rem;
	color: var(--rp-navy);
}

.rp-pricing__desc {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--rp-text-muted);
}

.rp-pricing__divider {
	margin: 0;
	border: 0;
	border-top: 1px solid #e8ebf0;
}

.rp-pricing__highlights {
	margin: 0;
	padding: 0.75rem 0.85rem;
	list-style: none;
	display: grid;
	gap: 0.4rem;
	min-height: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	background: #f7f9fb;
	border: 1px solid #e8ebf0;
}

.rp-pricing__highlights li,
.rp-pricing__support {
	display: flex;
	align-items: flex-start;
	gap: 0.35rem;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.45;
	color: var(--rp-navy);
}

.rp-pricing__plus {
	flex: 0 0 auto;
	color: var(--rp-teal);
	font-weight: 700;
}

.rp-pricing__groups {
	display: grid;
	gap: 0;
	margin: 0;
}

.rp-pricing__group {
	min-height: 100%;
}

.rp-pricing__group-title {
	margin: 0 0 0.5rem;
	font-family: var(--rp-font-display);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rp-text-muted);
}

.rp-pricing__group-subtitle {
	margin: -0.25rem 0 0.65rem;
	font-size: 0.8rem;
	line-height: 1.45;
	color: #000000;
}

.rp-pricing__cloud-tags {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.45rem;
}

.rp-pricing__cloud-tag {
	padding: 0.45rem 0.5rem;
	border: 1px solid var(--rp-border);
	border-radius: 8px;
	background: #fafbfc;
	font-size: 0.74rem;
	font-weight: 600;
	text-align: center;
	color: var(--rp-text-muted);
}

.rp-pricing__feature-badge {
	display: inline-block;
	margin-left: 0.25rem;
	padding: 0.08rem 0.4rem;
	border-radius: 4px;
	background: rgba(42, 85, 137, 0.16);
	color: var(--rp-teal-dim);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	vertical-align: middle;
}

.rp-pricing__support {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-pricing__row--foot .rp-pricing__support {
	margin: 0 0 1.35rem;
}

.rp-pricing__see-all {
	margin: 0;
	padding: 0;
	font-size: 0.82rem;
	text-align: center;
}

.rp-pricing__row--foot .rp-pricing__see-all {
	margin: 0 0 1.5rem;
	padding: 0 0 0.15rem;
}

.rp-pricing__see-all a {
	color: var(--rp-teal);
	font-weight: 600;
	text-decoration: none;
}

.rp-pricing__see-all a:hover,
.rp-pricing__see-all a:focus-visible {
	text-decoration: underline;
}

.rp-pricing__card-cta {
	margin: 0;
}

.rp-pricing__card-cta--foot {
	margin-top: 0;
}

.rp-pricing__card-cta .rp-btn,
.rp-pricing__tier-btn {
	min-height: 46px;
	padding: 0.65rem 1.25rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

/* Solid accent CTAs on cards (MM pattern ? avoid gradient wash). */
.rp-pricing__card-cta .rp-btn--primary,
.rp-pricing__tier-btn.rp-btn--primary {
	background: var(--rp-accent, #2A5589);
	border-color: var(--rp-accent, #2A5589);
	color: #fff;
	box-shadow: 0 2px 8px rgba(42, 85, 137, 0.28);
}

.rp-pricing__card-cta .rp-btn--primary:hover,
.rp-pricing__card-cta .rp-btn--primary:focus-visible,
.rp-pricing__tier-btn.rp-btn--primary:hover,
.rp-pricing__tier-btn.rp-btn--primary:focus-visible {
	background: var(--rp-accent-hover, #234A75);
	border-color: var(--rp-accent-hover, #234A75);
	color: #fff;
	box-shadow: 0 4px 14px rgba(42, 85, 137, 0.36);
}

.rp-pricing__card.is-featured .rp-pricing__card-cta .rp-btn--primary,
.rp-pricing__card.is-featured .rp-pricing__tier-btn.rp-btn--primary {
	box-shadow: 0 3px 12px rgba(42, 85, 137, 0.4);
}

.rp-pricing__card-cta .rp-btn--secondary,
.rp-pricing__tier-btn.rp-btn--secondary {
	background: transparent;
	color: var(--rp-navy);
	border-color: #b8bec8;
	box-shadow: none;
}

.rp-pricing__card-cta .rp-btn--secondary:hover,
.rp-pricing__card-cta .rp-btn--secondary:focus-visible,
.rp-pricing__tier-btn.rp-btn--secondary:hover,
.rp-pricing__tier-btn.rp-btn--secondary:focus-visible {
	background: rgba(26, 39, 68, 0.04);
	border-color: var(--rp-navy);
	box-shadow: none;
}

.rp-pricing__card-cta .rp-btn {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.rp-faq__list {
	max-width: none;
	width: 100%;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	align-items: stretch;
}

@media (max-width: 768px) {
	.rp-faq__list {
		grid-template-columns: 1fr;
	}
}

.rp-faq__item {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	border: 1px solid var(--rp-border);
	border-radius: 10px;
	background: #fafbfc;
	overflow: hidden;
	box-sizing: border-box;
}

.rp-faq__question {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 1 1 auto;
	gap: 0.85rem;
	padding: 1rem 1.15rem;
	font-family: var(--rp-font-display);
	font-weight: 500;
	color: var(--rp-navy);
	cursor: pointer;
	list-style: none;
	box-sizing: border-box;
}

.rp-faq__question::before {
	content: "+";
	flex-shrink: 0;
	width: 1.4rem;
	text-align: center;
	font-size: 1.85rem;
	font-weight: 700;
	color: var(--rp-brand, #1A4B7A);
	line-height: 1;
}

.rp-faq__item[open] .rp-faq__question::before {
	content: "\2212";
}

.rp-faq__question::-webkit-details-marker {
	display: none;
}

.rp-faq__answer {
	margin: 0;
	padding: 0 1.15rem 1rem 3.4rem;
	font-size: 0.92rem;
	line-height: 1.6;
	color: var(--rp-text-muted);
}

.rp-cta-band {
	background:
		radial-gradient(ellipse 90% 70% at 18% 12%, rgba(255, 255, 255, 0.1), transparent 55%),
		radial-gradient(ellipse 80% 60% at 88% 88%, rgba(42, 85, 137, 0.45), transparent 52%),
		linear-gradient(165deg, var(--rp-accent-start-pressed, #142e4f) 0%, var(--rp-navy, #1a4b7a) 46%, var(--rp-accent-end, #2a5589) 100%);
	color: #fff;
	padding: clamp(2rem, 4.5vw, 2.75rem) var(--rp-content-gutter);
	text-align: center;
}

.rp-cta-band__inner {
	max-width: 640px;
	margin: 0 auto;
}

.rp-cta-band__title {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: var(--rp-text-section, clamp(1.65rem, 3.8vw, 2.35rem));
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff;
}

.rp-cta-band__text {
	margin: 0.65rem 0 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.rp-cta-band .rp-mid-cta {
	margin: 1.15rem 0 0;
}

.rp-cta-band .rp-mid-cta__actions,
.rp-cta-band .rp-section__cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 0.75rem;
	margin: 0;
	text-align: center;
}

.rp-cta-band .rp-mid-cta__actions .rp-btn,
.rp-cta-band .rp-section__cta .rp-btn {
	box-sizing: border-box;
	min-width: 11.5rem;
	min-height: 3rem;
	padding: 0.75rem 1.35rem;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	border-width: 1px;
	border-style: solid;
	border-radius: 0.65rem;
	box-shadow: none;
	transform: none;
}

.rp-cta-band .rp-btn--primary {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--rp-navy, #1a4b7a);
	box-shadow: none;
}

.rp-cta-band .rp-btn--primary:hover,
.rp-cta-band .rp-btn--primary:focus-visible {
	background: #f3f7fb;
	border-color: #f3f7fb;
	color: var(--rp-navy, #1a4b7a);
	transform: none;
	box-shadow: none;
}

.rp-cta-band .rp-btn--secondary,
.rp-cta-band .rp-btn--ghost {
	background: transparent;
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.85);
	box-shadow: none;
}

.rp-cta-band .rp-btn--secondary:hover,
.rp-cta-band .rp-btn--secondary:focus-visible,
.rp-cta-band .rp-btn--ghost:hover,
.rp-cta-band .rp-btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	border-color: #ffffff;
	transform: none;
	box-shadow: none;
}

.rp-cta-band__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.15rem;
}

.rp-cta-band__actions--with-badges {
	flex-direction: column;
	align-items: center;
	gap: 1.1rem;
	margin-top: 1.15rem;
}

.rp-cta-band__demo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
}

.rp-cta-band__demo .rp-app-badges--compact {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.rp-cta-band__demo .rp-app-badges__actions {
	justify-content: center;
	flex-wrap: nowrap;
}

@media (max-width: 480px) {
	.rp-cta-band__demo .rp-app-badges__actions {
		flex-direction: column;
		flex-wrap: wrap;
	}
}

/* Dual-phone patient-app mockup ? CSS chassis clips screens to bezel radius */
.rp-app-phones {
	margin: 1rem auto 0;
	max-width: 28rem;
	width: 100%;
}

.rp-app-phones--page {
	margin: 1.25rem auto 0;
	max-width: 26rem;
}

.rp-app-phones__img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	aspect-ratio: 1100 / 1155;
	object-fit: contain;
}

.rp-app-phones--framed {
	margin-left: auto;
	margin-right: auto;
}

.rp-app-phones__stack {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: clamp(0.35rem, 2vw, 0.85rem);
	padding: 0.35rem 0 0.75rem;
	position: relative;
}

.rp-phone {
	--rp-phone-r: clamp(1.35rem, 8.5vw, 2.15rem);
	--rp-phone-bezel: clamp(0.28rem, 1.6vw, 0.42rem);
	--rp-phone-screen-r: calc(var(--rp-phone-r) - var(--rp-phone-bezel));
	width: min(44%, 11.75rem);
	flex: 0 0 auto;
	font-size: 1rem;
}

.rp-phone--back {
	transform: rotate(-7deg) translate(0.15rem, 0.55rem);
	z-index: 1;
}

.rp-phone--front {
	width: min(48%, 12.75rem);
	transform: rotate(5deg) translate(-0.1rem, -0.15rem);
	z-index: 2;
}

.rp-phone__chassis {
	position: relative;
	background: linear-gradient(160deg, #1a222e 0%, #0b1018 55%, #070a0f 100%);
	border-radius: var(--rp-phone-r);
	padding: var(--rp-phone-bezel);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.12) inset,
		0 0 0 1px rgba(0, 0, 0, 0.45),
		0 18px 36px rgba(16, 30, 54, 0.2);
	/* Do not overflow:hidden here ? outer radius would clip inset screen wrong */
	overflow: visible;
}

.rp-phone__screen {
	position: relative;
	z-index: 1;
	border-radius: var(--rp-phone-screen-r);
	overflow: hidden;
	background: #f5f7fb;
	aspect-ratio: 717 / 1600;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: radial-gradient(white, black);
	isolation: isolate;
	transform: translateZ(0);
}

.rp-phone__shot {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	border: 0;
	border-radius: 0;
}

.rp-phone__lens {
	position: absolute;
	top: calc(var(--rp-phone-bezel) + 0.45rem);
	left: 50%;
	z-index: 3;
	width: 28%;
	max-width: 3.6rem;
	height: 0.72rem;
	border-radius: 999px;
	transform: translateX(-50%);
	background: #070a0f;
	box-shadow:
		0 0 0 0.14rem #0b1018,
		inset 0 0 0 1px rgba(255, 255, 255, 0.1),
		inset 0 1px 2px rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

@media (max-width: 480px) {
	.rp-phone--back {
		transform: rotate(-5deg) translate(0.1rem, 0.4rem);
	}

	.rp-phone--front {
		transform: rotate(4deg) translate(-0.05rem, -0.1rem);
	}
}

.rp-cta-band__was {
	margin-left: 0.35rem;
	font-size: 0.82em;
	font-weight: 500;
	opacity: 1;
	color: #000000;
	text-decoration: line-through;
}

.rp-trust-row a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: rgba(42, 85, 137, 0.55);
	text-underline-offset: 0.15em;
}

.rp-trust-row a:hover {
	color: var(--rp-teal);
}

.rp-site-footer {
	margin-top: 0;
	padding: 0;
}

.rp-site-footer--rich {
	background:
		linear-gradient(180deg, var(--rp-navy, #1a4b7a) 0%, var(--rp-accent-start-pressed, #142e4f) 100%);
	border-top: 0;
	color: rgba(255, 255, 255, 0.78);
}

.rp-site-footer__inner {
	max-width: var(--rp-content-max);
	margin: 0 auto;
	padding: clamp(2rem, 4vw, 2.75rem) var(--rp-content-gutter) clamp(1.35rem, 3vw, 1.85rem);
}

.rp-site-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem 2.5rem;
}

.rp-site-footer__col-title {
	margin: 0 0 0.85rem;
	font-family: var(--rp-font-display);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff;
}

.rp-site-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rp-site-footer__links li + li {
	margin-top: 0.45rem;
}

.rp-site-footer__links a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	font-size: 0.88rem;
	line-height: 1.45;
	transition: color 0.15s ease;
}

.rp-site-footer__links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.rp-site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	margin-top: clamp(1.35rem, 3vw, 1.85rem);
	padding-top: 1.1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.rp-site-footer__copy {
	margin: 0;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.65);
}

.rp-site-footer__legal-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.15rem;
}

.rp-site-footer__legal-nav a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	font-size: 0.82rem;
}

.rp-site-footer__legal-nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

body.rp-marketing-light .rp-site-footer--rich {
	background:
		linear-gradient(180deg, var(--rp-navy, #1a4b7a) 0%, var(--rp-accent-start-pressed, #142e4f) 100%);
}

body.rp-marketing-light .rp-site-footer--rich .rp-site-footer__links a,
body.rp-marketing-light .rp-site-footer--rich .rp-site-footer__legal-nav a {
	color: rgba(255, 255, 255, 0.78);
}

body.rp-marketing-light .rp-site-footer--rich .rp-site-footer__links a:hover,
body.rp-marketing-light .rp-site-footer--rich .rp-site-footer__legal-nav a:hover {
	color: #ffffff;
}

@media (max-width: 960px) {
	.rp-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.rp-site-footer__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.rp-site-footer__legal {
		flex-direction: column;
		align-items: flex-start;
	}
}

.rp-changelog-page .rp-changelog__list {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.rp-changelog__entry {
	border: 1px solid var(--rp-border);
	border-radius: 12px;
	background: var(--rp-surface);
	overflow: hidden;
}

.rp-changelog__entry summary {
	padding: 0.9rem 1.1rem;
	font-family: var(--rp-font-display);
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--rp-navy);
	cursor: pointer;
	list-style: none;
}

.rp-changelog__entry summary::-webkit-details-marker {
	display: none;
}

.rp-changelog__entry[open] summary {
	border-bottom: 1px solid var(--rp-surface-alt);
}

.rp-changelog__items {
	margin: 0;
	padding: 0.85rem 1.1rem 1rem 2rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--rp-text-muted);
}

.rp-changelog__items li + li {
	margin-top: 0.45rem;
}

@media (max-width: 960px) {
	.rp-hero-band__layout {
		grid-template-columns: 1fr;
	}

	.rp-hero-illustration {
		width: 100%;
		max-width: min(520px, 100%);
		margin: 0.75rem auto 0;
		min-width: 0;
	}

	.rp-site-nav__anchors--desktop,
	.rp-site-nav__cta--desktop {
		display: none;
	}

	.rp-site-nav__toggle {
		display: inline-flex;
	}

	.rp-site-nav__actions .rp-lang-switcher__trigger,
	.rp-site-nav__toggle {
		box-sizing: border-box;
		min-height: 2.5rem;
		padding: 0.35rem 0.65rem;
		font-size: 0.78rem;
	}

	.rp-site-nav__toggle {
		padding: 0.45rem;
		gap: 0;
		min-width: 2.5rem;
		justify-content: center;
	}

	body.rp-front-page .rp-site-nav__inner,
	body.rp-marketing-light .rp-site-nav__inner,
	body.rp-portal-view .rp-site-nav__inner {
		padding-left: var(--rp-content-gutter);
	}

	.rp-pills__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rp-pills--hero,
	.rp-pills--hero .rp-pills__grid,
	.rp-hero-band .rp-pills__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: var(--rp-space-4, 16px) var(--rp-space-2, 8px);
	}

	.rp-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rp-testimonials__grid {
		grid-template-columns: 1fr;
	}

	.rp-pricing__grid,
	body.rp-front-page #pricing .rp-pricing__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.rp-pills__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--rp-space-4, 16px) var(--rp-space-2, 8px);
	}

	.rp-pills--hero,
	.rp-pills--hero .rp-pills__grid,
	.rp-hero-band .rp-pills__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--rp-space-4, 16px) var(--rp-space-2, 8px);
		max-width: 22rem;
	}

	.rp-pills--hero {
		margin-top: 0.35rem;
		padding-top: 0.65rem;
		padding-bottom: 1rem;
	}

	.rp-landing > .rp-hero-band--cinematic + .rp-pills--hero {
		margin-top: 0.15rem;
	}

	.rp-pills__label {
		font-size: 0.72rem;
		line-height: 1.3;
	}

	.rp-hero-band .rp-pills__label,
	.rp-pills--hero .rp-pills__label {
		font-size: 0.88rem;
		font-weight: 800;
		color: #0a0a0a;
		max-width: none;
	}

	.rp-hero-band .rp-icon-disc--hero,
	.rp-pills--hero .rp-icon-disc--hero,
	.rp-icon-disc--hero {
		width: 58px;
		height: 58px;
		border-radius: 50%;
		box-shadow:
			0 0 0 5px rgba(26, 61, 102, 0.08),
			0 8px 18px rgba(26, 61, 102, 0.18);
		border: 0;
	}

	.rp-hero-band .rp-icon-disc--hero svg,
	.rp-pills--hero .rp-icon-disc--hero svg,
	.rp-icon-disc--hero svg {
		width: 30px;
		height: 30px;
		stroke-width: 2.3;
	}

	.rp-page-hero .rp-icon-disc--hero,
	.rp-page-hero__icon .rp-icon-disc--hero {
		width: 64px;
		height: 64px;
		box-shadow: 0 8px 22px rgba(10, 24, 48, 0.35);
	}

	.rp-page-hero .rp-icon-disc--hero svg,
	.rp-page-hero__icon .rp-icon-disc--hero svg {
		width: 32px;
		height: 32px;
		stroke-width: 2.4;
		stroke: currentColor;
		color: #fff;
	}

	.rp-feature-grid {
		grid-template-columns: 1fr;
	}

	.rp-pricing__grid,
	body.rp-front-page #pricing .rp-pricing__grid {
		grid-template-columns: 1fr;
	}

	.rp-reason {
		grid-template-columns: 1fr;
	}

	.rp-hero-band__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.rp-hero-band__actions .rp-btn {
		width: 100%;
		justify-content: center;
		min-height: var(--rp-touch-min, 44px);
	}

	.rp-trust-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.55rem;
	}
}

@media (max-width: 480px) {
	.rp-site-nav__row {
		gap: 0.5rem;
	}

	.rp-site-nav__brand {
		min-width: 0;
		flex: 1 1 auto;
		align-items: center;
		font-size: 1.4rem;
	}

	.rp-site-nav__brand img {
		width: 56px;
		height: 56px;
	}

	.rp-site-nav__brand span {
		display: block;
		line-height: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.rp-site-nav__actions {
		gap: 0.35rem;
		flex-shrink: 0;
	}

	/* Non-cinematic heroes — tighter top padding on small screens */
	.rp-hero-band:not(.rp-hero-band--cinematic) {
		padding-top: 1.15rem;
		padding-bottom: 2rem;
	}

	.rp-hero-band--cinematic {
		padding-top: clamp(1.75rem, 4vw, 2.5rem);
	}

	.rp-hero-band:not(.rp-hero-band--cinematic) .rp-hero-band__title {
		font-size: clamp(2rem, 8.5vw, 2.65rem);
		line-height: 1.06;
		font-weight: 800;
	}

	.rp-hero-band__lead {
		font-size: 1.02rem;
		max-width: 36ch;
	}

	.rp-hero-band__eyebrow {
		font-size: 0.75rem;
	}

	.rp-hero-illustration {
		max-width: 100%;
		margin-top: 1rem;
	}

	.rp-hero-band .rp-pills {
		margin-top: 0.35rem;
	}

	.rp-hero-band .rp-pills__grid {
		padding-top: 0.5rem;
	}

	.rp-hero-band .rp-pills__item {
		gap: 0.5rem;
	}
}

/* ?????? Commerce portal (/account/, /de/konto/) ?????? */

body.rp-portal-view {
	display: flex;
	flex-direction: column;
	color: var(--rp-text);
	background: var(--rp-bg-app);
	min-height: 100vh;
	min-height: 100dvh;
}

html.admin-bar body.rp-portal-view {
	min-height: calc(100dvh - 32px);
}

@media screen and (max-width: 782px) {
	html.admin-bar body.rp-portal-view {
		min-height: calc(100dvh - 46px);
	}
}

body.rp-portal-view .rp-main.rp-portal-shell {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: none;
	min-height: 0;
	margin: 0;
	padding:
		1.5rem clamp(1rem, 4vw, 2rem)
		max(2rem, env(safe-area-inset-bottom, 0px));
	box-sizing: border-box;
	background: var(--rp-bg-app);
}

body.rp-portal-view .rp-portal-shell .rp-portal {
	width: 100%;
	max-width: 28rem;
	margin: 0 auto;
}

body.rp-portal-view .rp-portal-card {
	max-width: none;
}

body.rp-portal-view .rp-page-content--text,
body.rp-portal-view .entry-content,
body.rp-portal-view .wp-block-post-content {
	max-width: none;
	margin: 0;
	padding: 0;
}

.rp-site-nav--commerce .rp-site-nav__inner {
	max-width: var(--rp-content-max);
}

body.rp-not-found-page .rp-main--not-found {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(2.5rem, 6vw, 4rem) 1.25rem 2.5rem;
	box-sizing: border-box;
}

body.rp-not-found-page .rp-not-found {
	width: 100%;
	max-width: 32rem;
	margin: 0 auto;
}

body.rp-marketing-light .rp-not-found__card {
	padding: clamp(2rem, 5vw, 2.75rem);
	border: 1px solid var(--rp-border);
	border-radius: 20px;
	background: var(--rp-surface);
	box-shadow: 0 12px 40px rgba(26, 39, 68, 0.08);
	text-align: center;
}

.rp-not-found__card {
	--rp-accent: var(--rp-teal);
	--rp-border: rgba(42, 85, 137, 0.38);
	--rp-glass-a: rgba(42, 85, 137, 0.28);
	--rp-glass-c: rgba(15, 25, 45, 0.65);
	padding: clamp(2rem, 5vw, 2.75rem);
	border: 1px solid var(--rp-border);
	border-radius: 20px;
	background: linear-gradient(
		145deg,
		var(--rp-glass-a) 0%,
		rgba(26, 39, 68, 0.55) 48%,
		var(--rp-glass-c) 100%
	);
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.12),
		0 16px 40px rgba(0, 0, 0, 0.28);
	text-align: center;
	backdrop-filter: blur(8px);
}

.rp-not-found__code {
	margin: 0 0 0.35rem;
	font-size: clamp(4.5rem, 18vw, 6rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.06em;
	color: var(--rp-accent);
	opacity: 0.35;
}

.rp-not-found__title {
	margin: 0 0 0.85rem;
	font-size: clamp(1.625rem, 4.5vw, 2.125rem);
	font-weight: 800;
	line-height: 1.15;
	color: var(--rp-surface);
	letter-spacing: -0.02em;
}

body.rp-marketing-light .rp-not-found__title {
	font-family: var(--rp-font-display);
	font-weight: var(--rp-font-bold, 700);
	color: var(--rp-navy);
}

.rp-not-found__message {
	margin: 0 auto 1.75rem;
	max-width: 22rem;
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(236, 239, 241, 0.78);
}

body.rp-marketing-light .rp-not-found__message {
	color: var(--rp-text-muted);
}

.rp-not-found__actions {
	margin: 0 0 1.75rem;
}

.rp-not-found__links {
	padding-top: 1.5rem;
	border-top: 1px solid rgba(42, 85, 137, 0.18);
}

.rp-not-found__links-title {
	margin: 0 0 0.85rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(236, 239, 241, 0.55);
}

body.rp-marketing-light .rp-not-found__links {
	border-top-color: var(--rp-border);
}

body.rp-marketing-light .rp-not-found__links-title {
	color: #000000;
}

.rp-not-found__chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}

.rp-not-found__chip {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0.4rem 0.95rem;
	border: 1px solid rgba(42, 85, 137, 0.28);
	border-radius: 999px;
	background: rgba(15, 25, 45, 0.45);
	color: var(--rp-teal) !important;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

body.rp-marketing-light .rp-not-found__chip {
	background: var(--rp-surface-alt);
	border-color: var(--rp-border);
	color: var(--rp-navy) !important;
}

.rp-not-found__chip:hover {
	background: rgba(26, 39, 68, 0.65);
	border-color: rgba(42, 85, 137, 0.45);
	text-decoration: none;
	transform: translateY(-1px);
}

body.rp-marketing-light .rp-not-found__chip:hover {
	background: var(--rp-surface);
	border-color: var(--rp-teal);
	color: var(--rp-teal-dim) !important;
}

@media (max-width: 480px) {
	body.rp-not-found-page .rp-main--not-found {
		padding-top: 2rem;
	}

	.rp-not-found__chip {
		flex: 1 1 calc(50% - 0.5rem);
		justify-content: center;
	}
}

.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;
}

.rp-site-nav__cta--get {
	font-weight: 600;
	letter-spacing: 0.01em;
}

.rp-pricing-page__hero {
	padding:
		clamp(1.5rem, 4vw, 2.5rem)
		var(--rp-content-gutter, 1.25rem)
		clamp(1.25rem, 3vw, 1.75rem);
	background: var(--rp-surface, #fff);
	border-bottom: 0;
	text-align: center;
	color: var(--rp-navy);
}

.rp-pricing-page__hero-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	max-width: 56rem;
	margin: 0 auto;
	text-align: center;
}

.rp-pricing-page__hero-copy {
	min-width: 0;
}

@media (min-width: 900px) {
	.rp-pricing-page__hero-top {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 1.75rem;
		text-align: left;
	}

	.rp-pricing-page__hero-copy .rp-pricing-page__lead {
		margin-left: 0;
		margin-right: 0;
	}
}

.rp-pricing-page__hero-inner {
	max-width: 44rem;
	margin: 0 auto;
}

.rp-pricing-page__eyebrow {
	margin: 0.5rem 0 0;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rp-accent);
}

.rp-pricing-page__title {
	margin: 0.4rem 0 0;
	font-family: var(--rp-font-display);
	font-size: clamp(1.65rem, 3.5vw, 2.25rem);
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: var(--rp-navy);
}

.rp-pricing-page__lead {
	margin: 0.55rem auto 0;
	max-width: 34rem;
	font-family: var(--rp-font-body);
	font-size: clamp(0.9rem, 1.5vw, 1rem);
	line-height: 1.5;
	color: var(--rp-text-muted);
}

.rp-pricing-page__trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.55rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rp-pricing-page__trust li {
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	border: 1px solid var(--rp-border);
	background: var(--rp-surface);
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-pricing-page__hero-actions {
	display: none; /* CTAs live on cards (MM layout) */
}

.rp-pricing-page__plans {
	/* Legacy empty spacer removed from markup; keep rule inert if cached HTML. */
	display: none;
}

.rp-pricing-page__currency {
	margin-top: 0.85rem;
}

.rp-pricing-page__plans-intro {
	display: none;
}

/* Clinic Light cards band — flush under navy hero (no white gap) */
.rp-pricing-page__cards-band {
	margin-top: 0;
	padding:
		clamp(1rem, 2.4vw, 1.5rem)
		var(--rp-content-gutter, 1.25rem)
		clamp(2.25rem, 4vw, 3rem);
	background:
		radial-gradient(ellipse 70% 80% at 18% 8%, rgba(42, 85, 137, 0.08) 0%, transparent 55%),
		linear-gradient(180deg, var(--rp-bg-wash, #E8EEF4) 0%, var(--rp-bg-mist, #F1F3F5) 55%, var(--rp-bg-content, #EBF2F9) 100%);
	color: var(--rp-text);
}

body.rp-pricing-page-view .rp-page-hero.rp-pricing-page-hero {
	margin-bottom: 0;
}

.rp-pricing-page__cards-inner {
	max-width: var(--rp-content-max, 1280px);
	margin: 0 auto;
	text-align: center;
}

.rp-pricing-page__cards-band .rp-pricing__grid {
	padding-top: 0;
	text-align: left;
}

.rp-pricing-page__compare-link {
	margin: 1.15rem 0 0;
	font-size: 0.95rem;
	font-weight: 600;
}

.rp-pricing-page__compare-link a {
	color: var(--rp-accent);
	text-decoration: none;
}

.rp-pricing-page__compare-link a:hover,
.rp-pricing-page__compare-link a:focus-visible {
	text-decoration: underline;
}

.rp-pricing-page__fineprint {
	margin: 1.5rem auto 0;
	max-width: 40rem;
	font-size: 0.85rem;
	line-height: 1.55;
	color: var(--rp-text-meta, #6B8499);
}

.rp-pricing-page__cards-band .rp-pricing__footer,
.rp-pricing-page__cards-band .rp-pricing__manage-lead {
	color: var(--rp-text-muted);
}

.rp-pricing__row--cta-top {
	padding-top: 0.35rem;
	padding-bottom: 0.85rem;
}

.rp-pricing__card-cta--top {
	margin: 0;
}

.rp-pricing-carousel .rp-pricing__row--cta-top {
	padding-bottom: 0.75rem;
}

/* Trust badges — hosting / privacy (home, pricing; compact also in portal) */
.rp-trust-badges {
	padding: 1.5rem var(--rp-content-gutter, 1.25rem);
	background: var(--rp-surface, #fff);
	border-top: 1px solid #e8ebf0;
	border-bottom: 1px solid #e8ebf0;
}

.rp-trust-badges__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 1rem 1.35rem;
	max-width: var(--rp-content-max, 1280px);
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.rp-trust-badges__item {
	flex: 1 1 9.5rem;
	max-width: 12.5rem;
	min-width: 8.5rem;
	margin: 0;
}

.rp-trust-badges__link,
.rp-trust-badges__static {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	height: 100%;
	padding: 0.35rem 0.25rem;
	text-align: center;
	text-decoration: none;
	color: inherit;
	border-radius: 8px;
}

.rp-trust-badges__link:hover,
.rp-trust-badges__link:focus-visible {
	outline: 2px solid var(--rp-navy, #1A4B7A);
	outline-offset: 3px;
}

.rp-trust-badges__link:hover .rp-trust-badges__title {
	color: var(--rp-teal, #2A9B8A);
}

.rp-trust-badges__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	flex-shrink: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.rp-trust-badges__icon img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.rp-trust-badges__text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	align-items: center;
}

.rp-trust-badges__title {
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--rp-navy, #1A4B7A);
}

.rp-trust-badges__subtitle {
	font-size: 0.78rem;
	line-height: 1.3;
	color: #5a6a7a;
}

.rp-trust-badges--compact .rp-trust-badges__icon,
.rp-trust-badges--compact .rp-trust-badges__icon img {
	width: 56px;
	height: 56px;
}

.rp-trust-badges--compact .rp-trust-badges__title {
	font-size: 0.82rem;
}

.rp-trust-badges--compact .rp-trust-badges__item {
	flex: 1 1 7rem;
	min-width: 6.5rem;
	max-width: 10rem;
}

.rp-landing .rp-trust-badges {
	background: linear-gradient(180deg, var(--rp-bg-mist, #F1F3F5) 0%, var(--rp-surface, #fff) 100%);
}

.rp-pricing-page__trust-strip.rp-trust-badges {
	padding: 1.75rem 1.25rem;
}

@media (max-width: 640px) {
	.rp-trust-badges__list {
		gap: 0.85rem 0.65rem;
	}

	.rp-trust-badges__item {
		flex: 1 1 42%;
		max-width: none;
	}
}

.rp-pricing-page__byo-inner {
	max-width: 40rem;
	margin: 0 auto;
	text-align: center;
}

.rp-pricing-page__byo-list {
	display: inline-grid;
	gap: 0.45rem;
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.rp-pricing-page__byo-list li {
	position: relative;
	padding-left: 1.35rem;
	font-size: 0.95rem;
	color: var(--rp-text-muted);
}

.rp-pricing-page__byo-list li::before {
	content: "";
	position: absolute;
	left: 0.32rem;
	top: 0.42em;
	width: 0.28rem;
	height: 0.48rem;
	border: solid var(--rp-teal);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.rp-pricing-page__compare-header {
	margin-bottom: 1.5rem;
}

.rp-pricing-compare__wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--rp-border);
	border-radius: 14px;
	background: var(--rp-surface);
}

.rp-pricing-compare__table {
	display: table;
	width: 100%;
	min-width: 36rem;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	font-size: 0.88rem;
	color: var(--rp-navy);
}

.rp-pricing-compare__table thead {
	display: table-header-group;
}

.rp-pricing-compare__table tbody {
	display: table-row-group;
}

.rp-pricing-compare__table tr {
	display: table-row;
}

.rp-pricing-compare__table th,
.rp-pricing-compare__table td {
	display: table-cell;
	padding: 0.75rem 1rem;
	border-bottom: 1px solid var(--rp-surface-alt);
	text-align: center;
	vertical-align: middle;
	color: var(--rp-navy);
}

.rp-pricing-compare__feature-col,
.rp-pricing-compare__feature {
	text-align: left;
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-pricing-compare__tier-col {
	font-family: var(--rp-font-display);
	font-weight: 700;
	color: var(--rp-navy);
	background: #fafbfc;
}

.rp-pricing-compare__cell {
	text-align: center;
	vertical-align: middle;
}

.rp-pricing-compare__cell .rp-pricing-compare__yes,
.rp-pricing-compare__cell .rp-pricing-compare__no {
	margin-inline: auto;
}

.rp-pricing-compare__category th {
	padding: 0.85rem 1rem 0.45rem;
	border-bottom: none;
	background: #f3f5f7;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: left;
	color: var(--rp-text-muted);
}

.rp-pricing-compare__yes {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 999px;
	background: rgba(42, 85, 137, 0.14);
	box-shadow: inset 0 0 0 1px rgba(42, 85, 137, 0.45);
	color: var(--rp-navy-light);
	font-weight: 700;
}

.rp-pricing-compare__yes::before {
	content: "";
	display: block;
	width: 0.28rem;
	height: 0.48rem;
	margin-top: -0.12rem;
	border: solid var(--rp-teal-dim);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.rp-pricing-compare__no {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 999px;
	background: rgba(220, 38, 38, 0.1);
	box-shadow: inset 0 0 0 1px rgba(220, 38, 38, 0.4);
	color: #dc2626;
	font-size: 0;
	font-weight: 700;
	position: relative;
	flex: 0 0 auto;
}

.rp-pricing-compare__no::before,
.rp-pricing-compare__no::after {
	content: "";
	position: absolute;
	width: 0.55rem;
	height: 2px;
	border-radius: 1px;
	background: #dc2626;
}

.rp-pricing-compare__no::before {
	transform: rotate(45deg);
}

.rp-pricing-compare__no::after {
	transform: rotate(-45deg);
}

.rp-pricing-compare__text {
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-comparison__cell--us,
.rp-comparison__cell--std {
	text-align: left;
	vertical-align: top;
}

.rp-comparison__wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--rp-border);
	border-radius: 14px;
	background: var(--rp-surface);
	box-shadow: var(--rp-shadow-card);
}

.rp-comparison__table {
	width: 100%;
	min-width: 34rem;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9rem;
	color: var(--rp-navy);
}

.rp-comparison__table thead th {
	padding: 1rem 1.15rem;
	text-align: left;
	font-family: var(--rp-font-display);
	font-weight: 700;
	border-bottom: 2px solid var(--rp-border);
	vertical-align: bottom;
}

.rp-comparison__head-feature {
	width: 28%;
	color: var(--rp-navy);
	background: #fafbfc;
}

.rp-comparison__head-us {
	color: var(--rp-brand);
	background: var(--rp-accent-subtle);
}

.rp-comparison__head-std {
	color: var(--rp-text-muted);
	background: #fafbfc;
}

.rp-comparison__group th {
	padding: 0.9rem 1.15rem 0.45rem;
	border-bottom: 1px solid var(--rp-border);
	background: #f8fafc;
	font-family: var(--rp-font-display);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: left;
	color: var(--rp-text-meta);
}

.rp-comparison__feature {
	padding: 0.85rem 1.15rem;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
	color: var(--rp-navy);
	border-bottom: 1px solid var(--rp-border);
}

.rp-comparison__cell {
	padding: 0.85rem 1.15rem;
	line-height: 1.55;
	border-bottom: 1px solid var(--rp-border);
}

.rp-comparison__cell--us {
	background: rgba(42, 85, 137, 0.04);
	color: var(--rp-text);
	font-weight: 500;
}

.rp-comparison__cell--std {
	color: var(--rp-text-muted);
}

.rp-comparison__row:last-child .rp-comparison__feature,
.rp-comparison__row:last-child .rp-comparison__cell {
	border-bottom: none;
}

.rp-pricing-page__testimonials .rp-section__header {
	margin-bottom: 1.25rem;
}

.rp-pricing-page__bottom-cta {
	padding: clamp(2.5rem, 6vw, 3.5rem) 1.25rem;
	background: var(--rp-header-gradient);
	text-align: center;
}

.rp-pricing-page__bottom-cta-inner {
	max-width: 36rem;
	margin: 0 auto;
}

.rp-pricing-page__currency {
	margin: 1.25rem auto 0;
}

.rp-pricing-page__currency-wrap {
	max-width: none;
	margin: 0;
	padding: 0;
}

.rp-currency-picker {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	width: fit-content;
	max-width: 100%;
	margin-inline: auto;
}

.rp-currency-picker__row {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
}

.rp-currency-picker__label {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	color: var(--rp-text-muted);
	white-space: nowrap;
}

.rp-currency-picker__control {
	display: inline-flex;
	flex: 0 0 auto;
	width: auto;
	padding: 0.2rem;
	border: 1px solid var(--rp-border);
	border-radius: 999px;
	background: var(--rp-surface);
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
	gap: 0.15rem;
}

.rp-currency-picker__option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	min-width: 4.35rem;
	border: 0;
	background: transparent;
	color: var(--rp-text-muted);
	border-radius: 999px;
	padding: 0.42rem 0.85rem;
	font-family: var(--rp-font-display);
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.rp-currency-picker__symbol {
	font-size: 0.78rem;
	font-weight: 600;
	opacity: 0.72;
}

.rp-currency-picker__option.is-active {
	background: var(--rp-accent, #2A5589);
	color: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.rp-currency-picker__option.is-active .rp-currency-picker__symbol {
	opacity: 1;
	color: #fff;
}

.rp-currency-picker__option:hover:not(:disabled):not(.is-active) {
	background: rgba(15, 23, 42, 0.05);
	color: var(--rp-navy);
}

.rp-currency-picker__option:disabled {
	cursor: not-allowed;
	opacity: 0.85;
}

.rp-currency-picker__note {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.4;
	color: var(--rp-text-muted);
	text-align: center;
}

.rp-currency-picker--locked .rp-currency-picker__control {
	opacity: 0.92;
}

.rp-checkout-grid__currency {
	margin-bottom: 1rem;
}

.rp-pricing-page__bottom-cta-title {
	margin: 0 0 1.25rem;
	font-family: var(--rp-font-display);
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 700;
	color: var(--rp-text);
}

.rp-pricing-page__bottom-cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1rem;
}

.rp-pricing-page__bottom-cta-secondary {
	color: var(--rp-accent);
	border-color: var(--rp-accent);
}

.rp-pricing-page__bottom-cta-secondary:hover,
.rp-pricing-page__bottom-cta-secondary:focus-visible {
	background: var(--rp-accent-subtle);
	color: var(--rp-accent-hover);
}

@media (max-width: 768px) {
	.rp-pricing-page__trust-strip-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.rp-pricing-page__trust-strip-list {
		grid-template-columns: 1fr;
	}
}

.rp-pricing-page__fineprint {
	margin: 1.75rem 0 0;
	text-align: center;
	font-size: 0.82rem;
	color: #000000;
}

.rp-pricing-page__guarantee {
	padding: clamp(2.5rem, 5vw, 3.5rem) 1.25rem;
	background: var(--rp-surface);
	border-top: 1px solid #e8ebf0;
	border-bottom: 1px solid #e8ebf0;
	color: var(--rp-navy);
}

.rp-pricing-page__guarantee-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem 2.5rem;
	max-width: 56rem;
	margin: 0 auto;
}

.rp-pricing-page__guarantee-badge {
	flex: 0 0 auto;
}

.rp-pricing-page__guarantee-badge-ring {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 9.5rem;
	height: 9.5rem;
	padding: 0.75rem;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, var(--rp-accent) 0%, var(--rp-navy) 72%);
	color: var(--rp-text-on-accent);
	text-align: center;
	box-shadow: 0 0 0 0.35rem rgba(42, 85, 137, 0.15), 0 0 0 0.65rem rgba(42, 85, 137, 0.08);
}

.rp-pricing-page__guarantee-badge-top,
.rp-pricing-page__guarantee-badge-bottom {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.2;
}

.rp-pricing-page__guarantee-badge-days {
	margin: 0.15rem 0;
	font-family: var(--rp-font-display);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.1;
	color: var(--rp-text-on-accent);
}

.rp-pricing-page__guarantee-copy {
	flex: 1 1 18rem;
	min-width: 0;
}

.rp-pricing-page__guarantee-title {
	margin: 0 0 0.85rem;
	font-family: var(--rp-font-display);
	font-size: clamp(1.25rem, 2.8vw, 1.65rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--rp-navy);
	text-align: left;
}

.rp-pricing-page__guarantee-text {
	margin: 0 0 1rem;
	font-size: 0.98rem;
	line-height: 1.65;
	color: var(--rp-text-muted);
	text-align: left;
}

.rp-pricing-page__guarantee-signature {
	margin: 0 0 0.35rem;
	font-family: "Segoe Script", "Bradley Hand", "Snell Roundhand", cursive;
	font-size: 1.65rem;
	line-height: 1;
	color: var(--rp-navy);
}

.rp-pricing-page__guarantee-sign {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--rp-text-muted);
	text-align: left;
}

.rp-pricing-page__guarantee-sign strong {
	display: block;
	font-weight: 700;
	color: var(--rp-navy);
}

.rp-pricing-page__guarantee-sign span {
	display: block;
}

.rp-pricing-page__payment-footer {
	padding: 1.25rem 1.25rem 1.5rem;
	background: #fafbfc;
	border-bottom: 1px solid #e8ebf0;
	color: var(--rp-text-muted);
}

.rp-pricing-page__payment-footer-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	max-width: 56rem;
	margin: 0 auto;
}

.rp-pricing-page__payment-footer-copy {
	flex: 1 1 16rem;
	min-width: 0;
}

.rp-pricing-page__payment-footer-copy p {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.55;
	color: var(--rp-text-muted);
}

.rp-pricing-page__payment-footer-note {
	margin-top: 0.35rem !important;
	color: #8c9199 !important;
}

.rp-pricing-page__payment-stripe {
	flex: 0 1 18rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.45rem;
	text-align: right;
}

.rp-pricing-page__payment-stripe-title {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--rp-navy);
}

.rp-pricing-page__payment-stripe-methods {
	margin: 0;
	max-width: 20rem;
	font-size: 0.78rem;
	line-height: 1.45;
	color: #000000;
}

.rp-pricing-page__payment-stripe-link {
	display: inline-flex;
	line-height: 0;
	border-radius: 4px;
	transition: opacity 0.15s ease;
}

.rp-pricing-page__payment-stripe-link:hover {
	opacity: 0.82;
}

.rp-pricing-page__payment-stripe-badge,
.rp-pricing-page__payment-stripe-link svg {
	display: block;
	height: 25px;
	width: auto;
}

@media (max-width: 720px) {
	.rp-pricing-page__payment-stripe {
		flex-basis: 100%;
		align-items: flex-start;
		text-align: left;
	}

	.rp-pricing-page__payment-stripe-methods {
		max-width: none;
	}
}

body.rp-pricing-page-view .rp-page-content {
	max-width: none;
	padding: 0;
}

body.rp-marketing-light .rp-pricing-page__hero-actions .rp-btn--ghost {
	background: transparent;
	color: var(--rp-navy);
	border-color: #c3c8d0;
}

body.rp-marketing-light .rp-pricing-page__hero-actions .rp-btn--ghost:hover {
	background: var(--rp-surface-alt);
	border-color: #8c9199;
	color: var(--rp-navy);
}

.rp-logos__tier {
	font-size: 0.85em;
	font-weight: 600;
	color: var(--rp-muted, #5f6368);
}

.rp-pricing__group-footnote,
.rp-pricing__tier-footnote {
	margin: 0.75rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--rp-muted, #5f6368);
	font-style: italic;
}

.rp-pricing-compare__footnotes {
	padding: 1rem 1.25rem 1.25rem;
	border-top: 1px solid var(--rp-surface-alt);
	text-align: center;
}
.rp-pricing-compare__footnote {
	margin: 0.4rem auto 0;
	max-width: 42rem;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--rp-muted, #5f6368);
}
.rp-pricing-compare__footnote:first-child {
	margin-top: 0;
}

/* Documentation screenshots ? same crop/lightbox as MM; full content width */
.rp-doc-screenshot,
.rp-screenshot.rp-doc-screenshot {
	margin: 1.25rem 0 1.75rem;
	width: 100%;
	max-width: 100%;
}
.rp-doc-screenshot__trigger {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: var(--rp-screenshot-aspect, 16 / 10);
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	line-height: 0;
	min-height: 0;
	background: var(--rp-screenshot-canvas, #eef1f6);
	cursor: zoom-in;
	text-align: left;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #dcdcde;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease;
}
.rp-doc-screenshot__picture {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	background: var(--rp-screenshot-canvas, #eef1f6);
}
.rp-doc-screenshot__trigger:hover,
.rp-doc-screenshot__trigger:focus-visible {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.rp-doc-screenshot__trigger:focus-visible {
	outline: 2px solid var(--rp-accent, #2A5589);
	outline-offset: 3px;
}
.rp-doc-screenshot__trigger .rp-doc-screenshot__picture {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.rp-doc-screenshot__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	transition: filter 0.2s ease;
}
.rp-doc-screenshot__trigger:hover .rp-doc-screenshot__img,
.rp-doc-screenshot__trigger:focus-visible .rp-doc-screenshot__img {
	filter: brightness(1.02);
}
.rp-doc-screenshot__zoom {
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92) center / 1.1rem no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231d2327' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM13 10h-2v2H9v-2H7V8h2V6h2v2h2v2z'/%3E%3C/svg%3E");
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	pointer-events: none;
	opacity: 0.85;
}
.rp-doc-screenshot__frame {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: var(--rp-screenshot-aspect, 16 / 10);
	border: 2px dashed #c3c4c7;
	border-radius: 8px;
	background: linear-gradient(145deg, #f6f7f7 0%, #ececec 100%);
	position: relative;
}
.rp-doc-screenshot__frame::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 48px;
	height: 48px;
	opacity: 0.35;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23505560' viewBox='0 0 24 24'%3E%3Cpath d='M9 2a1 1 0 0 0-.894.553L7.382 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-3.382l-.724-1.447A1 1 0 0 0 15 2H9zm3 5a5 5 0 1 1 0 10 5 5 0 0 1 0-10z'/%3E%3C/svg%3E");
}
.rp-doc-screenshot__caption {
	margin-top: 0.5rem;
	font-size: 0.875rem;
	color: var(--rp-muted, #5f6368);
	text-align: center;
}
.rp-doc-screenshot__hint {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.8125rem;
	opacity: 0.85;
}

/* How-row / gallery framed triggers: never inherit docs gray plate */
.rp-how-row__trigger.rp-doc-screenshot__trigger,
.rp-product-gallery__phone .rp-doc-screenshot__trigger,
.rp-product-gallery__tablet .rp-doc-screenshot__trigger {
	aspect-ratio: auto;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.rp-how-row__trigger.rp-doc-screenshot__trigger:hover,
.rp-how-row__trigger.rp-doc-screenshot__trigger:focus-visible,
.rp-product-gallery__phone .rp-doc-screenshot__trigger:hover,
.rp-product-gallery__phone .rp-doc-screenshot__trigger:focus-visible,
.rp-product-gallery__tablet .rp-doc-screenshot__trigger:hover,
.rp-product-gallery__tablet .rp-doc-screenshot__trigger:focus-visible {
	box-shadow: none;
}

/* Screenshot lightbox */
body.rp-lightbox-open {
	overflow: hidden;
}
.rp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
.rp-lightbox[hidden] {
	display: none !important;
}
.rp-lightbox__backdrop {
	position: absolute;
	inset: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.85);
	cursor: zoom-out;
}
.rp-lightbox__dialog {
	position: relative;
	z-index: 1;
	max-width: min(96vw, 1100px);
	max-height: 92vh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.85rem;
	padding: 0.5rem 0.5rem 0.75rem;
	transform: scale(0.96);
	opacity: 0;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.rp-lightbox--open .rp-lightbox__dialog {
	transform: scale(1);
	opacity: 1;
}
.rp-lightbox__stage {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	min-height: 0;
}
.rp-lightbox__img {
	display: block;
	max-width: min(94vw, 920px);
	max-height: min(84vh, 1100px);
	width: auto;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}
.rp-lightbox__caption {
	max-width: min(92vw, 420px);
	padding: 0.85rem 1rem;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
	color: #0b3d5c;
	text-align: center;
}
.rp-lightbox__headline {
	display: block;
	font-family: Ubuntu, system-ui, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0b3d5c;
}
.rp-lightbox__subline {
	display: block;
	margin-top: 0.4rem;
	font-family: Nunito, system-ui, sans-serif;
	font-size: 0.9375rem;
	line-height: 1.45;
	color: #3d4f63;
}
.rp-lightbox__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
}
.rp-lightbox__nav[hidden] {
	display: none !important;
}
.rp-lightbox__prev,
.rp-lightbox__next {
	min-width: 7.5rem;
	min-height: 2.75rem;
	padding: 0.55rem 1.1rem;
	border-radius: 8px;
	font-family: Nunito, system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}
.rp-lightbox__prev {
	border: 2px solid rgba(255, 255, 255, 0.85);
	background: transparent;
	color: #ffffff;
}
.rp-lightbox__next {
	border: 2px solid #0b3d5c;
	background: #0b3d5c;
	color: #ffffff;
}
.rp-lightbox__prev:hover,
.rp-lightbox__prev:focus-visible,
.rp-lightbox__next:hover,
.rp-lightbox__next:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 2px;
}
.rp-lightbox__close {
	position: absolute;
	top: -0.25rem;
	right: -0.25rem;
	z-index: 2;
	width: 2.75rem;
	height: 2.75rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	color: #1d2327;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.rp-lightbox__close:hover,
.rp-lightbox__close:focus-visible {
	background: #fff;
	outline: 2px solid #fff;
	outline-offset: 2px;
}
@media (min-width: 768px) {
	.rp-lightbox__stage {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 1.25rem;
	}
	.rp-lightbox__caption {
		text-align: left;
		max-width: 18rem;
	}
	.rp-lightbox__img {
		max-height: min(86vh, 1120px);
	}
}
@media (prefers-reduced-motion: reduce) {
	.rp-lightbox__dialog {
		transition: none;
		transform: none;
		opacity: 1;
	}
}

/* Scroll reveal ??? marketing blocks (enabled when html.rp-js + scroll-reveal.js) */
@media (prefers-reduced-motion: no-preference) {
	html.rp-js .rp-reveal {
		opacity: 0;
		transform: translate3d(0, 28px, 0);
		transition:
			opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
			transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
		transition-delay: var(--rp-reveal-delay, 0ms);
		will-change: opacity, transform;
	}

	html.rp-js .rp-reveal.rp-reveal--visible {
		opacity: 1;
		transform: none;
		will-change: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	html.rp-js .rp-reveal {
		opacity: 1;
		transform: none;
	}
}

/* Header nav dropdown */
.rp-nav-dropdown {
	position: relative;
	display: inline-flex;
}

.rp-nav-dropdown__trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--rp-text);
	font-family: var(--rp-font-display);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	transition: color 0.2s ease;
}

.rp-nav-dropdown__trigger:hover,
.rp-nav-dropdown__trigger:focus-visible,
.rp-nav-dropdown.is-open .rp-nav-dropdown__trigger {
	color: var(--rp-accent);
}

.rp-nav-dropdown__chevron {
	display: block;
	width: 0.35rem;
	height: 0.35rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	opacity: 0.72;
	transition: transform 0.2s ease;
}

.rp-nav-dropdown.is-open .rp-nav-dropdown__chevron {
	transform: rotate(225deg) translateY(1px);
}

.rp-nav-dropdown__menu {
	position: absolute;
	top: calc(100% + 0.35rem);
	left: 0;
	z-index: 200;
	min-width: 13rem;
	margin: 0;
	padding: 0.35rem;
	list-style: none;
	border-radius: 8px;
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	box-shadow: var(--rp-shadow-lg);
}

.rp-nav-dropdown__menu:not([hidden]) {
	display: block;
}

.rp-nav-dropdown__menu a {
	display: block;
	padding: 0.45rem 0.65rem;
	border-radius: 6px;
	color: var(--rp-navy, #1A4B7A);
	text-decoration: none;
	font-size: 0.88rem;
}

.rp-nav-dropdown__menu a:hover,
.rp-nav-dropdown__menu a:focus-visible {
	background: var(--rp-accent-subtle);
	color: var(--rp-accent);
}

/* Chrome nav forces light link color on .rp-site-nav__anchors a — keep panel readable. */
body.rp-front-page .rp-nav-dropdown__menu a,
body.rp-marketing-light .rp-nav-dropdown__menu a,
body.rp-portal-view .rp-nav-dropdown__menu a {
	color: var(--rp-navy, #1A4B7A);
}

body.rp-front-page .rp-nav-dropdown__menu a:hover,
body.rp-front-page .rp-nav-dropdown__menu a:focus-visible,
body.rp-marketing-light .rp-nav-dropdown__menu a:hover,
body.rp-marketing-light .rp-nav-dropdown__menu a:focus-visible,
body.rp-portal-view .rp-nav-dropdown__menu a:hover,
body.rp-portal-view .rp-nav-dropdown__menu a:focus-visible {
	background: var(--rp-accent-subtle);
	color: var(--rp-accent);
}

.rp-site-nav__mobile-group {
	margin: 0.15rem 0 0.65rem;
	padding: 0.45rem 0 0.55rem;
	border-bottom: 1px solid var(--rp-border);
}

.rp-site-nav__mobile-group-label {
	display: block;
	padding: 0.35rem 0 0.5rem;
	font-family: var(--rp-font-display);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--rp-text-meta);
}

.rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink {
	padding: 0.6rem 0 0.6rem 0.85rem;
	margin-left: 0.1rem;
	border-bottom: 0;
	border-left: 2px solid var(--rp-accent-chip-border);
	color: var(--rp-text);
}

.rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink + .rp-site-nav__mobile-sublink {
	margin-top: 0.1rem;
}

.rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink:hover,
.rp-site-nav__anchors--mobile .rp-site-nav__mobile-sublink:focus-visible {
	color: var(--rp-accent);
}

@media (prefers-reduced-motion: reduce) {
	.rp-nav-dropdown__chevron,
	.rp-nav-dropdown__trigger {
		transition: none;
	}
}

/* Exit-intent promo modal (disabled by default ? rp_exit_intent_promo_enabled filter) */
.rp-exit-promo {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.22s ease, visibility 0.22s ease;
}

.rp-exit-promo--visible {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.rp-exit-promo__backdrop {
	position: absolute;
	inset: 0;
	background: var(--rp-overlay);
	backdrop-filter: blur(4px);
}

.rp-exit-promo__card {
	position: relative;
	z-index: 1;
	width: min(100%, 22rem);
	padding: 1.65rem 1.5rem 1.35rem;
	border-radius: 1.125rem;
	border: 1px solid var(--rp-accent-chip-border);
	background: var(--rp-surface);
	color: var(--rp-text);
	box-shadow: var(--rp-shadow-lg);
	text-align: center;
	transform: translateY(12px) scale(0.98);
	transition: transform 0.22s ease;
}

.rp-exit-promo--visible .rp-exit-promo__card {
	transform: translateY(0) scale(1);
}

.rp-exit-promo__close {
	position: absolute;
	top: 0.55rem;
	right: 0.55rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 0;
	border-radius: 999px;
	background: var(--rp-bg-input);
	color: var(--rp-text-muted);
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	transition: background 0.15s ease, color 0.15s ease;
}

.rp-exit-promo__close:hover,
.rp-exit-promo__close:focus-visible {
	background: var(--rp-accent-subtle);
	color: var(--rp-text);
}

.rp-exit-promo__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 auto 0.85rem;
	border-radius: 50%;
	background: var(--rp-accent);
	color: var(--rp-text-on-accent);
	font-family: var(--rp-font-display);
	font-weight: 700;
	font-size: 1.05rem;
	line-height: 1;
	letter-spacing: -0.02em;
	box-shadow: var(--rp-shadow);
}

.rp-exit-promo__headline {
	margin: 0;
	font-family: var(--rp-font-display);
	font-weight: 700;
	font-size: clamp(1.2rem, 2.8vw, 1.4rem);
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--rp-text);
}

.rp-exit-promo__sub {
	margin: 0.55rem 0 0;
	font-family: var(--rp-font-body);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	color: var(--rp-text-muted);
}

.rp-exit-promo__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.45rem;
	margin-top: 1.15rem;
}

.rp-exit-promo__cta {
	width: 100%;
	min-width: 0;
}

.rp-exit-promo__dismiss {
	border: 0;
	background: transparent;
	color: var(--rp-text-meta);
	font-family: var(--rp-font-body);
	font-size: 0.8125rem;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	padding: 0.35rem 0.5rem 0.15rem;
}

.rp-exit-promo__dismiss:hover,
.rp-exit-promo__dismiss:focus-visible {
	color: var(--rp-text-muted);
}

@media (prefers-reduced-motion: reduce) {
	.rp-exit-promo,
	.rp-exit-promo__card,
	.rp-nav-dropdown__chevron {
		transition: none;
	}
}

.rp-pricing__vat {
	margin: 0.2rem 0 0;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--rp-text-muted, #64748b);
}

.rp-pricing__trust {
	margin: 0.35rem 0 0;
	font-size: 0.75rem;
	line-height: 1.4;
	color: var(--rp-text-muted, #64748b);
}

.rp-pricing__example {
	margin: 0.45rem 0 0;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--rp-text, #0f172a);
}

.rp-pricing-addon {
	padding: 2.5rem 1.25rem 1.5rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	background: var(--rp-bg-soft, #f8fafc);
}

.rp-pricing-addon__inner {
	max-width: 72rem;
	margin: 0 auto;
}

.rp-pricing-addon__card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	padding: 1.75rem 1.5rem;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 0.75rem;
}

@media (min-width: 768px) {
	.rp-pricing-addon__card {
		grid-template-columns: 1.4fr 0.8fr;
		align-items: center;
		padding: 2rem 2.25rem;
	}
}

.rp-pricing-addon__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rp-accent, #2563eb);
}

.rp-pricing-addon__title {
	margin: 0 0 0.5rem;
	font-size: 1.5rem;
	line-height: 1.25;
}

.rp-pricing-addon__tagline {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--rp-text-muted, #64748b);
}

.rp-pricing-addon__list {
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
}

.rp-pricing-addon__list li {
	position: relative;
	padding: 0.25rem 0 0.25rem 1.25rem;
	font-size: 0.9375rem;
	line-height: 1.45;
}

.rp-pricing-addon__list li::before {
	content: "+";
	position: absolute;
	left: 0;
	font-weight: 700;
	color: var(--rp-accent, #2563eb);
}

.rp-pricing-addon__note {
	margin: 0.35rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: var(--rp-text-muted, #64748b);
}

.rp-pricing-addon__buy {
	text-align: left;
}

@media (min-width: 768px) {
	.rp-pricing-addon__buy {
		text-align: right;
	}
}

.rp-pricing-addon__price {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: baseline;
	justify-content: flex-start;
}

@media (min-width: 768px) {
	.rp-pricing-addon__price {
		justify-content: flex-end;
	}
}

.rp-pricing-addon__amount {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
}

.rp-pricing-addon__period {
	font-size: 0.9375rem;
	color: var(--rp-text-muted, #64748b);
}

.rp-pricing-addon__month {
	margin: 0.35rem 0 1rem;
	font-size: 0.8125rem;
	color: var(--rp-text-muted, #64748b);
}

.rp-pricing-addon__cta {
	margin: 0;
}

.rp-pricing__vat-footnote {
	margin: 0 0 1.15rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--rp-text-muted, #64748b);
}

/* Mobile sticky Buy bar ? after cards leave viewport */
.rp-pricing-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0));
	background: rgba(15, 23, 42, 0.96);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.25);
	transform: translateY(110%);
	transition: transform 0.2s ease;
	pointer-events: none;
}

.rp-pricing-sticky.is-visible {
	transform: translateY(0);
	pointer-events: auto;
}

.rp-pricing-sticky[hidden] {
	display: none !important;
}

.rp-pricing-sticky__inner {
	display: flex;
	gap: 0.65rem;
	max-width: 28rem;
	margin: 0 auto;
}

.rp-pricing-sticky__btn {
	flex: 1 1 0;
	min-height: 44px;
	justify-content: center;
	text-align: center;
}

.rp-pricing-sticky .rp-btn--ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.35);
}

.rp-pricing-sticky .rp-btn--ghost:hover,
.rp-pricing-sticky .rp-btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

@media (min-width: 782px) {
	.rp-pricing-sticky {
		display: none !important;
	}
}

/* --- Physiofit-inspired structure: modules, benefits, mid-CTAs --- */

.rp-section__eyebrow {
	margin: 0 0 0.5rem;
	font-family: var(--rp-font-body);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rp-teal-text, #0f766e);
}

.rp-mid-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
	margin-top: 1.5rem;
}

.rp-mid-cta--hero {
	margin-top: 0;
	align-items: flex-start;
}

.rp-mid-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.rp-mid-cta--hero .rp-mid-cta__actions {
	justify-content: flex-start;
}

.rp-mid-cta__micro {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.4;
	color: var(--rp-text-muted);
	text-align: center;
}

.rp-mid-cta__micro--band {
	margin-top: 0.25rem;
}

.rp-hero-band__actions .rp-mid-cta__micro {
	text-align: left;
}

/* Shared photo-tile pattern (modules): compact cards, image above text */
.rp-photo-tile-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.75rem, 4vw, 2.75rem);
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.rp-photo-tile {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 0;
	padding: 0;
	overflow: hidden;
	border-radius: var(--rp-radius-lg, 16px);
	background: var(--rp-surface, #fff);
	border: 1px solid var(--rp-border, #c9d4e0);
	box-shadow: 0 8px 28px rgba(26, 61, 102, 0.12);
}

.rp-photo-tile__media-wrap {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--rp-accent-subtle, #edf2f8);
}

.rp-photo-tile__media {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: center 28%;
	border-radius: 0;
}

img.rp-photo-tile__media {
	width: 100%;
	height: 100%;
	max-width: none;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: center center;
}

.rp-photo-tile__overlay {
	display: block;
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(
		to top,
		rgba(26, 75, 122, 0.42) 0%,
		rgba(26, 75, 122, 0.18) 38%,
		rgba(42, 85, 137, 0) 55%
	);
}

.rp-photo-tile__body {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	flex: 1 1 auto;
	padding: 1.25rem 1.35rem 1.5rem;
	text-align: left;
}

.rp-photo-tile__num {
	display: none;
}

.rp-photo-tile__title {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: clamp(1.35rem, 2.6vw, 1.65rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--rp-navy);
	min-height: calc(1.25em * 2);
}

.rp-photo-tile__text {
	margin: 0;
	font-size: 0.9875rem;
	line-height: 1.6;
	color: var(--rp-text-muted);
}

.rp-own-practice__inner {
	text-align: center;
}

.rp-own-practice .rp-mid-cta {
	align-items: center;
}

.rp-logos__list--images {
	align-items: center;
}

.rp-logos__item--image {
	background: transparent;
	border: 0;
	padding: 0.35rem 0.75rem;
	box-shadow: none;
}

.rp-logos__item--image img {
	display: block;
	max-height: 48px;
	width: auto;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.85;
}

.rp-stakeholder-voices__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.rp-stakeholder-voices__card {
	margin: 0;
	padding: 1.35rem 1.25rem;
	border-radius: 14px;
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
}

.rp-stakeholder-voices__role {
	margin: 0 0 0.65rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rp-teal-text, #0f766e);
}

.rp-stakeholder-voices__quote {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.6;
	color: var(--rp-navy);
}

.rp-stakeholder-voices__cite {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin-top: 1rem;
	font-style: normal;
	font-size: 0.875rem;
	color: var(--rp-text-muted);
}

.rp-stakeholder-voices__cite cite {
	font-style: normal;
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-how-page {
	--rp-how-warm-wash: linear-gradient(180deg, #f7f3ec 0%, #f3f6fa 42%, #eef3f8 100%);
}

.rp-how-page__steps {
	background-image: var(--rp-how-warm-wash);
}

.rp-how-page__step-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(2.5rem, 5vw, 4rem);
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 1120px;
	margin-inline: auto;
}

.rp-how-page__step {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.12fr);
	gap: clamp(1.25rem, 3vw, 2.25rem);
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transition: none;
}

.rp-how-page__step--alt .rp-how-page__step-media {
	order: -1;
}

.rp-how-page__step:hover,
.rp-how-page__step:focus-within {
	box-shadow: none;
	border-color: transparent;
}

.rp-how-page__step-media {
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
	background: #d9cfc0;
	box-shadow: 0 18px 40px rgba(26, 61, 102, 0.12);
	aspect-ratio: 3 / 2;
}

.rp-how-page__step-img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
	transition: transform 0.55s ease;
}

.rp-how-page__step:hover .rp-how-page__step-img {
	transform: scale(1.035);
}

@media (prefers-reduced-motion: reduce) {
	.rp-how-page__step-img,
	.rp-how-page__step:hover .rp-how-page__step-img {
		transform: none;
		transition: none;
	}
}

.rp-how-page__step-label {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rp-brand, #1A4B7A);
}

.rp-how-page__step-title {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: clamp(1.35rem, 2.4vw, 1.7rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.015em;
	color: var(--rp-navy);
}

.rp-how-page__step-text {
	margin: 0.65rem 0 0;
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--rp-text-muted);
}

.rp-how-page__step-points {
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.65rem;
	color: var(--rp-text);
}

.rp-how-page__step-points li {
	margin: 0;
	padding: 0 0 0 1.15rem;
	position: relative;
	font-size: 0.98rem;
	line-height: 1.5;
}

.rp-how-page__step-points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--rp-brand, #1A4B7A);
}

@media (max-width: 800px) {
	.rp-how-page__step {
		grid-template-columns: 1fr;
	}

	.rp-how-page__step--alt .rp-how-page__step-media {
		order: 0;
	}
}

.rp-how-page__outcome-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 1.75rem);
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.rp-how-page__outcome {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: left;
}

.rp-how-page__outcome-role {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--rp-navy);
}

.rp-how-page__outcome-text {
	margin: 0.45rem 0 0;
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--rp-text-muted);
}

.rp-how-page__cta .rp-cta-band__text {
	max-width: 34rem;
	margin-inline: auto;
}

@media (max-width: 900px) {
	.rp-photo-tile-grid,
	.rp-stakeholder-voices__grid,
	.rp-how-page__step-list,
	.rp-how-page__outcome-grid {
		grid-template-columns: 1fr;
	}

}

@media (prefers-reduced-motion: reduce) {
	.rp-photo-tile,
	.rp-how-page__step {
		transition: none;
	}
}

/* --- About / ?ber uns: Physiofit-style mission cards --- */

.rp-mission {
	margin: 2.5rem 0 0.5rem;
}

.rp-mission__header {
	max-width: 40rem;
	margin-bottom: 1.75rem;
}

.rp-mission .rp-section__eyebrow {
	color: var(--rp-accent);
}

.rp-mission__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 48rem;
	margin-inline: auto;
}

.rp-mission__card {
	display: grid;
	grid-template-columns: minmax(7.5rem, 0.28fr) minmax(0, 1fr);
	gap: 1.25rem 1.75rem;
	align-items: start;
	padding: 1.5rem 1.75rem;
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	border-radius: var(--rp-radius-lg);
	box-shadow: var(--rp-shadow-card);
}

.rp-legal .rp-mission__keyword {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: 1.125rem;
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.3;
	color: var(--rp-navy);
}

.rp-legal .rp-mission__text {
	margin: 0;
	font-family: var(--rp-font-body);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
	color: var(--rp-text);
}

@media (max-width: 640px) {
	.rp-mission__card {
		grid-template-columns: 1fr;
		gap: 0.5rem;
		padding: 1.25rem 1.35rem;
	}

	.rp-legal .rp-mission__keyword {
		font-size: 1.0625rem;
	}
}

/* ?? Competitor compare landings ?? */
.rp-compare-landing__why-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem 1.5rem;
}

.rp-compare-landing__why-card {
	padding: 1.25rem 1.35rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 14px;
	background: var(--rp-surface, #fff);
}

.rp-compare-landing__why-title {
	margin: 0 0 0.5rem;
	font-family: var(--rp-font-display);
	font-size: 1.0625rem;
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.3;
	color: var(--rp-navy);
}

.rp-compare-landing__why-text {
	margin: 0;
	font-family: var(--rp-font-body);
	font-size: 0.98rem;
	line-height: 1.6;
	color: var(--rp-text);
}

.rp-compare-landing__table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: var(--rp-surface, #fff);
	box-shadow: 0 10px 28px -18px rgba(10, 18, 32, 0.1);
}

.rp-compare-matrix {
	width: 100%;
	min-width: 36rem;
	border-collapse: collapse;
	font-size: 0.92rem;
	color: var(--rp-navy);
}

.rp-compare-matrix th,
.rp-compare-matrix td {
	padding: 0.85rem 1.1rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	text-align: center;
	vertical-align: middle;
}

.rp-compare-matrix tbody tr:last-child th,
.rp-compare-matrix tbody tr:last-child td {
	border-bottom: 0;
}

.rp-compare-matrix tbody tr:nth-child(even) {
	background: rgba(15, 23, 42, 0.025);
}

.rp-compare-matrix thead th {
	font-family: var(--rp-font-display);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	background: var(--rp-bg-mist, #f1f3f5);
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.rp-compare-matrix tbody th[scope="row"] {
	text-align: left;
	font-weight: 600;
	width: 44%;
	color: var(--rp-navy);
}

.rp-compare-matrix td {
	font-size: 0.9rem;
	color: var(--rp-text-muted, #334155);
}

.rp-compare-matrix .rp-pricing-compare__yes,
.rp-compare-matrix .rp-pricing-compare__no {
	margin-inline: auto;
}

.rp-compare-landing__faq {
	padding-top: clamp(2rem, 4vw, 3rem);
}

.rp-compare-landing__cta-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1rem;
	justify-content: center;
	align-items: center;
}

@media (max-width: 720px) {
	.rp-compare-landing__why-grid {
		grid-template-columns: 1fr;
	}
}
/* === Subpage content refresh (home-aligned, 2026-07) === */
/* Flatten card chrome, drop teal Physiofit leftovers, mist/navy rhythm like home. */

.rp-section__eyebrow {
	color: var(--rp-text-meta, var(--rp-text-muted));
	letter-spacing: 0.03em;
	text-transform: none;
	font-weight: 500;
	font-size: 0.875rem;
}

.rp-docs-breadcrumb a {
	color: var(--rp-navy, #1a4b7a);
	text-decoration: none;
	font-weight: 500;
}

.rp-docs-breadcrumb a:hover,
.rp-docs-breadcrumb a:focus-visible {
	color: var(--rp-accent);
	text-decoration: underline;
}

.rp-docs-toc {
	background: var(--rp-bg-mist, #f1f3f5);
	border: none;
	border-radius: var(--rp-radius-lg, 16px);
	padding: 1.15rem 1.35rem;
}

.rp-docs-toc__title {
	text-transform: none;
	letter-spacing: -0.01em;
	font-family: var(--rp-font-display);
	font-size: 0.95rem;
	font-weight: 700;
}

.rp-docs-hub__card {
	background: var(--rp-bg-mist, #f1f3f5);
	border: none;
	box-shadow: none;
	border-radius: var(--rp-radius-lg, 16px);
	padding: 1.35rem 1.4rem;
	transition: background 0.2s ease;
}

.rp-docs-hub__card:hover,
.rp-docs-hub__card:focus-within {
	box-shadow: none;
	transform: none;
	background: var(--rp-accent-subtle, #edf2f8);
	border-color: transparent;
}

.rp-docs-table {
	box-shadow: none;
	border: none;
	background: var(--rp-bg-mist, #f1f3f5);
	border-radius: var(--rp-radius-lg, 16px);
	overflow: hidden;
}

.rp-docs-table th {
	background: transparent;
	border-bottom: 1px solid var(--rp-border);
	font-family: var(--rp-font-display);
}

.rp-docs-table td {
	border-bottom: 1px solid rgba(26, 75, 122, 0.08);
	background: transparent;
}

.rp-docs-next {
	border-top-color: rgba(26, 75, 122, 0.12);
}

.rp-feature-card {
	background: var(--rp-bg-mist, #f1f3f5);
	border: none;
	box-shadow: none;
}

.rp-feature-card:hover {
	box-shadow: none;
	transform: none;
	background: var(--rp-accent-subtle, #edf2f8);
}

.rp-feature-row {
	border: none;
	background: var(--rp-bg-mist, #f1f3f5);
	border-radius: var(--rp-radius-lg, 16px);
	padding: 1.5rem 1.5rem;
}

.rp-feature-row--alt {
	background: var(--rp-surface, #fff);
	box-shadow: inset 0 0 0 1px rgba(26, 75, 122, 0.08);
}

.rp-feature-row__points li {
	background: var(--rp-surface, #fff);
	border: none;
	box-shadow: none;
	border-radius: 10px;
	padding: 0.85rem 1rem;
}

.rp-feature-row__media {
	border-radius: var(--rp-radius-lg, 16px);
	box-shadow: none;
}

.rp-contact-form {
	background: var(--rp-bg-mist, #f1f3f5);
	border: none;
	box-shadow: none;
	border-radius: var(--rp-radius-lg, 16px);
}

.rp-mission {
	margin: 0;
	padding: clamp(2rem, 5vw, 3.25rem) var(--rp-content-gutter);
}

.rp-mission__header {
	text-align: center;
	margin-inline: auto;
}

.rp-mission .rp-section__eyebrow {
	display: none;
}

.rp-mission__list {
	max-width: var(--rp-content-max, 72rem);
}

.rp-mission__card {
	background: var(--rp-bg-mist, #f1f3f5);
	border: none;
	box-shadow: none;
	border-radius: var(--rp-radius-lg, 16px);
}

.rp-about .rp-mission__keyword,
.rp-mission__keyword {
	margin: 0;
	font-family: var(--rp-font-display);
	font-size: 1.125rem;
	font-weight: var(--rp-font-bold, 700);
	line-height: 1.3;
	color: var(--rp-navy, #1a4b7a);
}

.rp-about .rp-mission__text,
.rp-mission__text {
	margin: 0;
	font-family: var(--rp-font-body);
	font-size: 1rem;
	line-height: 1.65;
	color: var(--rp-text);
}

.rp-about-body {
	padding: 0 var(--rp-content-gutter) clamp(2.5rem, 6vw, 4rem);
	max-width: var(--rp-content-max);
	margin: 0 auto;
}

.rp-about-body .rp-section {
	padding-left: 0;
	padding-right: 0;
}

.rp-about-body .rp-section__header {
	text-align: left;
	margin-left: 0;
	max-width: 40rem;
}

.rp-about-body .rp-prose {
	max-width: 40rem;
}

.rp-about-body .rp-prose h2 {
	margin: 0 0 0.75rem;
	font-family: var(--rp-font-display);
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 700;
	color: var(--rp-navy, #1a4b7a);
	letter-spacing: -0.02em;
}

.rp-about-body .rp-prose p,
.rp-about-body .rp-prose li {
	font-size: 1.02rem;
	line-height: 1.65;
	color: var(--rp-text);
}

.rp-about-body .rp-prose ul {
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.65rem;
}

.rp-about-body .rp-prose li {
	position: relative;
	padding: 0.85rem 1rem 0.85rem 2.5rem;
	background: var(--rp-bg-mist, #f1f3f5);
	border-radius: 12px;
}

.rp-about-body .rp-prose li::before {
	content: "";
	position: absolute;
	left: 1rem;
	top: 1.15rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--rp-navy, #1a4b7a);
}

.rp-how-page__step {
	background: var(--rp-bg-mist, #f1f3f5);
	border: none;
	box-shadow: none;
}

.rp-how-page__step:hover,
.rp-how-page__step:focus-within {
	box-shadow: none;
	border-color: transparent;
	background: var(--rp-accent-subtle, #edf2f8);
}

.rp-how-page__step-label {
	color: var(--rp-text-meta, var(--rp-text-muted));
	text-transform: none;
	letter-spacing: 0.02em;
	font-weight: 600;
}

.rp-how-page__outcome {
	background: var(--rp-bg-mist, #f1f3f5);
	border: none;
}

.rp-compare-landing__why-card {
	background: var(--rp-bg-mist, #f1f3f5);
	border: none;
	box-shadow: none;
}

.rp-compare-matrix,
.rp-comparison__wrap,
.rp-comparison__table {
	box-shadow: none !important;
}

.rp-comparison__wrap {
	background: var(--rp-bg-mist, #f1f3f5);
	border: none;
	border-radius: var(--rp-radius-lg, 16px);
	overflow: hidden;
}

.rp-changelog-page .rp-prose,
.rp-page.rp-changelog-page > h2 {
	font-family: var(--rp-font-display);
	color: var(--rp-navy, #1a4b7a);
}

.rp-page.rp-docs,
.rp-page.rp-legal,
.rp-page.rp-about,
.rp-page.rp-features-page,
.rp-page.rp-how-page,
.rp-page.rp-compare-page,
.rp-page.rp-changelog-page {
	color: var(--rp-text);
}

.rp-page.rp-docs h2,
.rp-page.rp-legal h2,
.rp-page.rp-changelog-page > h2 {
	letter-spacing: -0.02em;
}

.rp-how-row__rule {
	display: none;
}

.rp-how-row {
	min-height: 0;
}

.rp-pricing-page__trust-strip {
	border-color: rgba(26, 75, 122, 0.1);
	background: transparent;
}
