html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Mozaic GEO', sans-serif !important;
	font-weight: 400;
}

p {
	font-size: 0.875rem;
	margin: 0 !important;
}

section {
	padding: 1rem;
}

.hero {
	height: 100dvh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* ou center, dependendo do layout */
	position: relative;
	background-color: #D7D2CB;
	overflow: hidden;
	z-index: 1;
	border-bottom: 1rem solid var(--acent-color) !important;
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/textura-fundo-foto.png');
	opacity: 0.3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform-origin: center;
	z-index: 0;
}

.top-bar {
	margin-bottom: 1rem;
}

.logo-container,
.hero-pic-container {
	display: block;
}

.logo-container {
	width: 200px;
	margin: auto;
	z-index: 1;
}

.logo-top-bar,
.hero-pic {
	max-width: 100%;
}

.hero-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: justify-content;
	justify-content: space-between;
	padding: 1rem 1rem 0 1rem;
	gap: 1rem;
	z-index: 1;
}

.hero-pic-container {
	width: 100%;
	text-align: center;
}

.wanna-btn-hero {
	margin: 1rem auto !important;
	transition: all 0.3s ease;
}

.wanna-btn-hero:hover {
	background-color: transparent !important;
	color: inherit !important;
	border: 1px solid currentColor;
}

.hero-txt {
	text-align: center;
}

.hero-txt p {
	font-size: 0.85rem !important;
	margin-bottom: 1.15rem !important;
	line-height: 1rem;
	text-align: center;
	padding: 0 1rem 0 1rem;
}

.hero-txt p:last-child {
	margin: 0 !important;
}

.hero-txt h1 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.hero-txt h1 span,
.not-alone h2 span {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 3px;
	text-decoration-color: var(--color-accent);
}

.hero-subtitle {
	text-transform: uppercase;
	text-align: center;
	color: #6e6e6e !important;
	text-shadow: none;
}

.treat-area {
	display: grid;
	padding: 1rem;
	gap: 1rem;
}

.treat-area h2 {
	color: var(--color-accent);
	text-align: center;
}

.treat-area h2,
.treat h3,
.treat h4 {
	text-transform: uppercase;
	margin: 0 !important;
	font-weight: bold;
}

.treat-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.treat {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem;
	border-radius: 10px;
	border: none;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.treat h3,
.treat h4 {
	color: var(--color-accent);
	text-transform: uppercase;
	text-align: center;
}

.treat h3 {
	font-size: 0.9rem;
}

.treat h4 {
	font-size: 0.75rem;
	font-weight: normal;
}

.treat-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.treat-content p {
	text-align: center;
}

.icon-container {
	width: 100px;
	height: 100px;
}

.icon {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
}

.wanna-btn {
	width: 75%;
	margin: auto;
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	padding: 0.5rem 0.75rem;
	font-size: 0.8rem;
	font-weight: bold;
	border: 1px solid transparent;
	background: white;
	/* fundo final */
	transition: color 0.5s, border 0.5s;
}

.wanna-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #EBD9B8, #CDA788, #A37C5D);
	transition: transform 0.5s ease;
	transform: translateX(0%);
	z-index: 0;
}

.wanna-btn:hover::before {
	transform: translateX(100%);
}

.wanna-btn:hover {
	color: var(--color-dark);
	border: 1px solid var(--color-accent);
}

.wanna-btn span {
	position: relative;
	z-index: 1;
}

.not-alone {
	height: 100dvh;
	position: relative;
	overflow: hidden;
	padding: 1rem 1rem 0 2rem;
}

/*
.not-alone::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background-image: url('../img/foto-val.jpeg');
	background-size: cover;
	background-position: center;
	 
	opacity: 0.2;
	z-index: -1;
}
	*/

.not-alone h2 {
	text-align: center;
}

.not-alone h2,
.results h2,
.about h2,
.meet h2 {
	color: var(--color-accent);
	text-transform: uppercase;
	font-weight: bold;
}

.not-alone-txt {
	flex-direction: column;
	gap: 2rem;
}

.not-alone p {
	font-size: 0.95rem;
	margin-bottom: 0.75rem !important;
	text-align: center;
}

.results {
	text-align: center;
}

.results p {
	margin-bottom: 0.5rem !important;
}

.results p:last-of-type {
	font-weight: bold;
	color: var(--color-dark);
}

.about {
	padding: 1rem 0 1rem 0 !important;
}

.about-content {
	padding: 1rem;
	padding-bottom: 0;
}

.about-content p {
	font-size: 1rem !important;
}

.about-pic-container {
	width: 80%;
	display: block;
	margin: auto;
}

.about-pic-container img {
	max-width: 100%;
	display: block;
	border: 3px solid var(--color-accent);
	border-radius: 10%;
}

.about h2,
.about-subtitle {
	text-align: center;
}

.about-subtitle {
	color: var(--color-accent);
	margin-bottom: .5rem !important;
}

.about-content {
	margin: 1rem 0;
}

.about-content p:first-of-type {
	margin: 0 !important;
}

.about-content p {
	margin-top: 1rem !important;
}

.black-bold,
.help {
	font-weight: bold;
}

.gold-txt,
.help {
	color: var(--color-accent);
}

.meet {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: center;
	justify-content: center;
}

.meet h2 {
	text-align: center;
}

footer {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	background-color: var(--color-light);
	padding: 2rem 1rem;
}

.footer-logo-area {
	width: 250px;
	display: block;
}

.footer-logo-area img {
	max-width: 100%;
}

.social-area {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.social-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
}

.social-txt h5 {
	margin: 0;
	font-weight: normal;
}

.social-txt a {
	text-decoration: none;
	color: var(--color-dark);
	font-weight: bold;
}

.social-icon {
	color: var(--color-accent);
	font-size: 2rem;
}

.title {
	text-align: center;
	color: var(--color-accent);
	margin: 30px 0 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}


.carousel-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.carousel-container {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	cursor: grab;
}

.carousel-container:active {
	cursor: grabbing;
}

.carousel {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	padding: 1rem;
}

.carousel img {
	flex-shrink: 0;
	border: 4px solid var(--acent-color);
	border-radius: 8px;
	transition: border 0.3s ease;
	height: auto;
	max-height: 600px;
}

/* Hover para esconder borda */
.carousel img:hover {
	border-color: transparent;
}

/* Botões */
.carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
	font-size: 2rem;
	cursor: pointer;
	z-index: 999;
	padding: 12px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.prev {
	width: 50px;
	height: 50px;
	left: 10px;
}

.next {
	right: 10px;
}

/* Responsivo */
@media (max-width: 767px) {
	.carousel img {
		width: 100%;
		max-width: 300px;
	}
}


.subtitle {
	text-align: center;
	color: #666;
	margin-bottom: 30px;
	font-size: 1.1rem;
}

.custom-icon {
	font-size: 2rem;
	color: var(--color-dark);
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.modal-backdrop.show {
	opacity: 0.9;
}

/* ====== Estilo base ====== */
.depoimentos-carousel {
	position: relative;
	max-width: 1200px;
	margin: 2rem auto 0 auto;
	background-color: transparent;
	overflow: hidden;
}

@media (max-width: 767px) {
	.depoimentos-carousel {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.depoimentos-wrapper {
	display: flex;
	transition: transform 0.5s ease;
	cursor: grab;
	width: 100%;
	flex-wrap: nowrap;
	margin-bottom: 1rem;
}

/* Cada depoimento é um card */
.depoimento {
	flex: 0 0 100%;
	text-align: center;
	padding: 2rem;
	transform: scale(0.9);
	transition: transform 0.5s ease, opacity 0.5s ease;
	background: #fafafa;
	border: 1px solid var(--color-accent);
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(205, 137, 136, 0.05);
}

/* Card ativo no meio */
.depoimento.active {
	opacity: 1;
	transform: scale(1);
	z-index: 2;
}

.depoimento p {
	font-size: 1rem;
	margin-bottom: 0;
	hyphens: auto;
	text-align: justify;
	padding: 1rem 0;
}

.depoimento strong {
	color: var(--color-accent);
	text-transform: uppercase;
	font-size: 1.1rem;
}

/* Botões de navegação */
.depoimento-anterior,
.depoimento-proximo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(205, 167, 136, 0.7);
	color: var(--color-dark);
	border: none;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 10;
	transition: background-color 0.3s;
	opacity: 0.8;
	display: flex;
	justify-content: center;
	align-items: center;
}

.depoimento-anterior:hover,
.depoimento-proximo:hover {
	background-color: var(--color-light);
}

.depoimento-anterior {
	left: 0;
}

.depoimento-proximo {
	right: 0;
}

/* ====== Tablet: min-width 768px ====== */
@media (min-width: 768px) {
	.depoimentos-carousel {
		padding: 0 2rem;
	}

	.depoimento p {
		font-size: 1.1rem;
	}

	.depoimento strong {
		font-size: 1.2rem;
	}
}

/* ====== Laptop e Desktop: min-width 1024px ====== */
@media (min-width: 1024px) {
	.depoimento {
		flex: 0 0 calc(33.333% - 1rem);
	}

	.depoimento.active {
		flex: 0 0 calc(33.333% - 1rem);
	}

	.depoimento p {
		font-size: 1.2rem;
	}

	.depoimento strong {
		font-size: 1.3rem;
	}

	.depoimentos-wrapper {
		gap: 1.5rem;
	}
}

.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	background-color: #25D366;
	color: white;
	border-radius: 50%;
	text-align: center;
	font-size: 32px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.whatsapp-float:hover {
	background-color: #1ebe5d;
	transform: scale(1.1);
	color: #fff;
}