/* Felix Page Creator — Frontend Styles */

.fpc-hero {
	margin-bottom: 2rem;
}

.fpc-hero__title {
	margin-bottom: 1rem;
	line-height: 1.2;
}

.fpc-hero__intro p {
	margin-bottom: 1rem;
	line-height: 1.7;
}

.fpc-hero__cta {
	margin-top: 1.5rem;
}

.fpc-button {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background: #1a73e8;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	transition: background 0.2s ease;
}

.fpc-button:hover {
	background: #1557b0;
	color: #fff;
}

.fpc-content-section {
	margin-bottom: 2rem;
}

.fpc-content-section__title {
	margin-bottom: 1rem;
	line-height: 1.3;
}

.fpc-content-section__content p {
	margin-bottom: 1rem;
	line-height: 1.7;
}

.fpc-content-section__list {
	margin: 1rem 0 1.5rem 1.5rem;
	padding: 0;
	list-style: disc;
}

.fpc-content-section__list li {
	margin-bottom: 0.5rem;
	line-height: 1.6;
}

.fpc-contact-info {
	margin: 2rem 0;
	padding: 1.5rem;
	background: #f8f9fa;
	border-radius: 8px;
}

.fpc-contact-info__item {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0 0 0.75rem;
	line-height: 1.6;
}

.fpc-contact-info__item:last-child {
	margin-bottom: 0;
}

.fpc-contact-info__icon {
	flex-shrink: 0;
}

.fpc-contact-info__phone a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
}

.fpc-contact-info__phone a:hover {
	text-decoration: underline;
}

.fpc-google-maps {
	margin: 2rem 0;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.fpc-google-maps__iframe {
	display: block;
	width: 100%;
	max-width: 100%;
}

.fpc-faq {
	margin: 2rem 0;
}

.fpc-faq__title {
	margin-bottom: 1.5rem;
}

.fpc-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.fpc-faq__item {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fff;
}

.fpc-faq__question {
	padding: 1rem 1.25rem;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
	line-height: 1.5;
}

.fpc-faq__question::-webkit-details-marker {
	display: none;
}

.fpc-faq__question::before {
	content: "+";
	display: inline-block;
	width: 1.25rem;
	margin-right: 0.5rem;
	font-weight: 700;
	color: #1a73e8;
}

.fpc-faq__item[open] .fpc-faq__question::before {
	content: "−";
}

.fpc-faq__answer {
	padding: 0 1.25rem 1rem 2.75rem;
	line-height: 1.7;
	color: #444;
}

.fpc-faq__answer p {
	margin: 0 0 0.75rem;
}

.fpc-faq__answer p:last-child {
	margin-bottom: 0;
}

.fpc-business-schema-notice {
	padding: 0.75rem 1rem;
	background: #e8f4fd;
	border: 1px dashed #1a73e8;
	border-radius: 4px;
	color: #1a73e8;
	font-size: 0.875rem;
	text-align: center;
}

@media (max-width: 768px) {
	.fpc-hero__title {
		font-size: 1.75rem;
	}

	.fpc-contact-info {
		padding: 1rem;
	}

	.fpc-faq__answer {
		padding-left: 1.25rem;
	}
}
