/*
Theme Name: Páris + Saúde (filho)
Description: Tema filho para uso com Hello Elementor + Elementor e o kit Crasoft (importado pelo Envato Elements). Inclui ajustes leves para landing e página de acesso ao convênio. Não substitui a importação do kit.
Author: Farmácias Páris
Template: hello-elementor
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: paris-saude-child
*/

/* Estilos globais mínimos; a landing vem do Elementor/Crasoft. */

/* CTA fixo: sistema Páris + Saúde na home (sobre o tema Crasoft). */
.paris-saude-site-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99990;
	padding: 0.75rem 1rem;
	background: linear-gradient(180deg, transparent 0%, rgba(10, 95, 90, 0.92) 40%, #0a5f5a 100%);
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
	pointer-events: none;
}
.paris-saude-site-cta__inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	pointer-events: auto;
}
.paris-saude-site-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.65rem 1.75rem;
	font-weight: 700;
	font-size: 1rem;
	color: #0a5f5a !important;
	background: #fff;
	border-radius: 999px;
	text-decoration: none !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.paris-saude-site-cta__btn:hover,
.paris-saude-site-cta__btn:focus {
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	color: #06403c !important;
}

@media (min-width: 782px) {
	body.home {
		padding-bottom: 5rem;
	}
}
