/* Aluminum Coils, Inc. — SEO helper styles */

.aci-seo-faq,
.aci-seo-service-area {
	max-width: 900px;
	margin: 2.5rem auto;
	padding: 0 1.25rem;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.aci-seo-faq h2,
.aci-seo-service-area h2 {
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	color: #333;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.aci-faq-item {
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e5e5e5;
}

.aci-faq-item h3 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	color: #1b1f25;
	margin: 0 0 0.5rem;
}

.aci-faq-item p {
	margin: 0;
	line-height: 1.7;
	color: #444;
	font-size: 1rem;
}

.aci-seo-service-area p {
	line-height: 1.8;
	color: #444;
	font-size: 1.05rem;
}

.aci-map-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.aci-map-block h3 {
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	margin: 0 0 0.5rem;
	color: #fff;
}

.aci-mobile-cta-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	background: #1b1f25;
	padding: 0.65rem 1rem;
	box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.25);
	gap: 0.75rem;
	justify-content: center;
	align-items: center;
}

.aci-mobile-cta-bar a {
	display: inline-block;
	padding: 0.65rem 1.1rem;
	border-radius: 4px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.aci-cta-call {
	background: #e02b20;
	color: #fff !important;
}

.aci-cta-quote {
	background: #fff;
	color: #1b1f25 !important;
}

@media (max-width: 980px) {
	.aci-mobile-cta-bar {
		display: flex;
	}

	body {
		padding-bottom: 56px;
	}
}

/* Breadcrumb-style nav for future inner pages */
.aci-breadcrumbs {
	font-size: 0.875rem;
	margin: 0.75rem 0 1.25rem;
	color: #666;
}

.aci-breadcrumbs a {
	color: #e02b20;
	text-decoration: none;
}

.aci-breadcrumbs a:hover {
	text-decoration: underline;
}
