/*
 * İyon Sağlık Medikal — 2026 modernizasyon katmanı.
 * Mevcut şablonun (style.css/responsive.css) üzerine, sadece belirtilen
 * bileşenleri günceller. Marka renkleri korunmuştur: lacivert #003b71, yeşil #4EB051.
 */

:root {
	--iyon-navy: #003b71;
	--iyon-navy-dark: #00294f;
	--iyon-green: #4EB051;
	--iyon-ink: #1a1a1a;
	--iyon-muted: #6b7280;
	--iyon-line: #e5e7eb;
	--iyon-bg-soft: #f7f8f6;
}

body,
.wpcf7-form,
input, select, textarea, button {
	font-family: 'Poppins', sans-serif;
}

/* ---------- Header ---------- */
.header-upper-area {
	background: var(--iyon-navy-dark);
	padding: 6px 0;
}
.header-social ul li a {
	color: #fff;
	opacity: 0.85;
}
.header-social ul li a:hover { opacity: 1; }

.menu-area {
	background: #fff;
	box-shadow: 0 1px 0 var(--iyon-line);
	padding: 14px 0;
}
.menu-area .logo img { max-height: 64px; width: auto; }
.menu-area { padding: 10px 0; }

#mobile_menu_active > ul > li > a {
	font-weight: 500;
	color: var(--iyon-ink);
	font-size: 15px;
	text-transform: none;
}
#mobile_menu_active > ul > li > a:hover { color: var(--iyon-green); }

/* ---------- Buttons ---------- */
.iyon-btn {
	display: inline-block;
	padding: 13px 28px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: opacity 0.15s ease, transform 0.15s ease;
}
.iyon-btn:hover { opacity: 0.88; transform: translateY(-1px); }
.iyon-btn-primary,
.iyon-btn-primary:visited,
.iyon-btn-primary:hover,
.iyon-btn-primary:active { background: var(--iyon-green); color: #fff !important; }
.iyon-btn-outline,
.iyon-btn-outline:visited,
.iyon-btn-outline:hover,
.iyon-btn-outline:active { background: var(--iyon-green); color: #fff !important; border: 1px solid var(--iyon-green); }

/* ---------- Hero ---------- */
.iyon-hero {
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.iyon-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,41,79,0.88) 0%, rgba(0,59,113,0.82) 60%, rgba(0,59,113,0.9) 100%);
}
.iyon-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	padding: 110px 24px;
}
.iyon-hero-eyebrow {
	font-size: 13px;
	letter-spacing: 0.6px;
	color: #a9cdef;
	font-weight: 500;
	margin-bottom: 14px;
}
.iyon-hero-title {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 18px;
}
.iyon-hero-sub {
	font-size: 16px;
	color: #cfe0f0;
	max-width: 480px;
	margin: 0 auto 30px;
	line-height: 1.7;
}
.iyon-hero-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

@media (max-width: 767px) {
	.iyon-hero-inner { padding: 70px 20px; }
	.iyon-hero-title { font-size: 26px; }
}

/* ---------- Section titles ---------- */
.iyon-eyebrow {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: var(--iyon-green);
	margin-bottom: 12px;
}
.iyon-section-heading {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: var(--iyon-ink);
	margin-bottom: 40px;
}

/* ---------- Sayfa üstü başlık (breadcumb) — tüm iç sayfalarda ---------- */
.breadcumb-area {
	background: linear-gradient(135deg, var(--iyon-navy-dark) 0%, var(--iyon-navy) 100%) !important;
	padding: 90px 0 46px !important;
}
.breadcumb-area::before { display: none; }
.breadcumb .name {
	font-size: 30px;
	font-weight: 600;
}
.breadcumb .links li a { opacity: 0.75; }
.breadcumb .links li a:hover { opacity: 1; }

/* ---------- section-title (ürün/haber arşiv sayfaları, ürün/haber detay) ---------- */
.section-title h2 {
	font-size: 24px;
	font-weight: 600;
	color: var(--iyon-ink);
}

/* ---------- Ürün / haber detay içerik alanı ---------- */
.blog-area .content p,
.about-tab-box p { color: var(--iyon-muted); line-height: 1.8; }

/* Ürün kategori rozeti (single-urun.php) */
.iyon-kat-badge {
	display: inline-block;
	background: var(--iyon-bg-soft);
	color: var(--iyon-navy);
	font-size: 12px;
	font-weight: 500;
	padding: 5px 14px;
	border-radius: 20px;
	margin-bottom: 12px;
}

/* ---------- Photo feature cards (Neden İyon Medikal) ---------- */
.iyon-feature-card { margin-bottom: 32px; }
.iyon-feature-photo {
	height: 180px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	margin-bottom: 16px;
}
.iyon-feature-title {
	font-size: 15px;
	font-weight: 500;
	color: var(--iyon-ink);
	margin-bottom: 6px;
}
.iyon-feature-text {
	font-size: 13px;
	color: var(--iyon-muted);
	line-height: 1.7;
	margin: 0;
}

/* ---------- Product / category cards ---------- */
.iyon-cat-card {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--iyon-line);
	text-decoration: none;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.iyon-cat-card:hover { box-shadow: 0 8px 24px rgba(0,59,113,0.1); transform: translateY(-2px); }
.iyon-cat-card-img {
	height: 160px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--iyon-bg-soft);
	background-origin: content-box;
	background-clip: content-box;
	padding: 16px;
	box-sizing: border-box;
}
.iyon-cat-card-label {
	padding: 14px 16px;
	font-size: 14px;
	font-weight: 500;
	color: var(--iyon-ink);
}

/* Ürün / haber kartları (single-blog) — hafif modernizasyon */
.single-blog {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--iyon-line);
	background: #fff;
}
.single-blog .content { padding: 16px; }
.single-blog .title a { font-weight: 500; color: var(--iyon-ink); }

/* ---------- Counters ---------- */
.counter-area.bg-with-black { background: var(--iyon-navy-dark); }

/* ---------- Footer ---------- */
footer { background: var(--iyon-navy-dark); }
.footer-bottom-area { background: #00203d !important; }
