.villa-faq-accordion-31bf3555 {
	max-width: 800px;
	margin: 3rem auto;
	padding: 0 1.5rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.villa-faq-header-31bf3555 {
	text-align: center;
	margin-bottom: 2.5rem;
}

.villa-faq-label-31bf3555 {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #b48b53;
	background: rgba(180, 139, 83, 0.1);
	padding: 0.35em 1em;
	border-radius: 2rem;
	margin-bottom: 0.75rem;
	font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.villa-faq-title-31bf3555 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #231c17;
	margin: 0 0 0.75rem 0;
	line-height: 0.94;
	letter-spacing: -0.055em;
	font-family: Georgia, 'Times New Roman', serif;
}

.villa-faq-subtitle-31bf3555 {
	font-size: 1.05rem;
	color: #766a5d;
	margin: 0.75rem 0 0 0;
	line-height: 1.65;
}

.villa-faq-items-31bf3555 {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.villa-faq-item-31bf3555 {
	border-bottom: 1px solid #E8E0D6;
}

.villa-faq-item-31bf3555:first-child {
	border-top: 1px solid #E8E0D6;
}

.villa-faq-question-31bf3555 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-size: 1.05rem;
	font-weight: 850;
	color: #26382d;
	line-height: 1.4;
	transition: color 0.2s ease;
	font-family: inherit;
}

.villa-faq-question-31bf3555:hover {
	color: #b48b53;
}

.villa-faq-question-text-31bf3555 {
	flex: 1;
}

.villa-faq-icon-31bf3555 {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(180, 139, 83, 0.08);
	color: #b48b53;
	transition: transform 0.3s ease, background 0.3s ease;
}

.villa-faq-icon-v-31bf3555 {
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.villa-faq-item-31bf3555.is-open .villa-faq-icon-v-31bf3555 {
	opacity: 0;
	transform: scaleY(0);
}

.villa-faq-item-31bf3555.is-open .villa-faq-icon-31bf3555 {
	background: rgba(180, 139, 83, 0.15);
}

.villa-faq-answer-31bf3555 {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.villa-faq-answer-inner-31bf3555 {
	padding: 0 0 1.25rem 0;
}

.villa-faq-answer-inner-31bf3555 p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.7;
	color: #766a5d;
}

@media (max-width: 768px) {
	.villa-faq-accordion-31bf3555 {
		padding: 0 1rem;
		margin: 2rem auto;
	}

	.villa-faq-title-31bf3555 {
		font-size: 1.75rem;
	}

	.villa-faq-subtitle-31bf3555 {
		font-size: 0.95rem;
	}

	.villa-faq-question-31bf3555 {
		font-size: 0.95rem;
		padding: 1rem 0;
	}

	.villa-faq-answer-inner-31bf3555 p {
		font-size: 0.9rem;
	}
}
