/* =========================================================
   FAQ Section — Home Page
   divorceattorneylongisland.net
   ========================================================= */

.attorna-faq-section {
	padding: 70px 0 80px;
	background-color: #f9f9f9;
}

/* Head */
.attorna-faq-head {
	text-align: center;
	margin-bottom: 48px;
}

.attorna-faq-title {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 12px;
	line-height: 1.25;
}

.attorna-faq-subtitle {
	font-size: 16px;
	color: #555;
	margin: 0;
}

/* Section divider titles */
.attorna-faq-section-title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #9a1b1f; /* deep red — law firm accent; adjust to match brand */
	margin: 40px 0 16px;
	padding-bottom: 8px;
	border-bottom: 2px solid #e8e8e8;
}

.attorna-faq-section-title:first-of-type {
	margin-top: 0;
}

/* FAQ list */
.attorna-faq-list {
	max-width: 860px;
	margin: 0 auto;
}

/* Individual item */
.attorna-faq-item {
	border-bottom: 1px solid #e0e0e0;
}

.attorna-faq-item:first-child {
	border-top: 1px solid #e0e0e0;
}

/* Question button */
.attorna-faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	gap: 16px;
}

.attorna-faq-question:focus-visible {
	outline: 2px solid #9a1b1f;
	outline-offset: 2px;
	border-radius: 2px;
}

.attorna-faq-question-text {
	font-size: 16px;
	font-weight: 600;
	color: #1a1a2e;
	line-height: 1.4;
	flex: 1;
}

.attorna-faq-question:hover .attorna-faq-question-text,
.attorna-faq-question[aria-expanded="true"] .attorna-faq-question-text {
	color: #9a1b1f;
}

/* +/- icon */
.attorna-faq-icon {
	flex-shrink: 0;
	color: #9a1b1f;
	transition: transform 0.2s ease;
}

.attorna-faq-question[aria-expanded="true"] .attorna-faq-icon {
	transform: rotate(45deg);
}

/* Answer panel */
.attorna-faq-answer {
	overflow: hidden;
}

.attorna-faq-answer[hidden] {
	display: none;
}

.attorna-faq-answer-inner {
	padding: 0 0 20px;
	font-size: 15px;
	line-height: 1.7;
	color: #444;
}

.attorna-faq-answer-inner strong {
	color: #1a1a2e;
}

.attorna-faq-answer-inner em {
	font-style: italic;
}

/* CTA footer */
.attorna-faq-cta {
	text-align: center;
	margin-top: 48px;
	font-size: 16px;
	color: #555;
}

.attorna-faq-cta-link {
	color: #9a1b1f;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}

.attorna-faq-cta-link:hover {
	color: #6e1215;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 768px) {
	.attorna-faq-section {
		padding: 50px 0 60px;
	}

	.attorna-faq-title {
		font-size: 24px;
	}

	.attorna-faq-question-text {
		font-size: 15px;
	}

	.attorna-faq-answer-inner {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.attorna-faq-title {
		font-size: 20px;
	}
}
