/* RBA Block 9 - FAQ with Sticky Title */

.rb9-section-62d13616 {
	width: 100%;
	box-sizing: border-box;
}

.rb9-container-62d13616 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	gap: 80px;
	align-items: flex-start;
}

/* ── Left Column (Sticky) ── */
.rb9-left-62d13616 {
	width: 35%;
	flex-shrink: 0;
	position: sticky;
	align-self: flex-start;
}

.rb9-eyebrow-62d13616 {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1.4;
}

.rb9-heading-62d13616 {
	font-family: 'GT Super Display', 'Georgia', serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 24px 0;
}

.rb9-paragraph-62d13616 {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 28px 0;
}

.rb9-link-62d13616 {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	transition: opacity 0.3s ease;
	line-height: 1.5;
}

.rb9-link-62d13616:hover {
	opacity: 0.75;
}

/* ── Right Column (Accordion) ── */
.rb9-right-62d13616 {
	flex: 1;
	min-width: 0;
}

.rb9-faq-item-62d13616 {
	border-bottom: 1px solid #E8E8E8;
}

.rb9-faq-item-62d13616:last-child {
	border-bottom: none;
}

.rb9-question-btn-62d13616 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	text-align: left;
	appearance: none;
	-webkit-appearance: none;
}

.rb9-question-btn-62d13616:focus {
	outline: 2px solid #C9A96E;
	outline-offset: 2px;
}

.rb9-question-62d13616 {
	font-family: 'GT Super Display', 'Georgia', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
	flex: 1;
}

.rb9-toggle-icon-62d13616 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.rb9-answer-wrap-62d13616 {
	overflow: hidden;
	transition: max-height 0.4s ease, opacity 0.3s ease;
}

.rb9-answer-62d13616 {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	margin: 8px 0 0 0;
	padding-right: 48px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
	.rb9-container-62d13616 {
		flex-direction: column;
		gap: 48px;
		padding: 0 30px;
	}

	.rb9-left-62d13616 {
		width: 100%;
		position: static;
	}

	.rb9-heading-62d13616 {
		font-size: 32px;
	}

	.rb9-question-62d13616 {
		font-size: 18px;
	}

	.rb9-answer-62d13616 {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.rb9-container-62d13616 {
		gap: 36px;
		padding: 0 20px;
	}

	.rb9-heading-62d13616 {
		font-size: 28px;
	}

	.rb9-question-62d13616 {
		font-size: 17px;
	}

	.rb9-answer-62d13616 {
		font-size: 15px;
		padding-right: 20px;
	}
}
