.gh-faqs-container-b1847294 {
	font-family: system-ui, -apple-system, sans-serif;
	color: #333;
	line-height: 1.6;
	background-color: #f9f9f9;
}

.gh-faqs-hero-b1847294 {
	background-color: #2c3e50;
	background-image: linear-gradient(rgba(44, 62, 80, 0.7), rgba(44, 62, 80, 0.7)), url('https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
	background-size: cover;
	background-position: center;
	color: white;
	padding: 80px 20px;
	text-align: left;
}

.gh-faqs-hero-content-b1847294 {
	max-width: 1200px;
	margin: 0 auto;
}

.gh-faqs-hero-content-b1847294 h2 {
	font-size: 3rem;
	margin-bottom: 20px;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: white;
}

.gh-faqs-hero-content-b1847294 p {
	font-size: 1.1rem;
	max-width: 600px;
	opacity: 0.9;
}

.gh-faqs-grid-b1847294 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	max-width: 1200px;
	margin: -40px auto 40px;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}

.gh-faqs-column-b1847294 {
	background: white;
	border-radius: 8px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.gh-faqs-column-header-b1847294 {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
}

.gh-faqs-icon-b1847294 {
	background: #1a365d;
	color: white;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.gh-faqs-column-header-b1847294 h3 {
	font-size: 1.5rem;
	color: #1a365d;
	margin: 0;
}

.gh-faqs-item-b1847294 {
	border-bottom: 1px solid #eee;
}

.gh-faqs-item-b1847294:last-child {
	border-bottom: none;
}

.gh-faqs-question-b1847294 {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 20px 0;
	font-size: 1rem;
	font-weight: 500;
	color: #333;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color 0.3s;
}

.gh-faqs-question-b1847294:hover {
	color: #1a365d;
}

.gh-faqs-toggle-b1847294 {
	font-size: 1.5rem;
	color: #666;
	transition: transform 0.3s;
}

.gh-faqs-item-b1847294.active .gh-faqs-toggle-b1847294 {
	transform: rotate(45deg);
}

.gh-faqs-answer-b1847294 {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.gh-faqs-answer-b1847294 p {
	padding-bottom: 20px;
	color: #666;
	margin: 0;
}

.gh-faqs-cta-b1847294 {
	background: #f4f1ea;
	max-width: 1200px;
	margin: 0 auto 60px;
	padding: 50px;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.gh-faqs-cta-content-b1847294 h2 {
	color: #1a365d;
	font-size: 2rem;
	margin-bottom: 10px;
	margin-top: 0;
}

.gh-faqs-phone-b1847294 {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a365d;
	margin: 20px 0 10px;
}

.gh-faqs-phone-b1847294 svg {
	margin-right: 10px;
}

.gh-faqs-happy-b1847294 {
	font-style: italic;
	color: #666;
}

.gh-faqs-cta-buttons-b1847294 {
	display: flex;
	flex-direction: column;
	gap: 15px;
	min-width: 250px;
}

.gh-faqs-btn-primary-b1847294, .gh-faqs-btn-secondary-b1847294 {
	padding: 15px 25px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	transition: all 0.3s;
}

.gh-faqs-btn-primary-b1847294 {
	background: #1a365d;
	color: white;
}

.gh-faqs-btn-primary-b1847294:hover {
	background: #0d1e36;
}

.gh-faqs-btn-secondary-b1847294 {
	background: transparent;
	color: #1a365d;
	border: 1px solid #1a365d;
}

.gh-faqs-btn-secondary-b1847294:hover {
	background: #e6e6e6;
}

.gh-faqs-features-b1847294 {
	background: #1a365d;
	color: white;
	padding: 40px 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	text-align: left;
}

.gh-faqs-feature-item-b1847294 {
	display: flex;
	align-items: flex-start;
	max-width: 1200px;
}

.gh-faqs-feature-icon-b1847294 {
	font-size: 2rem;
	margin-right: 15px;
}

.gh-faqs-feature-text-b1847294 h4 {
	margin: 0 0 10px;
	font-size: 1rem;
	letter-spacing: 1px;
}

.gh-faqs-feature-text-b1847294 p {
	margin: 0;
	font-size: 0.85rem;
	opacity: 0.8;
}

@media (max-width: 900px) {
	.gh-faqs-grid-b1847294 {
		grid-template-columns: 1fr;
	}
	.gh-faqs-features-b1847294 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.gh-faqs-hero-b1847294 {
		padding: 50px 20px 80px;
	}
	.gh-faqs-cta-b1847294 {
		flex-direction: column;
		text-align: left;
	}
	.gh-faqs-cta-buttons-b1847294 {
		width: 100%;
	}
	.gh-faqs-features-b1847294 {
		grid-template-columns: 1fr;
	}
}