/**
 * İstanbul Av Market — SEO içerik blokları (responsive)
 */

/* ── Model / meta-etiket landing ── */
.iam-seo-model {
	padding: clamp(24px, 4vw, 48px) 0 clamp(48px, 6vw, 72px);
}

.iam-seo-model__h1 {
	color: #354123;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	margin: 0 0 12px;
}

.iam-seo-model__lead {
	color: #555;
	font-size: 1.05rem;
	line-height: 1.7;
	margin: 0 0 28px;
	max-width: 820px;
}

.iam-seo-model__products {
	margin-bottom: 32px;
}

.iam-seo-model__products-title {
	font-size: 1.25rem;
	color: #354123;
	margin: 0 0 16px;
}

.iam-seo-model__content {
	max-width: 900px;
}

/* ── Ana sayfa SEO bloğu ── */
.iam-seo-home {
	background: transparent;
	padding: 0;
	border-top: 0;
}

.iam-seo-home__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}

.iam-seo-home__h1 {
	color: #354123;
	font-size: clamp(1.6rem, 3.5vw, 2.25rem);
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 20px;
	text-align: center;
}

.iam-seo-home__lead {
	color: #444;
	font-size: clamp(1rem, 2vw, 1.1rem);
	line-height: 1.75;
	margin: 0 0 32px;
	text-align: center;
}

.iam-seo-home__sections {
	display: grid;
	gap: 28px;
}

.iam-seo-home__section {
	background: #fff;
	border: 1px solid rgba(47, 79, 47, 0.1);
	border-radius: 12px;
	padding: clamp(20px, 4vw, 28px);
	box-shadow: 0 2px 12px rgba(47, 79, 47, 0.05);
}

.iam-seo-home__section h2 {
	color: #2f4f2f;
	font-size: clamp(1.15rem, 2.5vw, 1.35rem);
	font-weight: 700;
	margin: 0 0 12px;
	line-height: 1.3;
}

.iam-seo-home__section p {
	color: #555;
	font-size: 0.95rem;
	line-height: 1.7;
	margin: 0 0 12px;
}

.iam-seo-home__section p:last-child {
	margin-bottom: 0;
}

.iam-seo-home__section a {
	color: #6b8e23;
	font-weight: 600;
	text-decoration: none;
}

.iam-seo-home__section a:hover {
	text-decoration: underline;
}

.iam-seo-home__cats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
	justify-content: center;
}

.iam-seo-home__cat-link {
	display: inline-block;
	background: #2f4f2f;
	color: #fff !important;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none !important;
	transition: background 0.2s;
}

.iam-seo-home__cat-link:hover {
	background: #6b8e23;
	color: #fff !important;
}

/* ── Kategori SEO içeriği ── */
.iam-seo-cat {
	max-width: 100%;
	margin: 32px 0 24px;
	padding: clamp(20px, 4vw, 32px);
	background: #f8f6f1;
	border-radius: 12px;
	border: 1px solid rgba(47, 79, 47, 0.1);
}

.iam-seo-cat--bottom {
	margin-top: 40px;
	margin-bottom: 0;
}

.iam-seo-cat h2 {
	color: #354123;
	font-size: clamp(1.2rem, 2.5vw, 1.45rem);
	font-weight: 800;
	margin: 28px 0 14px;
	line-height: 1.3;
}

.iam-seo-cat h2:first-child {
	margin-top: 0;
}

.iam-seo-cat h3 {
	color: #2f4f2f;
	font-size: clamp(1.05rem, 2vw, 1.15rem);
	font-weight: 700;
	margin: 20px 0 10px;
}

.iam-seo-cat p {
	color: #444;
	font-size: 0.95rem;
	line-height: 1.75;
	margin: 0 0 14px;
}

.iam-seo-cat ul,
.iam-seo-cat ol {
	margin: 0 0 16px;
	padding-left: 1.4em;
	color: #444;
	font-size: 0.95rem;
	line-height: 1.7;
}

.iam-seo-cat li {
	margin-bottom: 6px;
}

.iam-seo-cat a {
	color: #6b8e23;
	font-weight: 600;
}

/* ── Marka sayfası SEO ── */
.iam-seo-brand-intro {
	max-width: 100%;
	margin: 0 0 20px;
	padding: clamp(16px, 3vw, 24px);
	background: linear-gradient(135deg, #f8f6f1 0%, #fff 100%);
	border: 1px solid rgba(47, 79, 47, 0.12);
	border-radius: 12px;
}

.iam-seo-brand-intro__h1 {
	margin: 0 0 10px;
	color: #354123;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 800;
	line-height: 1.25;
}

.iam-seo-brand-intro__lead {
	margin: 0;
	color: #555;
	font-size: clamp(0.92rem, 1.8vw, 1rem);
	line-height: 1.65;
}

.tax-product_brand .woocommerce-products-header__title,
.tax-product_brand .page-title {
	font-size: clamp(1.1rem, 2.5vw, 1.35rem);
}

.iam-seo-brand__products {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: grid;
	gap: 8px;
}

.iam-seo-brand__products li {
	padding: 10px 14px;
	background: #fff;
	border: 1px solid rgba(47, 79, 47, 0.1);
	border-radius: 8px;
	font-size: 0.92rem;
	line-height: 1.45;
}

.iam-seo-brand__products a {
	color: #2f4f2f;
	font-weight: 600;
	text-decoration: none;
}

.iam-seo-brand__products a:hover {
	color: #6b8e23;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.iam-seo-brand-intro {
		margin-bottom: 14px;
		padding: 14px;
	}
}

.iam-seo-cat table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0;
	font-size: 0.9rem;
}

.iam-seo-cat th,
.iam-seo-cat td {
	border: 1px solid rgba(47, 79, 47, 0.15);
	padding: 10px 12px;
	text-align: left;
}

.iam-seo-cat th {
	background: rgba(47, 79, 47, 0.08);
	color: #354123;
	font-weight: 700;
}

/* ── SSS (kategori + ürün) ── */
.iam-seo-faq {
	margin: 32px 0 20px;
	padding: clamp(20px, 4vw, 28px);
	background: #fff;
	border-radius: 12px;
	border: 1px solid rgba(47, 79, 47, 0.12);
}

.iam-seo-faq__title {
	color: #354123;
	font-size: clamp(1.2rem, 2.5vw, 1.4rem);
	font-weight: 800;
	margin: 0 0 20px;
}

.iam-seo-faq__item {
	border-bottom: 1px solid rgba(47, 79, 47, 0.1);
	padding: 14px 0;
}

.iam-seo-faq__item:last-child {
	border-bottom: none;
}

.iam-seo-faq__question {
	cursor: pointer;
	font-weight: 600;
	color: #2f4f2f;
	font-size: clamp(0.95rem, 2vw, 1.05rem);
	list-style: none;
	line-height: 1.4;
}

.iam-seo-faq__question::-webkit-details-marker {
	display: none;
}

.iam-seo-faq__answer {
	margin: 10px 0 0;
	color: #555;
	line-height: 1.65;
	font-size: 0.93rem;
}

/* ── Ürün SEO bloğu ── */
.iam-seo-faq--product {
	margin-top: 28px;
	background: linear-gradient(180deg, #fff 0%, #f8f6f1 100%);
	box-shadow: 0 4px 18px rgba(47, 79, 47, 0.06);
}

.iam-seo-faq--product .iam-seo-faq__list {
	display: grid;
	gap: 0;
}

.iam-seo-faq--product .iam-seo-faq__question::after {
	content: "+";
	float: right;
	font-weight: 700;
	color: #6b8e23;
}

.iam-seo-faq--product .iam-seo-faq__item[open] .iam-seo-faq__question::after {
	content: "−";
}

.iam-seo-product {
	margin: 40px 0 0;
	padding-top: 32px;
	border-top: 2px solid rgba(47, 79, 47, 0.12);
	clear: both;
}

.iam-seo-product-wrap {
	margin: 32px auto 40px;
	max-width: 1280px;
	padding: 0 16px;
	clear: both;
}

.iam-seo-product-wrap.iam-seo-placed {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.iam-seo-product__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 28px;
}

.iam-seo-product__block {
	background: #f8f6f1;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid rgba(47, 79, 47, 0.08);
}

.iam-seo-product__block h2 {
	color: #354123;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 12px;
}

.iam-seo-product__block p,
.iam-seo-product__block li {
	color: #444;
	font-size: 0.92rem;
	line-height: 1.65;
}

.iam-seo-product__block ul {
	margin: 0;
	padding-left: 1.2em;
}

.iam-seo-product__intro {
	color: #444;
	font-size: 0.95rem;
	line-height: 1.75;
	margin-bottom: 24px;
}

.iam-seo-product__specs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px;
	margin: 16px 0;
}

.iam-seo-product__spec {
	background: #fff;
	border: 1px solid rgba(47, 79, 47, 0.1);
	border-radius: 8px;
	padding: 12px 14px;
}

.iam-seo-product__spec-label {
	display: block;
	font-size: 0.78rem;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
}

.iam-seo-product__spec-value {
	font-size: 0.95rem;
	font-weight: 600;
	color: #2f4f2f;
}

/* ── Responsive ── */
@media (max-width: 768px) {
	.iam-seo-product__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.iam-seo-product__specs {
		grid-template-columns: 1fr;
	}

	.iam-seo-cat table {
		font-size: 0.82rem;
	}

	.iam-seo-cat th,
	.iam-seo-cat td {
		padding: 8px;
	}
}

@media (max-width: 480px) {
	.iam-seo-home__cat-link {
		font-size: 0.8rem;
		padding: 7px 12px;
	}
}
