:root {
	--repairhome-shadow-soft: 0 18px 45px rgba(7, 26, 51, 0.10);
	--repairhome-shadow-medium: 0 24px 70px rgba(7, 26, 51, 0.16);
	--repairhome-radius-small: 10px;
	--repairhome-radius-medium: 16px;
	--repairhome-radius-large: 24px;
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

body .is-layout-constrained > .alignfull {
	margin-left: calc(-1 * var(--wp--style--root--padding-left));
	margin-right: calc(-1 * var(--wp--style--root--padding-right));
	width: unset;
}

a,
.wp-block-button__link {
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

a:hover {
	color: var(--wp--preset--color--deep-navy);
}

.wp-block-button__link {
	box-shadow: 0 12px 28px rgba(7, 26, 51, 0.16);
}

.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
	box-shadow: 0 18px 36px rgba(7, 26, 51, 0.20);
	transform: translateY(-1px);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.is-style-outline > .wp-block-button__link {
	border-color: rgba(12, 47, 91, 0.25);
	color: var(--wp--preset--color--navy);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.is-style-outline > .wp-block-button__link:hover {
	background: var(--wp--preset--color--navy);
	border-color: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.has-whatsapp-green-background-color.wp-block-button__link,
.has-whatsapp-green-background-color {
	box-shadow: 0 14px 32px rgba(37, 211, 102, 0.24);
}

.repairhome-site-header {
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid rgba(221, 229, 239, 0.9);
	box-shadow: 0 12px 30px rgba(7, 26, 51, 0.06);
	position: sticky;
	top: 0;
	z-index: 50;
}

.repairhome-topbar {
	background: linear-gradient(135deg, var(--wp--preset--color--deep-navy), var(--wp--preset--color--navy));
	color: rgba(255, 255, 255, 0.88);
	margin-left: calc(-1 * var(--wp--style--root--padding-left));
	margin-right: calc(-1 * var(--wp--style--root--padding-right));
	max-width: none !important;
	padding: 0.5rem max(var(--wp--style--root--padding-left), calc((100vw - var(--wp--style--global--wide-size)) / 2));
	width: auto;
}

.repairhome-topbar p {
	margin-bottom: 0;
	margin-top: 0;
}

.repairhome-topbar a {
	color: var(--wp--preset--color--white);
	font-weight: 750;
}

.repairhome-header-inner {
	min-height: 78px;
	padding-bottom: 0.8rem;
	padding-top: 0.8rem;
}

.repairhome-brand {
	min-width: 210px;
}

.repairhome-site-title a {
	color: var(--wp--preset--color--deep-navy);
	font-size: 1.18rem;
	font-weight: 850;
	letter-spacing: 0;
}

.repairhome-main-nav {
	color: var(--wp--preset--color--charcoal);
	font-size: 0.96rem;
	font-weight: 700;
}

.repairhome-main-nav a:hover {
	color: var(--wp--preset--color--navy);
}

.repairhome-header-actions {
	gap: 0.65rem;
}

.repairhome-header-actions .wp-block-button__link {
	padding: 0.72rem 1rem;
}

.repairhome-main {
	background: var(--wp--preset--color--white);
}

.repairhome-hero {
	background: linear-gradient(135deg, #071a33 0%, #0c2f5b 56%, #123f73 100%);
	color: var(--wp--preset--color--white);
	overflow: hidden;
	padding-bottom: clamp(4rem, 8vw, 7rem);
	padding-top: clamp(4.5rem, 9vw, 8rem);
	position: relative;
}

.repairhome-hero::after {
	background:
		linear-gradient(90deg, rgba(214, 168, 79, 0.18), transparent 42%),
		radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.16), transparent 34rem);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.repairhome-hero > * {
	position: relative;
	z-index: 1;
}

.repairhome-hero h1,
.repairhome-hero h2,
.repairhome-hero p,
.repairhome-final-cta h2,
.repairhome-final-cta p {
	color: inherit;
}

.repairhome-hero h1 {
	max-width: 820px;
}

.repairhome-hero-subtitle {
	max-width: 700px;
	opacity: 0.92;
}

.repairhome-eyebrow {
	color: var(--wp--preset--color--gold-accent);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.repairhome-hero-buttons,
.repairhome-centered-buttons {
	gap: 0.85rem;
	margin-top: 1.75rem;
}

.repairhome-trust-card {
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: var(--repairhome-radius-large);
	box-shadow: var(--repairhome-shadow-medium);
	color: var(--wp--preset--color--charcoal);
	padding: clamp(1.4rem, 3vw, 2rem);
}

.repairhome-trust-card h2 {
	color: var(--wp--preset--color--deep-navy);
}

.repairhome-check-list {
	list-style: none;
	padding-left: 0;
}

.repairhome-check-list li {
	margin: 0.65rem 0;
	padding-left: 1.7rem;
	position: relative;
}

.repairhome-check-list li::before {
	background: var(--wp--preset--color--whatsapp-green);
	border-radius: 999px;
	color: var(--wp--preset--color--white);
	content: "\2713";
	font-size: 0.72rem;
	font-weight: 900;
	height: 1.1rem;
	left: 0;
	line-height: 1.1rem;
	position: absolute;
	text-align: center;
	top: 0.22rem;
	width: 1.1rem;
}

.repairhome-gold-line {
	border-color: var(--wp--preset--color--gold-accent);
	opacity: 0.65;
}

.repairhome-section {
	padding-bottom: clamp(3.5rem, 7vw, 6rem);
	padding-top: clamp(3.5rem, 7vw, 6rem);
}

.repairhome-services-section,
.repairhome-faq-section {
	background: var(--wp--preset--color--light-grey);
}

.repairhome-section-heading {
	margin-bottom: 2.25rem;
	max-width: 820px;
	text-align: center;
}

.repairhome-section-heading .repairhome-eyebrow {
	margin-left: auto;
	margin-right: auto;
}

.repairhome-card {
	background: var(--wp--preset--color--white);
	border: 1px solid rgba(221, 229, 239, 0.9);
	border-radius: var(--repairhome-radius-medium);
	box-shadow: var(--repairhome-shadow-soft);
	padding: clamp(1.2rem, 2.4vw, 1.65rem);
}

.repairhome-card:hover {
	box-shadow: var(--repairhome-shadow-medium);
	transform: translateY(-2px);
}

.repairhome-card,
.repairhome-faq-item {
	transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.repairhome-service-card h3,
.repairhome-area-card h3,
.repairhome-feature-card h3 {
	margin-top: 0;
}

.repairhome-service-card h3 a,
.repairhome-area-card h3 a,
.repairhome-post-card h2 a {
	color: var(--wp--preset--color--deep-navy);
}

.repairhome-service-card h3::before,
.repairhome-area-card h3::before,
.repairhome-feature-card h3::before {
	background: var(--wp--preset--color--gold-accent);
	border-radius: 999px;
	content: "";
	display: block;
	height: 4px;
	margin-bottom: 0.95rem;
	width: 42px;
}

.repairhome-services-grid,
.repairhome-area-grid,
.repairhome-feature-grid,
.repairhome-post-list {
	display: grid !important;
	gap: 1.25rem;
}

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

.repairhome-area-grid,
.repairhome-post-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.repairhome-services-grid > .wp-block-column,
.repairhome-area-grid > .wp-block-column,
.repairhome-feature-grid > .wp-block-column {
	flex-basis: auto !important;
}

.repairhome-why-section {
	background: var(--wp--preset--color--white);
}

.repairhome-faq-list {
	max-width: 900px;
}

.repairhome-faq-item {
	background: var(--wp--preset--color--white);
	border: 1px solid rgba(221, 229, 239, 0.95);
	border-radius: var(--repairhome-radius-medium);
	box-shadow: 0 12px 32px rgba(7, 26, 51, 0.07);
	margin-bottom: 0.9rem;
	padding: 1.2rem 1.35rem;
}

.repairhome-faq-item[open] {
	border-color: rgba(12, 47, 91, 0.24);
	box-shadow: var(--repairhome-shadow-soft);
}

.repairhome-faq-item summary {
	color: var(--wp--preset--color--deep-navy);
	cursor: pointer;
	font-weight: 820;
}

.repairhome-final-cta {
	background: linear-gradient(135deg, #071a33 0%, #0c2f5b 70%, #111827 100%);
	color: var(--wp--preset--color--white);
	padding-bottom: clamp(4rem, 8vw, 6rem);
	padding-top: clamp(4rem, 8vw, 6rem);
}

.repairhome-final-cta-inner {
	max-width: 860px;
}

.repairhome-page-hero {
	border-bottom: 1px solid rgba(221, 229, 239, 0.9);
}

.repairhome-template-hero {
	max-width: var(--wp--style--global--wide-size);
}

.repairhome-page-summary {
	max-width: 760px;
}

.repairhome-page-section,
.repairhome-editor-content,
.repairhome-form-area,
.repairhome-article {
	padding-bottom: var(--wp--preset--spacing--50);
	padding-top: var(--wp--preset--spacing--50);
}

.repairhome-contact-grid,
.repairhome-process-grid {
	display: grid !important;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.repairhome-contact-grid > .wp-block-column,
.repairhome-process-grid > .wp-block-column {
	flex-basis: auto !important;
}

.repairhome-contact-card,
.repairhome-process-card,
.repairhome-booking-card {
	height: 100%;
}

.repairhome-contact-card .wp-block-buttons,
.repairhome-process-card .wp-block-buttons {
	margin-top: auto;
}

.repairhome-step-number {
	color: var(--wp--preset--color--gold-accent);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-bottom: 0.75rem;
}

.repairhome-post-meta {
	color: var(--wp--preset--color--slate);
	gap: 0.9rem;
}

.repairhome-post-terms a,
.repairhome-post-tags a {
	color: var(--wp--preset--color--navy);
	font-weight: 750;
}

.repairhome-featured-image img {
	border-radius: var(--repairhome-radius-large);
	box-shadow: var(--repairhome-shadow-soft);
}

.repairhome-article-footer {
	border-top: 1px solid rgba(221, 229, 239, 0.9);
	margin-top: var(--wp--preset--spacing--50);
	padding-top: var(--wp--preset--spacing--40);
}

.repairhome-search-form {
	margin-top: var(--wp--preset--spacing--40);
	max-width: 680px;
}

.repairhome-search-form .wp-block-search__inside-wrapper {
	border: 1px solid rgba(221, 229, 239, 0.95);
	border-radius: 999px;
	box-shadow: var(--repairhome-shadow-soft);
	overflow: hidden;
}

.repairhome-search-form .wp-block-search__input {
	border: 0;
	padding: 0.95rem 1.2rem;
}

.repairhome-search-form .wp-block-search__button {
	border: 0;
	border-radius: 999px;
	margin: 0.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.repairhome-empty-state {
	background: var(--wp--preset--color--light-grey);
	border-radius: var(--repairhome-radius-large);
	margin-top: var(--wp--preset--spacing--50);
	padding: var(--wp--preset--spacing--50);
}

.repairhome-site-footer {
	background: var(--wp--preset--color--charcoal);
	color: rgba(255, 255, 255, 0.82);
	padding-bottom: 2rem;
	padding-top: 0;
}

.repairhome-site-footer h2,
.repairhome-site-footer h3 {
	color: var(--wp--preset--color--white);
}

.repairhome-site-footer a {
	color: rgba(255, 255, 255, 0.84);
}

.repairhome-site-footer a:hover {
	color: var(--wp--preset--color--gold-accent);
}

.repairhome-footer-cta {
	background: linear-gradient(135deg, var(--wp--preset--color--deep-navy), var(--wp--preset--color--navy));
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	margin-bottom: clamp(3rem, 6vw, 4.5rem);
	padding-bottom: var(--wp--preset--spacing--50);
	padding-top: var(--wp--preset--spacing--50);
}

.repairhome-footer-cta h2,
.repairhome-footer-cta p {
	margin-bottom: 0;
	margin-top: 0;
}

.repairhome-footer-cta .is-style-outline .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.35);
	color: var(--wp--preset--color--white);
}

.repairhome-footer-grid {
	gap: 2rem;
}

.repairhome-footer-navigation .wp-block-navigation__container {
	align-items: flex-start;
	gap: 0.55rem;
}

.repairhome-footer-links {
	list-style: none;
	padding-left: 0;
}

.repairhome-footer-links li {
	margin-bottom: 0.55rem;
}

.repairhome-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 2.5rem;
	padding-top: 1.2rem;
}

.repairhome-floating-ctas {
	bottom: 1rem;
	position: fixed;
	right: 1rem;
	z-index: 60;
}

.repairhome-floating-ctas .wp-block-buttons {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.repairhome-floating-ctas .wp-block-button__link {
	box-shadow: 0 16px 34px rgba(7, 26, 51, 0.24);
	font-size: 0.9rem;
	padding: 0.82rem 1.05rem;
	white-space: nowrap;
}

.repairhome-floating-book .wp-block-button__link {
	background: var(--wp--preset--color--navy);
}

/* Live-site-inspired editable RepairHome.sg block theme styles. */
.rh-header-wrap,
.rh-clean-footer,
.rh-homepage,
.rh-header-wrap *,
.rh-clean-footer *,
.rh-homepage * {
	box-sizing: border-box;
}

.rh-header-wrap,
.rh-homepage {
	--rh-navy: #07182f;
	--rh-navy-2: #0f2b52;
	--rh-blue: #1d4ed8;
	--rh-green: #22c55e;
	--rh-green-dark: #16a34a;
	--rh-soft: #f5f7fb;
	--rh-text: #172033;
	--rh-muted: #64748b;
	--rh-border: rgba(15, 43, 82, 0.12);
	--rh-shadow: 0 18px 50px rgba(7, 24, 47, 0.12);
	--rh-shadow-soft: 0 10px 30px rgba(7, 24, 47, 0.08);
	color: var(--rh-text);
}

.rh-header-wrap {
	background: #ffffff;
	border-bottom: 1px solid rgba(15, 43, 82, 0.1);
	box-shadow: 0 10px 34px rgba(7, 24, 47, 0.08);
	position: sticky;
	top: 0;
	z-index: 50;
}

.admin-bar .rh-header-wrap {
	top: 32px;
}

.rh-topbar {
	background: linear-gradient(135deg, var(--rh-navy), var(--rh-navy-2));
	color: rgba(255, 255, 255, 0.92);
	font-size: 13px;
}

.rh-topbar-inner {
	min-height: 38px;
}

.rh-topbar p {
	margin: 0;
}

.rh-topbar a {
	color: #ffffff;
	font-weight: 800;
}

.rh-dot {
	background: var(--rh-green);
	border-radius: 999px;
	display: inline-block;
	height: 8px;
	margin-right: 8px;
	width: 8px;
}

.rh-topbar-divider {
	background: rgba(255, 255, 255, 0.35);
	display: inline-block;
	height: 14px;
	margin: 0 10px;
	vertical-align: middle;
	width: 1px;
}

.rh-main-header {
	background: rgba(255, 255, 255, 0.96);
}

.rh-main-inner {
	min-height: 78px;
	padding-bottom: 0.8rem;
	padding-top: 0.8rem;
}

.rh-brand {
	min-width: 190px;
}

.rh-site-title a {
	color: var(--rh-navy);
	font-size: 1.12rem;
	font-weight: 900;
}

.rh-site-logo-block img {
	height: auto;
	max-width: 178px;
}

.rh-nav {
	color: var(--rh-text);
	font-size: 0.95rem;
	font-weight: 800;
}

.rh-nav a:hover {
	color: var(--rh-blue);
}

.rh-header-actions {
	gap: 0.6rem;
}

.rh-header-actions .wp-block-button__link,
.rh-homepage .wp-block-button__link,
.rh-clean-footer .wp-block-button__link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	justify-content: center;
	min-height: 44px;
	padding: 0.78rem 1.1rem;
	text-align: center;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.rh-header-actions .wp-block-button__link:hover,
.rh-homepage .wp-block-button__link:hover,
.rh-clean-footer .wp-block-button__link:hover {
	transform: translateY(-2px);
}

.rh-header-book .wp-block-button__link,
.rh-btn-blue .wp-block-button__link,
.rh-homepage .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-whatsapp-green-background-color),
.rh-floating-book .wp-block-button__link {
	background: var(--rh-blue);
	box-shadow: 0 12px 26px rgba(29, 78, 216, 0.24);
	color: #ffffff;
}

.rh-homepage .has-whatsapp-green-background-color,
.rh-clean-footer .has-whatsapp-green-background-color {
	background: var(--rh-green) !important;
	box-shadow: 0 12px 26px rgba(34, 197, 94, 0.25);
	color: #ffffff !important;
}

.rh-homepage .has-whatsapp-green-background-color:hover,
.rh-clean-footer .has-whatsapp-green-background-color:hover {
	background: var(--rh-green-dark) !important;
}

.rh-homepage .is-style-outline .wp-block-button__link {
	background: #ffffff;
	border-color: rgba(15, 43, 82, 0.16);
	box-shadow: none;
	color: var(--rh-navy);
}

.rh-homepage {
	background: #ffffff;
	font-family: var(--wp--preset--font-family--system-sans);
	line-height: 1.65;
	overflow-x: hidden;
}

.rh-homepage a,
.rh-clean-footer a {
	text-decoration: none;
}

.rh-hero {
	background:
		linear-gradient(135deg, rgba(245, 247, 251, 0.96) 0%, #ffffff 58%),
		radial-gradient(circle at 82% 20%, rgba(34, 197, 94, 0.12), transparent 32rem);
	padding-bottom: clamp(4rem, 7vw, 6.5rem);
	padding-top: clamp(4rem, 7vw, 6.5rem);
}

.rh-hero-grid {
	gap: clamp(2rem, 5vw, 4rem);
}

.rh-eyebrow {
	color: var(--rh-green-dark);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 0.7rem;
	text-transform: uppercase;
}

.rh-hero h1 {
	color: var(--rh-navy);
	font-size: clamp(2.35rem, 5vw, 4.65rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.98;
	margin-bottom: 1.1rem;
	max-width: 850px;
}

.rh-hero-subtitle {
	color: var(--rh-muted);
	max-width: 720px;
}

.rh-hero-actions,
.rh-centered-buttons,
.rh-card-actions {
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.rh-hero-stats {
	background: #ffffff;
	border: 1px solid var(--rh-border);
	border-radius: 22px;
	box-shadow: var(--rh-shadow-soft);
	gap: 0 !important;
	margin-top: 2rem;
	overflow: hidden;
}

.rh-hero-stats .wp-block-column {
	padding: 1.05rem 1.15rem;
}

.rh-hero-stats .wp-block-column:not(:last-child) {
	border-right: 1px solid var(--rh-border);
}

.rh-stat-number {
	color: var(--rh-navy);
	font-size: 1.05rem;
	font-weight: 950;
	margin: 0;
}

.rh-hero-stats p:not(.rh-stat-number) {
	color: var(--rh-muted);
	font-size: 0.9rem;
	margin: 0.2rem 0 0;
}

.rh-hero-card {
	background: linear-gradient(135deg, var(--rh-navy), var(--rh-navy-2));
	border-radius: 28px;
	box-shadow: 0 28px 70px rgba(7, 24, 47, 0.28);
	color: #ffffff;
	overflow: hidden;
	padding: clamp(1.5rem, 3vw, 2.2rem);
	position: relative;
}

.rh-hero-card::after {
	background: radial-gradient(circle, rgba(34, 197, 94, 0.28), transparent 66%);
	content: "";
	height: 240px;
	position: absolute;
	right: -70px;
	top: -90px;
	width: 240px;
}

.rh-hero-card > * {
	position: relative;
	z-index: 1;
}

.rh-card-label {
	color: #86efac;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rh-check-list {
	list-style: none;
	padding-left: 0;
}

.rh-check-list li {
	margin: 0.8rem 0;
	padding-left: 1.7rem;
	position: relative;
}

.rh-check-list li::before {
	background: var(--rh-green);
	border-radius: 999px;
	color: #ffffff;
	content: "\2713";
	font-size: 0.72rem;
	font-weight: 900;
	height: 1.1rem;
	left: 0;
	line-height: 1.1rem;
	position: absolute;
	text-align: center;
	top: 0.25rem;
	width: 1.1rem;
}

.rh-section {
	padding-bottom: clamp(3.8rem, 7vw, 6rem);
	padding-top: clamp(3.8rem, 7vw, 6rem);
}

.rh-services-section,
.rh-process-section,
.rh-faq-section {
	background: var(--rh-soft);
}

.rh-section-head {
	margin-bottom: 2.25rem;
	max-width: 860px;
	text-align: center;
}

.rh-section-head .rh-eyebrow {
	margin-left: auto;
	margin-right: auto;
}

.rh-section h2,
.rh-directory-panel h2,
.rh-area-box h2,
.rh-final-cta h2 {
	color: var(--rh-navy);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.08;
}

.rh-service-grid,
.rh-feature-grid,
.rh-process-grid {
	display: grid !important;
	gap: 1.25rem;
}

.rh-service-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rh-feature-grid,
.rh-process-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rh-service-grid > .wp-block-column,
.rh-feature-grid > .wp-block-column,
.rh-process-grid > .wp-block-column {
	flex-basis: auto !important;
}

.rh-service-card,
.rh-feature-card,
.rh-step-card,
.rh-directory-panel,
.rh-area-box,
.rh-faq-item {
	background: #ffffff;
	border: 1px solid var(--rh-border);
	border-radius: 22px;
	box-shadow: var(--rh-shadow-soft);
	padding: clamp(1.2rem, 2.4vw, 1.65rem);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.rh-service-card:hover,
.rh-feature-card:hover,
.rh-step-card:hover {
	box-shadow: var(--rh-shadow);
	transform: translateY(-3px);
}

.rh-service-card h3,
.rh-feature-card h3,
.rh-step-card h3 {
	color: var(--rh-navy);
	font-weight: 900;
	margin-top: 0;
}

.rh-service-card h3::before,
.rh-feature-card h3::before {
	background: var(--rh-green);
	border-radius: 999px;
	content: "";
	display: block;
	height: 4px;
	margin-bottom: 0.95rem;
	width: 42px;
}

.rh-directory-grid {
	gap: 1.25rem;
}

.rh-dark-panel {
	background: linear-gradient(135deg, var(--rh-navy), var(--rh-navy-2));
	color: rgba(255, 255, 255, 0.88);
}

.rh-dark-panel h2 {
	color: #ffffff;
}

.rh-link-list,
.rh-area-links,
.rh-footer-links {
	list-style: none;
	padding-left: 0;
}

.rh-link-list li,
.rh-area-links li,
.rh-footer-links li {
	margin-bottom: 0.62rem;
}

.rh-link-list a,
.rh-area-links a {
	color: var(--rh-blue);
	font-weight: 850;
}

.rh-step-number {
	align-items: center;
	background: var(--rh-blue);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 950;
	height: 2rem;
	justify-content: center;
	margin: 0 0 1rem;
	width: 2rem;
}

.rh-area-box {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 247, 251, 0.96)),
		radial-gradient(circle at 85% 10%, rgba(34, 197, 94, 0.18), transparent 28rem);
	max-width: var(--wp--style--global--wide-size);
}

.rh-area-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.4rem;
}

.rh-area-links li {
	margin: 0;
}

.rh-area-links a {
	background: #ffffff;
	border: 1px solid var(--rh-border);
	border-radius: 999px;
	display: inline-flex;
	padding: 0.65rem 0.9rem;
}

.rh-faq-wrap {
	max-width: 920px;
}

.rh-faq-item {
	margin-bottom: 0.85rem;
}

.rh-faq-item summary {
	color: var(--rh-navy);
	cursor: pointer;
	font-weight: 900;
}

.rh-final-cta {
	background: linear-gradient(135deg, var(--rh-navy), var(--rh-navy-2));
	color: rgba(255, 255, 255, 0.88);
	padding-bottom: clamp(4rem, 8vw, 6rem);
	padding-top: clamp(4rem, 8vw, 6rem);
}

.rh-final-cta h2 {
	color: #ffffff;
}

.rh-final-cta-inner {
	max-width: 850px;
}

.rh-final-cta .is-style-outline .wp-block-button__link,
.rh-clean-footer .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.34);
	color: #ffffff;
}

.rh-clean-footer {
	--rh-footer-navy: #0f172a;
	--rh-footer-charcoal: #111827;
	--rh-footer-dark: #0b1220;
	background: linear-gradient(135deg, var(--rh-footer-navy) 0%, var(--rh-footer-charcoal) 55%, var(--rh-footer-dark) 100%);
	color: rgba(255, 255, 255, 0.82);
	padding-bottom: 2rem;
}

.rh-clean-footer h2,
.rh-clean-footer h3 {
	color: #ffffff;
}

.rh-clean-footer a {
	color: rgba(255, 255, 255, 0.9);
}

.rh-clean-footer a:hover {
	color: #86efac;
}

.rh-footer-cta {
	background: linear-gradient(135deg, #10213d 0%, #123d6b 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	padding-bottom: 1.75rem;
	padding-top: 1.75rem;
}

.rh-footer-cta h2,
.rh-footer-cta p {
	margin-bottom: 0;
	margin-top: 0;
}

.rh-footer-grid {
	gap: 2rem;
	padding-top: clamp(3rem, 6vw, 4.5rem);
}

.rh-footer-nav .wp-block-navigation__container {
	align-items: flex-start;
	gap: 0.55rem;
}

.rh-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 2.5rem;
	padding-top: 1.2rem;
}

.rh-floating-actions {
	bottom: 1rem;
	position: fixed;
	right: 1rem;
	z-index: 60;
}

.rh-floating-actions .wp-block-buttons {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.rh-floating-actions .wp-block-button__link {
	box-shadow: 0 16px 34px rgba(7, 24, 47, 0.24);
	white-space: nowrap;
}

.rh-final-homepage .rh-final-service-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rh-final-homepage .rh-final-hero {
	background:
		linear-gradient(135deg, rgba(245, 247, 251, 0.97) 0%, #ffffff 52%),
		radial-gradient(circle at 84% 18%, rgba(37, 211, 102, 0.14), transparent 30rem);
	overflow: hidden;
	position: relative;
}

.rh-final-homepage .rh-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 4vw, 2.5rem);
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px !important;
	width: min(1180px, calc(100% - 36px)) !important;
}

.rh-final-homepage .rh-hero-card {
	background: #ffffff;
	border: 1px solid rgba(15, 31, 51, 0.12);
	border-radius: 24px;
	box-shadow: 0 20px 55px rgba(15, 31, 51, 0.12);
	color: var(--rh-text);
	display: block;
	height: auto;
	inset: auto;
	max-width: none;
	overflow: visible;
	padding: 28px;
	position: relative;
	width: auto;
	z-index: 1;
}

.rh-final-homepage .rh-hero-card::after {
	content: none;
}

.rh-final-homepage .rh-hero-card h2,
.rh-final-homepage .rh-hero-card p,
.rh-final-homepage .rh-hero-card li {
	color: inherit;
}

.rh-final-homepage .rh-card-label {
	color: var(--rh-green-dark);
}

.rh-final-homepage .rh-card-actions,
.rh-final-homepage .rh-hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.rh-final-homepage .rh-card-actions .wp-block-button,
.rh-final-homepage .rh-hero-actions .wp-block-button {
	flex: 0 0 auto;
	width: auto;
}

.rh-final-homepage .rh-card-actions .wp-block-button__link,
.rh-final-homepage .rh-hero-actions .wp-block-button__link {
	display: inline-flex;
	justify-content: center;
	width: auto;
}

.rh-final-homepage .rh-service-card,
.rh-final-homepage .rh-feature-card,
.rh-final-homepage .rh-step-card {
	border-radius: 18px;
}

.rh-final-homepage .rh-faq-modern-section {
	background:
		linear-gradient(135deg, #f8fafc 0%, #eef4fb 100%);
}

.rh-final-homepage .rh-faq-modern {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
}

.rh-final-homepage .rh-faq-modern-item {
	background: #ffffff;
	border: 1px solid rgba(15, 43, 82, 0.12);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(7, 24, 47, 0.08);
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.rh-final-homepage .rh-faq-modern-item summary {
	align-items: center;
	color: var(--rh-navy);
	cursor: pointer;
	display: flex;
	font-weight: 900;
	gap: 0.9rem;
	justify-content: space-between;
	line-height: 1.35;
	list-style: none;
	padding: 1.1rem 1.2rem;
}

.rh-final-homepage .rh-faq-modern-item summary::-webkit-details-marker {
	display: none;
}

.rh-final-homepage .rh-faq-modern-item summary::after {
	align-items: center;
	background: rgba(34, 197, 94, 0.12);
	border-radius: 999px;
	color: var(--rh-green-dark);
	content: "+";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.2rem;
	font-weight: 900;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.rh-final-homepage .rh-faq-modern-item[open] {
	border-color: rgba(34, 197, 94, 0.28);
	box-shadow: 0 20px 44px rgba(7, 24, 47, 0.12);
}

.rh-final-homepage .rh-faq-modern-item[open] summary {
	border-bottom: 1px solid rgba(15, 43, 82, 0.09);
}

.rh-final-homepage .rh-faq-modern-item[open] summary::after {
	background: var(--rh-green);
	color: #ffffff;
	content: "-";
}

.rh-final-homepage .rh-faq-modern-item p {
	color: var(--rh-muted);
	margin: 0;
	padding: 1rem 1.2rem 1.2rem;
}

@media (max-width: 1100px) {
	.repairhome-services-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.repairhome-area-grid,
	.repairhome-post-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rh-service-grid,
	.rh-feature-grid,
	.rh-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rh-final-homepage .rh-final-service-grid,
	.rh-final-homepage .rh-faq-modern {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rh-final-homepage .rh-hero-grid {
		grid-template-columns: 1fr;
	}

	.rh-final-homepage .rh-hero-card {
		width: 100%;
	}
}

@media (max-width: 782px) {
	.repairhome-site-header {
		position: relative;
	}

	.repairhome-header-inner {
		align-items: flex-start !important;
		gap: 0.85rem;
		min-height: unset;
	}

	.repairhome-topbar {
		align-items: flex-start !important;
		flex-direction: column;
		gap: 0.25rem;
	}

	.repairhome-brand {
		flex: 1 1 auto;
		min-width: 170px;
	}

	.repairhome-main-nav {
		order: 3;
		width: 100%;
	}

	.repairhome-header-actions {
		justify-content: flex-start !important;
		order: 4;
		width: 100%;
	}

	.repairhome-header-actions .wp-block-button,
	.repairhome-header-actions .wp-block-button__link,
	.repairhome-hero-buttons .wp-block-button,
	.repairhome-hero-buttons .wp-block-button__link,
	.repairhome-centered-buttons .wp-block-button,
	.repairhome-centered-buttons .wp-block-button__link {
		width: 100%;
	}

	.repairhome-hero {
		padding-bottom: 4rem;
		padding-top: 3.5rem;
	}

	.repairhome-hero-grid,
	.repairhome-split {
		gap: 2rem;
	}

	.repairhome-services-grid,
	.repairhome-area-grid,
	.repairhome-feature-grid,
	.repairhome-contact-grid,
	.repairhome-process-grid,
	.repairhome-post-list {
		grid-template-columns: 1fr;
	}

	.repairhome-section-heading {
		text-align: left;
	}

	.repairhome-section-heading .repairhome-eyebrow {
		margin-left: 0;
		margin-right: 0;
	}

	.repairhome-footer-bottom {
		align-items: flex-start !important;
		flex-direction: column;
		gap: 0.35rem;
	}

	.repairhome-floating-ctas {
		bottom: 0.75rem;
		left: 0.75rem;
		right: 0.75rem;
	}

	.repairhome-floating-ctas .wp-block-buttons {
		align-items: stretch;
		width: 100%;
	}

	.repairhome-floating-ctas .wp-block-button,
	.repairhome-floating-ctas .wp-block-button__link {
		width: 100%;
	}

	.rh-header-wrap {
		position: relative;
	}

	.admin-bar .rh-header-wrap {
		top: 0;
	}

	.rh-topbar-inner,
	.rh-main-inner {
		align-items: flex-start !important;
		flex-direction: column;
		gap: 0.7rem;
	}

	.rh-topbar-right {
		display: flex;
		flex-direction: column;
		gap: 0.2rem;
	}

	.rh-topbar-divider {
		display: none;
	}

	.rh-brand,
	.rh-nav,
	.rh-header-actions {
		width: 100%;
	}

	.rh-header-actions,
	.rh-header-actions .wp-block-button,
	.rh-header-actions .wp-block-button__link,
	.rh-hero-actions .wp-block-button,
	.rh-hero-actions .wp-block-button__link,
	.rh-centered-buttons .wp-block-button,
	.rh-centered-buttons .wp-block-button__link,
	.rh-card-actions .wp-block-button,
	.rh-card-actions .wp-block-button__link {
		width: 100%;
	}

	.rh-hero {
		padding-bottom: 3.5rem;
		padding-top: 3.5rem;
	}

	.rh-hero h1 {
		font-size: clamp(2.1rem, 12vw, 3.1rem);
	}

	.rh-hero-stats,
	.rh-service-grid,
	.rh-feature-grid,
	.rh-process-grid {
		grid-template-columns: 1fr;
	}

	.rh-final-homepage .rh-final-service-grid,
	.rh-final-homepage .rh-faq-modern {
		grid-template-columns: 1fr;
	}

	.rh-final-homepage .rh-card-actions,
	.rh-final-homepage .rh-hero-actions {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
	}

	.rh-final-homepage .rh-card-actions .wp-block-button,
	.rh-final-homepage .rh-hero-actions .wp-block-button,
	.rh-final-homepage .rh-card-actions .wp-block-button__link,
	.rh-final-homepage .rh-hero-actions .wp-block-button__link {
		width: 100%;
	}

	.rh-hero-stats .wp-block-column:not(:last-child) {
		border-bottom: 1px solid var(--rh-border);
		border-right: 0;
	}

	.rh-section-head {
		text-align: left;
	}

	.rh-section-head .rh-eyebrow {
		margin-left: 0;
		margin-right: 0;
	}

	.rh-footer-cta-inner,
	.rh-footer-bottom {
		align-items: flex-start !important;
		flex-direction: column;
	}

	.rh-floating-actions {
		bottom: 0.75rem;
		left: 0.75rem;
		right: 0.75rem;
	}

	.rh-floating-actions .wp-block-buttons,
	.rh-floating-actions .wp-block-button,
	.rh-floating-actions .wp-block-button__link {
		align-items: stretch;
		width: 100%;
	}

	body {
		padding-bottom: 7.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
	}
}

/* Editable RepairHome.sg price list template. */
.rh-price-section {
	background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
	color: #0f1f33;
	padding: 80px 20px;
}

.rh-price-wrap {
	margin: 0 auto;
	max-width: 1180px;
}

.rh-price-head {
	margin: 0 auto 42px;
	max-width: 820px;
	text-align: center;
}

.rh-price-eyebrow {
	color: #16a34a;
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.5px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.rh-price-head h2 {
	color: #07182e;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.05;
	margin: 0 0 16px;
}

.rh-price-head p {
	color: #52647a;
	font-size: 16px;
	line-height: 1.75;
	margin: 0;
}

.rh-price-alert {
	align-items: center;
	background: #07182e;
	border-radius: 22px;
	box-shadow: 0 18px 45px rgba(7, 24, 46, 0.18);
	color: #ffffff;
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr auto;
	margin-bottom: 34px;
	padding: 24px 28px;
}

.rh-price-alert p {
	margin: 0;
}

.rh-price-alert strong {
	display: block;
	font-size: 20px;
	margin-bottom: 6px;
}

.rh-price-alert span {
	color: #d7e3f4;
	line-height: 1.6;
}

.rh-price-alert .wp-block-buttons,
.rh-price-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin: 0;
}

.rh-price-alert-button .wp-block-button__link {
	background: #22c55e;
	border-radius: 999px;
	box-shadow: 0 10px 25px rgba(34, 197, 94, 0.28);
	color: #ffffff;
	font-weight: 800;
	padding: 14px 22px;
	text-decoration: none;
	white-space: nowrap;
}

.rh-price-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rh-price-card {
	background: #ffffff;
	border: 1px solid #dfe8f3;
	border-radius: 24px;
	box-shadow: 0 16px 38px rgba(15, 31, 51, 0.08);
	padding: 26px;
	transition: 0.25s ease;
}

.rh-price-card:hover {
	box-shadow: 0 22px 55px rgba(15, 31, 51, 0.13);
	transform: translateY(-4px);
}

.rh-price-card h3 {
	color: #07182e;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 18px;
}

.rh-price-badge {
	align-items: center;
	background: #ecfdf3;
	border-radius: 999px;
	color: #15803d;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
	margin: 0 0 16px;
	padding: 7px 12px;
}

.rh-price-table {
	margin: 0;
	overflow-x: auto;
}

.rh-price-table table {
	border-collapse: collapse;
	width: 100%;
}

.rh-price-table tr {
	border-bottom: 1px solid #edf2f8;
}

.rh-price-table tr:last-child {
	border-bottom: none;
}

.rh-price-table td {
	border: 0;
	font-size: 15px;
	line-height: 1.45;
	padding: 13px 0;
	vertical-align: top;
}

.rh-price-table td:first-child {
	color: #314155;
	padding-right: 14px;
}

.rh-price-table td:last-child {
	color: #07182e;
	font-weight: 900;
	text-align: right;
	white-space: nowrap;
}

.rh-price-note {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 22px;
	color: #7c2d12;
	font-size: 15px;
	line-height: 1.7;
	margin-top: 34px;
	padding: 24px 28px;
}

.rh-price-note p {
	margin: 0;
}

.rh-price-note strong {
	color: #431407;
}

.rh-price-cta {
	background: linear-gradient(135deg, #07182e, #123761);
	border-radius: 28px;
	box-shadow: 0 22px 60px rgba(7, 24, 46, 0.22);
	color: #ffffff;
	margin-top: 36px;
	padding: 42px 24px;
	text-align: center;
}

.rh-price-cta h3 {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.15;
	margin: 0 0 12px;
}

.rh-price-cta p {
	color: #dbeafe;
	line-height: 1.7;
	margin: 0 auto 24px;
	max-width: 720px;
}

.rh-price-btn .wp-block-button__link {
	border-radius: 999px;
	font-weight: 900;
	padding: 15px 24px;
	text-decoration: none;
	transition: 0.22s ease;
}

.rh-price-btn-green .wp-block-button__link {
	background: #22c55e;
	color: #ffffff;
}

.rh-price-btn-white .wp-block-button__link {
	background: #ffffff;
	color: #07182e;
}

.rh-price-btn .wp-block-button__link:hover {
	opacity: 0.92;
	transform: translateY(-2px);
}

@media (max-width: 900px) {
	.rh-price-grid {
		grid-template-columns: 1fr;
	}

	.rh-price-alert {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.rh-price-alert .wp-block-buttons {
		justify-content: center;
	}
}

@media (max-width: 520px) {
	.rh-price-section {
		padding: 56px 14px;
	}

	.rh-price-card {
		border-radius: 20px;
		padding: 20px;
	}

	.rh-price-table td {
		display: block;
		padding: 7px 0;
		width: 100%;
	}

	.rh-price-table td:last-child {
		padding-bottom: 14px;
		text-align: left;
	}

	.rh-price-table tr {
		display: block;
		padding: 10px 0;
	}
}

.rh-service-price-list {
	--rh-price-navy: #071a33;
	--rh-price-navy-2: #0c2f5b;
	--rh-price-text: #172033;
	--rh-price-muted: #64748b;
	--rh-price-border: rgba(15, 43, 82, 0.12);
	--rh-price-green: #25d366;
	--rh-price-green-dark: #16a34a;
	background: #ffffff;
	color: var(--rh-price-text);
	overflow-x: hidden;
}

.rh-price-list-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px !important;
	width: min(1180px, calc(100% - 36px)) !important;
}

.rh-price-list-hero {
	background:
		radial-gradient(circle at 86% 18%, rgba(37, 211, 102, 0.22), transparent 26rem),
		linear-gradient(135deg, var(--rh-price-navy) 0%, var(--rh-price-navy-2) 58%, #10213d 100%);
	color: #ffffff;
	overflow: hidden;
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	position: relative;
}

.rh-price-list-hero h1 {
	color: #ffffff;
	font-size: clamp(2.4rem, 5vw, 4.7rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	max-width: 780px;
}

.rh-price-list-eyebrow {
	color: #86efac;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0 0 0.9rem;
	text-transform: uppercase;
}

.rh-price-list-intro {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 2vw, 1.18rem);
	margin: 1.3rem 0 0;
	max-width: 760px;
}

.rh-price-list-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.7rem;
}

.rh-price-list-actions .wp-block-button,
.rh-price-list-actions .wp-block-button__link {
	width: auto;
}

.rh-price-list-btn .wp-block-button__link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 46px;
	padding: 0.82rem 1.25rem;
}

.rh-price-list-btn-green .wp-block-button__link {
	background: var(--rh-price-green) !important;
	color: #ffffff !important;
}

.rh-price-list-btn-outline .wp-block-button__link {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.26);
	color: #ffffff !important;
}

.rh-price-list-section {
	background: linear-gradient(180deg, #f5f7fb 0%, #ffffff 100%);
	padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.rh-price-list-grid {
	display: grid;
	gap: 1.1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rh-service-price-list .rh-price-card,
.rh-homepage .rh-home-price-card {
	background: #ffffff;
	border: 1px solid var(--rh-price-border, rgba(15, 43, 82, 0.12));
	border-radius: 22px;
	box-shadow: 0 18px 42px rgba(7, 24, 47, 0.09);
	min-width: 0;
	padding: 1.25rem;
}

.rh-service-price-list .rh-price-card h2,
.rh-homepage .rh-home-price-card h3 {
	color: var(--rh-price-navy, var(--rh-navy));
	font-size: 1.05rem;
	font-weight: 920;
	line-height: 1.22;
	margin: 0.8rem 0 0;
}

.rh-service-price-list .rh-price-card p:not(.rh-price-badge) {
	color: var(--rh-price-muted);
	font-size: 0.92rem;
	margin: 0.7rem 0 0;
}

.rh-service-price-list .rh-price-badge,
.rh-homepage .rh-home-price-amount {
	align-items: center;
	background: rgba(37, 211, 102, 0.12);
	border: 1px solid rgba(37, 211, 102, 0.28);
	border-radius: 999px;
	color: var(--rh-price-green-dark, #16a34a);
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 950;
	line-height: 1;
	margin: 0;
	padding: 0.55rem 0.75rem;
	width: fit-content;
}

.rh-price-list-note {
	background: #ffffff;
	border: 1px solid rgba(15, 43, 82, 0.12);
	border-left: 5px solid var(--rh-price-green);
	border-radius: 20px;
	box-shadow: 0 14px 34px rgba(7, 24, 47, 0.08);
	margin-top: 1.4rem;
	max-width: 960px !important;
	padding: 1.1rem 1.25rem;
}

.rh-price-list-note p {
	color: var(--rh-price-muted);
	font-weight: 750;
	margin: 0;
}

.rh-price-list-cta {
	background:
		radial-gradient(circle at top right, rgba(37, 211, 102, 0.22), transparent 18rem),
		linear-gradient(135deg, var(--rh-price-navy), var(--rh-price-navy-2));
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(7, 24, 47, 0.18);
	color: #ffffff;
	margin-top: 1.8rem;
	max-width: 980px !important;
	padding: clamp(1.6rem, 4vw, 2.4rem);
	text-align: center;
}

.rh-price-list-cta h2,
.rh-price-list-cta p {
	color: #ffffff;
}

.rh-price-list-cta p {
	margin-left: auto;
	margin-right: auto;
	max-width: 680px;
	opacity: 0.82;
}

.rh-price-list-cta .rh-price-list-actions,
.rh-home-price-actions {
	justify-content: center;
}

.rh-home-price-section {
	background:
		linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.rh-home-price-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rh-homepage .rh-home-price-card {
	padding: 1.1rem;
}

.rh-homepage .rh-home-price-card h3 {
	margin: 0 0 0.75rem;
}

.rh-homepage .rh-home-price-amount {
	margin-top: auto;
}

.rh-home-price-actions {
	display: flex;
	margin-top: 1.5rem;
}

.rh-home-price-button .wp-block-button__link {
	background: #ffffff;
	border-color: rgba(15, 43, 82, 0.2);
	color: var(--rh-navy);
	font-weight: 900;
}

@media (max-width: 1100px) {
	.rh-price-list-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.rh-price-list-actions {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
	}

	.rh-price-list-actions .wp-block-button,
	.rh-price-list-actions .wp-block-button__link {
		width: 100%;
	}

	.rh-home-price-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.rh-price-list-container {
		width: min(100% - 24px, 1180px) !important;
	}

	.rh-price-list-grid,
	.rh-home-price-grid {
		grid-template-columns: 1fr;
	}

	.rh-service-price-list .rh-price-card,
	.rh-homepage .rh-home-price-card {
		border-radius: 18px;
		padding: 1rem;
	}
}
