/**
 * Design tokens + premium component styles for RO Care.
 * Use with Elementor: apply CSS classes listed in docs/RO-CARE-PREMIUM-DESIGN-SYSTEM.md
 */

:root {
	--ro-primary: #0a84ff;
	--ro-secondary: #00c2ff;
	--ro-accent: #00d084;
	--ro-bg: #f8fafc;
	--ro-surface: #ffffff;
	--ro-text: #1f2937;
	--ro-text-muted: #6b7280;
	--ro-border: #e5e7eb;
	--ro-light: #f3f4f6;
	--ro-radius: 18px;
	--ro-radius-sm: 12px;
	--ro-radius-pill: 999px;
	--ro-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
	--ro-shadow-hover: 0 18px 50px rgba(10, 132, 255, 0.18);
	--ro-container: 1200px;
	--ro-space-1: 8px;
	--ro-space-2: 16px;
	--ro-space-3: 24px;
	--ro-space-4: 40px;
	--ro-space-5: 64px;
	--ro-space-6: 96px;
	--ro-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ro-grad: linear-gradient(135deg, #0a84ff 0%, #00c2ff 100%);
	--ro-header-h: 72px;
	--ro-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Base ---------- */
.ro-care-premium,
.ro-care-premium button,
.ro-care-premium input,
.ro-care-premium select,
.ro-care-premium textarea {
	font-family: var(--ro-font);
}

.ro-care-premium {
	color: var(--ro-text);
	background: var(--ro-bg);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.ro-care-premium h1,
.ro-care-premium h2,
.ro-care-premium h3,
.ro-care-premium h4,
.ro-care-premium .elementor-heading-title {
	font-family: var(--ro-font);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--ro-text);
	line-height: 1.15;
}

.ro-care-premium p,
.ro-care-premium .elementor-widget-text-editor {
	color: var(--ro-text-muted);
	line-height: 1.65;
	font-size: 1.0625rem;
}

.ro-care-premium a {
	transition: color 0.25s var(--ro-ease);
}

.ro-care-premium img {
	max-width: 100%;
	height: auto;
}

/* Smooth scroll */
html {
	scroll-behavior: smooth;
}

/* ---------- Sticky transparent → solid header ---------- */
.ro-care-premium .site-header,
.ro-care-premium .ast-primary-header-bar,
.ro-care-premium .main-header-bar,
.ro-care-premium #masthead,
.ro-care-premium header.elementor-location-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: background 0.35s var(--ro-ease), box-shadow 0.35s var(--ro-ease), backdrop-filter 0.35s var(--ro-ease);
}

/* Light glass header — hero is light, so menu must stay dark */
.ro-care-premium .site-header:not(.ro-header-solid),
.ro-care-premium .ast-primary-header-bar,
.ro-care-premium .main-header-bar,
.ro-care-premium.ast-theme-transparent-header .main-header-bar,
.ro-care-premium.ast-theme-transparent-header #masthead .main-header-bar,
.ro-care-premium header.elementor-location-header {
	background: rgba(255, 255, 255, 0.88) !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow: none !important;
	border-bottom: 1px solid rgba(229, 231, 235, 0.8) !important;
}

.ro-care-premium.ro-scrolled .site-header,
.ro-care-premium.ro-scrolled .ast-primary-header-bar,
.ro-care-premium.ro-scrolled .main-header-bar,
.ro-care-premium.ro-scrolled header.elementor-location-header,
.ro-care-premium .ro-header-solid {
	background: rgba(255, 255, 255, 0.96) !important;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06) !important;
	border-bottom: 1px solid var(--ro-border) !important;
}

/*
 * Fix: Astra transparent header forces white menu links for dark heroes.
 * Our premium homepage uses a light hero (#F8FAFC), so override to dark text.
 */
.ro-care-premium.ast-theme-transparent-header .main-header-menu .menu-link,
.ro-care-premium.ast-theme-transparent-header .main-header-menu .menu-item > .menu-link,
.ro-care-premium.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,
.ro-care-premium.ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link,
.ro-care-premium.ast-theme-transparent-header .ast-builder-menu .menu-link,
.ro-care-premium .main-header-menu .menu-link,
.ro-care-premium .ast-builder-menu-1 .menu-link,
.ro-care-premium .site-header .menu-link {
	color: var(--ro-text) !important;
	opacity: 1 !important;
	font-weight: 500;
}

.ro-care-premium.ast-theme-transparent-header .main-header-menu .menu-link:hover,
.ro-care-premium.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,
.ro-care-premium .main-header-menu .menu-link:hover,
.ro-care-premium .site-header .menu-link:hover {
	color: var(--ro-primary) !important;
}

.ro-care-premium.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,
.ro-care-premium .main-header-menu .current-menu-item > .menu-link {
	color: var(--ro-primary) !important;
}

/* Logo / site title on transparent header */
.ro-care-premium.ast-theme-transparent-header .site-title a,
.ro-care-premium.ast-theme-transparent-header .ast-site-title-wrap .site-title a,
.ro-care-premium .site-header .site-title a {
	color: var(--ro-text) !important;
}

/* Mobile hamburger — keep visible on light header */
.ro-care-premium.ast-theme-transparent-header .ast-mobile-menu-trigger-minimal,
.ro-care-premium.ast-theme-transparent-header .menu-toggle,
.ro-care-premium.ast-theme-transparent-header .ast-button-wrap button,
.ro-care-premium .ast-mobile-menu-trigger-fill,
.ro-care-premium .ast-mobile-menu-trigger-minimal {
	color: var(--ro-text) !important;
	border-color: var(--ro-border) !important;
}

.ro-care-premium.ast-theme-transparent-header .ast-mobile-menu-trigger-minimal .ast-mobile-svg,
.ro-care-premium.ast-theme-transparent-header .ast-mobile-svg,
.ro-care-premium .ast-mobile-svg {
	fill: var(--ro-text) !important;
}

/* ---------- Buttons ---------- */
.ro-btn,
.ro-care-premium .elementor-button,
.ro-care-premium .ast-custom-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 14px 28px;
	border-radius: var(--ro-radius-pill);
	font-weight: 600;
	font-size: 0.9375rem;
	letter-spacing: -0.01em;
	border: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-decoration: none !important;
	transition: transform 0.25s var(--ro-ease), box-shadow 0.25s var(--ro-ease), background 0.25s var(--ro-ease);
}

.ro-btn--primary,
.ro-care-premium .elementor-button-primary,
.ro-care-premium .elementor-button[href*="contact"],
.ro-care-premium a.elementor-button {
	background: var(--ro-grad) !important;
	color: #fff !important;
	box-shadow: 0 8px 24px rgba(10, 132, 255, 0.28);
}

.ro-btn--primary:hover,
.ro-care-premium .elementor-button:hover {
	transform: translateY(-2px);
	box-shadow: var(--ro-shadow-hover);
	color: #fff !important;
}

.ro-btn--ghost,
.ro-btn--whatsapp {
	background: #fff !important;
	color: var(--ro-text) !important;
	border: 1px solid var(--ro-border) !important;
	box-shadow: var(--ro-shadow);
}

.ro-btn--whatsapp {
	color: #075e54 !important;
}

.ro-btn--whatsapp:hover,
.ro-btn--ghost:hover {
	transform: translateY(-2px);
	border-color: var(--ro-primary) !important;
}

.ro-btn .ro-ripple {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	transform: scale(0);
	animation: ro-ripple 0.6s linear;
	pointer-events: none;
}

@keyframes ro-ripple {
	to {
		transform: scale(4);
		opacity: 0;
	}
}

/* ---------- Cards ---------- */
.ro-card {
	background: var(--ro-surface);
	border: 1px solid rgba(229, 231, 235, 0.9);
	border-radius: var(--ro-radius);
	padding: var(--ro-space-3);
	box-shadow: var(--ro-shadow);
	transition: transform 0.35s var(--ro-ease), box-shadow 0.35s var(--ro-ease), border-color 0.35s var(--ro-ease);
}

.ro-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--ro-shadow-hover);
	border-color: rgba(10, 132, 255, 0.25);
}

.ro-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	background: linear-gradient(145deg, rgba(10, 132, 255, 0.12), rgba(0, 194, 255, 0.08));
	color: var(--ro-primary);
	margin-bottom: var(--ro-space-2);
}

.ro-card__title {
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--ro-text);
}

.ro-card__text {
	margin: 0;
	font-size: 0.975rem;
	color: var(--ro-text-muted);
}

/* Glass floating trust cards (hero) */
.ro-glass {
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: var(--ro-radius);
	box-shadow: var(--ro-shadow);
	padding: 14px 18px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 0.875rem;
	color: var(--ro-text);
}

.ro-glass::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ro-accent);
	box-shadow: 0 0 0 4px rgba(0, 208, 132, 0.2);
	flex-shrink: 0;
}

/* ---------- Sections ---------- */
.ro-section {
	padding: var(--ro-space-6) 0;
}

.ro-section--tight {
	padding: var(--ro-space-5) 0;
}

.ro-section__eyebrow {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ro-primary);
	margin-bottom: var(--ro-space-2);
}

.ro-section__title {
	font-size: clamp(1.75rem, 3vw, 2.75rem);
	margin: 0 0 var(--ro-space-2);
	max-width: 18ch;
}

.ro-section__lead {
	max-width: 42ch;
	margin: 0 0 var(--ro-space-4);
	font-size: 1.125rem;
}

.ro-container {
	width: min(100% - 40px, var(--ro-container));
	margin-inline: auto;
}

/* Hero */
.ro-hero {
	position: relative;
	padding: calc(var(--ro-header-h) + 48px) 0 var(--ro-space-6);
	background:
		radial-gradient(ellipse 80% 60% at 85% 20%, rgba(0, 194, 255, 0.18), transparent 55%),
		radial-gradient(ellipse 60% 50% at 10% 80%, rgba(10, 132, 255, 0.12), transparent 50%),
		var(--ro-bg);
	overflow: hidden;
}

.ro-hero__title {
	font-size: clamp(2.25rem, 5.5vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.05;
	max-width: 14ch;
	margin: 0 0 var(--ro-space-3);
	color: var(--ro-text);
}

.ro-hero__sub {
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	color: var(--ro-text-muted);
	max-width: 38ch;
	margin: 0 0 var(--ro-space-4);
}

.ro-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: var(--ro-space-4);
}

.ro-hero__floats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ro-hero__media {
	border-radius: 24px;
	overflow: hidden;
	box-shadow: var(--ro-shadow);
	aspect-ratio: 4 / 3;
	background: var(--ro-light);
}

.ro-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 24px;
}

/* Elementor container hooks */
.ro-care-premium .elementor-element.ro-hero,
.ro-care-premium .e-con.ro-hero {
	background:
		radial-gradient(ellipse 80% 60% at 85% 20%, rgba(0, 194, 255, 0.18), transparent 55%),
		radial-gradient(ellipse 60% 50% at 10% 80%, rgba(10, 132, 255, 0.12), transparent 50%),
		var(--ro-bg) !important;
}

.ro-care-premium .elementor-widget-image.ro-hero__media img {
	border-radius: 24px;
}

.ro-care-premium .ro-hero .elementor-heading-title,
.ro-care-premium .ro-hero__title.elementor-heading-title {
	font-size: clamp(2.25rem, 5.5vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.05;
	max-width: 14ch;
	color: var(--ro-text);
}

/* Grid helpers for Elementor HTML widgets / shortcodes */
.ro-grid {
	display: grid;
	gap: var(--ro-space-3);
}

.ro-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ro-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ro-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1024px) {
	.ro-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ro-grid--2,
	.ro-grid--3,
	.ro-grid--4 {
		grid-template-columns: 1fr;
	}

	.ro-section {
		padding: var(--ro-space-5) 0;
	}

	.ro-hero {
		padding-top: calc(var(--ro-header-h) + 24px);
	}
}

/* Brand logo grid */
.ro-brands {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--ro-space-2);
}

.ro-brands__item {
	background: var(--ro-surface);
	border: 1px solid var(--ro-border);
	border-radius: var(--ro-radius-sm);
	min-height: 88px;
	display: grid;
	place-items: center;
	padding: 16px;
	filter: grayscale(1);
	opacity: 0.75;
	transition: filter 0.3s var(--ro-ease), opacity 0.3s var(--ro-ease), transform 0.3s var(--ro-ease);
}

.ro-brands__item:hover {
	filter: grayscale(0);
	opacity: 1;
	transform: translateY(-3px);
}

.ro-brands__item img {
	max-height: 40px;
	width: auto;
}

@media (max-width: 767px) {
	.ro-brands {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Timeline — How it works */
.ro-timeline {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--ro-space-3);
	position: relative;
}

.ro-timeline::before {
	content: "";
	position: absolute;
	top: 28px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: linear-gradient(90deg, var(--ro-primary), var(--ro-secondary));
	opacity: 0.25;
}

.ro-timeline__step {
	position: relative;
	text-align: center;
	padding-top: 8px;
}

.ro-timeline__num {
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--ro-grad);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	box-shadow: 0 8px 24px rgba(10, 132, 255, 0.3);
	position: relative;
	z-index: 1;
}

@media (max-width: 900px) {
	.ro-timeline {
		grid-template-columns: 1fr;
	}

	.ro-timeline::before {
		display: none;
	}
}

/* Pricing / AMC */
.ro-pricing {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--ro-space-3);
	align-items: stretch;
}

.ro-pricing__card {
	background: var(--ro-surface);
	border: 1px solid var(--ro-border);
	border-radius: 20px;
	padding: var(--ro-space-4) var(--ro-space-3);
	box-shadow: var(--ro-shadow);
	display: flex;
	flex-direction: column;
}

.ro-pricing__card--featured {
	border-color: transparent;
	background:
		linear-gradient(var(--ro-surface), var(--ro-surface)) padding-box,
		var(--ro-grad) border-box;
	border: 2px solid transparent;
	transform: scale(1.03);
	box-shadow: var(--ro-shadow-hover);
}

.ro-pricing__badge {
	display: inline-flex;
	align-self: flex-start;
	padding: 6px 12px;
	border-radius: var(--ro-radius-pill);
	background: rgba(0, 208, 132, 0.12);
	color: #059669;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.ro-pricing__price {
	font-size: 2.5rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--ro-text);
	margin: 8px 0;
}

.ro-pricing__price span {
	font-size: 1rem;
	font-weight: 500;
	color: var(--ro-text-muted);
}

.ro-pricing__list {
	list-style: none;
	padding: 0;
	margin: 16px 0 24px;
	flex: 1;
}

.ro-pricing__list li {
	padding: 10px 0 10px 28px;
	position: relative;
	border-bottom: 1px solid var(--ro-light);
	color: var(--ro-text-muted);
	font-size: 0.95rem;
}

.ro-pricing__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--ro-accent);
	font-weight: 700;
}

@media (max-width: 900px) {
	.ro-pricing {
		grid-template-columns: 1fr;
	}

	.ro-pricing__card--featured {
		transform: none;
	}
}

/* Reviews */
.ro-review {
	background: var(--ro-surface);
	border-radius: var(--ro-radius);
	padding: var(--ro-space-3);
	border: 1px solid var(--ro-border);
	box-shadow: var(--ro-shadow);
}

.ro-review__stars {
	color: #fbbc04;
	letter-spacing: 2px;
	margin-bottom: 12px;
	font-size: 1rem;
}

.ro-review__text {
	color: var(--ro-text);
	font-size: 1rem;
	margin: 0 0 16px;
}

.ro-review__author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ro-review__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--ro-grad);
	color: #fff;
	display: grid;
	place-items: center;
	font-weight: 700;
	font-size: 0.875rem;
}

/* Stats */
.ro-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--ro-space-3);
	padding: var(--ro-space-4);
	border-radius: 24px;
	background: #0b1220;
	color: #fff;
}

.ro-stat__value {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	background: var(--ro-grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1.1;
}

.ro-stat__label {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9375rem;
}

@media (max-width: 767px) {
	.ro-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* FAQ accordion (native details) */
.ro-faq details {
	background: var(--ro-surface);
	border: 1px solid var(--ro-border);
	border-radius: var(--ro-radius-sm);
	padding: 4px 20px;
	margin-bottom: 12px;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.ro-faq summary {
	cursor: pointer;
	font-weight: 600;
	padding: 16px 0;
	list-style: none;
	color: var(--ro-text);
}

.ro-faq summary::-webkit-details-marker {
	display: none;
}

.ro-faq summary::after {
	content: "+";
	float: right;
	color: var(--ro-primary);
	font-weight: 700;
}

.ro-faq details[open] summary::after {
	content: "−";
}

.ro-faq details p {
	margin: 0 0 16px;
	padding-right: 24px;
}

/* Reveal on scroll */
.ro-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s var(--ro-ease), transform 0.7s var(--ro-ease);
}

.ro-reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* Floating WhatsApp + sticky mobile CTA */
.ro-float-wa {
	position: fixed;
	right: 20px;
	bottom: 24px;
	z-index: 9998;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: #fff !important;
	display: grid;
	place-items: center;
	box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
	text-decoration: none !important;
	transition: transform 0.25s var(--ro-ease);
}

.ro-float-wa:hover {
	transform: scale(1.08);
	color: #fff !important;
}

.ro-float-wa svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.ro-sticky-cta {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9997;
	padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
	border-top: 1px solid var(--ro-border);
	gap: 10px;
}

.ro-sticky-cta a {
	flex: 1;
	text-align: center;
	min-height: 44px;
	border-radius: var(--ro-radius-pill);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 0.875rem;
	text-decoration: none !important;
}

.ro-sticky-cta__call {
	background: var(--ro-light);
	color: var(--ro-text) !important;
}

.ro-sticky-cta__book {
	background: var(--ro-grad);
	color: #fff !important;
}

@media (max-width: 767px) {
	.ro-sticky-cta {
		display: flex;
	}

	.ro-float-wa {
		bottom: 84px;
		right: 16px;
	}

	body.ro-care-premium {
		padding-bottom: 76px;
	}
}

/* Footer polish — compact premium footer */
.ro-care-premium .site-footer,
.ro-care-premium footer.elementor-location-footer {
	background: #0b1220 !important;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.875rem;
	line-height: 1.5;
}

.ro-care-premium .site-footer a,
.ro-care-premium footer.elementor-location-footer a {
	color: rgba(255, 255, 255, 0.78);
}

.ro-care-premium .site-footer a:hover,
.ro-care-premium footer.elementor-location-footer a:hover {
	color: #fff;
}

/* Reduce overall footer height */
.ro-care-premium .site-primary-footer-wrap {
	padding-top: 28px !important;
	padding-bottom: 28px !important;
}

.ro-care-premium .site-below-footer-wrap {
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}

.ro-care-premium .site-footer .widget {
	margin-bottom: 0 !important;
}

.ro-care-premium .site-footer .widget-title,
.ro-care-premium .site-footer .wp-block-heading {
	font-size: 0.9375rem !important;
	margin-bottom: 10px !important;
	color: #fff !important;
}

.ro-care-premium .site-footer .textwidget p,
.ro-care-premium .site-footer .widget_text p {
	font-size: 0.8125rem !important;
	line-height: 1.5 !important;
	margin-bottom: 0.5em !important;
	max-width: 280px;
}

.ro-care-premium .site-footer .menu-item a,
.ro-care-premium .site-footer .widget_nav_menu a {
	font-size: 0.8125rem !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.ro-care-premium .ast-footer-copyright {
	font-size: 0.75rem !important;
}

.ro-care-premium .ast-footer-social-wrap .ast-builder-social-element {
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	min-height: 32px !important;
}

.ro-care-premium .ast-footer-social-wrap .ahfb-svg-iconset svg {
	width: 14px !important;
	height: 14px !important;
}

/* Footer logo — compact */
.ro-care-premium .site-footer .widget_media_image img,
.ro-care-premium .site-footer .footer-widget-area img,
.ro-care-premium .site-footer .site-footer-primary-section-1 img,
.ro-care-premium .site-footer img.wp-image-1228,
.ro-care-premium footer.elementor-location-footer img[src*="logo"] {
	max-width: 100px !important;
	width: auto !important;
	max-height: 36px !important;
	height: auto !important;
	display: block;
	object-fit: contain;
	margin-bottom: 8px !important;
}

@media (max-width: 767px) {
	.ro-care-premium .site-primary-footer-wrap {
		padding-top: 24px !important;
		padding-bottom: 20px !important;
	}

	.ro-care-premium .site-footer .widget_media_image img,
	.ro-care-premium .site-footer .footer-widget-area img,
	.ro-care-premium .site-footer img.wp-image-1228 {
		max-width: 90px !important;
		max-height: 32px !important;
	}
}

/* Elementor widget polish */
.ro-care-premium .elementor-widget-image img {
	border-radius: var(--ro-radius);
}

.ro-care-premium .e-con.e-parent {
	--padding-block-start: 0;
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.ro-reveal,
	.ro-card,
	.ro-btn,
	.ro-care-premium .elementor-button {
		transition: none !important;
		animation: none !important;
	}

	.ro-reveal {
		opacity: 1;
		transform: none;
	}
}
