/*
 Theme Name:   Mantras Child
 Theme URI:    https://mantras.wpengine.com/
 Description:  Mantras Child Theme
 Author:       the Wedesigntech team
 Author URI:   https://wedesignthemes.com/
 Template:     mantras
 Version:      1.0.0
 Text Domain:  mantras-child
*/

:root {
	--lp-bg: #f7f1e9;
	--lp-paper: #fffaf3;
	--lp-ink: #272626;
	--lp-muted: #6f6a63;
	--lp-accent: #b78a62;
	--lp-green: #66745f;
	--lp-border: rgba(39, 38, 38, 0.12);
}

body.ligaphysio-template {
	margin: 0;
	background: var(--lp-paper);
	color: var(--lp-ink);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
}

body.ligaphysio-template *,
body.ligaphysio-template *::before,
body.ligaphysio-template *::after {
	box-sizing: border-box;
}

body.home .elementor-invisible {
	visibility: visible !important;
}

html,
body {
	overflow-x: hidden;
	overflow-y: auto !important;
}

body.home {
	position: static !important;
}

.wdt-popup-box-window,
.wdt-popup-box-window-overlay,
.wdt-popup-box-trigger-holder,
.mfp-bg,
.mfp-wrap {
	display: none !important;
}

body.page:not(.home):not(.woocommerce-page) #primary {
	display: block;
	width: 100%;
}

body.page:not(.home):not(.woocommerce-page) #secondary {
	display: none;
}

.lp-floating-social {
	display: grid;
	gap: 10px;
	position: fixed;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}

.lp-floating-social__link {
	align-items: center;
	background: #272626;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(39, 38, 38, 0.22);
	color: #fff;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	transition: transform 0.2s ease, background 0.2s ease;
	width: 46px;
}

.lp-floating-social__link:hover,
.lp-floating-social__link:focus-visible {
	background: #b78a62;
	color: #fff;
	transform: translateX(-3px);
}

.lp-floating-social__link--whatsapp {
	background: #1fa855;
}

.lp-floating-social__link svg {
	fill: currentColor;
	height: 22px;
	width: 22px;
}

.lp-seo-section {
	margin: 0 auto;
	max-width: 980px;
	padding: 28px 5vw;
}

.lp-seo-section h2 {
	font-size: clamp(30px, 4vw, 52px);
	margin-bottom: 14px;
}

.lp-seo-lead,
.lp-seo-section p,
.lp-seo-section li {
	font-size: 18px;
	line-height: 1.75;
}

.lp-seo-section a,
.lp-seo-button {
	color: #8a623e;
	font-weight: 700;
}

.lp-seo-button {
	border: 1px solid currentColor;
	border-radius: 999px;
	display: inline-flex;
	padding: 12px 22px;
	text-decoration: none;
}

.lp-faq-accordion {
	display: grid;
	gap: 14px;
	max-width: 1060px;
}

.lp-faq-item {
	background: #fffaf3;
	border: 1px solid rgba(39, 38, 38, 0.12);
	border-radius: 8px;
	box-shadow: 0 14px 40px rgba(62, 50, 40, 0.08);
	overflow: hidden;
}

.lp-faq-item summary {
	align-items: center;
	color: #272626;
	cursor: pointer;
	display: flex;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 700;
	gap: 18px;
	justify-content: space-between;
	line-height: 1.12;
	list-style: none;
	padding: 24px 28px;
}

.lp-faq-item summary::-webkit-details-marker {
	display: none;
}

.lp-faq-item summary::after {
	align-items: center;
	background: #272626;
	border-radius: 999px;
	color: #fff;
	content: "+";
	display: inline-flex;
	flex: 0 0 34px;
	font-family: Arial, sans-serif;
	font-size: 24px;
	height: 34px;
	justify-content: center;
	line-height: 1;
	width: 34px;
}

.lp-faq-item[open] summary::after {
	content: "-";
}

.lp-faq-answer {
	border-top: 1px solid rgba(39, 38, 38, 0.08);
	padding: 0 28px 26px;
}

.lp-faq-answer p {
	color: #6f6a63;
	margin: 20px 0 0;
}

.ligaphysio-template h1,
.ligaphysio-template h2,
.ligaphysio-template h3 {
	color: var(--lp-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.95;
}

.lp-header {
	align-items: center;
	background: rgba(247, 241, 233, 0.94);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	left: 0;
	padding: 20px 5vw;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 30;
}

.lp-brand,
.lp-footer__brand {
	align-items: center;
	color: var(--lp-ink);
	display: inline-flex;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 28px;
	font-weight: 700;
	gap: 12px;
	text-decoration: none;
}

.lp-brand img {
	border-radius: 50%;
	height: 52px;
	object-fit: cover;
	width: 52px;
}

.lp-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	justify-content: center;
}

.lp-nav a,
.lp-header-cta,
.lp-button,
.lp-footer a {
	color: var(--lp-ink);
	text-decoration: none;
}

.lp-nav a {
	font-size: 15px;
	font-weight: 600;
}

.lp-header-cta,
.lp-button {
	background: var(--lp-ink);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	min-height: 46px;
	padding: 12px 24px;
}

.lp-hero {
	background: var(--lp-bg);
	min-height: calc(100vh - 92px);
	overflow: hidden;
	position: relative;
}

.lp-hero__inner,
.lp-section,
.lp-page-hero,
.lp-footer__inner {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 5vw;
	padding-right: 5vw;
}

.lp-hero__inner {
	align-items: center;
	display: grid;
	gap: 50px;
	grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
	padding-bottom: 76px;
	padding-top: 76px;
}

.lp-eyebrow {
	color: var(--lp-accent);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.lp-hero h1 {
	font-size: clamp(58px, 8vw, 132px);
	margin: 0;
	max-width: 760px;
}

.lp-lead {
	color: var(--lp-muted);
	font-size: clamp(18px, 2.1vw, 24px);
	line-height: 1.65;
	margin: 28px 0 34px;
	max-width: 660px;
}

.lp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.lp-button--light {
	background: transparent;
	border: 1px solid var(--lp-border);
	color: var(--lp-ink);
}

.lp-hero__media {
	min-height: 640px;
	position: relative;
}

.lp-portrait {
	border-radius: 999px 999px 28px 28px;
	box-shadow: 0 28px 90px rgba(62, 50, 40, 0.22);
	height: 640px;
	inset: 0 0 auto auto;
	object-fit: cover;
	position: absolute;
	width: min(86%, 530px);
}

.lp-floating-card {
	background: #fff;
	border-radius: 8px;
	bottom: 80px;
	box-shadow: 0 24px 70px rgba(62, 50, 40, 0.16);
	left: 0;
	max-width: 290px;
	padding: 28px;
	position: absolute;
}

.lp-floating-card strong {
	display: block;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 48px;
	line-height: 1;
}

.lp-section {
	padding-bottom: 96px;
	padding-top: 96px;
}

.lp-section--cream {
	background: var(--lp-bg);
	max-width: none;
}

.lp-section--cream > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}

.lp-split {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1fr);
}

.lp-split > *,
.lp-page-hero > * {
	min-width: 0;
}

.ligaphysio-template h1,
.ligaphysio-template h2,
.ligaphysio-template h3 {
	overflow-wrap: anywhere;
}

.lp-split img,
.lp-page-hero img {
	border-radius: 8px;
	box-shadow: 0 20px 70px rgba(62, 50, 40, 0.16);
	height: min(620px, 70vw);
	object-fit: cover;
	width: 100%;
}

.lp-section h2,
.lp-page-hero h1 {
	font-size: clamp(44px, 5vw, 86px);
	margin: 0 0 24px;
}

.lp-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 46px;
}

.lp-card {
	background: #fff;
	border: 1px solid var(--lp-border);
	border-radius: 8px;
	box-shadow: 0 16px 45px rgba(62, 50, 40, 0.08);
	min-height: 260px;
	padding: 30px;
}

.lp-card img {
	border-radius: 8px;
	height: 210px;
	margin-bottom: 22px;
	object-fit: cover;
	width: 100%;
}

.lp-card h3,
.lp-detail h2 {
	font-size: 34px;
	margin: 0 0 14px;
}

.lp-card p,
.lp-detail p,
.lp-footer p {
	color: var(--lp-muted);
	line-height: 1.7;
}

.lp-band {
	background: var(--lp-green);
	color: #fff;
	padding: 96px 5vw;
	text-align: center;
}

.lp-band h2 {
	color: #fff;
	font-size: clamp(44px, 6vw, 92px);
	margin: 0 auto 22px;
	max-width: 900px;
}

.lp-band p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 20px;
	margin: 0 auto 34px;
	max-width: 720px;
}

.lp-page-hero {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
	padding-bottom: 86px;
	padding-top: 86px;
}

.lp-page-hero h1 {
	font-size: clamp(54px, 7vw, 110px);
}

.lp-detail-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-contact-panel {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 16px 45px rgba(62, 50, 40, 0.08);
	padding: 34px;
}

.lp-contact-panel a {
	color: var(--lp-ink);
	font-weight: 800;
}

.lp-contact-panel .lp-button {
	color: #fff;
}

.lp-footer {
	background: #201f1d;
	color: #fff;
}

.lp-footer__inner {
	display: grid;
	gap: 46px;
	grid-template-columns: 1.4fr 0.8fr 0.8fr;
	padding-bottom: 56px;
	padding-top: 72px;
}

.lp-footer h2,
.lp-footer__brand,
.lp-footer a {
	color: #fff;
}

.lp-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.72);
	padding: 22px 5vw;
	text-align: center;
}

.lp-footer__bottom a {
	color: #fff;
}

@media (max-width: 980px) {
	.lp-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.lp-nav {
		justify-content: flex-start;
	}

	.lp-hero__inner,
	.lp-split,
	.lp-page-hero,
	.lp-footer__inner {
		grid-template-columns: 1fr;
	}

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

	.lp-hero__media {
		min-height: 520px;
	}

	.lp-portrait {
		height: 520px;
		width: 80%;
	}
}

@media (max-width: 640px) {
	.lp-floating-social {
		bottom: 16px;
		display: flex;
		left: 50%;
		right: auto;
		top: auto;
		transform: translateX(-50%);
	}

	.lp-floating-social__link {
		height: 44px;
		width: 44px;
	}

	.lp-header {
		padding: 16px 22px;
	}

	.lp-nav {
		gap: 14px 18px;
	}

	.lp-hero__inner,
	.lp-section,
	.lp-page-hero,
	.lp-footer__inner {
		padding-left: 22px;
		padding-right: 22px;
	}

	.lp-grid,
	.lp-detail-grid {
		grid-template-columns: 1fr;
	}

	.lp-hero h1,
	.lp-page-hero h1 {
		font-size: 52px;
	}

	.lp-portrait {
		position: relative;
		width: 100%;
	}

	.lp-floating-card {
		margin-top: -70px;
		position: relative;
	}
}
