/**
 * İstanbul Av Market — Ana sayfa footer üstü birleşik alan
 */

.iam-home-prefooter {
	position: relative;
	clear: both;
	width: 100%;
	background:
		linear-gradient(180deg, rgba(244, 241, 234, 0) 0%, #ebe6dc 18%, #f4f1ea 100%),
		radial-gradient(ellipse 80% 60% at 50% 0%, rgba(47, 79, 47, 0.06) 0%, transparent 70%);
	border-top: 1px solid rgba(47, 79, 47, 0.12);
	margin-top: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.iam-home-prefooter::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--iam-gold, #e6b800) 20%, var(--iam-gold, #e6b800) 80%, transparent);
	opacity: 0.85;
}

.iam-home-prefooter__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(36px, 5vw, 56px) 20px clamp(40px, 6vw, 64px);
	display: grid;
	gap: clamp(32px, 5vw, 48px);
}

.iam-home-prefooter .iam-home-guides,
.iam-home-prefooter .iam-seo-home {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.iam-home-prefooter .iam-home-guides__header,
.iam-home-prefooter .iam-seo-home__h1,
.iam-home-prefooter .iam-seo-home__lead {
	text-align: center;
}

.iam-home-prefooter .iam-home-guides--pillar {
	padding: clamp(24px, 4vw, 32px);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(47, 79, 47, 0.1);
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(47, 79, 47, 0.06);
}

.iam-home-prefooter .iam-home-guides--blog {
	padding: clamp(24px, 4vw, 32px);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 246, 241, 0.88) 100%);
	border: 1px solid rgba(47, 79, 47, 0.1);
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(47, 79, 47, 0.06);
}

.iam-home-prefooter .iam-seo-home {
	padding: clamp(24px, 4vw, 36px);
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(47, 79, 47, 0.08);
	border-radius: 16px;
}

.iam-home-prefooter .iam-seo-home__inner {
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.iam-home-prefooter .iam-seo-home__sections {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.iam-home-prefooter .iam-seo-home__section {
	background: rgba(255, 255, 255, 0.88);
	border-radius: 12px;
	padding: clamp(16px, 3vw, 22px);
}

.iam-home-prefooter .iam-home-guides__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.iam-home-prefooter .iam-guide-card {
	border-radius: 14px;
}

.iam-home-prefooter .iam-home-guides__title {
	font-size: clamp(1.35rem, 2.8vw, 1.75rem);
}

.iam-home-prefooter .iam-seo-home__h1 {
	font-size: clamp(1.35rem, 2.8vw, 1.85rem);
	margin-bottom: 14px;
}

.iam-home-prefooter .iam-seo-home__lead {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}

.iam-home-prefooter .iam-seo-home__cats {
	margin-top: 20px;
	gap: 8px;
}

@media (max-width: 900px) {
	.iam-home-prefooter .iam-seo-home__sections {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.iam-home-prefooter__inner {
		padding-left: 16px;
		padding-right: 16px;
		gap: 24px;
	}

	.iam-home-prefooter .iam-home-guides--pillar,
	.iam-home-prefooter .iam-home-guides--blog,
	.iam-home-prefooter .iam-seo-home {
		padding: 18px 16px;
		border-radius: 12px;
	}

	.iam-home-prefooter .iam-home-guides__grid {
		grid-template-columns: 1fr;
	}
}

/* Önbellek artığı — homepage.css ile birlikte; prefooter içindekiler etkilenmez */
