/* ============================================================
 * Newzon — About Us page (page-about-us.php)
 * Clean coded sections: hero · Why Shop With Us · map · CTA.
 * Accent orange #e2703a to match the header/footer.
 * ============================================================ */

.newzon-about { overflow-x: hidden; }
.newzon-awrap { max-width: 960px; margin: 0 auto; padding: 0 24px; }
.newzon-csec { position: relative; }

/* ---- Hero / intro ---- */
.newzon-about-hero { padding: 48px 0 8px; text-align: center; }
.newzon-about-hero h1 {
	font-size: clamp(28px, 1.7rem + 1.5vw, 40px);
	font-weight: 800;
	color: #111827;
	line-height: 1.15;
	margin: 0 0 16px;
}
.newzon-about-lead {
	color: #4b5563;
	font-size: 17px;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 760px;
}

/* ---- Section headings ---- */
.newzon-why > .newzon-awrap > h2,
.newzon-about-map > .newzon-awrap > h2 {
	font-size: clamp(22px, 1.3rem + 1vw, 28px);
	font-weight: 800;
	color: #111827;
	text-align: center;
	margin: 0 0 26px;
}

/* ---- Why Shop With Us ---- */
.newzon-why { padding: 44px 0 8px; }
.newzon-why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.newzon-why-card {
	background: #fff;
	border: 1px solid #e6e8ec;
	border-radius: 12px;
	padding: 28px 22px;
	text-align: center;
	transition: box-shadow .15s ease, transform .15s ease, border-color .15s ease;
}
.newzon-why-card:hover {
	box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
	transform: translateY(-2px);
	border-color: #dfe3e8;
}
.newzon-why-ic {
	width: 58px;
	height: 58px;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fdece1;
	color: #e2703a;
}
.newzon-why-ic svg { width: 28px; height: 28px; }
.newzon-why-card h3 { font-size: 18px; font-weight: 700; color: #111827; margin: 0 0 8px; }
.newzon-why-card p { color: #6b7280; font-size: 14.5px; line-height: 1.6; margin: 0; }

/* ---- Map ---- */
.newzon-about-map { padding: 46px 0 8px; text-align: center; }
.newzon-about-map > .newzon-awrap > p { color: #6b7280; margin: -14px 0 20px; font-size: 15px; }
.newzon-about-map-frame {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #e6e8ec;
}
.newzon-about-map-frame iframe { display: block; width: 100%; height: 380px; border: 0; }

/* ---- CTA (full-bleed light band) ---- */
.newzon-about-cta {
	left: 50%;
	right: 50%;
	width: 100vw;
	margin: 54px -50vw 0;
	background: #f7f8fa;
	border-top: 1px solid #e5e7eb;
	padding: 48px 0 52px;
	text-align: center;
}
.newzon-about-cta h2 { font-size: clamp(22px, 1.4rem + 1vw, 30px); font-weight: 800; color: #111827; margin: 0 0 8px; }
.newzon-about-cta p { color: #6b7280; margin: 0 auto 22px; max-width: 560px; font-size: 15.5px; }
.newzon-about-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

.newzon-a-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	border: 1.5px solid transparent;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.newzon-a-btn-primary { background: #e2703a; color: #fff; }
.newzon-a-btn-primary:hover { background: #cf5f2b; color: #fff; }
.newzon-a-btn-ghost { background: #fff; color: #e2703a; border-color: #e2703a; }
.newzon-a-btn-ghost:hover { background: #e2703a; color: #fff; }

@media (max-width: 780px) {
	.newzon-why-grid { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 600px) {
	.newzon-about-hero { padding: 36px 0 4px; }
	.newzon-about-map-frame iframe { height: 300px; }
}
