:root {
	--rh-navy: #0b2d4d;
	--rh-charcoal: #1f2937;
	--rh-muted: #64748b;
	--rh-light: #f6f8fb;
	--rh-white: #ffffff;
	--rh-green: #16a34a;
	--rh-green-dark: #12823d;
	--rh-border: #e5e7eb;
	--rh-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
	--rh-radius: 22px;
	--rh-container: 1180px;
}

.repairhome-astra-child {
	color: var(--rh-charcoal);
}

.repairhome-astra-child .site-content {
	padding: 0;
}

.rh-container {
	width: min(100% - 32px, var(--rh-container));
	margin-inline: auto;
}

.rh-section {
	padding: 92px 0;
}

.rh-eyebrow {
	margin: 0 0 10px;
	color: var(--rh-green);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 13px;
}

.rh-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(11,45,77,0.96), rgba(11,45,77,0.84)),
		linear-gradient(45deg, #0b2d4d, #1d4ed8);
	color: var(--rh-white);
}

.rh-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: 42px;
	align-items: center;
	min-height: 680px;
	padding: 86px 0;
}

.rh-hero h1 {
	margin: 0;
	color: var(--rh-white);
	font-size: clamp(42px, 6vw, 76px);
	line-height: 0.98;
	letter-spacing: -0.06em;
	max-width: 850px;
}

.rh-hero-text {
	margin: 24px 0 0;
	color: rgba(255,255,255,0.88);
	font-size: clamp(18px, 2vw, 22px);
	max-width: 760px;
}

.rh-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.rh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 50px;
	padding: 13px 22px;
	border-radius: 999px;
	font-weight: 850;
	border: 1px solid transparent;
	text-align: center;
	text-decoration: none !important;
	transition: 180ms ease;
}

.rh-btn:hover {
	transform: translateY(-1px);
}

.rh-btn-primary {
	background: var(--rh-navy);
	color: var(--rh-white) !important;
}

.rh-btn-primary:hover {
	background: #061d33;
	color: var(--rh-white) !important;
}

.rh-btn-whatsapp {
	background: var(--rh-green);
	color: var(--rh-white) !important;
}

.rh-btn-whatsapp:hover {
	background: var(--rh-green-dark);
	color: var(--rh-white) !important;
}

.rh-btn-light {
	background: var(--rh-white);
	color: var(--rh-navy) !important;
}

.rh-btn-outline-light {
	border-color: rgba(255,255,255,0.45);
	color: var(--rh-white) !important;
	background: rgba(255,255,255,0.08);
}

.rh-full {
	width: 100%;
}

.rh-trust-badges {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 34px;
}

.rh-trust-badges span {
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,0.18);
	background: rgba(255,255,255,0.08);
	border-radius: 999px;
	font-weight: 800;
	color: rgba(255,255,255,0.92);
	font-size: 14px;
}

.rh-quote-card {
	background: var(--rh-white);
	color: var(--rh-charcoal);
	padding: 32px;
	border-radius: 28px;
	box-shadow: var(--rh-shadow);
}

.rh-quote-card h2 {
	margin: 0 0 10px;
	color: var(--rh-navy);
	font-size: 28px;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.rh-quote-card ul {
	padding-left: 20px;
	margin: 20px 0;
}

.rh-section-heading {
	max-width: 780px;
	margin: 0 auto 44px;
	text-align: center;
}

.rh-section-heading h2,
.rh-two-col h2,
.rh-emergency-card h2,
.rh-final-cta h2 {
	margin: 0;
	color: var(--rh-navy);
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.rh-section-heading p,
.rh-two-col p,
.rh-final-cta p {
	color: var(--rh-muted);
	font-size: 17px;
}

.rh-services,
.rh-why,
.rh-prices,
.rh-gallery {
	background: var(--rh-light);
}

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

.rh-service-card,
.rh-feature-box,
.rh-step,
.rh-testimonial-grid article {
	background: var(--rh-white);
	border: 1px solid rgba(226,232,240,0.9);
	border-radius: var(--rh-radius);
	padding: 24px;
	box-shadow: 0 10px 28px rgba(15,23,42,0.06);
	transition: 180ms ease;
}

.rh-service-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--rh-shadow);
}

.rh-service-icon {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	background: #ecfdf3;
	border-radius: 16px;
	font-size: 28px;
	margin-bottom: 18px;
}

.rh-service-card h3,
.rh-feature-box h3,
.rh-step h3,
.rh-testimonial-grid h3 {
	margin: 0 0 10px;
	color: var(--rh-navy);
	font-size: 20px;
	line-height: 1.2;
}

.rh-service-card p,
.rh-step p,
.rh-testimonial-grid p {
	color: var(--rh-muted);
	margin: 0 0 16px;
}

.rh-service-card a {
	color: var(--rh-green);
	font-weight: 900;
}

.rh-two-col {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 48px;
	align-items: center;
}

.rh-image-placeholder,
.rh-gallery-card {
	min-height: 380px;
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(11,45,77,0.08), rgba(22,163,74,0.12)),
		repeating-linear-gradient(45deg, #f8fafc 0 12px, #eef2f7 12px 24px);
	border: 1px solid var(--rh-border);
	display: grid;
	place-items: center;
	color: var(--rh-navy);
	font-weight: 900;
	text-align: center;
	padding: 24px;
}

.rh-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 26px;
}

.rh-stats div {
	padding: 18px;
	border-radius: 18px;
	background: var(--rh-light);
}

.rh-stats strong,
.rh-stats span {
	display: block;
}

.rh-stats strong {
	color: var(--rh-navy);
	font-size: 18px;
}

.rh-stats span {
	color: var(--rh-muted);
	font-size: 13px;
	font-weight: 700;
}

.rh-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.rh-feature-box span {
	width: 34px;
	height: 34px;
	display: inline-grid;
	place-items: center;
	background: var(--rh-green);
	color: var(--rh-white);
	border-radius: 999px;
	font-weight: 900;
	margin-bottom: 16px;
}

.rh-emergency {
	background: var(--rh-navy);
	color: var(--rh-white);
	padding: 74px 0;
}

.rh-emergency-card {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
	align-items: center;
}

.rh-emergency-card h2 {
	color: var(--rh-white);
}

.rh-emergency-card p {
	max-width: 780px;
	color: rgba(255,255,255,0.82);
	font-size: 17px;
}

.rh-step-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.rh-step span {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	background: var(--rh-navy);
	color: var(--rh-white);
	font-weight: 900;
	margin-bottom: 18px;
}

.rh-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.rh-tag-list span {
	padding: 12px 15px;
	background: var(--rh-white);
	border: 1px solid var(--rh-border);
	border-radius: 999px;
	color: var(--rh-navy);
	font-weight: 850;
	box-shadow: 0 8px 20px rgba(15,23,42,0.05);
}

.rh-table-wrap {
	overflow-x: auto;
	background: var(--rh-white);
	border-radius: var(--rh-radius);
	box-shadow: var(--rh-shadow);
	border: 1px solid var(--rh-border);
}

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

.rh-price-table th,
.rh-price-table td {
	padding: 18px 22px;
	text-align: left;
	border-bottom: 1px solid var(--rh-border);
}

.rh-price-table th {
	background: var(--rh-navy);
	color: var(--rh-white);
}

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

.rh-center {
	text-align: center;
	margin-top: 28px;
}

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

.rh-gallery-card {
	min-height: 230px;
}

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

.rh-testimonial-grid article div {
	color: #f59e0b;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 14px;
}

.rh-faq-list {
	display: grid;
	gap: 12px;
}

.rh-faq-item {
	background: var(--rh-white);
	border: 1px solid var(--rh-border);
	border-radius: 16px;
	overflow: hidden;
}

.rh-faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border: 0;
	background: var(--rh-white);
	padding: 18px 20px;
	color: var(--rh-navy);
	font-size: 17px;
	font-weight: 900;
	text-align: left;
	cursor: pointer;
}

.rh-faq-answer {
	display: none;
	padding: 0 20px 18px;
	color: var(--rh-muted);
}

.rh-faq-item.is-open .rh-faq-answer {
	display: block;
}

.rh-faq-item.is-open .rh-faq-question span {
	transform: rotate(45deg);
}

.rh-final-cta {
	background: linear-gradient(135deg, var(--rh-navy), #113e68);
	color: var(--rh-white);
	text-align: center;
	padding: 92px 0;
}

.rh-final-cta h2 {
	color: var(--rh-white);
}

.rh-final-cta p {
	color: rgba(255,255,255,0.82);
	max-width: 760px;
	margin: 16px auto 0;
}

.rh-center-actions {
	justify-content: center;
}

.rh-footer {
	background: #071827;
	color: rgba(255,255,255,0.82);
}

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

.rh-footer a:hover {
	color: #fff;
}

.rh-footer-cta {
	background: var(--rh-green);
	color: #fff;
	padding: 38px 0;
}

.rh-footer-cta-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
}

.rh-footer-cta h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 30px;
	letter-spacing: -0.03em;
}

.rh-footer-cta p {
	margin: 0;
	color: rgba(255,255,255,0.92);
}

.rh-footer-main {
	padding: 64px 0;
}

.rh-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.75fr 0.85fr 0.9fr;
	gap: 34px;
}

.rh-footer-grid h3 {
	color: #fff;
	margin: 0 0 16px;
	font-size: 19px;
}

.rh-footer-grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.rh-footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.10);
	padding: 20px 0;
	text-align: center;
}

.rh-floating-whatsapp {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 998;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 20px;
	background: var(--rh-green);
	color: #fff !important;
	border-radius: 999px;
	font-weight: 900;
	box-shadow: var(--rh-shadow);
	text-decoration: none !important;
}

.rh-floating-whatsapp:hover {
	background: var(--rh-green-dark);
}

@media (max-width: 1100px) {
	.rh-service-grid,
	.rh-feature-grid,
	.rh-step-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.rh-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 980px) {
	.rh-hero-grid,
	.rh-two-col,
	.rh-emergency-card,
	.rh-footer-cta-grid {
		grid-template-columns: 1fr;
	}

	.rh-hero-grid {
		min-height: auto;
		padding: 70px 0;
	}

	.rh-gallery-grid,
	.rh-testimonial-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 720px) {
	.rh-hero h1 {
		font-size: 42px;
	}

	.rh-section,
	.rh-final-cta {
		padding: 66px 0;
	}

	.rh-actions .rh-btn,
	.rh-footer-cta .rh-btn {
		width: 100%;
	}

	.rh-service-grid,
	.rh-feature-grid,
	.rh-step-grid,
	.rh-gallery-grid,
	.rh-testimonial-grid,
	.rh-stats,
	.rh-footer-grid {
		grid-template-columns: 1fr;
	}

	.rh-quote-card {
		padding: 24px;
	}

	.rh-floating-whatsapp {
		left: 16px;
		right: 16px;
	}
}


/* =========================================================
   Astra homepage layout fix
   Prevents Astra's parent .ast-container flex layout from
   squeezing the custom homepage and footer side-by-side.
   ========================================================= */
body.home.repairhome-astra-child .site-content .ast-container,
body.home.repairhome-astra-child-fixed .site-content .ast-container {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	display: block;
}

body.home.repairhome-astra-child .content-area,
body.home.repairhome-astra-child-fixed .content-area,
body.home.repairhome-astra-child .site-main,
body.home.repairhome-astra-child-fixed .site-main {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

body.home.repairhome-astra-child .rh-homepage,
body.home.repairhome-astra-child-fixed .rh-homepage {
	width: 100%;
	max-width: 100%;
	display: block;
	clear: both;
}

.rh-footer {
	clear: both;
	width: 100%;
}
