.faq-page {
	background: #fff;
}

.faq-hero {
	min-height: 430px;
	display: flex;
	position: relative;
	align-items: center;
	overflow: hidden;
	padding: 140px 0 80px;
	background:
		linear-gradient(112deg, rgba(3, 33, 33, .97), rgba(6, 50, 50, .87)),
		url("https://dev.orbitwebx.com/wp-content/uploads/2026/04/FHA-Mortgage-Loans-in-Dallas-TX-for-Affordable-Home-Financing.webp") center/cover;
	color: #fff;
}

.faq-hero::before,
.faq-hero::after {
	position: absolute;
	border-radius: 50%;
	content: "";
}

.faq-hero::before {
	width: 430px;
	height: 430px;
	right: -110px;
	bottom: -245px;
	border: 1px solid rgba(216, 239, 182, .2);
}

.faq-hero::after {
	width: 270px;
	height: 270px;
	right: 120px;
	bottom: -155px;
	border: 52px solid rgba(251, 177, 47, .1);
}

.faq-hero-content {
	max-width: 900px;
	position: relative;
	z-index: 1;
}

.faq-hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin: 0 0 15px;
	color: #ffc456;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.faq-hero-kicker::before {
	width: 30px;
	height: 2px;
	background: #fbb12f;
	content: "";
}

.faq-hero h1 {
	margin: 0 0 23px;
	color: #fff;
	font-size: clamp(3rem, 6vw, 5rem);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -.035em;
}

.faq-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	color: rgba(255, 255, 255, .7);
	font-size: .92rem;
}

.faq-breadcrumb a {
	color: #fff;
	font-weight: 700;
}

.faq-breadcrumb a:hover {
	color: #ffc456;
}

.faq-content-section {
	position: relative;
	padding: 105px 0 120px;
	background: linear-gradient(180deg, #fff 0, #fff 58%, #f5f7f7 100%);
}

.faq-introduction {
	max-width: 1120px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 180px;
	align-items: center;
	gap: 58px;
	margin: 0 auto 62px;
	padding-bottom: 55px;
	border-bottom: 1px solid #dceaea;
}

.faq-introduction h2 {
	max-width: 820px;
	margin: 0 0 22px;
	color: #063232;
	font-size: clamp(2.15rem, 3.5vw, 3.25rem);
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -.025em;
}

.faq-introduction h2 span {
	color: #fbb12f;
}

.faq-introduction-copy > p:last-child {
	max-width: 900px;
	margin: 0;
	font-size: 1.04rem;
	line-height: 1.8;
}

.faq-introduction-copy a {
	color: #d98800;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.faq-introduction-mark {
	width: 170px;
	height: 170px;
	display: grid;
	position: relative;
	place-content: center;
	border-radius: 50%;
	background: #063232;
	color: #fff;
	text-align: center;
	box-shadow: 0 20px 45px rgba(3, 33, 33, .2);
}

.faq-introduction-mark::after {
	position: absolute;
	inset: 9px;
	border: 1px solid rgba(216, 239, 182, .28);
	border-radius: 50%;
	content: "";
}

.faq-introduction-mark span {
	color: #ffc456;
	font-size: 3.4rem;
	font-weight: 900;
	line-height: .9;
}

.faq-introduction-mark small {
	margin-top: 9px;
	font-size: .68rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.faq-list {
	max-width: 1040px;
	display: grid;
	counter-reset: faq-counter;
	gap: 15px;
	margin: auto;
}

.faq-item {
	counter-increment: faq-counter;
	overflow: hidden;
	border: 1px solid rgba(6, 50, 50, .1);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(3, 33, 33, .06);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.faq-item:hover {
	border-color: rgba(251, 177, 47, .65);
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(3, 33, 33, .1);
}

.faq-item[open] {
	border-color: rgba(251, 177, 47, .75);
	box-shadow: 0 18px 42px rgba(3, 33, 33, .11);
}

.faq-item summary {
	min-height: 82px;
	display: grid;
	grid-template-columns: 48px 1fr 42px;
	align-items: center;
	gap: 19px;
	padding: 18px 24px;
	color: #063232;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.4;
	list-style: none;
	cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::before {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: #ecf8f8;
	color: #115050;
	font-size: .76rem;
	font-weight: 900;
	content: counter(faq-counter, decimal-leading-zero);
}

.faq-item[open] summary::before {
	background: #fbb12f;
	color: #063232;
}

.faq-item summary i {
	width: 38px;
	height: 38px;
	display: grid;
	position: relative;
	place-items: center;
	border-radius: 50%;
	background: #063232;
}

.faq-item summary i::before,
.faq-item summary i::after {
	width: 13px;
	height: 2px;
	position: absolute;
	background: #fff;
	content: "";
	transition: transform .25s ease;
}

.faq-item summary i::after {
	transform: rotate(90deg);
}

.faq-item[open] summary i {
	background: #fbb12f;
}

.faq-item[open] summary i::before,
.faq-item[open] summary i::after {
	background: #063232;
}

.faq-item[open] summary i::after {
	transform: rotate(0);
}

.faq-answer {
	margin: 0 24px 0 91px;
	padding: 0 60px 26px 0;
	border-top: 1px solid #dceaea;
}

.faq-answer p {
	margin: 20px 0 0;
	color: #527477;
	font-size: 1.05rem;
	line-height: 1.85;
	letter-spacing: .002em;
}

.faq-item.is-animating {
	overflow: hidden;
}

.faq-page .fade-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .65s ease, transform .65s ease;
}

.faq-page .fade-up.is-visible,
.faq-page .fade-up.active {
	opacity: 1;
	transform: none;
}

@media (max-width: 991px) {
	.faq-introduction {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.faq-introduction-mark {
		width: 145px;
		height: 145px;
	}
}

@media (max-width: 767px) {
	.faq-hero {
		min-height: 340px;
		padding: 120px 0 62px;
	}

	.faq-hero h1 {
		font-size: 2.7rem;
	}

	.faq-content-section {
		padding: 70px 0 80px;
	}

	.faq-introduction {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.faq-introduction h2 {
		font-size: 2rem;
	}

	.faq-item summary {
		min-height: 74px;
		grid-template-columns: 38px 1fr 34px;
		gap: 13px;
		padding: 16px;
		font-size: .96rem;
	}

	.faq-item summary::before {
		width: 38px;
		height: 38px;
		border-radius: 9px;
		font-size: .68rem;
	}

	.faq-item summary i {
		width: 32px;
		height: 32px;
	}

	.faq-answer {
		margin: 0 16px 0 67px;
		padding: 0 4px 21px 0;
	}

	.faq-answer p {
		font-size: .98rem;
		line-height: 1.78;
	}
}

@media (max-width: 420px) {
	.faq-hero h1 {
		font-size: 2.35rem;
	}

	.faq-item summary {
		grid-template-columns: 34px 1fr 30px;
		gap: 10px;
		padding: 14px 12px;
	}

	.faq-item summary::before {
		width: 34px;
		height: 34px;
	}

	.faq-item summary i {
		width: 30px;
		height: 30px;
	}

	.faq-answer {
		margin-left: 56px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.faq-page .fade-up {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.faq-item,
	.faq-item summary i::after {
		transition: none;
	}
}
