/* Farmanimals – marca. Cuerpo: Gotham (OTF). Titulares: "Moon Bold" (Moon-Bold.ttf). */

:root {
	/*
	 * Pantone marca (CP · referencia impresión). HEX/RGB equivalen libro / web.
	 * ─ 3275 CP — #00B39A · R0 G179 B154 · C93 M0 Y57 K0
	 * ─ 1235 CP — #FFB92A · R255 G185 B42 · C0 M25 Y94 K0
	 * ─ 7416 CP — #E56B59 · R229 G107 B89 · C0 M69 Y65 K0
	 * ─ 2725 CP — #695BD3 · R105 G91 B211 · C73 M68 Y0 K0
	 *
	 * --brand-*: HSL = esos HEX.
	 *
	 * Estructura recomendada:
	 * ─ Acentos: --primary (teal), --brand-coral/purple donde toque acción destacada.
	 * ─ Lectura divisores sobre claro: --fa-gray-* vía --foreground / --muted-foreground / --border.
	 * ─ Pieles grandes (papel, franjas suaves): --background / --muted / --secondary (matiz ámbar, no Pantone literal).
	 */
	--brand-teal: 171.62 100% 35.1%;
	--brand-amber: 40.28 100% 58.24%;
	--brand-coral: 7.71 72.92% 62.35%;
	--brand-purple: 247 57.69% 59.22%;

	/*
	 * Escala de grises acromática (hue 0) — soporte texto, líneas, overlays.
	 * Uso: hsl(var(--fa-gray-500)) o hsl(var(--fa-gray-700) / 0.08)
	 */
	--fa-gray-0: 0 0% 100%;
	--fa-gray-50: 0 0% 98%;
	--fa-gray-100: 0 0% 96%;
	--fa-gray-200: 0 0% 90%;
	--fa-gray-300: 0 0% 82%;
	--fa-gray-400: 0 0% 68%;
	--fa-gray-500: 0 0% 50%;
	--fa-gray-600: 0 0% 41%;
	--fa-gray-700: 0 0% 32%;
	--fa-gray-800: 0 0% 21%;
	--fa-gray-900: 0 0% 13%;
	--fa-gray-950: 0 0% 9%;

	--font-brand: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	--font-heading: "Moon Bold", var(--font-brand);

	/*
	 * Superficies «papel»: calides leve (hue 40) acorde ámbar 1235, sin igualar HEX en bloques grandes.
	 * Lectura sobre claro gris neutro (--fa-gray-*) para texto y líneas.
	 */
	--background: 40 22% 98%;
	--foreground: var(--fa-gray-900);
	/* Pie oscuro ≠ tinta sobre claro: banda inferior dedicada */
	--surface-footer: var(--fa-gray-950);
	--card: var(--fa-gray-0);
	--card-foreground: var(--fa-gray-900);
	--primary: var(--brand-teal);
	--primary-foreground: var(--fa-gray-0);
	--primary-soft: 171.62 52% 90%;
	--secondary: 40 16% 94%;
	--muted: 40 14% 95%;
	--muted-foreground: var(--fa-gray-600);
	--border: var(--fa-gray-200);
	--radius: 1rem;
	/* Sombras teal = profundidad on-brand · sombras de tarjetas = acromáticas para no ensuciar */
	--gradient-hero: linear-gradient(135deg, hsl(var(--background)) 0%, hsl(var(--primary-soft)) 100%);
	--gradient-soft: linear-gradient(180deg, hsl(var(--background)) 0%, hsl(var(--secondary)) 100%);
	--shadow-soft: 0 4px 20px -8px hsl(var(--brand-teal) / 0.16);
	--shadow-elegant: 0 20px 50px -20px hsl(var(--brand-teal) / 0.2);
	--shadow-card: 0 2px 12px -4px hsl(var(--fa-gray-950) / 0.08);
	--transition-smooth: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
	scroll-behavior: smooth;
}

body.farmanimals-landing-page {
	background-color: hsl(var(--background));
	color: hsl(var(--foreground));
	font-family: var(--font-brand);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

/* Fallback ocultar header/footer por defecto de Astra en la landing */
.farmanimals-landing-page .ast-primary-header,
.farmanimals-landing-page .site-primary-header-wrap,
.farmanimals-landing-page .site-footer,
.farmanimals-landing-page .site-below-footer-wrap,
.farmanimals-landing-page footer.entry-footer {
	display: none !important;
}

/* Astra/layout: landing a ancho real (hero + footer full-bleed). */
body.farmanimals-landing-page #page,
body.farmanimals-landing-page .site-grid-below-footer,
body.farmanimals-landing-page #content.site-content {
	max-width: 100% !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.farmanimals-landing-page .site-content,
body.farmanimals-landing-page #primary {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.farmanimals-landing-page #primary,
body.farmanimals-landing-page main,
body.farmanimals-landing-page .site-content > .ast-container,
body.farmanimals-landing-page #content .ast-container,
body.farmanimals-landing-page .ast-separate-container .ast-article-post,
body.farmanimals-landing-page .ast-separate-container .ast-article-single,
body.farmanimals-landing-page .ast-plain-container .site-content .entry-content,
body.farmanimals-landing-page .ast-page-builder-template .site-content,
body.farmanimals-landing-page article.page,
body.farmanimals-landing-page article.post,
body.farmanimals-landing-page .entry-content.clear,
body.farmanimals-landing-page .entry-content {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.farmanimals-landing-page .ast-container {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.farmanimals-landing-page .content-area,
body.farmanimals-landing-page #primary.site-main {
	max-width: none !important;
	width: 100% !important;
}

#farmanimals-shell.fa-landing {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: clip;
	box-sizing: border-box;
}

/* Iconos en trazo (paridad Lucide): evita extremos cortados en algunos navegadores/themes. */
.fa-landing svg[fill='none'] {
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Scroll-to-top (círculo turquesa con flecha) — Astra o extensiones típicas. */
body.farmanimals-landing-page #ast-scroll-top,
body.farmanimals-landing-page #ast-scroll-top.ast-scroll-top,
body.farmanimals-landing-page span.ast-scroll-to-top-right[data-onscroll],
body.farmanimals-landing-page .ast-scroll-to-top-trigger,
body.farmanimals-landing-page button.ast-scroll-to-top-trigger {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.fa-landing *,
.fa-landing *::before,
.fa-landing *::after {
	box-sizing: border-box;
	border-color: hsl(var(--border));
}

.fa-landing-h1,
.fa-landing-h2,
.fa-landing-h3 {
	font-family: var(--font-heading);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.05;
}

.fa-brand-wordmark {
	font-family: var(--font-heading);
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.fa-container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.fa-text-muted {
	color: hsl(var(--muted-foreground));
}

.fa-contact-li .fa-text-muted {
	margin-bottom: 0;
}

.fa-text-primary {
	color: hsl(var(--primary));
}

.fa-bg-soft {
	background: var(--gradient-soft);
}

.fa-bg-hero-gradient {
	background: var(--gradient-hero);
}

.fa-section-y {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media (min-width: 768px) {
	.fa-section-y {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}

.fa-animate-fade-up {
	animation: faFadeUp 0.7s var(--transition-smooth) both;
}

.fa-animate-fade-in {
	animation: faFadeIn 0.8s var(--transition-smooth) both;
}

@keyframes faFadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes faFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Header interior */
.fa-inner-header.farmanimals-inner-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	transition:
		background 0.5s ease,
		box-shadow 0.5s ease,
		backdrop-filter 0.5s ease;
	background: transparent;
}

.fa-inner-header.farmanimals-inner-header.is-scrolled {
	background-color: hsl(var(--background) / 0.85);
	backdrop-filter: blur(12px);
	box-shadow: var(--shadow-soft);
}

.fa-inner-header .fa-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 4rem;
}

@media (min-width: 768px) {
	.fa-inner-header .fa-container {
		min-height: 5rem;
	}
}

.fa-logo {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	color: hsl(var(--foreground));
	text-decoration: none;
}

.fa-logo img {
	display: block;
	height: clamp(2rem, 6vw, 2.625rem);
	width: auto;
	max-width: min(14rem, 52vw);
	object-fit: contain;
}

@media (min-width: 768px) {
	.fa-logo img {
		max-width: 15.5rem;
	}
}

.fa-nav-desktop {
	display: none;
	align-items: center;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	color: hsl(var(--muted-foreground));
}

@media (min-width: 1024px) {
	.fa-nav-desktop {
		display: flex;
	}
}

.fa-nav-desktop a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}

.fa-nav-desktop a:hover {
	color: hsl(var(--primary));
}

.fa-header-cta {
	display: none;
}

@media (min-width: 1024px) {
	.fa-header-cta {
		display: block;
	}
}

.fa-menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	margin-right: -0.5rem;
	background: none;
	border: none;
	cursor: pointer;
	color: hsl(var(--foreground));
}

@media (min-width: 1024px) {
	.fa-menu-toggle {
		display: none;
	}
}

.fa-mobile-panel {
	display: none;
	border-top: 1px solid hsl(var(--border));
	background: hsl(var(--background));
}

.fa-mobile-panel.is-open {
	display: block;
	animation: faFadeIn 0.35s ease;
}

@media (min-width: 1024px) {
	.fa-mobile-panel,
	.fa-mobile-panel.is-open {
		display: none !important;
	}
}

.fa-menu-toggle svg {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fa-mobile-panel ul {
	list-style: none;
	margin: 0;
	padding: 1.5rem 2rem;
}

.fa-mobile-panel a {
	display: block;
	padding: 0.5rem 0;
	color: hsl(var(--foreground));
	text-decoration: none;
}

/* Botones */
.fa-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.375rem;
	font-weight: 500;
	border-radius: 9999px;
	text-decoration: none;
	transition:
		transform 0.2s,
		box-shadow 0.2s,
		background 0.2s;
	cursor: pointer;
	border: none;
	font-size: 1rem;
}

.fa-btn-lg {
	min-height: 3rem;
	padding: 0 1.75rem;
	font-weight: 500;
}

.fa-btn-primary {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
	box-shadow: var(--shadow-elegant);
}

.fa-btn-primary:hover {
	filter: brightness(1.05);
}

.fa-btn-outline {
	background: transparent;
	color: hsl(var(--foreground));
	border: 2px solid hsl(var(--foreground) / 0.28);
	box-sizing: border-box;
}

.fa-btn-outline:hover {
	background: hsl(var(--secondary));
	border-color: hsl(var(--brand-coral) / 0.45);
}

/* Enlaces con clase `.fa-btn`: los temas (p. ej. Astra) suelen pisar color en `a:link` / `:visited`; reafirmamos tokens de marca. */
#farmanimals-shell.fa-landing a.fa-btn {
	text-decoration: none;
}

#farmanimals-shell.fa-landing a.fa-btn-primary,
#farmanimals-shell.fa-landing a.fa-btn-primary:link,
#farmanimals-shell.fa-landing a.fa-btn-primary:visited,
#farmanimals-shell.fa-landing a.fa-btn-primary:active {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
	box-shadow: var(--shadow-elegant);
}

#farmanimals-shell.fa-landing a.fa-btn-primary:hover {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
	filter: brightness(1.05);
}

#farmanimals-shell.fa-landing a.fa-btn-outline,
#farmanimals-shell.fa-landing a.fa-btn-outline:link,
#farmanimals-shell.fa-landing a.fa-btn-outline:visited,
#farmanimals-shell.fa-landing a.fa-btn-outline:active {
	background: transparent;
	color: hsl(var(--foreground));
	border: 2px solid hsl(var(--foreground) / 0.28);
	box-sizing: border-box;
}

#farmanimals-shell.fa-landing a.fa-btn-outline:hover {
	background: hsl(var(--secondary));
	color: hsl(var(--foreground));
	border-color: hsl(var(--brand-coral) / 0.45);
}

/* Footer oscuro: el outline genérico y su hover usan `--foreground/--secondary`; reafirmamos tonos claros. */
#farmanimals-shell.fa-landing .fa-footer-social a.fa-footer-icon-btn,
#farmanimals-shell.fa-landing .fa-footer-social a.fa-footer-icon-btn:link,
#farmanimals-shell.fa-landing .fa-footer-social a.fa-footer-icon-btn:visited,
#farmanimals-shell.fa-landing .fa-footer-social a.fa-footer-icon-btn:active {
	box-sizing: border-box;
	flex-shrink: 0;
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: none;
	border-radius: 9999px;
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
	box-shadow: none;
	text-decoration: none;
	transition:
		transform 0.2s,
		background 0.2s,
		filter 0.2s;
}

#farmanimals-shell.fa-landing .fa-footer-social a.fa-footer-icon-btn:hover {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
	filter: brightness(1.08);
}

#farmanimals-shell.fa-landing .fa-footer-social a.fa-footer-icon-btn svg {
	display: block;
}

#farmanimals-shell.fa-landing a.fa-footer-vis-btn.fa-btn-outline,
#farmanimals-shell.fa-landing a.fa-footer-vis-btn.fa-btn-outline:link,
#farmanimals-shell.fa-landing a.fa-footer-vis-btn.fa-btn-outline:visited,
#farmanimals-shell.fa-landing a.fa-footer-vis-btn.fa-btn-outline:active {
	background: transparent;
	color: hsl(var(--background));
	border: 2px solid hsl(var(--background) / 0.38);
}

#farmanimals-shell.fa-landing a.fa-footer-vis-btn.fa-btn-outline:hover {
	background: hsl(var(--background) / 0.14);
	border-color: hsl(var(--background) / 0.55);
	color: hsl(var(--background));
}

.fa-btn-icon-sq {
	display: grid;
	place-items: center;
	padding: 0;
	width: 3rem;
	height: 3rem;
	background: hsl(var(--foreground) / 0.14);
	color: hsl(var(--background));
}

.fa-btn-icon-sq:hover {
	background: hsl(var(--foreground) / 0.24);
	color: hsl(var(--background));
}

.fa-btn-smish {
	min-height: 0;
	height: auto;
	padding: 0.45rem 1.25rem;
	font-size: 0.875rem;
	line-height: 1.35;
}

.fa-fw {
	font-weight: 500;
	margin: 0;
}

.fa-mobile-ul {
	list-style: none;
	margin: 0;
	padding: 1.5rem 2rem;
}

.fa-icon-svg {
	flex-shrink: 0;
	vertical-align: middle;
}

.fa-icon-svg-sm {
	width: 14px;
	height: 14px;
}

.fa-icon-svg-md {
	width: 18px;
	height: 18px;
}

.fa-icon-svg-lg {
	width: 24px;
	height: 24px;
}

.fa-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.625rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: hsl(var(--primary));
	background: hsl(var(--primary-soft));
	padding: 0.5rem 1rem;
	border-radius: 9999px;
	margin: 0;
	font-family: inherit;
}

/* Hero */
.fa-hero {
	position: relative;
	overflow: hidden;
	padding-top: 7rem;
	padding-bottom: 4rem;
}

@media (min-width: 768px) {
	.fa-hero {
		padding-top: 8rem;
		padding-bottom: 6rem;
	}
}

.fa-hero-inner {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 3rem;
}

@media (min-width: 1024px) {
	.fa-hero-inner {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
}

.fa-hero h1.fa-landing-h1 {
	font-size: 2.5rem;
	margin: 1.25rem 0 0;
	text-wrap: balance;
}

@media (min-width: 768px) {
	.fa-hero h1.fa-landing-h1 {
		font-size: 3rem;
	}
}

@media (min-width: 1024px) {
	.fa-hero h1.fa-landing-h1 {
		font-size: 3.5rem;
	}
}

.fa-hero-lead {
	margin-top: 1.25rem;
	font-size: 1.0625rem;
	line-height: 1.625;
	max-width: 34rem;
	font-weight: 300;
}

@media (min-width: 768px) {
	.fa-hero-lead {
		font-size: 1.25rem;
	}
}

.fa-hero-actions {
	margin-top: 2.25rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.fa-hero-stats {
	margin-top: 2.75rem;
	display: flex;
	align-items: center;
	gap: 2rem;
	font-size: 0.875rem;
	color: hsl(var(--muted-foreground));
}

.fa-stat-num {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 1.875rem;
	color: hsl(var(--foreground));
	margin: 0 0 0.125rem;
}

.fa-stat-rule {
	height: 2.25rem;
	width: 1px;
	background: hsl(var(--border));
}

.fa-hero-media-wrap {
	position: relative;
	animation: faFadeIn 0.8s var(--transition-smooth) both;
}

.fa-hero-media-wrap::before {
	content: "";
	position: absolute;
	inset: -1rem;
	background: hsl(var(--primary-soft));
	border-radius: 2.5rem;
	transform: rotate(-2deg);
	pointer-events: none;
	z-index: 0;
}

.fa-hero-media-wrap img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2rem;
	box-shadow: var(--shadow-elegant);
	object-fit: cover;
	aspect-ratio: 5 / 4;
}

.fa-hero-floating-card {
	display: none;
	position: absolute;
	bottom: -1.25rem;
	left: -1.5rem;
	z-index: 2;
	max-width: 220px;
	background: hsl(var(--card));
	padding: 1rem 1.125rem;
	border-radius: 1rem;
	box-shadow: var(--shadow-elegant);
}

@media (min-width: 640px) {
	.fa-hero-floating-card {
		display: block;
		left: -2rem;
	}
}

@media (min-width: 768px) {
	.fa-hero-floating-card {
		padding: 1.25rem 1.25rem;
	}
}

.fa-hero-floating-card p {
	margin: 0;
}

.fa-float-title {
	font-family: var(--font-heading);
	font-size: 1rem !important;
	margin-top: 0.375rem !important;
	line-height: 1.35;
}

.fa-italic {
	font-style: italic;
}

.fa-landing .fa-italic {
	font-weight: 300;
}

.fa-label-upper {
	font-size: 0.6875rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: hsl(var(--primary));
	margin: 0;
	display: inline-block;
}

.fa-section-title.fa-landing-h2 {
	font-size: 2.25rem;
	margin: 1rem 0 0;
	text-wrap: balance;
	max-width: 42rem;
}

@media (min-width: 768px) {
	.fa-section-title.fa-landing-h2 {
		font-size: 3rem;
	}
}

.fa-section-intro {
	font-size: 1.0625rem;
	margin-top: 1.25rem;
	line-height: 1.625;
	max-width: 34rem;
	font-weight: 300;
}

@media (min-width: 768px) {
	.fa-section-intro {
		font-size: 1.125rem;
	}
}

/* About */
.fa-about-grid {
	display: grid;
	gap: 3.25rem;
	align-items: center;
}

@media (min-width: 1024px) {
	.fa-about-grid {
		grid-template-columns: 1fr 1fr;
		gap: 5rem;
	}
}

.fa-about-img-col {
	position: relative;
	order: 2;
}

.fa-about-copy {
	order: 1;
}

@media (min-width: 1024px) {
	.fa-about-img-col {
		order: 1;
	}
	.fa-about-copy {
		order: 2;
	}
}

.fa-about-img-col img {
	width: 100%;
	border-radius: 2rem;
	box-shadow: var(--shadow-elegant);
	aspect-ratio: 1;
	object-fit: cover;
	display: block;
}

.fa-about-badge {
	position: absolute;
	top: -1rem;
	right: -1rem;
	max-width: 220px;
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
	padding: 1.25rem;
	border-radius: 1rem;
	box-shadow: var(--shadow-elegant);
	display: none;
	font-family: var(--font-heading);
}

@media (min-width: 768px) {
	.fa-about-badge {
		display: block;
	}
}

.fa-about-badge p {
	font-size: 1.125rem;
	line-height: 1.35;
	margin: 0;
}

.fa-values-grid {
	margin-top: 2.35rem;
	display: grid;
	gap: 1.35rem;
}

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

.fa-value-icon {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.75rem;
	background: hsl(var(--primary-soft));
	color: hsl(var(--primary));
	margin-bottom: 1rem;
}

.fa-value-card h3 {
	font-size: 1.125rem;
	margin: 0;
}

.fa-value-card p {
	font-size: 0.8125rem;
	line-height: 1.55;
	margin: 0.25rem 0 0;
}

/* Servicios */
.fa-services-grid {
	margin-top: 3rem;
	display: grid;
	gap: 1.35rem;
}

@media (min-width: 640px) {
	.fa-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.fa-services-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.fa-service-card {
	background: hsl(var(--card));
	border-radius: 1rem;
	padding: 1.75rem;
	box-shadow: var(--shadow-card);
	border: 1px solid hsl(var(--border) / 0.5);
	transition:
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.45s;
}

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

.fa-service-icon {
	display: grid;
	place-items: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 1rem;
	background: hsl(var(--primary-soft));
	color: hsl(var(--primary));
	transition:
		background 0.45s,
		color 0.45s;
}

.fa-service-card:hover .fa-service-icon {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}

.fa-service-card h3 {
	font-family: var(--font-heading);
	font-size: 1.375rem;
	margin: 1.2rem 0 0;
}

.fa-service-card p {
	font-size: 0.8125rem;
	line-height: 1.65;
	margin: 0.6rem 0 0;
}

/* Diferenciadores */
.fa-diff-grid {
	display: grid;
	gap: 2.5rem;
	margin-top: 0;
}

@media (min-width: 1024px) {
	.fa-diff-grid {
		grid-template-columns: 5fr 7fr;
		gap: 3rem;
		align-items: start;
	}
}

.fa-diff-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.35rem;
}

@media (min-width: 640px) {
	.fa-diff-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

.fa-diff-item {
	background: hsl(var(--secondary) / 0.85);
	border: 1px solid hsl(var(--border) / 0.85);
	border-radius: 1rem;
	padding: 1.35rem;
}

.fa-diff-inner {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
}

.fa-check-ball {
	flex-shrink: 0;
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 9999px;
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}

.fa-diff-item h3 {
	font-family: var(--font-heading);
	font-size: 1.125rem;
	margin: 0;
}

.fa-diff-inner .fa-muted {
	font-size: 0.8125rem;
	line-height: 1.55;
	margin: 0.4rem 0 0;
}

.fa-ig-head {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2.75rem;
}

@media (min-width: 768px) {
	.fa-ig-head {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
}

/* Embed externo Instagram (ej. LightWidget / Snapwidget) */
.fa-ig-embed-shell {
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: var(--shadow-card);
	border: 1px solid hsl(var(--border) / 0.5);
	background: hsl(var(--card));
}

.fa-ig-embed-frame {
	display: block;
	width: 100%;
	min-height: 540px;
	border: 0;
}

@media (min-width: 768px) {
	.fa-ig-embed-frame {
		min-height: 620px;
	}
}

.fa-ig-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.65rem;
}

@media (min-width: 768px) {
	.fa-ig-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
	}
}

.fa-ig-tile {
	position: relative;
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: var(--shadow-card);
}

.fa-ig-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.65s ease;
}

.fa-ig-tile:hover img {
	transform: scale(1.05);
}

.fa-ig-overlay {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: hsl(var(--primary) / 0);
	transition: background 0.45s;
	pointer-events: none;
}

.fa-ig-tile:hover .fa-ig-overlay {
	background: hsl(var(--primary) / 0.38);
}

.fa-ig-overlay svg {
	opacity: 0;
	transition: opacity 0.45s;
	color: hsl(var(--primary-foreground));
}

.fa-ig-tile:hover .fa-ig-overlay svg {
	opacity: 1;
}

.fa-cta-row {
	flex-shrink: 0;
	align-self: flex-start;
}

.fa-text-lgish {
	font-size: 1.0625rem;
	font-weight: 300;
}

@media (min-width: 768px) {
	.fa-text-lgish {
		font-size: 1.125rem;
	}
}

/* Testimonios */
.fa-testimonials-head {
	max-width: 42rem;
	margin: 0 auto;
	text-align: center;
}

.fa-testimonials-grid {
	margin-top: 3rem;
	display: grid;
	gap: 1.35rem;
}

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

.fa-testimonial {
	background: hsl(var(--card));
	border-radius: 1rem;
	padding: 1.75rem 2rem;
	box-shadow: var(--shadow-card);
	border: 1px solid hsl(var(--border) / 0.6);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.fa-testimonial blockquote {
	border-left: none;
	flex: 1;
	font-size: 0.975rem;
	line-height: 1.6;
	margin: 0.85rem 0 0;
	padding: 0;
	font-style: italic;
	font-weight: 400;
}

.fa-quote-icon {
	color: hsl(var(--brand-purple) / 0.38);
	opacity: 1;
	margin-bottom: -0.15rem;
}

.fa-testimonial figcaption {
	margin-top: auto;
	padding-top: 1.35rem;
	border-top: 1px solid hsl(var(--border));
	display: flex;
	flex-direction: column;
}

.fa-testimonial .fa-name {
	font-family: var(--font-heading);
	font-style: normal;
	font-size: 1.0625rem;
	font-weight: 700;
}

.fa-testimonial .fa-role {
	font-size: 0.8125rem;
	margin-top: 0.15rem;
}

/* Contact */
.fa-contact-grid {
	display: grid;
	gap: 2.35rem;
}

@media (min-width: 1024px) {
	.fa-contact-grid {
		grid-template-columns: 3fr 5fr;
		gap: 3rem 4rem;
		align-items: start;
	}
}

.fa-contact-list {
	list-style: none;
	padding: 0;
	margin: 2.25rem 0 0;
}

.fa-contact-list li + li {
	margin-top: 0;
	margin-bottom: 1.35rem;
}

.fa-contact-list li {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.35rem;
}

.fa-icon-box {
	display: grid;
	place-items: center;
	flex-shrink: 0;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.75rem;
	background: hsl(var(--primary-soft));
	color: hsl(var(--primary));
}

.fa-contact-actions {
	margin-top: 2.35rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.fa-tel-muted {
	text-decoration: none;
	color: inherit;
	transition: color 0.2s;
}

.fa-tel-muted:hover {
	color: hsl(var(--primary));
}

.fa-map-shell {
	border-radius: 1.5rem;
	overflow: hidden;
	box-shadow: var(--shadow-elegant);
	border: 1px solid hsl(var(--border));
	background: hsl(var(--card));
	min-height: 280px;
	aspect-ratio: 4 / 3;
	position: relative;
}

@media (min-width: 1024px) {
	.fa-map-shell {
		min-height: 420px;
		aspect-ratio: auto;
		height: 100%;
	}
}

.fa-map-shell iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 0;
}

@media (min-width: 1024px) {
	.fa-map-shell iframe {
		min-height: 420px;
	}
}

/* Footer */
.fa-landing-footer {
	background: hsl(var(--surface-footer));
	color: hsl(var(--background));
	padding: 4rem 0;
}

.fa-footer-grid {
	display: grid;
	gap: 2.75rem;
}

@media (min-width: 768px) {
	.fa-footer-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2.75rem;
		align-items: start;
	}
}

.fa-footer-logo img {
	filter: none;
	display: inline-block;
	vertical-align: middle;
	height: 2.75rem;
	width: auto;
	max-width: min(13rem, 55vw);
	object-fit: contain;
}

.fa-footer-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	color: hsl(var(--background));
	text-decoration: none;
}

.fa-footer-lead {
	margin-top: 1.15rem;
	font-size: 0.975rem;
	line-height: 1.6;
	color: hsl(var(--background) / 0.72);
	max-width: 22rem;
}

.fa-footer-subgrid {
	display: flex;
	justify-content: space-between;
}

.fa-footer-subgrid strong {
	display: block;
	margin-bottom: 0.875rem;
}

.fa-footer-subgrid ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	opacity: 0.85;
}

.fa-footer-subgrid li + li {
	margin-top: 0.5rem;
}

.fa-footer-subgrid a {
	color: inherit;
	text-decoration: none;
}

.fa-footer-subgrid a:hover {
	color: hsl(var(--background));
}

.fa-footer-social {
	display: flex;
	gap: 0.65rem;
}

@media (min-width: 768px) {
	.fa-footer-social-wrap {
		text-align: right;
	}
	.fa-footer-social {
		justify-content: flex-end;
	}
}

.fa-footer-visit {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: 1.05rem !important;
}

@media (max-width: 767px) {
	.fa-hide-xs {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.fa-hide-md-up {
		display: none !important;
	}
}

.fa-footer-bottom {
	margin-top: 3.25rem;
	padding-top: 1.95rem;
	border-top: 1px solid hsl(var(--background) / 0.14);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-size: 0.75rem;
	color: hsl(var(--background) / 0.58);
	justify-content: space-between;
}

@media (min-width: 768px) {
	.fa-footer-bottom {
		flex-direction: row;
		align-items: center;
	}
}

.fa-footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.25rem;
}

.fa-footer-legal a {
	color: inherit;
	text-decoration: none;
}

.fa-footer-legal a:hover {
	color: hsl(var(--background));
}

.fa-footer-vis-btn.fa-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	max-width: 100%;
	min-height: 2.625rem;
	padding: 0.52rem 1.5rem;
	box-sizing: border-box;
	border: 2px solid hsl(var(--background) / 0.38);
	border-radius: 9999px;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 1.25;
	color: hsl(var(--background));
	background: transparent;
}

.fa-footer-vis-btn.fa-btn-outline:hover {
	background: hsl(var(--background) / 0.14);
	border-color: hsl(var(--background) / 0.55);
}

.fa-mobile-li-cta {
	list-style: none;
	padding-top: 0.65rem;
}

.fa-mobile-cta-full {
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	padding-left: 1rem;
	padding-right: 1rem;
}

.fa-diff-inner h3 {
	font-family: var(--font-heading);
	font-weight: 700;
	letter-spacing: -0.02em;
	font-size: 1.0625rem;
}

/* WhatsApp FAB */
.fa-wa-fab {
	position: fixed;
	bottom: 1.25rem;
	right: 1.25rem;
	z-index: 60;
	display: grid;
	place-items: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 9999px;
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
	box-shadow: var(--shadow-elegant);
	transition: transform 0.3s ease;
	text-decoration: none;
}

.fa-wa-fab:hover {
	transform: scale(1.05);
}

/* Astra: enlaces generic usan `--ast-global-color-1` en :hover → reafirmamos color del FAB (icono SVG = currentColor) */
body.farmanimals-landing-page #farmanimals-shell.fa-landing a.fa-wa-fab,
body.farmanimals-landing-page #farmanimals-shell.fa-landing a.fa-wa-fab:link,
body.farmanimals-landing-page #farmanimals-shell.fa-landing a.fa-wa-fab:visited,
body.farmanimals-landing-page #farmanimals-shell.fa-landing a.fa-wa-fab:active,
body.farmanimals-landing-page #farmanimals-shell.fa-landing a.fa-wa-fab:hover,
body.farmanimals-landing-page #farmanimals-shell.fa-landing a.fa-wa-fab:focus,
body.farmanimals-landing-page #farmanimals-shell.fa-landing a.fa-wa-fab:focus-visible {
	color: hsl(var(--primary-foreground));
	text-decoration: none;
	background: hsl(var(--primary));
	box-shadow: var(--shadow-elegant);
}

body.farmanimals-landing-page #farmanimals-shell.fa-landing a.fa-wa-fab:hover {
	transform: scale(1.05);
}
