/* SEO helpers — invisible to visitors, visible to Google */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Homepage section title — original look */
.recently-added-title {
	color: LemonChiffon;
	font-size: 16px;
	text-align: center;
	margin-bottom: 12px;
}

/* Category page — H1 styled like original H4 */
.category-page-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

.category-seo-intro {
	font-size: 13px;
	line-height: 1.5;
	color: #666;
	margin: 0 0 14px;
	padding: 0;
	background: none;
	border: none;
}

.category-image img {
	border-radius: 4px;
	margin-bottom: 16px;
}

/* Inner pages — subtle headings */
.section-heading {
	font-size: 18px;
	margin: 0 0 14px;
	padding-bottom: 6px;
	border-bottom: 2px solid #F01B1B;
	color: #222;
}

.page-intro {
	color: #555;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 14px;
	padding: 0;
	background: none;
	border: none;
}

.contact-info-box {
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 16px;
	margin-bottom: 20px;
	font-size: 14px;
}

.contact-info-box h2 {
	font-size: 16px;
	margin: 0 0 10px;
	color: #222;
}

.contact-info-box p {
	margin: 0 0 6px;
	line-height: 1.5;
	color: #555;
}

.contact-page h1 {
	font-size: 20px;
	margin-top: 0;
}

.static-page-content {
	line-height: 1.8;
	font-size: 15px;
}

.static-page-content p {
	margin-bottom: 16px;
}

/* Main navigation — single clean row like original design */
.main-site-nav {
	float: none !important;
	width: 100%;
	text-align: center;
	margin: 0 !important;
}
.main-site-nav > li {
	float: none !important;
	display: inline-block;
	border-right: 1px solid #fff;
}
.main-site-nav > li:last-child {
	border-right: none;
}
.navbar-default .main-site-nav > li > a {
	padding: 12px 22px !important;
	font-size: 18px !important;
	white-space: nowrap;
}
.navbar-default .navbar-collapse {
	text-align: center;
}
@media (max-width: 767px) {
	.main-site-nav > li {
		display: block;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
}
