.faq-section { background: #fafafa; padding: 40px 0; }
	.faq-title { font-size: 32px; font-weight: bold; margin-bottom: 30px; }
	.faq-item { border-bottom: 1px solid #e5e5e5; padding: 35px 0; }
	.faq-question { font-size: 20px; font-weight: 600; cursor: pointer; position: relative; display: flex; align-items: center; justify-content: space-between; }
	.faq-toggle { margin-left: 10px; display: flex; align-items: center; transition: color 0.2s; }
	.faq-answer { color: #444; font-size: 16px; margin-top: 10px; padding-left: 2px; }
	.faq-item:last-child { border-bottom: none; }
	@media only screen and (max-width: 767px){
		.faq-toggle { width: 16px; }
		.faq-title { font-size: 26px; }
		.faq-question { font-size: 18px; }
		.faq-item { padding: 16px 0; }
	}