
body.home .site-content,
body.home #content {
	background: #f5f5f5;
}

.gohar-container {
	width: min(1320px, calc(100% - 48px));
	margin: 0 auto;
}

.gohar-home-section {
	padding: 56px 0;
}

.gohar-eyebrow {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #ff0000;
	margin-bottom: 16px;
}

.gohar-section-title {
	font-size: clamp(34px, 4vw, 60px);
	line-height: 1.05;
	color: #12172a;
	margin: 0 0 28px;
	max-width: 820px;
}

.gohar-section-title--light {
	color: #fff;
}

.gohar-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border-radius: 999px;
	background: #ff0000;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.gohar-two-col {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 42px;
	align-items: center;
}

.gohar-media-card img,
.gohar-card__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 24px;
}

.gohar-copy h2 {
	font-size: clamp(34px, 3.8vw, 56px);
	line-height: 1.08;
	color: #12172a;
	margin: 0 0 16px;
}

.gohar-copy p {
	font-size: 18px;
	line-height: 1.8;
	color: #5f6573;
	margin: 0;
}

.gohar-copy--light h2,
.gohar-copy--light p {
	color: #fff;
}

.gohar-hero {
	position: relative;
	padding: 84px 0 46px;
	background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.45)), #dfe7f7;
	background-size: cover;
	background-position: center;
}

.gohar-hero__inner {
	min-height: 560px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.gohar-hero__content {
	max-width: 720px;
}

.gohar-hero__content h1 {
	font-size: clamp(46px, 6vw, 102px);
	line-height: .95;
	letter-spacing: -.04em;
	text-transform: uppercase;
	color: #12172a;
	margin: 0 0 18px;
	max-width: 760px;
}

.gohar-hero__content p {
	font-size: 20px;
	line-height: 1.7;
	color: #333949;
	max-width: 620px;
	margin: 0 0 26px;
}

.gohar-hero__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.gohar-hero__tabs a {
	padding: 12px 18px;
	border-radius: 12px;
	background: rgba(255,255,255,.78);
	color: #12172a;
	text-decoration: none;
	font-weight: 600;
	box-shadow: 0 10px 30px rgba(18,23,42,.08);
}

.gohar-grid {
	display: grid;
	gap: 24px;
}

.gohar-grid--projects {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gohar-grid--units {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gohar-grid--testimonials {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gohar-grid--team {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gohar-grid--blog {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gohar-card {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 16px 50px rgba(16,24,40,.06);
	overflow: hidden;
	height: 100%;
}

.gohar-card a {
	display: block;
	color: inherit;
	text-decoration: none;
	height: 100%;
}

.gohar-card__body {
	padding: 22px;
}

.gohar-card__body h3 {
	font-size: 28px;
	line-height: 1.15;
	color: #12172a;
	margin: 0 0 12px;
}

.gohar-card__body p {
	font-size: 16px;
	line-height: 1.7;
	color: #666c78;
	margin: 0;
}

.gohar-card--project .gohar-card__image img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.gohar-card--unit .gohar-card__image img,
.gohar-card--blog .gohar-card__image img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.gohar-card__meta-top,
.gohar-post-cat {
	font-size: 14px;
	font-weight: 700;
	color: #ff0000;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.gohar-unit-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-top: 12px;
	font-size: 14px;
	color: #4b5563;
}

.gohar-price {
	margin-top: 14px;
	font-size: 24px;
	font-weight: 800;
	color: #12172a;
}

.gohar-testimonials,
.gohar-contact {
	background-color: #11172c;
	background-size: cover;
	background-position: center;
	position: relative;
}

.gohar-testimonials::before,
.gohar-contact::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(10, 15, 30, .72);
}

.gohar-testimonials > .gohar-container,
.gohar-contact > .gohar-container {
	position: relative;
	z-index: 1;
}

.gohar-card--testimonial .gohar-card__body {
	min-height: 220px;
}

.gohar-card--contact-form {
	max-width: 480px;
}

.gohar-contact-placeholder {
	margin-top: 18px;
	padding: 18px;
	border-radius: 14px;
	background: #f7f7f8;
	color: #666;
	font-size: 15px;
	line-height: 1.6;
}

@media (max-width: 1100px) {
	.gohar-grid--projects,
	.gohar-grid--team {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gohar-grid--units,
	.gohar-grid--testimonials,
	.gohar-grid--blog,
	.gohar-two-col {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.gohar-container {
		width: min(100% - 28px, 1320px);
	}

	.gohar-home-section {
		padding: 40px 0;
	}

	.gohar-grid--projects,
	.gohar-grid--team {
		grid-template-columns: 1fr;
	}

	.gohar-hero {
		padding-top: 50px;
	}

	.gohar-hero__inner {
		min-height: 380px;
	}
}
