/**
 * Página inicial — blocos exclusivos da landing.
 *
 * @package EspacoTerapeutico
 */

.landing-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: max(740px, 100svh);
	overflow: hidden;
	border-bottom: 1px solid var(--gt-border-gold);
	background-color: #090806;
	background-image: var(--landing-hero-image);
	background-position: center;
	background-size: cover;
}

.landing-hero__overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(5, 4, 3, 0.94) 0%, rgba(5, 4, 3, 0.66) 38%, rgba(5, 4, 3, 0.08) 72%),
		linear-gradient(0deg, rgba(5, 4, 3, 0.8) 0%, transparent 42%);
}

.landing-hero__content {
	position: relative;
	z-index: 1;
	width: min(calc(100% - (var(--site-gutter) * 2)), var(--site-container));
	margin: 0 auto;
	padding: 230px 0 145px;
}

/* Depoimentos e contacto WhatsApp */
.landing-testimonials,
.landing-community {
	background: #fff;
	color: #1d1814;
}

.landing-testimonials {
	padding: clamp(56px, 7vw, 96px) 0 72px;
}

.landing-testimonials__inner,
.landing-community__inner {
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
}

.landing-testimonials__eyebrow {
	color: #a86116;
	font-size: .72rem;
	letter-spacing: .28em;
	font-weight: 700;
	text-align: center;
	margin: 0 0 12px;
}

.landing-testimonials h2 {
	font-family: Georgia, serif;
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 400;
	text-align: center;
	margin: 0 0 34px;
}

.landing-testimonials__viewport {
	position: relative;
	padding: 0 42px;
	overflow: hidden;
}

.landing-testimonials__track {
	display: flex;
	gap: 16px;
	will-change: transform;
}

.landing-testimonial {
	flex: 0 0 calc((100% - 48px)/4);
	min-height: 220px;
	padding: 24px 22px;
	border: 1px solid #b87526;
	border-radius: 5px;
	background: #f5f1eb;
	display: flex;
	flex-direction: column;
}

.landing-testimonial__stars {
	color: #b87526;
	letter-spacing: .14em;
	font-size: 1rem;
	margin-bottom: 18px;
}

.landing-testimonial p {
	margin: 0;
	line-height: 1.55;
	font-size: .95rem;
	flex: 1;
}

.landing-testimonial strong {
	margin-top: 20px;
	font-size: .9rem;
	font-weight: 600;
}

.landing-testimonials__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border: 1px solid #b87526;
	border-radius: 50%;
	background: #fff;
	color: #8f5316;
	font-size: 1.7rem;
	line-height: 1;
	cursor: pointer;
}

.landing-testimonials__arrow--prev {
	left: 0;
}

.landing-testimonials__arrow--next {
	right: 0;
}

.landing-community {
	border-top: 1px solid rgba(184, 117, 38, .45);
}

.landing-community__inner {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	align-items: stretch;
	min-height: 330px;
}

.landing-community__copy {
	padding: 58px 44px 58px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.landing-community__copy h2 {
	font-family: Georgia, serif;
	font-size: clamp(2rem, 3.4vw, 3rem);
	line-height: 1.06;
	font-weight: 400;
	margin: 0 0 16px;
}

.landing-community__copy h2 span:first-child {
	white-space: nowrap;
}

.landing-community__copy p {
	max-width: 430px;
	line-height: 1.55;
	margin: 0 0 24px;
	color: #4d443c;
}

.landing-community__button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 22px;
	border-radius: 4px;
	background: #b87526;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	transition: background .25s, transform .25s;
}

.landing-community__button:hover {
	background: #945a1d;
	transform: translateY(-2px);
	color: #fff;
}

.landing-community__whatsapp {
	width: 20px;
	height: 20px;
}

.landing-community__copy small {
	margin-top: 9px;
	font-size: .75rem;
	color: #6b625a;
}

.landing-community__image {
	min-height: 330px;
}

.landing-community__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width:900px) {
	.landing-testimonial {
		flex-basis: calc((100% - 16px)/2)
	}

	.landing-community__inner {
		grid-template-columns: 1fr
	}

	.landing-community__copy {
		padding: 48px 0
	}

	.landing-community__image {
		min-height: 260px
	}
}

@media (max-width:560px) {

	.landing-testimonials__inner,
	.landing-community__inner {
		width: min(100% - 32px, 1120px)
	}

	.landing-testimonials__viewport {
		padding: 0 32px
	}

	.landing-testimonial {
		flex-basis: 100%
	}
}

@media (max-width:560px) {
	.landing-community__copy h2 span:first-child {
		white-space: normal;
	}
}

/* Carrossel contínuo sem cartões cortados nem controlos visíveis. */
.landing-testimonials__viewport {
	padding: 0;
	overflow: hidden;
}

.landing-testimonials__arrow {
	display: none;
}

.landing-testimonials__track {
	gap: 16px;
	animation: landing-testimonials-marquee 32s linear infinite;
}

.landing-testimonials__viewport:hover .landing-testimonials__track,
.landing-testimonials__viewport:focus-within .landing-testimonials__track {
	animation-play-state: paused;
}

.landing-testimonials__track .landing-testimonial {
	flex-basis: calc((100% - 48px)/4);
}

.landing-community {
	border-top: 1px solid transparent;
	position: relative;
}

.landing-community::before {
	content: "";
	display: block;
	height: 1px;
	background: linear-gradient(90deg, transparent, #b87526 50%, transparent);
	opacity: .85;
}

.landing-community {
	min-height: 430px;
	background: #17110c url('../images/landing/comunidade.webp') 96% 18% / cover no-repeat;
	overflow: hidden;
}

.landing-community::after {
	content: "";
	position: absolute;
	inset: 1px 0 0;
	z-index: 0;
	background: linear-gradient(90deg, rgba(7, 5, 3, .9), rgba(7, 5, 3, .7) 38%, rgba(7, 5, 3, .2) 72%, rgba(7, 5, 3, .08));
	pointer-events: none;
}

.landing-community__inner {
	position: relative;
	z-index: 1;
	display: block;
	width: min(1120px, calc(100% - 48px));
	min-height: 430px;
}

.landing-community__copy {
	width: min(520px, 100%);
	padding: 72px 0;
	color: #fff;
}

.landing-community__copy h2 {
	color: #fff;
}

.landing-community__copy p,
.landing-community__copy small {
	color: rgba(255, 255, 255, .86);
}

.landing-community__image {
	display: none;
}

@media (max-width:560px) {
	.landing-community {
		min-height: 500px;
		background-position: 62% center;
	}

	.landing-community__inner {
		min-height: 500px;
	}

	.landing-community__copy {
		padding: 58px 0;
	}
}

@keyframes landing-testimonials-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - 8px));
	}
}

@media (max-width:900px) {
	.landing-testimonials__track .landing-testimonial {
		flex-basis: calc((100% - 16px)/2)
	}
}

@media (max-width:560px) {
	.landing-testimonials__inner { width:calc(100% - 28px); }
	.landing-testimonials__viewport { width:100%; overflow:hidden; }
	.landing-testimonials__track { gap:12px; animation-duration:42s; }
	.landing-testimonials__track .landing-testimonial {
		flex:0 0 100%;
		min-width:0;
		min-height:210px;
		padding:24px 20px;
		box-sizing:border-box;
	}
}

.landing-hero__eyebrow {
	margin: 0 0 18px;
	color: var(--color-gold-light);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.landing-hero h1 {
	max-width: 900px;
	margin: 0;
	color: var(--gt-white);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.8rem, 3.8vw, 4.6rem);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: -0.035em;
}

.landing-hero__description {
	max-width: 480px;
	margin: 24px 0 0;
	color: var(--gt-text-light);
	font-size: clamp(1rem, 1.5vw, 1.16rem);
	line-height: 1.55;
}

.landing-hero__button {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin-top: 28px;
	padding: 16px 23px;
	border: 1px solid rgba(222, 171, 87, 0.78);
	border-radius: 6px;
	color: #fff;
	background: linear-gradient(135deg, #b26a1f, #8f5018);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 220ms ease, background-color 220ms ease;
}

.landing-hero__button:hover {
	color: #fff;
	background: linear-gradient(135deg, #c27b2d, #a55d1c);
	transform: translateY(-2px);
}

.landing-hero__button span {
	font-size: 1.2rem;
	line-height: 0;
}

.landing-hero__note {
	margin: 12px 0 0 5px;
	color: var(--gt-text-light);
	font-size: 0.72rem;
}

.landing-hero__scroll {
	position: absolute;
	bottom: 22px;
	left: 50%;
	z-index: 1;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	transform: translateX(-50%);
}

.landing-hero__scroll span {
	width: 9px;
	height: 9px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateY(-2px) rotate(45deg);
}

.landing-about {
	position: relative;
	padding: 34px 0 30px;
	border-bottom: 0;
	background: #fff;
}

.landing-about::after {
	content: "";
	position: absolute;
	right: 15%;
	bottom: 0;
	left: 15%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--color-gold) 50%, transparent);
}

.landing-about__intro,
.landing-about__gallery {
	width: min(calc(100% - (var(--site-gutter) * 2)), var(--site-container));
	margin: 0 auto;
}

.landing-about__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.95fr);
	gap: clamp(28px, 5vw, 58px);
	align-items: start;
}

.landing-about__video {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 1px solid var(--color-gold);
	border-radius: 5px;
	background: #080706;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.landing-about__video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.landing-about__video {
	aspect-ratio: 16/9;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	box-sizing: border-box;
	border: 0;
	border-radius: 10px;
}

.landing-about__embed {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid var(--color-gold);
	border-radius: 10px;
	background: #0b0a09;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
}

.landing-about__embed .landing-about__video-blur {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(20px) brightness(.68);
	transform: scale(1.14);
	opacity: 1;
	background: #2b241d;
}

.landing-about__embed .landing-about__video-main {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: transparent;
}

.landing-about__embed .landing-about__video-main::-webkit-media-controls {
	display: none !important;
}

.landing-about__embed .landing-about__video-main {
	pointer-events: none;
}

@media (max-width:700px) {
	.landing-about__video {
		aspect-ratio: 9/16;
		max-width: 390px;
		margin: 0 auto;
	}
}

.landing-about__play {
	appearance: none;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	padding: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	transform: translate(-50%, -50%);
	cursor: pointer;
	opacity: 1;
	transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.landing-about__play.is-playing {
	opacity: 0;
}

.landing-about__video:hover .landing-about__play,
.landing-about__play:focus-visible {
	opacity: 1;
}

.landing-about__play:hover,
.landing-about__play:focus-visible {
	background: rgba(142, 79, 24, 0.55);
	transform: translate(-50%, -50%) scale(1.06);
}

.landing-about__play span {
	content: "";
	margin-left: 4px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 14px solid #fff;
}

.landing-about__play.is-playing span {
	width: 12px;
	height: 16px;
	margin-left: 0;
	border: 0;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
}

.landing-about__eyebrow,
.landing-about__gallery-title {
	margin: 3px 0 10px;
	color: var(--color-gold-light);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.22em;
}

.landing-about__copy h2 {
	margin: 0 0 14px;
	color: #1d1a17;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.8rem, 2.7vw, 2.55rem);
	font-weight: 500;
}

.landing-about__copy p:not(.landing-about__eyebrow) {
	max-width: 490px;
	margin: 0 0 8px;
	color: #514a43;
	font-size: 0.96rem;
	line-height: 1.55;
}

.landing-about__gallery {
	margin-top: 25px;
}

.landing-about__gallery-title {
	display: flex;
	align-items: center;
	gap: 14px;
	justify-content: center;
	margin-bottom: 13px;
	text-align: center;
}

.landing-about__gallery-title::before,
.landing-about__gallery-title::after {
	content: "";
	width: min(150px, 18vw);
	height: 1px;
	background: rgba(181, 112, 39, 0.45);
}


.landing-about__gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(92%, 1060px);
	margin: 0 auto;
	gap: 14px;
}

.landing-about__gallery-item {
	margin: 0;
	text-align: center;
}

.landing-about__gallery-item img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border: 1px solid rgba(181, 112, 39, 0.75);
	border-radius: 5px;
}

.landing-about__gallery-item figcaption {
	margin-top: 7px;
	color: #514a43;
	font-size: 0.62rem;
}

.landing-origin {
	position: relative;
	padding: 0;
	border-top: 1px solid rgba(181, 112, 39, 0.28);
	background: #fff;
}

.landing-origin__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	width: min(calc(100% - (var(--site-gutter) * 2)), var(--site-container));
	min-height: 310px;
	margin: 0 auto;
}

.landing-origin__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 42px clamp(22px, 4vw, 62px) 42px 0;
}

.landing-origin__eyebrow {
	margin: 0 0 12px;
	color: var(--color-gold);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.landing-origin h2 {
	max-width: 560px;
	margin: 0 0 16px;
	color: #2a2520;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.65rem, 2.5vw, 2.45rem);
	font-weight: 500;
	line-height: 1.02;
}

.landing-origin__copy>p:last-child {
	max-width: 500px;
	margin: 0;
	color: #5a5148;
	font-size: 0.92rem;
	line-height: 1.45;
}

.landing-origin__image {
	min-height: 310px;
	overflow: hidden;
}

.landing-origin__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 310px;
	object-fit: cover;
}

/* Origem da plataforma: imagem em largura total com overlay de leitura. */
.landing-origin {
	position: relative;
	min-height: 430px;
	background: #17110c url('../images/landing/origem-plataforma.webp') 78% center / cover no-repeat;
	overflow: hidden;
}

.landing-origin::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 6, 4, .93) 0%, rgba(8, 6, 4, .78) 32%, rgba(8, 6, 4, .25) 60%, rgba(8, 6, 4, .04) 100%);
}

.landing-origin__inner {
	position: relative;
	display: block;
	width: min(calc(100% - (var(--site-gutter) * 2)), var(--site-container));
	min-height: 430px;
	margin: 0 auto;
}

.landing-origin__copy {
	position: relative;
	z-index: 1;
	width: min(58%, 700px);
	padding: clamp(58px, 7vw, 92px) 0;
	color: #fff;
}

.landing-origin__copy h2 {
	color: #fff;
}

.landing-origin__copy>p:last-child {
	color: rgba(255, 255, 255, .86);
}

.landing-origin__image {
	display: none;
}

@media (max-width: 700px) {
	.landing-origin {
		min-height: 520px;
		background-position: 62% center;
	}

	.landing-origin__inner {
		min-height: 520px;
	}

	.landing-origin::before {
		background: linear-gradient(90deg, rgba(8, 6, 4, .84), rgba(8, 6, 4, .52));
	}

	.landing-origin__copy {
		width: 100%;
		padding: 52px 0;
	}
}

.landing-benefits,
.landing-plans {
	position: relative;
	color: #f5f1eb;
	background: #090806;
}

.landing-benefits {
	padding: clamp(58px, 8vw, 96px) 0 clamp(52px, 7vw, 82px);
	border-bottom: 1px solid rgba(181, 112, 39, .4);
}

.landing-benefits__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(32px, 6vw, 80px);
	align-items: center;
	width: min(calc(100% - (var(--site-gutter)*2)), var(--site-container));
	margin: 0 auto;
}

.landing-benefits__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.landing-benefits__eyebrow,
.landing-plans__eyebrow {
	margin: 0 0 20px;
	color: var(--color-gold-light);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .22em;
}

.landing-benefits__list {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.landing-benefits__list li {
	position: relative;
	padding-left: 25px;
	color: #eee8df;
	font-size: .98rem;
	line-height: 1.35;
}

.landing-benefits__list li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-gold-light);
	content: "✓";
	font-weight: 700;
}

.landing-benefits__badges {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin-top: 30px;
}

.landing-benefits__badges div {
	min-height: 68px;
	padding: 11px 10px;
	border: 1px solid rgba(181, 112, 39, .5);
	border-radius: 6px;
	background: rgba(20, 16, 12, .62);
}

.landing-benefits__badges strong,
.landing-benefits__badges span {
	display: block;
}

.landing-benefits__badges strong {
	color: #f3d59b;
	font-size: .67rem;
	line-height: 1.25;
}

.landing-benefits__badges span {
	margin-top: 5px;
	color: #aaa19a;
	font-size: .58rem;
	line-height: 1.25;
}

.landing-plans {
	padding: clamp(62px, 8vw, 100px) 0 clamp(74px, 9vw, 112px);
	text-align: center;
}

.landing-plans::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--color-gold) 50%, transparent);
	content: "";
}

.landing-plans h2 {
	max-width: 820px;
	margin: 0 auto 38px;
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.75rem, 2.7vw, 2.35rem);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -.02em;
}

.landing-plans__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 var(--site-gutter);
}

.landing-plan-card {
	position: relative;
	display: flex;
	min-height: 390px;
	flex-direction: column;
	align-items: center;
	padding: 38px 34px 24px;
	border: 1px solid rgba(181, 112, 39, .9);
	border-radius: 10px;
	background: #0e0e0d;
}

.landing-plan-card h3 {
	margin: 0;
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.45rem, 2.1vw, 1.8rem);
	font-weight: 600;
}

.landing-plan-card__price {
	margin-top: 10px;
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.55rem, 4vw, 3.35rem);
	line-height: 1;
}

.landing-plan-card__unit {
	margin-top: 5px;
	color: #c7c0bb;
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: .08em;
}

.landing-plan-card__tag {
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	min-height: 18px;
	padding: 5px 18px;
	color: #26170b;
	background: linear-gradient(180deg, #d89a3c, #9c5c18);
	border-radius: 10px 10px 0 0;
	font-size: .58rem;
	font-weight: 700;
	letter-spacing: .1em;
}

.landing-plan-card hr {
	width: 100%;
	margin: 30px 0 20px;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.landing-plan-card ul {
	width: 100%;
	min-height: 104px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.landing-plan-card li {
	position: relative;
	margin: 0 0 9px;
	padding-left: 22px;
	color: #e8dfd5;
	font-size: .8rem;
	line-height: 1.3;
}

.landing-plan-card li::before {
	position: absolute;
	left: 0;
	color: #d49a43;
	content: "✓";
	font-weight: 700;
}

.landing-plan-card__contact {
	margin-top: 12px;
	color: #e8c98e;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.85rem;
	font-weight: 500;
}

.landing-plan-card a {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	margin-top: auto;
	padding: 15px 18px;
	border: 1px solid var(--color-gold);
	border-radius: 6px;
	color: #fff;
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 220ms ease, transform 220ms ease;
}

.landing-plan-card a:hover {
	color: #fff;
	background: rgba(181, 112, 39, .2);
	transform: translateY(-2px);
}

.landing-plan-card--featured a {
	background: #ad641d;
}

.landing-plan-card--featured a:hover {
	background: #c0792d;
}

.landing-plan-card--premium a {
	margin-top: auto;
}

.landing-plan-card form {
	width: 100%;
	margin-top: auto;
}

.landing-plan-card form button {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 15px 18px;
	border: 1px solid var(--color-gold);
	border-radius: 6px;
	color: #fff;
	background: transparent;
	font-size: .82rem;
	font-weight: 700;
	cursor: pointer;
}

.landing-plan-card--featured form button {
	background: #ad641d;
}

.landing-plan-card form button:hover {
	background: rgba(181, 112, 39, .2);
}

.landing-plan-card--featured form button:hover {
	background: #c0792d;
}

.landing-services {
	padding: 56px 0 96px;
	background: #fff;
	color: #191512;
	overflow: hidden;
}

.landing-services__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
	text-align: center;
}

.landing-services__eyebrow {
	margin: 0 0 12px;
	color: #b56d22;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .3em;
}

.landing-services h2 {
	margin: 0 0 42px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	font-weight: 500;
}

.landing-services__viewport {
	overflow: hidden;
}

.landing-services__track {
	display: flex;
	gap: 20px;
	width: max-content;
	animation: landing-services-scroll 34s linear infinite;
}

.landing-services__track {
	animation: none;
	transition: transform .55s ease;
}

.landing-services__viewport {
	width: calc(100% - 120px);
	margin: 0 auto;
	padding: 0 2px 4px;
}

.landing-services__arrow {
	position: absolute;
	z-index: 2;
	top: 58%;
	width: 44px;
	height: 44px;
	border: 1px solid #b56d22;
	border-radius: 50%;
	color: #b56d22;
	background: #fff;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
}

.landing-services__inner {
	position: relative;
}

.landing-services__arrow--prev {
	left: 0;
}

.landing-services__arrow--next {
	right: 0;
}

.landing-services__arrow:hover {
	color: #fff;
	background: #b56d22;
}
@media (max-width: 700px) {
	.landing-services__arrow { width:42px; height:42px; top:58%; }
	.landing-services__arrow--prev { left:12px; }
	.landing-services__arrow--next { right:12px; }
	.landing-services__viewport { width:calc(100% - 92px); }
}
@media (max-width: 390px) {
	.landing-services__viewport { width:220px; max-width:calc(100% - 96px); }
	.landing-service-card { width:220px; height:330px; }
	.landing-services__arrow--prev { left:8px; }
	.landing-services__arrow--next { right:8px; }
}

.landing-service-card {
	position: relative;
	width: 240px;
	height: 360px;
	flex: none;
	overflow: hidden;
	border: 1px solid #b56d22;
	border-radius: 10px;
	background: #0d0c0b;
	text-align: left;
}

.landing-service-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}

.landing-service-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 26px 22px;
	color: #fff;
	background: transparent;
	transition: justify-content .45s ease;
}

.landing-service-card h3 {
	margin: 0;
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.8rem;
	line-height: 1.05;
	transform: translateY(0);
	transition: transform .45s ease;
}

.landing-service-card h3 {
	max-width: 100%;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.landing-service-card p {
	max-height: 0;
	margin: 0;
	overflow: hidden;
	color: #eadfce;
	font-size: .9rem;
	line-height: 1.45;
	opacity: 0;
	transition: max-height .45s ease, opacity .35s ease, margin .45s ease;
}

.landing-service-card a {
	display: inline-flex;
	max-height: 0;
	margin-top: 0;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	border: 1px solid #d59a4a;
	border-radius: 5px;
	color: #fff;
	background: #a8611b;
	font-size: .76rem;
	font-weight: 700;
	text-decoration: none;
	opacity: 0;
	transition: max-height .45s ease, opacity .35s ease, margin .45s ease, padding .45s ease;
}

.landing-service-card:hover img,
.landing-service-card:focus-within img {
	transform: scale(1.06);
}

.landing-service-card:hover .landing-service-card__overlay,
.landing-service-card:focus-within .landing-service-card__overlay {
	justify-content: center;
}

.landing-service-card:hover h3,
.landing-service-card:focus-within h3 {
	transform: translateY(-8px);
}

.landing-service-card:hover p,
.landing-service-card:focus-within p {
	max-height: 100px;
	margin: 10px 0 16px;
	opacity: 1;
}

.landing-service-card:hover a,
.landing-service-card:focus-within a {
	max-height: 48px;
	margin-top: 0;
	padding: 12px 14px;
	opacity: 1;
}

.landing-service-card__overlay {
	isolation: isolate;
}

.landing-service-card__overlay::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: rgba(6, 5, 4, .72);
	backdrop-filter: blur(0);
	content: "";
	opacity: 0;
	transition: opacity .45s ease, backdrop-filter .45s ease;
}

.landing-service-card__overlay>* {
	position: relative;
	z-index: 1;
}

.landing-service-card h3 {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .4s ease, transform .45s ease;
}

.landing-service-card:hover .landing-service-card__overlay::before,
.landing-service-card:focus-within .landing-service-card__overlay::before {
	opacity: 1;
	backdrop-filter: blur(5px);
}

.landing-service-card:hover h3,
.landing-service-card:focus-within h3 {
	opacity: 1;
	transform: translateY(0);
}

.landing-services.is-returning .landing-service-card__overlay {
	justify-content: flex-end;
}

.landing-services.is-returning .landing-service-card__overlay::before {
	opacity: 0;
	backdrop-filter: none;
}

.landing-services.is-returning .landing-service-card h3 {
	opacity: 0;
	transform: translateY(18px);
}

.landing-services.is-returning .landing-service-card p {
	max-height: 0;
	margin: 0;
	opacity: 0;
}

.landing-services.is-returning .landing-service-card a {
	max-height: 0;
	margin-top: 0;
	padding: 0 14px;
	opacity: 0;
}

@keyframes landing-services-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - 10px));
	}
}

@media (max-width:700px) {
	.landing-services {
		padding: 48px 0 70px;
	}

	.landing-service-card {
		width: 220px;
		height: 330px;
	}

	.landing-services__track {
		animation-duration: 28s;
	}
}

.landing-plans__trust {
	margin: 16px auto 0;
	color: #c8b9aa;
	font-size: .75rem;
}

.landing-plans__trust span {
	padding: 0 8px;
	color: #b97829;
}

/* Composição dos planos alinhada ao mockup, mantendo o fundo original. */
.landing-plans {
	padding: clamp(58px, 7vw, 88px) 0 clamp(62px, 7vw, 82px);
}

.landing-plans__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 12px;
	font-size: .65rem;
	letter-spacing: .3em;
}

.landing-plans__eyebrow::before,
.landing-plans__eyebrow::after {
	width: 96px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--color-gold));
	content: "";
}

.landing-plans__eyebrow::after {
	background: linear-gradient(90deg, var(--color-gold), transparent);
}

.landing-plans__title-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.landing-plans h2 {
	max-width: 960px;
	margin-bottom: 30px;
	font-size: clamp(2rem, 3.2vw, 3rem);
	line-height: 1.02;
}

.landing-plans__grid {
	width: min(100% - 48px, 850px);
	max-width: 850px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding: 0;
}

.landing-plan-card {
	min-height: 326px;
	padding: 28px 22px 18px;
	border-radius: 7px;
	background: #20201e;
}

.landing-plan-card h3 {
	font-family: inherit;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.landing-plan-card__price {
	margin-top: 14px;
	font-size: clamp(2rem, 3.2vw, 2.65rem);
}

.landing-plan-card__unit {
	display: inline-block;
	margin: -1.9em 0 0 8.5em;
	font-size: .62rem;
	letter-spacing: 0;
}

.landing-plan-card hr {
	margin: 25px 0 17px;
	border-top-color: rgba(255, 255, 255, .16);
}

.landing-plan-card ul {
	min-height: 112px;
}

.landing-plan-card li {
	margin-bottom: 8px;
	padding-left: 17px;
	font-size: .63rem;
	line-height: 1.35;
}

.landing-plan-card a {
	padding: 10px 12px;
	border-radius: 4px;
	font-size: .66rem;
	font-weight: 600;
	text-transform: none;
}

.landing-plan-card--featured {
	padding-top: 40px;
	border-color: #c58a35;
	background: linear-gradient(180deg, #f0c675 0%, #d9a752 100%);
	color: #2a1b0c;
}

.landing-plan-card--featured h3,
.landing-plan-card--featured .landing-plan-card__price,
.landing-plan-card--featured .landing-plan-card__unit,
.landing-plan-card--featured li {
	color: #24170b;
}

.landing-plan-card--featured hr {
	border-top-color: rgba(61, 37, 12, .25);
}

.landing-plan-card--featured li::before {
	color: #62400f;
}

.landing-plan-card__tag {
	top: -1px;
	min-height: 16px;
	padding: 4px 10px;
	border-radius: 7px 7px 0 0;
	font-size: .5rem;
	letter-spacing: .08em;
}

.landing-plan-card--featured a {
	border-color: rgba(98, 64, 15, .3);
	background: #b67a1f;
	color: #fff;
}

.landing-plan-card--premium .landing-plan-card__contact {
	margin-top: 13px;
	font-size: 1.65rem;
}

.landing-plans__trust {
	margin-top: 12px;
	font-size: .66rem;
}

@media (max-width: 700px) {
	.landing-plans__grid {
		width: min(100% - 32px, 420px);
		grid-template-columns: 1fr;
	}

	.landing-plan-card__unit {
		margin: -1.9em 0 0 8em;
	}
}

@media (max-width: 700px) {
	.landing-hero {
		min-height: 700px;
		background-position: 62% center;
	}

	.landing-hero__overlay {
		background:
			linear-gradient(90deg, rgba(5, 4, 3, 0.91), rgba(5, 4, 3, 0.43)),
			linear-gradient(0deg, rgba(5, 4, 3, 0.82), transparent 55%);
	}

	.landing-hero__content {
		padding-top: 170px;
		padding-bottom: 82px;
	}

	.landing-about {
		padding-top: 28px;
	}

	.landing-about__intro {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.landing-about__gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 10px;
	}

	.landing-origin__inner {
		grid-template-columns: 1fr;
	}

	.landing-origin__copy {
		padding: 38px 0;
	}

	.landing-origin__image,
	.landing-origin__image img {
		min-height: 230px;
	}

	.landing-benefits__inner {
		grid-template-columns: 1fr;
	}

	.landing-plans__grid {
		grid-template-columns: 1fr;
	}

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

	.landing-plan-card {
		min-height: 350px;
	}
}

/* Refinamento final dos planos: hierarquia, alinhamento e placeholders dos SVGs. */
.landing-plans__eyebrow {
	margin-bottom: 34px;
	font-size: .78rem;
	letter-spacing: .34em;
}

.landing-plans__grid {
	margin-top: 0;
}

.landing-plan-card {
	min-height: 350px;
	padding: 30px 26px 20px;
}

.landing-plan-card__price {
	display: block;
	margin-top: 14px;
	line-height: 1;
}

.landing-plan-card__unit {
	display: block;
	margin: 9px 0 0;
	font-size: .62rem;
	line-height: 1;
	letter-spacing: .08em;
}

.landing-plan-card hr {
	margin: 28px 0 20px;
}

.landing-plan-card ul {
	min-height: 126px;
}

.landing-plan-card li {
	margin-bottom: 10px;
	font-size: .68rem;
	line-height: 1.4;
}

.landing-plans__trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.landing-plans__trust-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.landing-plans__trust-icon {
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	object-fit: contain;
	opacity: .9;
}

.landing-plans__trust-separator {
	color: var(--color-gold);
}
