/*
Theme Name: Radical Love & Liberation
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme replicating the Lovable frontend with full Customizer support.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: radical-love-lad
*/

/* Fonts: enqueued in functions.php — Lovable src/index.css (body: Lato; h1–h6: Cormorant Garamond) */

:root {
	--rll-font-sans: 'Lato', ui-sans-serif, system-ui, sans-serif;
	--rll-font-serif: 'Cormorant Garamond', ui-serif, Georgia, 'Times New Roman', serif;
	--rll-background: #fdfaf7;
	--rll-foreground: #29333d;
	--rll-card: #ffffff;
	--rll-card-text: #29333d;
	--rll-primary: #e6684e;
	--rll-primary-text: #ffffff;
	--rll-secondary: #39ad9f;
	--rll-secondary-text: #ffffff;
	--rll-muted: #f2eee9;
	--rll-muted-text: #66717a;
	--rll-teal-dark: #2f8a7f;
	--rll-coral-dark: #cf4d32;
	--rll-border: #e6ddd5;
	--rll-radius: 0.75rem;
	--rll-gradient-hero: linear-gradient(135deg, #e6684e 0%, #f59b2d 50%, #eeb72b 100%);
	--rll-gradient-warm: linear-gradient(135deg, rgba(240, 176, 163, 0.3) 0%, rgba(144, 212, 203, 0.2) 100%);
	--rll-gradient-teal: linear-gradient(135deg, #2f8a7f 0%, #39ad9f 100%);
	/* Lovable Tailwind container 2xl: 1400px */
	--rll-container: 1400px;
	--rll-shadow-soft: 0 10px 35px rgba(41, 51, 61, 0.08);
	--rll-shadow-lg: 0 20px 50px rgba(41, 51, 61, 0.14);
	--rll-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
}

body {
	margin: 0;
	background: var(--rll-background);
	color: var(--rll-foreground);
	font-family: var(--rll-font-sans);
	font-feature-settings: "kern" 1, "liga" 1;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
video,
iframe {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: var(--rll-font-serif);
	/* Lovable: base font-semibold on headings; pages override with font-bold for titles */
	font-weight: 600;
	letter-spacing: -0.025em;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.rll-container {
	width: min(calc(100% - 2rem), var(--rll-container));
	margin: 0 auto;
}

.rll-main {
	min-height: 100vh;
}

.site-content {
	min-height: 1px;
}

.rll-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border: 1px solid transparent;
	border-radius: 0.75rem;
	padding: 0.875rem 1.75rem;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1;
	transition: background-color 0.3s var(--rll-ease), border-color 0.3s var(--rll-ease), color 0.3s var(--rll-ease), transform 0.3s var(--rll-ease), box-shadow 0.3s var(--rll-ease);
}

.rll-button:hover,
.rll-button:focus-visible {
	transform: translateY(-1px);
}

.rll-button--full {
	width: 100%;
}

.rll-button--large {
	padding: 1rem 2rem;
}

.rll-button--primary {
	background: var(--rll-primary);
	color: var(--rll-primary-text);
}

.rll-button--primary:hover,
.rll-button--primary:focus-visible {
	background: var(--rll-coral-dark);
}

.rll-button--secondary {
	background: var(--rll-secondary);
	color: var(--rll-secondary-text);
}

.rll-button--secondary:hover,
.rll-button--secondary:focus-visible {
	filter: brightness(0.96);
}

.rll-button--white {
	background: #ffffff;
	color: var(--rll-primary);
}

.rll-button--white:hover,
.rll-button--white:focus-visible {
	background: rgba(255, 255, 255, 0.9);
}

.rll-button--outline-white {
	background: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

.rll-button--outline-white:hover,
.rll-button--outline-white:focus-visible {
	background: rgba(255, 255, 255, 0.1);
}

.button-icon,
.rll-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 0;
}

/* Button trailing icons: size the span; SVG fills it so the vector scales (not just the box). */
.rll-icon.button-icon {
	width: 24px;
	height: 24px;
}

.rll-icon.button-icon--small {
	width: 24px;
	height: 24px;
}

/* Strokes from Lucide markup in template-tags.php */
.rll-icon svg {
	display: block;
	flex-shrink: 0;
	overflow: visible;
}

.rll-icon.button-icon svg {
	width: 100%;
	height: 100%;
}

.rll-icon:not(.button-icon) svg {
	width: 24px;
	height: 24px;
}

.rll-section {
	padding: 5rem 0;
}

.rll-section--lg {
	padding: 7rem 0;
}

.rll-section--muted {
	/* Lovable bg-muted/50 */
	background: color-mix(in srgb, var(--rll-muted) 50%, transparent);
}

.rll-section--background {
	background: var(--rll-background);
}

.rll-section--values {
	background: hsl(150deg 40% 97%);
}

.rll-section-label {
	display: inline-block;
	font-family: var(--rll-font-sans);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.rll-section-label--primary {
	color: var(--rll-primary);
}

.rll-section-label--secondary {
	color: var(--rll-secondary);
}

.rll-section-label--muted {
	color: var(--rll-muted-text);
}

.rll-section-label--white {
	color: rgba(255, 255, 255, 0.82);
}

.rll-section-heading {
	/* Lovable section h2: text-3xl → lg:text-5xl */
	font-size: clamp(1.875rem, 3.5vw, 3rem);
	line-height: 1.15;
	font-weight: 700;
}

.rll-section-text {
	font-size: 1.125rem;
	line-height: 1.8;
	color: var(--rll-muted-text);
}

.rll-text-center {
	text-align: center;
}

.rll-max-2xl {
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
}

.rll-max-3xl {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}

.rll-max-4xl {
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
}

.rll-max-5xl {
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
}

.rll-card {
	background: var(--rll-card);
	color: var(--rll-card-text);
	border: 1px solid rgba(230, 221, 213, 0.65);
	border-radius: 1.5rem;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: transform 0.45s var(--rll-ease), box-shadow 0.45s var(--rll-ease), border-color 0.35s var(--rll-ease);
}

.rll-card.is-hoverable:hover,
.rll-card.is-hoverable:focus-within {
	transform: translateY(-4px) scale(1.03);
	box-shadow: var(--rll-shadow-soft);
}

.rll-reveal {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	transition: opacity 0.6s var(--rll-ease), transform 0.6s var(--rll-ease);
}

.rll-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.rll-reveal[data-rll-reveal-direction="left"] {
	transform: translate3d(-40px, 0, 0);
}

.rll-reveal[data-rll-reveal-direction="right"] {
	transform: translate3d(40px, 0, 0);
}

.rll-reveal[data-rll-reveal-direction="scale"] {
	transform: scale(0.92);
}

.rll-reveal[data-rll-reveal-direction="hero"] {
	transform: translate3d(0, 40px, 0);
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.rll-stagger > * {
	transition-delay: calc(var(--rll-stagger-index, 0) * 0.12s);
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	padding: 0;
	transition: background-color 0.3s var(--rll-ease), backdrop-filter 0.3s var(--rll-ease), box-shadow 0.3s var(--rll-ease), border-color 0.3s var(--rll-ease);
}

/* WordPress admin bar: mismo viewport que el header fijo; desplazar para no solaparse */
body.admin-bar .site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

.site-header.is-scrolled,
.site-header.is-menu-open {
	background: rgba(41, 51, 61, 0.95);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(41, 51, 61, 0.5);
	box-shadow: 0 8px 24px rgba(20, 26, 31, 0.16);
}

/* Lovable Header: container mx-auto px-4 lg:px-8 */
.site-header__container {
	width: 100%;
	max-width: var(--rll-container);
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}

@media (min-width: 1024px) {
	.site-header__container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/* Lovable: flex h-20 items-center justify-between */
.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 5rem;
	flex-shrink: 0;
}

.site-header__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}

.site-header__logo {
	height: 3.5rem;
	width: auto;
}

.site-header__nav,
.site-header__actions {
	display: none;
	align-items: center;
}

.site-header__menu {
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

/* Header CTAs: misma altura con o sin icono (secundario ~42px con icono 24px + padding) */
.site-header__actions .rll-button {
	box-sizing: border-box;
	min-height: 2.625rem;
	padding: 0.5625rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	border-radius: 0.375rem;
	line-height: 1;
	align-items: center;
}

.menu-item {
	position: relative;
}

.menu-link {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.9);
	transition: background-color 0.3s var(--rll-ease), color 0.3s var(--rll-ease);
}

.menu-link:hover,
.menu-link:focus-visible,
.menu-item.is-open > .menu-link {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.menu-link--button {
	background: transparent;
	border: 0;
}

.menu-link__chevron svg {
	width: 24px;
	height: 24px;
}

.dropdown-panel {
	position: absolute;
	top: calc(100% + 0.75rem);
	left: 0;
	min-width: 12rem;
	padding: 0.5rem;
	background: #ffffff;
	border: 1px solid var(--rll-border);
	border-radius: 0.75rem;
	box-shadow: var(--rll-shadow-soft);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.3s var(--rll-ease), transform 0.3s var(--rll-ease), visibility 0.3s var(--rll-ease);
}

.menu-item.is-open .dropdown-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dropdown-panel__link {
	display: block;
	padding: 0.75rem 0.9rem;
	border-radius: 0.625rem;
	color: var(--rll-foreground);
	font-size: 0.9375rem;
}

.dropdown-panel__link:hover,
.dropdown-panel__link:focus-visible {
	background: var(--rll-muted);
}

.site-header__toggle {
	display: inline-flex;
	flex-direction: column;
	gap: 0.3rem;
	background: transparent;
	border: 0;
	padding: 0.5rem;
}

.site-header__toggle-bar {
	width: 1.5rem;
	height: 2px;
	background: #ffffff;
	transition: transform 0.3s var(--rll-ease), opacity 0.3s var(--rll-ease);
}

.site-header.is-menu-open .site-header__toggle-bar:nth-child(2) {
	transform: translateY(6px) rotate(45deg);
}

.site-header.is-menu-open .site-header__toggle-bar:nth-child(3) {
	opacity: 0;
}

.site-header.is-menu-open .site-header__toggle-bar:nth-child(4) {
	transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
	max-height: 0;
	overflow: hidden;
	background: var(--rll-foreground);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	opacity: 0;
	transition: max-height 0.3s var(--rll-ease), opacity 0.3s var(--rll-ease);
}

/* Lovable: height "auto" — sin tope bajo que recorte enlaces/CTAs (antes 36rem cortaba el 2.º botón) */
.site-header.is-menu-open .mobile-menu {
	max-height: min(100rem, calc(100dvh - 5rem));
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 1;
	overscroll-behavior: contain;
}

.mobile-menu__nav {
	/* Lovable: nav flex flex-col py-4; gap-2 solo entre ítems (en la lista) */
	display: flex;
	flex-direction: column;
	padding: 1rem 0;
}

.mobile-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.mobile-menu__link,
.mobile-menu__sublink {
	display: block;
	border-radius: 0.75rem;
	color: #ffffff;
	font-weight: 700;
}

/* Lovable: block px-4 py-3 text-white font-medium rounded-lg */
.mobile-menu__link {
	padding: 0.75rem 1rem;
	font-weight: 500;
}

/* Lovable sub: ml-4 mt-1 space-y-1 + block px-4 py-2 text-sm */
.mobile-menu__subnav {
	margin-top: 0.25rem;
	margin-left: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.mobile-menu__sublink {
	padding: 0.5rem 1rem;
	margin-left: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.875rem;
	font-weight: 500;
}

.mobile-menu__link:hover,
.mobile-menu__sublink:hover,
.mobile-menu__link:focus-visible,
.mobile-menu__sublink:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

/* Lovable: mt-4 px-4 space-y-3 (px en container; gap entre botones) */
.mobile-menu__actions {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1rem;
	padding-top: 0;
}

.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero__media,
.hero__overlay,
.hero__blobs {
	position: absolute;
	inset: 0;
}

.hero__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__overlay {
	background: rgba(0, 0, 0, 0.5);
}

.hero__blobs {
	overflow: hidden;
}

.hero__blob {
	position: absolute;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	filter: blur(64px);
	animation: rllBlobIn 1.5s ease-out forwards;
	transform: scale(0.8);
	opacity: 0;
}

.hero__blob--1 {
	top: -10rem;
	right: -10rem;
	width: 24rem;
	height: 24rem;
}

.hero__blob--2 {
	top: 50%;
	left: -5rem;
	width: 18rem;
	height: 18rem;
	animation-delay: 0.3s;
}

.hero__blob--3 {
	right: 25%;
	bottom: 5rem;
	width: 16rem;
	height: 16rem;
	background: rgba(255, 255, 255, 0.05);
	filter: blur(48px);
	animation-delay: 0.5s;
}

@keyframes rllBlobIn {
	from {
		opacity: 0;
		transform: scale(0.8);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.hero__inner {
	max-width: 48rem;
	margin: 0 auto;
	text-align: center;
}

.hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.65rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.hero__heading {
	/* HeroSection: text-4xl → xl:text-7xl */
	font-size: clamp(2.25rem, 5.5vw, 4.5rem);
	line-height: 1.1;
	color: #ffffff;
	margin-bottom: 1.25rem;
}

.hero__heading span {
	color: rgba(255, 255, 255, 0.9);
}

.hero__text {
	max-width: 38rem;
	margin: 0 auto 2rem;
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
}

.hero__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.page-hero {
	position: relative;
	padding: 8rem 0 4rem;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.page-hero {
		padding: 10rem 0 5rem;
	}
}

.page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--rll-gradient-hero);
	opacity: 0.95;
}

.page-hero__blob {
	position: absolute;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	filter: blur(56px);
	animation: rllBlobIn 1.2s ease-out forwards;
}

.page-hero__blob--1 {
	top: -5rem;
	right: -5rem;
	width: 18rem;
	height: 18rem;
}

.page-hero__blob--2 {
	left: -2.5rem;
	bottom: 2.5rem;
	width: 14rem;
	height: 14rem;
	animation-delay: 0.2s;
}

.page-hero__inner {
	position: relative;
	z-index: 1;
	text-align: center;
}

.page-hero__title {
	color: #ffffff;
	/* PageHero: text-4xl sm:text-5xl lg:text-6xl */
	font-size: clamp(2.25rem, 5vw, 3.75rem);
	font-weight: 700;
	margin-bottom: 1rem;
}

.page-hero__subtitle {
	max-width: 42rem;
	margin: 0 auto;
	font-size: 1.125rem;
	line-height: 1.625;
	color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1024px) {
	.page-hero__subtitle {
		font-size: 1.25rem;
	}
}

.stats-header {
	display: grid;
	gap: 2rem;
	margin-bottom: 4rem;
}

/* StatsSection: h2 text-2xl sm:text-3xl lg:text-4xl (not generic section heading scale) */
.stats-header .section-heading {
	font-size: clamp(1.5rem, 2.8vw, 2.25rem);
	line-height: 1.25;
}

.stats-grid,
.values-grid,
.services-grid,
.insurance-payment-grid {
	display: grid;
	gap: 1.5rem;
}

/* TeamSection: md:grid-cols-2 gap-6 max-w-4xl mx-auto mb-12 */
.team-grid {
	display: grid;
	gap: 1.5rem;
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

.stats-grid {
	gap: 3rem;
}

@media (min-width: 1024px) {
	.stats-grid {
		gap: 4rem;
	}
}

.stat-card__value {
	/* StatsSection: text-4xl sm:text-5xl lg:text-6xl */
	font-family: var(--rll-font-sans);
	font-size: clamp(2.25rem, 4.5vw, 3.75rem);
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.75rem;
}

.stat-card__title {
	font-family: var(--rll-font-sans);
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.stat-card__description {
	font-size: 0.875rem;
	color: var(--rll-muted-text);
}

.section-header {
	margin-bottom: 4rem;
}

/* About #what-we-do — matches Lovable About.tsx (container px, grid, cards) */
#what-we-do .rll-section-label {
	margin-bottom: 0.75rem;
}

#what-we-do .rll-section-heading {
	margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
	#what-we-do .rll-container {
		width: min(calc(100% - 4rem), var(--rll-container));
	}
}

#what-we-do .values-grid {
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 640px) {
	#what-we-do .values-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	#what-we-do .values-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

#what-we-do .value-card {
	padding: 1.5rem;
	background: var(--rll-card);
	border: 1px solid rgba(230, 221, 213, 0.6);
	border-radius: 1rem;
}

#what-we-do .value-card__icon {
	width: 3rem;
	height: 3rem;
	border-radius: 0.75rem;
}

#what-we-do .value-card__icon .rll-icon svg {
	width: 24px;
	height: 24px;
}

#what-we-do .value-card__title {
	font-size: 1.125rem;
}

#what-we-do .value-card__text {
	font-size: 0.875rem;
	line-height: 1.625;
}

.value-card {
	padding: 2rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
}

/* Lovable ValuesSection: rounded-2xl border border-border/60 bg-white/50 */
.section--values .value-card {
	border: 1px solid rgba(230, 221, 213, 0.6);
	border-radius: 1rem;
}

.value-card__icon,
.insurance-option__icon,
.contact-card__icon,
.contact-panel__icon {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.value-card__icon--primary,
.insurance-option__icon,
.contact-card__icon,
.contact-panel__icon {
	background: rgba(230, 104, 78, 0.1);
	color: var(--rll-primary);
}

.value-card__icon--coral {
	background: rgba(240, 176, 163, 0.2);
	color: var(--rll-primary);
}

.value-card__icon .rll-icon svg,
.insurance-option__icon .rll-icon svg,
.contact-card__icon .rll-icon svg,
.contact-panel__icon .rll-icon svg {
	width: 24px;
	height: 24px;
}

.value-card__title {
	/* ValuesSection cards: text-2xl */
	font-size: 1.5rem;
	font-weight: 700;
	margin: 1rem 0 0.5rem;
}

.value-card__text,
.value-card__description {
	color: var(--rll-muted-text);
	line-height: 1.75;
}

.value-card__description {
	font-size: 1rem;
}

.card-media {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 1rem;
}

.card-media__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s var(--rll-ease);
}

.rll-card.is-hoverable:hover .card-media__image,
.rll-card.is-hoverable:focus-within .card-media__image {
	transform: scale(1.1);
}

.card-media__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), transparent);
}

.card-media__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.5rem;
}

.card-media__title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.5rem;
}

.card-media__eyebrow {
	color: var(--rll-primary);
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.card-media__subtitle,
.card-media__text {
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.9375rem;
	line-height: 1.7;
}

.insurance-cta {
	position: relative;
	overflow: hidden;
}

.insurance-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--rll-gradient-teal);
	opacity: 0.95;
}

.insurance-cta__blob,
.services-bottom-cta__blob {
	position: absolute;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	filter: blur(56px);
}

.insurance-cta__blob--1,
.services-bottom-cta__blob--1 {
	top: -5rem;
	right: -5rem;
	width: 18rem;
	height: 18rem;
}

.insurance-cta__blob--2,
.services-bottom-cta__blob--2 {
	left: -2.5rem;
	bottom: 2.5rem;
	width: 14rem;
	height: 14rem;
}

.insurance-cta__inner,
.services-bottom-cta__inner {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 3rem;
	align-items: center;
}

.insurance-cta__text,
.services-bottom-cta__text {
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.8;
}

.insurance-cta__heading,
.services-bottom-cta__heading {
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	margin: 0.5rem 0 1.5rem;
}

.insurance-cta__box {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 1.5rem;
	padding: 2rem;
}

.insurance-cta__box-title {
	color: #ffffff;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.check-list {
	display: grid;
	gap: 1rem;
}

.check-list__item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	color: rgba(255, 255, 255, 0.92);
}

.insurance-home__check,
.check-list__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
	flex: 0 0 auto;
}

.insurance-home__check .rll-icon svg,
.check-list__icon .rll-icon svg {
	width: 24px;
	height: 24px;
}

.contact-home-grid,
.contact-page-grid,
.service-detail,
.team-member {
	display: grid;
	gap: 3rem;
}

.contact-card-list,
.contact-panel-list {
	display: grid;
	gap: 1rem;
}

.contact-card,
.contact-panel {
	display: flex;
	gap: 1rem;
	padding: 1rem;
	border-radius: 1rem;
	border: 1px solid var(--rll-border);
	background: var(--rll-card);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: border-color 0.35s var(--rll-ease), box-shadow 0.35s var(--rll-ease), transform 0.35s var(--rll-ease);
}

.contact-card:hover,
.contact-panel:hover,
.contact-card:focus-visible,
.contact-panel:focus-visible {
	border-color: rgba(230, 104, 78, 0.3);
	box-shadow: var(--rll-shadow-soft);
	transform: translateX(6px);
}

.contact-card__label,
.contact-panel__label {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--rll-muted-text);
	margin-bottom: 0.125rem;
}

.contact-card__value,
.contact-panel__value {
	font-weight: 500;
	color: var(--rll-foreground);
	line-height: 1.6;
}

.map-card {
	position: relative;
	overflow: hidden;
	border-radius: 1.5rem;
	box-shadow: var(--rll-shadow-lg);
	background: var(--rll-muted);
	border: 0;
}

/* Lovable Contact.tsx: iframe height 250, Card shadow-xl rounded-lg overflow */
.map-card--contact {
	min-height: 15.625rem;
	border-radius: 0.5rem;
}

.map-card--home {
	min-height: 31.25rem;
}

.map-card__inner {
	position: relative;
	width: 100%;
	min-height: 31.25rem;
	height: 100%;
}

.map-card iframe,
.map-card__iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	filter: grayscale(30%);
	transition: filter 0.5s var(--rll-ease);
}

.map-card:hover iframe,
.map-card:hover .map-card__iframe,
.map-card:focus-within iframe,
.map-card:focus-within .map-card__iframe {
	filter: grayscale(0%);
}

.map-card__hours {
	position: absolute;
	top: 1rem;
	left: 1rem;
	right: 1rem;
	padding: 1rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(8px);
	box-shadow: var(--rll-shadow-soft);
}

.map-card__hours-heading {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.map-card__hours-heading .rll-icon {
	color: var(--rll-secondary);
}

.map-card__hours-text {
	font-size: 0.9375rem;
	color: var(--rll-muted-text);
}

.content-stack {
	display: grid;
	gap: 1.5rem;
}

.content-stack p {
	color: var(--rll-muted-text);
	font-size: 1.125rem;
	line-height: 1.8;
}

.service-detail__image-wrap,
.team-member__image-wrap {
	overflow: hidden;
	border-radius: 1.5rem;
}

.service-detail__image-wrap {
	aspect-ratio: 4 / 3;
}

.service-detail__image,
.team-member__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s var(--rll-ease);
}

.service-detail__image-wrap:hover .service-detail__image,
.team-member__image-wrap:hover .team-member__image {
	transform: scale(1.05);
}

.team-member__image-wrap {
	aspect-ratio: 4 / 5;
	box-shadow: var(--rll-shadow-lg);
}

.team-member__image {
	object-position: top;
}

.service-detail__title {
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 700;
	margin-bottom: 0.5rem;
}

/* Team page (Lovable Team.tsx): text-3xl lg:text-4xl, mb-1 */
.team-member__name {
	font-size: 1.875rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
}

@media (min-width: 1024px) {
	.team-member__name {
		font-size: 2.25rem;
	}
}

.service-detail__tagline {
	color: var(--rll-muted-text);
	font-style: italic;
	margin-bottom: 1.5rem;
}

.service-detail__description {
	color: var(--rll-muted-text);
	line-height: 1.8;
}

/* Lovable Team: space-y-4 leading-relaxed mb-8 on bio block */
.team-member__bio {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2rem;
}

.team-member__bio p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.625;
	color: var(--rll-muted-text);
}

.team-member__credentials {
	color: var(--rll-primary);
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 0.25rem;
}

.team-member__role {
	color: var(--rll-muted-text);
	font-weight: 500;
	font-style: normal;
	margin-bottom: 1.5rem;
}

.team-member__focus-heading {
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 0.75rem;
	color: var(--rll-foreground);
}

/* Team page section — Lovable Team.tsx (container px-8 lg, space-y-20, max-w-5xl rows, shadow-xl photo) */
@media (min-width: 1024px) {
	.rll-team-page .rll-container {
		width: min(calc(100% - 4rem), var(--rll-container));
	}
}

.rll-team-page__stack {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 5rem;
}

.rll-team-page .team-member {
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
}

.rll-team-page .team-member__image-wrap {
	box-shadow:
		0 20px 25px -5px rgba(41, 51, 61, 0.1),
		0 8px 10px -6px rgba(41, 51, 61, 0.1);
}

/* Services page — Lovable Services.tsx (container px, max-w-6xl grid, gap-12/16, typography, shadcn-style accordion) */
@media (min-width: 1024px) {
	.rll-services-page .rll-container {
		width: min(calc(100% - 4rem), var(--rll-container));
	}
}

.rll-services-page .service-detail {
	max-width: 72rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1024px) {
	.rll-services-page .service-detail {
		gap: 4rem;
	}
}

.rll-services-page .service-detail__image-wrap {
	border-radius: 1rem;
}

.rll-services-page .service-detail__title {
	font-size: 1.875rem;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

@media (min-width: 1024px) {
	.rll-services-page .service-detail__title {
		font-size: 2.25rem;
	}
}

.rll-services-page .service-detail__description {
	margin-bottom: 2rem;
	line-height: 1.625;
	font-size: 1rem;
}

.rll-services-page .accordion {
	margin-top: 0;
	gap: 0;
}

.rll-services-page .accordion__item {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--rll-border);
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

.rll-services-page .accordion__item.is-open {
	box-shadow: none;
}

.rll-services-page .accordion__trigger {
	font-family: var(--rll-font-sans);
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.4;
	padding: 1rem 0;
	text-decoration: none;
	color: var(--rll-foreground);
}

.rll-services-page .accordion__item.is-open .accordion__panel {
	padding-bottom: 1rem;
}

.rll-services-page .bullet-list {
	padding-top: 0.5rem;
}

.rll-services-page .bullet-list__dot {
	margin-top: 0.5rem;
}

/* Lovable Services bottom CTA: single-column centered, text sizes, white btn text-teal-dark */
.insurance-cta.services-page-cta .rll-container {
	position: relative;
	z-index: 10;
}

.insurance-cta.services-page-cta .insurance-cta__inner {
	grid-template-columns: 1fr;
	justify-items: center;
	gap: 0;
}

.services-page-cta__copy {
	width: 100%;
	text-align: center;
}

.insurance-cta.services-page-cta .services-bottom-cta__heading {
	font-size: 1.875rem;
	font-weight: 700;
	margin: 0 0 1rem;
	line-height: 1.2;
}

@media (min-width: 640px) {
	.insurance-cta.services-page-cta .services-bottom-cta__heading {
		font-size: 2.25rem;
	}
}

.insurance-cta.services-page-cta .services-bottom-cta__text {
	font-size: 1.125rem;
	line-height: 1.625;
	color: rgba(255, 255, 255, 0.9);
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

.insurance-cta.services-page-cta .section-cta {
	margin-top: 0;
}

.insurance-cta.services-page-cta .rll-button--white {
	color: var(--rll-teal-dark);
	font-weight: 600;
}

.insurance-cta.services-page-cta .rll-button--white:hover,
.insurance-cta.services-page-cta .rll-button--white:focus-visible {
	color: var(--rll-teal-dark);
}

@media (min-width: 1024px) {
	.insurance-cta.services-page-cta .insurance-cta__inner {
		grid-template-columns: 1fr;
	}
}

.accordion {
	display: grid;
	gap: 0.75rem;
	margin-top: 2rem;
}

.accordion__item {
	background: var(--rll-card);
	border: 1px solid rgba(230, 221, 213, 0.65);
	border-radius: 1rem;
	padding: 0 1.5rem;
	transition: box-shadow 0.35s var(--rll-ease);
}

.accordion__item.is-open {
	box-shadow: var(--rll-shadow-soft);
}

.accordion__trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 0;
	border: 0;
	background: transparent;
	text-align: left;
	font-family: var(--rll-font-sans);
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--rll-foreground);
}

.accordion__trigger .rll-icon {
	transition: transform 0.3s var(--rll-ease);
}

.accordion__item.is-open .accordion__trigger .rll-icon {
	transform: rotate(180deg);
}

.accordion__panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s var(--rll-ease), padding-bottom 0.35s var(--rll-ease);
}

.accordion__item.is-open .accordion__panel {
	max-height: 100rem;
	padding-bottom: 1.25rem;
}

.bullet-list {
	display: grid;
	gap: 0.75rem;
	padding-top: 0.25rem;
}

.bullet-list__item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	color: var(--rll-muted-text);
	line-height: 1.75;
}

.bullet-list__dot {
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 999px;
	margin-top: 0.75rem;
	flex: 0 0 auto;
	background: var(--rll-primary);
}

.bullet-list__dot--secondary {
	background: var(--rll-secondary);
}

.focus-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0;
}

/* Lovable Team: px-3 py-1.5 text-sm font-medium */
.focus-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	border-radius: 999px;
	background: rgba(230, 104, 78, 0.1);
	color: var(--rll-primary);
	font-size: 0.875rem;
	font-weight: 500;
}

/* Lovable Team.tsx: outer max-w-5xl mx-auto, inner border-2 dashed rounded-2xl p-12 */
.coming-card-wrap {
	width: 100%;
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
	min-width: 0;
}

.coming-card {
	width: 100%;
	box-sizing: border-box;
	padding: 3rem;
	border: 2px dashed var(--rll-border);
	border-radius: 1rem;
	text-align: center;
}

.coming-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
	background: rgba(57, 173, 159, 0.1);
	color: var(--rll-secondary);
	border-radius: 999px;
	width: 4rem;
	height: 4rem;
}

.coming-card__icon .rll-icon svg {
	width: 24px;
	height: 24px;
}

/* Lovable: text-2xl mb-2 */
.coming-card__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

/* Lovable: max-w-md mb-6 */
.coming-card__text {
	max-width: 28rem;
	margin: 0 auto 1.5rem;
	color: var(--rll-muted-text);
	line-height: 1.625;
	font-size: 1rem;
}

.insurance-option {
	height: 100%;
	padding: 1.5rem;
}

.insurance-option__header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.insurance-option__title {
	font-size: 1.25rem;
	font-weight: 700;
}

.insurance-option__list {
	display: grid;
	gap: 0.75rem;
}

.insurance-option__item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	color: var(--rll-muted-text);
	font-size: 0.9375rem;
	line-height: 1.75;
}

.insurance-option__item .rll-icon {
	color: var(--rll-secondary);
}

.insurance-option__item .rll-icon svg {
	width: 24px;
	height: 24px;
}

/* Insurance & Fees — Lovable Insurance.tsx */
@media (min-width: 1024px) {
	.rll-insurance-page .rll-container {
		width: min(calc(100% - 4rem), var(--rll-container));
	}
}

.rll-insurance-payment .insurance-payment-intro,
.rll-insurance-faq .insurance-faq-intro {
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
}

.rll-insurance-payment .insurance-payment-intro .rll-section-label,
.rll-insurance-faq .insurance-faq-intro .rll-section-label {
	margin-bottom: 0.75rem;
}

.rll-insurance-payment .insurance-payment-intro .rll-section-heading,
.rll-insurance-faq .insurance-faq-intro .rll-section-heading {
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 1.5rem;
	font-size: clamp(1.875rem, 4vw + 0.25rem, 3rem);
}

@media (min-width: 640px) {
	.rll-insurance-payment .insurance-payment-intro .rll-section-heading,
	.rll-insurance-faq .insurance-faq-intro .rll-section-heading {
		font-size: clamp(2.25rem, 3.2vw, 3rem);
	}
}

@media (min-width: 1024px) {
	.rll-insurance-payment .insurance-payment-intro .rll-section-heading,
	.rll-insurance-faq .insurance-faq-intro .rll-section-heading {
		font-size: 3rem;
	}
}

.rll-insurance-payment .insurance-payment-intro .rll-section-text {
	font-size: 1.125rem;
	line-height: 1.625;
	margin: 0;
}

.rll-insurance-payment .insurance-payment-grid {
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 640px) {
	.rll-insurance-payment .insurance-payment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Lovable Card: rounded-lg border bg-card shadow-sm border-border/60 h-full; hover = cardHover (scale 1.03, y -4) via .is-hoverable */
.rll-insurance-payment .insurance-option.rll-card {
	border-radius: 0.5rem;
	border: 1px solid rgba(230, 221, 213, 0.6);
	box-shadow: 0 1px 2px 0 rgba(41, 51, 61, 0.06);
	background: var(--rll-card);
	color: var(--rll-card-text);
	transition:
		transform 0.45s cubic-bezier(0.34, 1.35, 0.64, 1),
		box-shadow 0.35s var(--rll-ease),
		border-color 0.35s var(--rll-ease);
}

.rll-insurance-payment .insurance-option__icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.75rem;
}

.rll-insurance-payment .insurance-option__icon .rll-icon svg {
	width: 24px;
	height: 24px;
}

/* Lovable: h3 text-lg font-bold (Cormorant via global headings) */
.rll-insurance-payment .insurance-option__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--rll-foreground);
}

.rll-insurance-payment .insurance-option__header {
	margin-bottom: 1rem;
}

.rll-insurance-payment .insurance-option__list {
	gap: 0.75rem;
}

/* Lovable: text-sm text-muted-foreground (Lato via body) */
.rll-insurance-payment .insurance-option__item {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.75;
	color: var(--rll-muted-text);
}

.rll-insurance-payment .insurance-option__item .rll-icon {
	margin-top: 0.125rem;
	flex-shrink: 0;
}

/* FAQ: max-w-3xl, space-y-3, card items + shadow open */
.rll-insurance-faq__accordion-wrap {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}

.rll-insurance-faq .accordion--insurance-faq {
	margin-top: 0;
	gap: 0.75rem;
}

.rll-insurance-faq .accordion--insurance-faq .accordion__item {
	border: 1px solid rgba(230, 221, 213, 0.6);
	border-radius: 0.75rem;
	padding: 0 1.5rem;
	background: var(--rll-card);
	box-shadow: none;
}

.rll-insurance-faq .accordion--insurance-faq .accordion__item.is-open {
	box-shadow:
		0 4px 6px -1px rgba(41, 51, 61, 0.08),
		0 2px 4px -2px rgba(41, 51, 61, 0.06);
}

.rll-insurance-faq .accordion--insurance-faq .accordion__trigger {
	padding: 1rem 0;
	font-family: var(--rll-font-sans);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

.rll-insurance-faq .accordion--insurance-faq .accordion__item.is-open .accordion__panel {
	padding-bottom: 1rem;
}

.insurance-faq__answer {
	margin: 0;
	color: var(--rll-muted-text);
	font-size: 0.875rem;
	line-height: 1.625;
}

.insurance-faq-cta.section-cta {
	margin-top: 3rem;
}

.insurance-faq-cta__text {
	margin: 0 0 1rem;
	color: var(--rll-muted-text);
	font-size: 1rem;
	line-height: 1.5;
}

.contact-form__heading {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.contact-form__intro {
	color: var(--rll-muted-text);
	margin-bottom: 2rem;
	line-height: 1.8;
}

/* Contact page — Lovable Contact.tsx (max-w-5xl grid, panels, form labels, submit) */
.contact-page__max {
	width: 100%;
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
}

.contact-page .contact-panel {
	align-items: flex-start;
	border-radius: 0.75rem;
	text-decoration: none;
	color: inherit;
}

.contact-page .contact-panel:hover,
.contact-page .contact-panel:focus-visible {
	transform: none;
	box-shadow: 0 4px 6px -1px rgba(41, 51, 61, 0.08), 0 2px 4px -2px rgba(41, 51, 61, 0.06);
}

.contact-page .contact-panel__icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.75rem;
	flex-shrink: 0;
	transition: background-color 0.35s var(--rll-ease);
}

.contact-page .contact-panel__icon .rll-icon svg {
	width: 24px;
	height: 24px;
}

.contact-page .contact-panel:hover .contact-panel__icon,
.contact-page .contact-panel:focus-visible .contact-panel__icon {
	background: rgba(230, 104, 78, 0.2);
}

.contact-page .contact-panel__body {
	min-width: 0;
}

.contact-page .field label {
	font-weight: 500;
	font-size: 0.875rem;
}

.contact-page .contact-form__heading {
	font-size: 1.875rem;
	line-height: 1.2;
}

.contact-form__submit {
	display: flex;
	flex-wrap: wrap;
}

.contact-form__submit .rll-button {
	width: 100%;
}

@media (min-width: 640px) {
	.contact-form__submit .rll-button {
		width: auto;
	}
}

.contact-form {
	display: grid;
	gap: 1.25rem;
}

.contact-form__row {
	display: grid;
	gap: 1rem;
}

.field {
	display: grid;
	gap: 0.5rem;
}

.field label {
	font-weight: 700;
}

.field input,
.field textarea {
	width: 100%;
	padding: 0.9rem 1rem;
	border: 1px solid var(--rll-border);
	border-radius: 0.75rem;
	background: #ffffff;
	color: var(--rll-foreground);
	transition: border-color 0.3s var(--rll-ease), box-shadow 0.3s var(--rll-ease);
}

.field input:focus,
.field textarea:focus {
	outline: none;
	border-color: var(--rll-primary);
	box-shadow: 0 0 0 3px rgba(230, 104, 78, 0.15);
}

.contact-toast {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	max-width: 23rem;
	padding: 1rem 1.1rem;
	border-radius: 1rem;
	background: #ffffff;
	box-shadow: var(--rll-shadow-lg);
	border: 1px solid rgba(230, 221, 213, 0.7);
	opacity: 0;
	pointer-events: none;
	transform: translateY(16px);
	transition: opacity 0.3s var(--rll-ease), transform 0.3s var(--rll-ease);
	z-index: 80;
}

.contact-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.contact-toast__title {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.contact-toast__message {
	font-size: 0.9375rem;
	color: var(--rll-muted-text);
	line-height: 1.6;
}

.rll-footer {
	background: var(--rll-foreground);
	color: var(--rll-background);
}

/* Lovable footer: container px-4 lg:px-8 py-14 */
.rll-footer > .rll-container {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}

@media (min-width: 1024px) {
	.rll-footer > .rll-container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.rll-footer__grid {
	display: grid;
	gap: 2.5rem;
	padding: 0;
}

.rll-footer__logo-link {
	display: inline-block;
	margin-bottom: 1rem;
}

.rll-footer__logo-crop {
	display: block;
	height: 67px;
	width: 134px;
	overflow: hidden;
}

.rll-footer__logo {
	height: 67px;
	width: auto;
	max-width: none;
	transform: translateX(-1.75rem);
}

.rll-footer__text {
	max-width: 13.75rem;
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	line-height: 1.8;
	color: rgba(253, 250, 247, 0.6);
}

.rll-socials {
	display: flex;
	gap: 0.75rem;
}

.rll-social {
	width: 2.25rem;
	height: 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(253, 250, 247, 0.1);
	transition: background-color 0.3s var(--rll-ease);
}

.rll-social:hover,
.rll-social:focus-visible {
	background: var(--rll-primary);
}

.rll-footer__heading {
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	font-family: var(--rll-font-sans);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(253, 250, 247, 0.5);
}

.rll-footer__links {
	display: grid;
	gap: 0.625rem;
}

/* Lovable Footer contact: space-y-4 */
.rll-footer__contact {
	display: grid;
	gap: 1rem;
}

.rll-footer__link,
.rll-footer__contact-item {
	font-size: 0.875rem;
	color: rgba(253, 250, 247, 0.7);
	transition: color 0.3s var(--rll-ease);
}

.rll-footer__link:hover,
.rll-footer__link:focus-visible,
.rll-footer__contact-item:hover,
.rll-footer__contact-item:focus-visible {
	color: var(--rll-primary);
}

/* Lovable: teléfono y email items-center gap-3; dirección items-start */
.rll-footer__contact-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	line-height: 1.6;
}

.rll-footer__contact-item--map {
	align-items: flex-start;
}

.rll-footer__contact-item--mail {
	overflow-wrap: anywhere;
	word-break: break-all;
}

.rll-footer__contact-icon {
	color: var(--rll-primary);
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rll-footer__contact-icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.rll-footer__contact-item--map .rll-footer__contact-icon {
	margin-top: 0.125rem;
}

.rll-footer__contact-text {
	min-width: 0;
}

.rll-footer__bottom {
	border-top: 1px solid rgba(253, 250, 247, 0.1);
}

.rll-footer__bottom-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1.25rem 0;
}

.rll-footer__bottom-text,
.rll-footer__bottom-link {
	font-size: 0.75rem;
	color: rgba(253, 250, 247, 0.4);
}

.rll-footer__bottom-link:hover,
.rll-footer__bottom-link:focus-visible {
	color: var(--rll-primary);
}

@media (min-width: 640px) {
	.hero__actions,
	.contact-form__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.stats-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.values-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.team-home-grid,
	.team-grid,
	.rll-footer__grid,
	.insurance-payment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rll-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rll-footer__bottom-inner {
		flex-direction: row;
	}
}

@media (min-width: 1024px) {
	.rll-section {
		padding: 7rem 0;
	}

	.site-header__nav,
	.site-header__actions {
		display: flex;
	}

	.site-header__actions {
		gap: 0.75rem;
	}

	.site-header__toggle,
	.mobile-menu {
		display: none;
	}

	.stats-header {
		grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	}

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

	.contact-home__grid,
	.contact-home-grid,
	.contact-page-grid,
	.insurance-home__grid,
	.insurance-cta__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service-detail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: start;
	}

	.service-detail--reverse .service-detail__image-column {
		order: 2;
	}

	.service-detail--reverse .service-detail__content {
		order: 1;
	}

	.team-member {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: start;
	}

	.team-member--reverse .team-member__image-column {
		order: 2;
	}

	.team-member--reverse .team-member__content {
		order: 1;
	}
}

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

	*,
	*::before,
	*::after {
		animation: none !important;
		transition-duration: 0.01ms !important;
		transition-delay: 0ms !important;
		scroll-behavior: auto !important;
	}

	.rll-reveal {
		opacity: 1;
		transform: none;
	}
}

/* Aliases for emitted template classes */
.section,
.rll-section {
	padding: 5rem 0;
}

.section--home-stats,
.section--team,
.section--about-who,
.section--services-item:nth-child(odd),
.section--contact-page {
	background: var(--rll-background);
}

.section--values {
	background: hsl(150deg 40% 97%);
}

.section--services,
.section--contact-home,
.section--about-what,
.section--insurance-faqs,
.section--services-item:nth-child(even) {
	background: color-mix(in srgb, var(--rll-muted) 50%, transparent);
}

.section-label {
	display: inline-block;
	font-family: var(--rll-font-sans);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.section-label--primary,
.rll-section-label--primary {
	color: var(--rll-primary);
}

.section-label--secondary,
.rll-section-label--secondary {
	color: var(--rll-secondary);
}

.section-label--muted,
.rll-section-label--muted {
	color: var(--rll-muted-text);
}

.section-label--white,
.rll-section-label--white {
	color: rgba(255, 255, 255, 0.82);
}

.section-heading,
.rll-section-heading {
	font-size: clamp(1.875rem, 3.5vw, 3rem);
	line-height: 1.15;
	font-weight: 700;
}

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

.section-heading--white {
	color: #ffffff;
}

.section-description,
.rll-section-text {
	font-size: 1.125rem;
	line-height: 1.8;
	color: var(--rll-muted-text);
}

.section-description--left {
	text-align: left;
}

.section-description--white {
	color: rgba(255, 255, 255, 0.9);
}

.section-intro {
	max-width: 42rem;
	margin: 0 auto 4rem;
	text-align: center;
}

.section-cta {
	margin-top: 3rem;
	text-align: center;
}

.section-cta--left {
	text-align: left;
}

.hero-section,
.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-section__video,
.hero__media video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-section__overlay,
.hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.hero-section__blobs,
.hero__blobs {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.hero-section__blob,
.hero__blob {
	position: absolute;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	filter: blur(64px);
	animation: rllBlobIn 1.5s ease-out forwards;
	transform: scale(0.8);
	opacity: 0;
}

.hero-section__blob--one,
.hero__blob--1 {
	top: -10rem;
	right: -10rem;
	width: 24rem;
	height: 24rem;
}

.hero-section__blob--two,
.hero__blob--2 {
	top: 50%;
	left: -5rem;
	width: 18rem;
	height: 18rem;
	animation-delay: 0.3s;
}

.hero-section__blob--three,
.hero__blob--3 {
	right: 25%;
	bottom: 5rem;
	width: 16rem;
	height: 16rem;
	background: rgba(255, 255, 255, 0.05);
	filter: blur(48px);
	animation-delay: 0.5s;
}

.hero-section__content,
.hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	min-width: 0;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (max-width: 639px) {
	.hero-section__content.rll-container,
	.hero__content.rll-container {
		width: 100%;
		max-width: var(--rll-container);
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
	}
}

@media (min-width: 1024px) {
	.hero-section__content,
	.hero__content {
		padding-top: 2.5rem;
	}
}

.hero-section__inner,
.hero__inner {
	max-width: 48rem;
	margin: 0 auto;
	text-align: center;
}

.hero-section__badge,
.hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.65rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.hero-section__title,
.hero__heading {
	font-size: clamp(2.25rem, 5.5vw, 4.5rem);
	font-weight: 700;
	line-height: 1.1;
	color: #ffffff;
	margin-bottom: 1.25rem;
}

.hero-section__title-soft,
.hero__heading span {
	color: rgba(255, 255, 255, 0.9);
}

.hero-section__text,
.hero__text {
	max-width: 38rem;
	margin: 0 auto 2rem;
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
}

.hero-section__actions,
.hero__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

@media (max-width: 639px) {
	.hero-section__actions,
	.hero__actions {
		align-items: stretch;
		width: 100%;
	}

	.hero-section__actions .rll-button,
	.hero__actions .rll-button {
		width: 100%;
		box-sizing: border-box;
		justify-content: center;
	}
}

.rll-button--hero-primary,
.rll-button--white {
	background: #ffffff;
	color: var(--rll-primary);
}

.rll-button--hero-primary:hover,
.rll-button--hero-primary:focus-visible {
	background: rgba(255, 255, 255, 0.9);
}

.rll-button--outline {
	background: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

.rll-button--outline:hover,
.rll-button--outline:focus-visible {
	background: rgba(255, 255, 255, 0.1);
}

.rll-button--light {
	background: #ffffff;
	color: var(--rll-teal-dark);
}

.media-card,
.card-media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 1rem;
}

.media-card__image,
.card-media__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s var(--rll-ease);
}

.media-card__image--top {
	object-position: top;
}

.media-card:hover .media-card__image,
.media-card:focus-visible .media-card__image,
.rll-card.is-hoverable:hover .card-media__image,
.rll-card.is-hoverable:focus-within .card-media__image {
	transform: scale(1.1);
}

.media-card__overlay,
.card-media__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), transparent);
}

.media-card__overlay--dark {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3), transparent);
}

.media-card__content,
.card-media__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.5rem;
}

.media-card__title,
.card-media__title {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.5rem;
}

.media-card--team .media-card__meta {
	font-weight: 500;
}

.media-card--team .media-card__meta--primary {
	font-weight: 500;
}

.media-card--team .media-card__text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.875rem;
	line-height: 1.625;
}

.media-card:not(.media-card--team) .media-card__text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.875rem;
	line-height: 1.625;
}

.media-card__meta {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.media-card__meta--primary {
	color: var(--rll-primary);
}

.media-card__text,
.card-media__text {
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9375rem;
	line-height: 1.7;
}

.insurance-home__grid,
.insurance-cta__inner,
.contact-home__grid,
.contact-home-grid {
	display: grid;
	gap: 3rem;
}


.section--insurance-home,
.insurance-cta {
	position: relative;
	overflow: hidden;
}

.section--insurance-home__bg,
.insurance-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--rll-gradient-teal);
	opacity: 0.95;
}

.section--insurance-home__orb,
.insurance-cta__blob {
	position: absolute;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	filter: blur(56px);
}

.section--insurance-home__orb--one,
.insurance-cta__blob--1 {
	top: -5rem;
	right: -5rem;
	width: 18rem;
	height: 18rem;
}

.section--insurance-home__orb--two,
.insurance-cta__blob--2 {
	left: -2.5rem;
	bottom: 2.5rem;
	width: 14rem;
	height: 14rem;
}

/* Lovable: container mx-auto px-4 lg:px-8 relative z-10 */
.section--insurance-home .rll-container {
	position: relative;
	z-index: 10;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}

@media (min-width: 1024px) {
	.section--insurance-home .rll-container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.insurance-cta__inner {
	position: relative;
	z-index: 1;
}

.section--insurance-home .insurance-home__grid {
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}

/* Lovable InsuranceSection copy block: label mb-3, h2 mb-6, p mb-8; label text-white/80 */
.section--insurance-home .section-label--white {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0.75rem;
}

.section--insurance-home .section-heading--white {
	margin-bottom: 1.5rem;
}

.section--insurance-home .section-description--white {
	margin-bottom: 2rem;
	line-height: 1.625;
	font-size: 1.125rem;
}

/* Button size="lg" + font-semibold */
.section--insurance-home .rll-button--light {
	min-height: 2.75rem;
	padding: 0 2rem;
	border-radius: 0.375rem;
	font-size: 0.875rem;
	font-weight: 600;
}

/* Lovable card: rounded-2xl backdrop-blur-sm */
.section--insurance-home .insurance-home__box {
	border-radius: 1rem;
	backdrop-filter: blur(4px);
}

.section--contact-home .contact-home__grid {
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
}

.insurance-home__box,
.insurance-cta__box {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 1.5rem;
	padding: 2rem;
}

.insurance-home__box-title,
.insurance-cta__box-title {
	color: #ffffff;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.insurance-home__list,
.check-list {
	display: grid;
	gap: 1rem;
}

.insurance-home__list-item,
.check-list__item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	color: rgba(255, 255, 255, 0.92);
}

.insurance-home__check,
.check-list__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
	flex: 0 0 auto;
}

.insurance-home__check .rll-icon svg,
.check-list__icon .rll-icon svg {
	width: 24px;
	height: 24px;
}

.contact-info-list,
.contact-card-list {
	display: grid;
	gap: 1rem;
}

.contact-info-card,
.contact-card {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1rem;
	border-radius: 1rem;
	border: 1px solid var(--rll-border);
	background: var(--rll-card);
	transition: border-color 0.35s var(--rll-ease), box-shadow 0.35s var(--rll-ease), transform 0.35s var(--rll-ease);
}

.contact-info-card:hover,
.contact-info-card:focus-visible,
.contact-card:hover,
.contact-card:focus-visible {
	border-color: rgba(230, 104, 78, 0.3);
	box-shadow: var(--rll-shadow-soft);
	transform: translateX(6px);
}

.contact-info-card__icon,
.contact-card__icon {
	width: 3rem;
	height: 3rem;
	border-radius: 0.875rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(230, 104, 78, 0.1);
	color: var(--rll-primary);
	flex: 0 0 auto;
}

.contact-info-card__icon .rll-icon svg,
.contact-card__icon .rll-icon svg {
	width: 24px;
	height: 24px;
}

.contact-info-card__label,
.contact-card__label {
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--rll-muted-text);
	margin-bottom: 0.125rem;
}

.contact-info-card__value,
.contact-card__value {
	display: block;
	font-weight: 500;
	color: var(--rll-foreground);
	line-height: 1.6;
}

.map-card__overlay-box,
.map-card__hours {
	position: absolute;
	top: 1rem;
	left: 1rem;
	right: 1rem;
	padding: 1rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(8px);
	box-shadow: var(--rll-shadow-soft);
}

.map-card__overlay-head,
.map-card__hours-heading {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.map-card__overlay-head .rll-icon,
.map-card__hours-heading .rll-icon {
	color: var(--rll-secondary);
}

.map-card__overlay-box p,
.map-card__hours-text {
	font-size: 0.9375rem;
	color: var(--rll-muted-text);
	line-height: 1.6;
}

@media (min-width: 640px) {
	.hero-section__actions,
	.hero__actions {
		flex-direction: row;
		justify-content: center;
	}
}
