/* ==========================================================================
   Hanımağa Sofrası — İç sayfa tasarımları
   Blog detayı, ürün detayı, içerik sayfaları ve premium ürün şablonu.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Yazı gövdesi (ortak okuma düzeni)
   -------------------------------------------------------------------------- */

.hs-okuma { max-width: 780px; margin-inline: auto; }

.hs-okuma p,
.hs-okuma li { font-size: 17px; line-height: 1.9; color: #454A52; }
.hs-okuma > p:first-of-type { font-size: 19px; line-height: 1.8; color: var(--siyah); font-weight: 400; }

.hs-okuma h2 {
	font-size: 27px;
	font-weight: 700;
	color: var(--siyah);
	margin: 44px 0 16px;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.hs-okuma h3 { font-size: 21px; font-weight: 600; color: var(--siyah); margin: 34px 0 14px; }
.hs-okuma strong { color: var(--siyah); font-weight: 600; }
.hs-okuma img { width: 100%; height: auto; border-radius: 16px; margin: 28px 0; }

.hs-okuma blockquote {
	margin: 32px 0;
	padding: 26px 30px;
	background: var(--gumus-acik);
	border-left: 4px solid var(--turuncu);
	border-radius: 0 14px 14px 0;
	font-size: 18px;
	font-style: italic;
	color: var(--siyah);
	line-height: 1.7;
}

/* --------------------------------------------------------------------------
   2. Blog detayı — solda yazı, sağda yan sütun
   -------------------------------------------------------------------------- */

.hs-yazi-duzen {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 336px;
	gap: 56px;
	align-items: start;
}

.hs-yazi-ana { min-width: 0; }

.hs-yazi-ana .yazi-basligi {
	font-size: clamp(26px, 3.2vw, 38px);
	font-weight: 700;
	color: var(--siyah);
	line-height: 1.22;
	letter-spacing: -0.025em;
	margin: 0 0 24px;
}

.hs-yazi-ana .icerik-alani p,
.hs-yazi-ana .icerik-alani li { font-size: 16.5px; line-height: 1.88; color: #454A52; }
.hs-yazi-ana .icerik-alani img { width: 100%; height: auto; border-radius: 16px; margin: 28px 0; }

.hs-yazi-hero { position: relative; margin-bottom: 44px; }

.hs-yazi-kapak {
	width: 100%;
	aspect-ratio: 21 / 9;
	object-fit: cover;
	border-radius: 20px;
	display: block;
	box-shadow: 0 26px 70px rgba(18, 18, 18, .16);
}

@media (max-width: 767px) { .hs-yazi-kapak { aspect-ratio: 16 / 10; border-radius: 14px; } }

.hs-yazi-ust {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 22px;
	padding-bottom: 22px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--border);
	font-size: 14px;
	color: var(--gumus-koyu);
}

.hs-yazi-ust > span { display: inline-flex; align-items: center; gap: 7px; }
.hs-yazi-ust i { color: var(--turuncu); }

.hs-yazi-kategori {
	background: rgba(242, 101, 34, .1);
	color: var(--turuncu);
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 30px;
	font-size: 13px;
}

.hs-yazi-ozet {
	font-size: 19px;
	line-height: 1.75;
	color: var(--siyah);
	font-weight: 500;
	padding: 22px 26px;
	background: var(--gumus-acik);
	border-radius: 14px;
	margin-bottom: 34px;
	border-left: 4px solid var(--turuncu);
}

/* Etiketler */
.hs-etiketler {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 44px;
	padding-top: 26px;
	border-top: 1px solid var(--border);
}

.hs-etiketler > span:first-child {
	background: none;
	padding: 0;
	font-size: 14px;
	color: var(--gumus-koyu);
	margin-right: 4px;
}

.hs-etiketler a,
.hs-etiketler span {
	font-size: 13px;
	padding: 7px 15px;
	border-radius: 30px;
	background: var(--gumus-acik);
	color: var(--siyah);
	transition: all .22s ease;
}

.hs-etiketler a:hover { background: var(--turuncu); color: #fff; }

/* Paylaşım kutusu */
.hs-paylas-kutu {
	margin-top: 36px;
	padding: 26px 28px 28px;
	background: var(--gumus-acik);
	border-radius: 18px;
}

.hs-paylas-kutu h2 {
	font-size: 17px;
	font-weight: 700;
	color: var(--siyah);
	margin: 0 0 16px;
	letter-spacing: -0.01em;
	border: none;
	padding: 0;
}

.hs-paylas-izgara {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
	gap: 10px;
}

.hs-paylas-dugme {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 15px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid var(--border);
	color: var(--siyah);
	font-size: 14px;
	font-weight: 600;
	font-family: inherit;
	text-align: left;
	cursor: pointer;
	transition: all .25s ease;
}

.hs-paylas-dugme i { font-size: 15px; width: 18px; text-align: center; transition: color .25s ease; }
.hs-paylas-dugme span { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hs-paylas-dugme:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 12px 26px rgba(18, 18, 18, .14); }
.hs-paylas-dugme:hover i { color: #fff; }

.hs-p-facebook i  { color: #1877F2; }
.hs-p-x i         { color: #0F1419; }
.hs-p-whatsapp i  { color: #25D366; }
.hs-p-telegram i  { color: #229ED9; }
.hs-p-linkedin i  { color: #0A66C2; }
.hs-p-pinterest i { color: #E60023; }
.hs-p-reddit i    { color: #FF4500; }
.hs-p-eposta i    { color: var(--turuncu); }
.hs-p-kopyala i   { color: var(--gumus-koyu); }

.hs-p-facebook:hover  { background: #1877F2; border-color: #1877F2; }
.hs-p-x:hover         { background: #0F1419; border-color: #0F1419; }
.hs-p-whatsapp:hover  { background: #25D366; border-color: #25D366; }
.hs-p-telegram:hover  { background: #229ED9; border-color: #229ED9; }
.hs-p-linkedin:hover  { background: #0A66C2; border-color: #0A66C2; }
.hs-p-pinterest:hover { background: #E60023; border-color: #E60023; }
.hs-p-reddit:hover    { background: #FF4500; border-color: #FF4500; }
.hs-p-eposta:hover    { background: var(--turuncu); border-color: var(--turuncu); }
.hs-p-kopyala:hover   { background: var(--siyah); border-color: var(--siyah); }
.hs-p-kopyala.hs-kopyalandi { background: #16A34A; border-color: #16A34A; color: #fff; }
.hs-p-kopyala.hs-kopyalandi i { color: #fff; }

/* Yazı sonu çağrı kutusu */
.hs-yazi-cagri {
	margin-top: 36px;
	padding: 38px 34px;
	border-radius: 20px;
	background: var(--siyah);
	text-align: center;
}

.hs-yazi-cagri h2 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
	border: none;
	padding: 0;
	letter-spacing: -0.015em;
}

.hs-yazi-cagri p { font-size: 15px; line-height: 1.75; color: rgba(255, 255, 255, .7); margin: 0 0 20px; }

/* Yan sütun */
.hs-yazi-yan { min-width: 0; }

.hs-yan-kutu {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 18px;
	padding: 24px 24px 26px;
	margin-bottom: 22px;
}

.hs-yan-kutu:last-child { margin-bottom: 0; }

.hs-yan-kutu h2 {
	position: relative;
	font-size: 17px;
	font-weight: 700;
	color: var(--siyah);
	margin: 0 0 18px;
	padding: 0 0 14px;
	border: none;
	border-bottom: 1px solid var(--border);
	letter-spacing: -0.01em;
}

.hs-yan-kutu h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 42px;
	height: 2px;
	background: var(--turuncu);
}

.hs-yan-not { font-size: 14px; line-height: 1.7; color: var(--text); margin: 0 0 16px; }

/* Benzer yazılar */
.hs-benzer-liste { list-style: none; padding: 0; margin: 0; }
.hs-benzer-liste li + li { margin-top: 8px; padding-top: 14px; border-top: 1px solid var(--border); }

.hs-benzer-liste a { display: flex; gap: 13px; align-items: flex-start; }

.hs-benzer-gorsel {
	width: 68px;
	height: 68px;
	flex: 0 0 68px;
	border-radius: 12px;
	overflow: hidden;
	background: var(--gumus-acik);
	display: grid;
	place-items: center;
	color: var(--gumus-koyu);
	font-size: 18px;
}

.hs-benzer-gorsel img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.hs-benzer-liste a:hover .hs-benzer-gorsel img { transform: scale(1.08); }

.hs-benzer-metin { min-width: 0; }

.hs-benzer-metin strong {
	display: block;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--siyah);
	margin-bottom: 7px;
	transition: color .25s ease;
}

.hs-benzer-liste a:hover .hs-benzer-metin strong { color: var(--turuncu); }
.hs-benzer-metin time { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--gumus-koyu); }
.hs-benzer-metin time i { color: var(--turuncu); font-size: 12px; }

.hs-yan-tumu {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	font-size: 14px;
	font-weight: 600;
	color: var(--turuncu);
}

.hs-yan-tumu i { font-size: 12px; transition: transform .25s ease; }
.hs-yan-tumu:hover i { transform: translateX(4px); }

/* Kategoriler */
.hs-kategori-liste { list-style: none; padding: 0; margin: 0; }

.hs-kategori-liste a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 14px;
	border-radius: 11px;
	font-size: 14.5px;
	color: var(--siyah);
	transition: all .25s ease;
}

.hs-kategori-liste a em {
	font-style: normal;
	font-size: 12.5px;
	font-weight: 700;
	min-width: 26px;
	height: 22px;
	padding: 0 7px;
	border-radius: 20px;
	background: var(--gumus-acik);
	color: var(--gumus-koyu);
	display: grid;
	place-items: center;
	transition: all .25s ease;
}

.hs-kategori-liste a:hover,
.hs-kategori-liste a.hs-etkin { background: var(--gumus-acik); color: var(--turuncu); }
.hs-kategori-liste a:hover em,
.hs-kategori-liste a.hs-etkin em { background: var(--turuncu); color: #fff; }

/* Yan sütun sosyal hesapları */
.hs-yan-sosyal { display: flex; flex-wrap: wrap; gap: 9px; }

.hs-yan-sosyal a {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	border: 1px solid var(--border);
	display: grid;
	place-items: center;
	color: var(--siyah);
	font-size: 15px;
	transition: all .25s ease;
}

.hs-yan-sosyal a:hover { color: #fff; border-color: transparent; transform: translateY(-3px); }
.hs-yan-sosyal .hs-s-facebook:hover  { background: #1877F2; }
.hs-yan-sosyal .hs-s-instagram:hover { background: linear-gradient(45deg, #F09433, #DC2743, #BC1888); }
.hs-yan-sosyal .hs-s-youtube:hover   { background: #FF0000; }
.hs-yan-sosyal .hs-s-x:hover         { background: #0F1419; }
.hs-yan-sosyal .hs-s-linkedin:hover  { background: #0A66C2; }
.hs-yan-sosyal .hs-s-tiktok:hover    { background: #010101; }
.hs-yan-sosyal .hs-s-pinterest:hover { background: #E60023; }
.hs-yan-sosyal .hs-s-threads:hover   { background: #000; }
.hs-yan-sosyal .hs-s-whatsapp:hover  { background: #25D366; }

/* Vurgulu yan kutu */
.hs-yan-vurgu { background: var(--siyah); border-color: var(--siyah); }
.hs-yan-vurgu h2 { color: #fff; border-bottom-color: rgba(255, 255, 255, .14); }
.hs-yan-vurgu p { font-size: 14.5px; line-height: 1.75; color: rgba(255, 255, 255, .7); margin: 0 0 18px; }
.hs-yan-vurgu .hs-dugme { width: 100%; justify-content: center; }

@media (max-width: 1199px) { .hs-yazi-duzen { grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; } }

@media (max-width: 991px) {
	.hs-yazi-duzen { grid-template-columns: minmax(0, 1fr); gap: 44px; }
	.hs-yazi-yan { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
	/* display:contents kutuları doğrudan ızgaraya taşır; yapışkanlık da böylece kalkar. */
	.hs-yazi-yan .hs-yan-yapiskan { display: contents; position: static; }
}

@media (max-width: 575px) {
	.hs-paylas-kutu { padding: 22px 20px 24px; }
	.hs-paylas-izgara { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
	.hs-yazi-cagri { padding: 30px 22px; }
}

/* --------------------------------------------------------------------------
   3. Ürün detayı
   -------------------------------------------------------------------------- */

.hs-urun-duzen {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

@media (max-width: 991px) { .hs-urun-duzen { grid-template-columns: 1fr; gap: 36px; } }

.hs-urun-gorsel-alani { position: relative; }

.hs-urun-ana-gorsel {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: var(--gumus-acik);
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	padding: 34px;
}

.hs-urun-ana-gorsel img { width: 100%; height: 100%; object-fit: contain; }

.hs-urun-rozet {
	position: absolute;
	top: 18px;
	left: 18px;
	background: var(--turuncu);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 30px;
	z-index: 2;
}

.hs-urun-bilgi > .hs-etiket { margin-bottom: 12px; }

.hs-urun-bilgi h2 {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 700;
	color: var(--siyah);
	margin: 0 0 14px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.hs-urun-puan { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; font-size: 14px; color: var(--gumus-koyu); }
.hs-urun-puan i { color: var(--turuncu); font-size: 14px; }
.hs-urun-puan i.hs-bos { color: var(--gumus); }

.hs-urun-fiyat-kutu {
	display: flex;
	align-items: baseline;
	gap: 12px;
	padding: 20px 24px;
	background: var(--gumus-acik);
	border-radius: 14px;
	margin-bottom: 24px;
}

.hs-urun-fiyat-kutu strong { font-size: 32px; font-weight: 700; color: var(--turuncu); line-height: 1; letter-spacing: -0.02em; }
.hs-urun-fiyat-kutu del { font-size: 18px; color: var(--gumus-koyu); }
.hs-urun-fiyat-kutu .hs-indirim { margin-left: auto; background: var(--turuncu); color: #fff; font-size: 13px; font-weight: 600; padding: 6px 13px; border-radius: 30px; }

.hs-urun-aciklama { font-size: 16.5px; line-height: 1.85; color: var(--text); margin-bottom: 26px; }

.hs-ozellik-cipleri { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }

.hs-cip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border: 1px solid var(--border);
	border-radius: 30px;
	font-size: 13.5px;
	color: var(--siyah);
	background: #fff;
}

.hs-cip i { color: var(--turuncu); font-size: 13px; }
.hs-cip strong { font-weight: 600; }

.hs-urun-tablo { width: 100%; border-collapse: collapse; margin-bottom: 26px; }
.hs-urun-tablo th,
.hs-urun-tablo td { padding: 13px 0; border-bottom: 1px solid var(--border); font-size: 15px; text-align: left; vertical-align: top; }
.hs-urun-tablo th { color: var(--gumus-koyu); font-weight: 500; width: 42%; }
.hs-urun-tablo td { color: var(--siyah); font-weight: 500; }

.hs-urun-eylem { display: flex; flex-wrap: wrap; gap: 12px; }

.hs-stok {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #1E6B3D;
	margin-bottom: 18px;
}

.hs-stok.hs-yok { color: #A32017; }
.hs-stok i { font-size: 9px; }

/* --------------------------------------------------------------------------
   4. Premium ürün sayfası (/cantik gibi öne çıkan içerikler)
   -------------------------------------------------------------------------- */

.hs-premium { background: #0E0E0E; color: #fff; overflow: hidden; }

.hs-premium-hero {
	position: relative;
	min-height: 640px;
	display: grid;
	align-items: center;
	padding: 130px 0 90px;
}

.hs-premium-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(700px 500px at 72% 42%, rgba(242, 101, 34, .26) 0%, transparent 65%),
		radial-gradient(560px 420px at 12% 82%, rgba(242, 101, 34, .1) 0%, transparent 62%);
	pointer-events: none;
}

.hs-premium-hero-ic {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}

.hs-premium-rozet {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 9px 18px;
	border: 1px solid rgba(242, 101, 34, .42);
	background: rgba(242, 101, 34, .1);
	border-radius: 30px;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--turuncu);
	margin-bottom: 26px;
}

.hs-premium-rozet i { font-size: 12px; }

.hs-premium-hero h1 {
	font-size: clamp(40px, 6vw, 82px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.04em;
	margin: 0 0 22px;
	color: #fff;
}

.hs-premium-hero h1 em {
	font-style: normal;
	background: linear-gradient(94deg, var(--turuncu) 0%, #FFA76B 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hs-premium-ozet {
	font-size: 18px;
	line-height: 1.85;
	color: rgba(255, 255, 255, .72);
	max-width: 520px;
	margin: 0 0 34px;
}

.hs-premium-eylem { display: flex; flex-wrap: wrap; gap: 14px; }

.hs-premium-dugme {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	padding: 17px 32px;
	border-radius: 13px;
	font-size: 15.5px;
	font-weight: 600;
	background: var(--turuncu);
	color: #fff;
	border: 1px solid var(--turuncu);
	box-shadow: 0 14px 36px rgba(242, 101, 34, .32);
	transition: all .28s ease;
}

.hs-premium-dugme:hover { background: var(--turuncu-koyu); border-color: var(--turuncu-koyu); color: #fff; transform: translateY(-3px); }

.hs-premium-dugme.hs-cerceve {
	background: transparent;
	border-color: rgba(255, 255, 255, .22);
	box-shadow: none;
	color: #fff;
}

.hs-premium-dugme.hs-cerceve:hover { background: #fff; color: var(--siyah); border-color: #fff; }

/* Görsel çerçevesi */
.hs-premium-gorsel { position: relative; }

.hs-premium-gorsel-cerceve {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	aspect-ratio: 4 / 4.2;
	box-shadow: 0 40px 90px rgba(0, 0, 0, .5);
}

.hs-premium-gorsel-cerceve img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hs-premium-gorsel-cerceve::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(14, 14, 14, .5) 0%, transparent 45%);
}

/* Dönen mühür */
.hs-premium-muhur {
	position: absolute;
	left: -34px;
	bottom: 44px;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background: var(--turuncu);
	display: grid;
	place-items: center;
	text-align: center;
	box-shadow: 0 18px 44px rgba(242, 101, 34, .42);
	z-index: 3;
}

.hs-premium-muhur span { font-size: 12px; font-weight: 700; line-height: 1.35; letter-spacing: .04em; text-transform: uppercase; color: #fff; }

@media (max-width: 991px) {
	.hs-premium-hero { min-height: auto; padding: 96px 0 64px; }
	.hs-premium-hero-ic { grid-template-columns: 1fr; gap: 44px; }
	.hs-premium-gorsel-cerceve { aspect-ratio: 16 / 12; }
	.hs-premium-muhur { width: 96px; height: 96px; left: -14px; bottom: -14px; }
	.hs-premium-muhur span { font-size: 10px; }
}

/* Premium içerik gövdesi */
.hs-premium-govde { background: #fff; position: relative; padding: 96px 0; }

.hs-premium-oncelik {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 20px;
	margin-top: -152px;
	margin-bottom: 76px;
	position: relative;
	z-index: 5;
}

.hs-oncelik-kart {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 18px;
	padding: 30px 26px;
	box-shadow: 0 24px 60px rgba(18, 18, 18, .1);
	transition: transform .3s ease, box-shadow .3s ease;
}

.hs-oncelik-kart:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(18, 18, 18, .14); }

.hs-oncelik-kart i {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: rgba(242, 101, 34, .1);
	color: var(--turuncu);
	font-size: 21px;
	margin-bottom: 18px;
}

.hs-oncelik-kart h3 { font-size: 17px; font-weight: 600; color: var(--siyah); margin: 0 0 8px; }
.hs-oncelik-kart p { font-size: 14.5px; line-height: 1.7; color: var(--text); margin: 0; }

@media (max-width: 991px) {
	.hs-premium-govde { padding: 64px 0; }
	.hs-premium-oncelik { margin-top: -110px; margin-bottom: 52px; }
}

/* Bilgi şeridi */
.hs-premium-serit {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 2px;
	background: var(--border);
	border: 1px solid var(--border);
	border-radius: 18px;
	overflow: hidden;
	margin: 56px 0;
}

.hs-serit-oge { background: #fff; padding: 28px 24px; text-align: center; }
.hs-serit-oge strong { display: block; font-size: 28px; font-weight: 700; color: var(--turuncu); line-height: 1; margin-bottom: 8px; letter-spacing: -0.02em; }
.hs-serit-oge span { font-size: 14px; color: var(--text); }

/* Premium alıntı */
.hs-premium-alinti {
	position: relative;
	background: var(--siyah);
	border-radius: 24px;
	padding: 60px 56px;
	margin: 64px 0;
	overflow: hidden;
}

.hs-premium-alinti::before {
	content: "";
	position: absolute;
	right: -60px;
	top: -60px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(242, 101, 34, .24) 0%, transparent 66%);
}

.hs-premium-alinti i { font-size: 34px; color: var(--turuncu); margin-bottom: 20px; display: block; position: relative; }

.hs-premium-alinti p {
	position: relative;
	font-size: clamp(19px, 2.2vw, 26px);
	line-height: 1.6;
	color: #fff;
	font-weight: 500;
	margin: 0 0 18px;
	letter-spacing: -0.01em;
}

.hs-premium-alinti cite { position: relative; font-style: normal; font-size: 14px; color: var(--turuncu); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 767px) { .hs-premium-alinti { padding: 40px 28px; border-radius: 18px; } }

/* Premium kapanış çağrısı */
.hs-premium-kapanis {
	background: linear-gradient(120deg, var(--turuncu) 0%, var(--turuncu-koyu) 100%);
	border-radius: 24px;
	padding: 60px 56px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.hs-premium-kapanis::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px);
	background-size: 22px 22px;
	opacity: .5;
}

.hs-premium-kapanis > * { position: relative; z-index: 2; }
.hs-premium-kapanis h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 700; color: #fff; margin: 0 0 12px; letter-spacing: -0.02em; }
.hs-premium-kapanis p { color: rgba(255, 255, 255, .88); font-size: 16.5px; margin: 0 auto 28px; max-width: 560px; }

.hs-premium-kapanis .hs-premium-dugme { background: #fff; color: var(--siyah); border-color: #fff; box-shadow: 0 14px 34px rgba(0, 0, 0, .18); }
.hs-premium-kapanis .hs-premium-dugme:hover { background: var(--siyah); color: #fff; border-color: var(--siyah); }
.hs-premium-kapanis .hs-premium-dugme.hs-cerceve { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.hs-premium-kapanis .hs-premium-dugme.hs-cerceve:hover { background: #fff; color: var(--turuncu); border-color: #fff; }

.hs-kapanis-eylem { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }

@media (max-width: 767px) { .hs-premium-kapanis { padding: 44px 26px; border-radius: 18px; } }

/* --------------------------------------------------------------------------
   4b. Hazırlama rehberi şablonu
   -------------------------------------------------------------------------- */

/* Hızlı bilgi çipleri */
.hs-hizli-bilgi {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 30px 0 34px;
}

.hs-hizli-bilgi div {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 13px 20px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .12);
	backdrop-filter: blur(6px);
}

.hs-hizli-bilgi i { color: var(--turuncu); font-size: 18px; }
.hs-hizli-bilgi strong { display: block; color: #fff; font-size: 17px; font-weight: 700; line-height: 1.1; }
.hs-hizli-bilgi span { font-size: 12px; color: rgba(255, 255, 255, .55); letter-spacing: .05em; text-transform: uppercase; }

/* Adım listesi */
.hs-adimlar { position: relative; display: grid; gap: 18px; counter-reset: hsAdim; }

/* Adımları birleştiren dikey çizgi */
.hs-adimlar::before {
	content: "";
	position: absolute;
	left: 33px;
	top: 34px;
	bottom: 34px;
	width: 2px;
	background: linear-gradient(to bottom, var(--turuncu) 0%, rgba(242, 101, 34, .18) 100%);
}

.hs-adim-kart {
	position: relative;
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 18px;
	padding: 26px 28px;
	transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.hs-adim-kart:hover { border-color: var(--turuncu); box-shadow: 0 20px 50px rgba(18, 18, 18, .09); transform: translateX(5px); }

.hs-adim-numara {
	width: 68px;
	height: 68px;
	border-radius: 20px;
	background: var(--siyah);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.02em;
	position: relative;
	z-index: 2;
	transition: background .3s ease;
}

.hs-adim-kart:hover .hs-adim-numara { background: var(--turuncu); }

.hs-adim-icerik h3 { font-size: 19px; font-weight: 600; color: var(--siyah); margin: 0 0 8px; line-height: 1.35; }
.hs-adim-icerik p { font-size: 15.5px; line-height: 1.8; color: var(--text); margin: 0; }
.hs-adim-icerik strong { color: var(--siyah); font-weight: 600; }

@media (max-width: 575px) {
	.hs-adimlar::before { display: none; }
	.hs-adim-kart { grid-template-columns: 1fr; gap: 16px; padding: 24px 22px; }
	.hs-adim-numara { width: 52px; height: 52px; border-radius: 16px; font-size: 20px; }
}

/* Rehber gövdesindeki tablo */
.hs-rehber-govde table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 26px 0;
	border: 1px solid var(--border);
	border-radius: 14px;
	overflow: hidden;
	font-size: 15px;
}

.hs-rehber-govde table tr:first-child td,
.hs-rehber-govde table th {
	background: var(--siyah);
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .02em;
}

.hs-rehber-govde table td { padding: 14px 18px; border-bottom: 1px solid var(--border); color: var(--siyah); }
.hs-rehber-govde table tr:last-child td { border-bottom: none; }
.hs-rehber-govde table tr:nth-child(even):not(:first-child) td { background: var(--gumus-acik); }
.hs-rehber-govde figure.table { margin: 0; overflow-x: auto; }

.hs-rehber-govde h2 {
	font-size: 24px;
	font-weight: 700;
	color: var(--siyah);
	margin: 40px 0 14px;
	padding-left: 16px;
	border-left: 4px solid var(--turuncu);
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.hs-rehber-govde h2 strong { font-weight: 700; }

/* Uyarı / ipucu kutusu */
.hs-ipucu {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	background: rgba(242, 101, 34, .07);
	border: 1px solid rgba(242, 101, 34, .22);
	border-radius: 16px;
	padding: 24px 26px;
	margin: 34px 0;
}

.hs-ipucu i {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 13px;
	background: var(--turuncu);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 18px;
}

.hs-ipucu h3 { font-size: 16.5px; font-weight: 600; color: var(--siyah); margin: 0 0 6px; }
.hs-ipucu p { font-size: 14.5px; line-height: 1.75; color: var(--text); margin: 0; }

/* --------------------------------------------------------------------------
   4c. Pişirme talimatları şablonu
   -------------------------------------------------------------------------- */

/* Üst tanıtım — koyu zemin, solda metin, sağda video */
.hs-pt-hero {
	position: relative;
	background: var(--siyah);
	padding: 74px 0 78px;
	overflow: hidden;
}

.hs-pt-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(700px 380px at 82% 12%, rgba(242, 101, 34, .22), transparent 68%),
		radial-gradient(560px 320px at 4% 96%, rgba(242, 101, 34, .10), transparent 70%);
	pointer-events: none;
}

.hs-pt-hero > .hs-kapsayici { position: relative; z-index: 1; }

.hs-pt-hero-ic {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
	gap: 52px;
	align-items: center;
}

.hs-pt-hero-ic.hs-tek { grid-template-columns: minmax(0, 1fr); max-width: 760px; }

.hs-pt-rozet {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 8px 18px;
	border-radius: 30px;
	background: rgba(242, 101, 34, .14);
	border: 1px solid rgba(242, 101, 34, .34);
	color: var(--turuncu);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .02em;
	margin-bottom: 20px;
}

.hs-pt-hero-metin h1 {
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 800;
	color: #fff;
	line-height: 1.14;
	letter-spacing: -0.025em;
	margin: 0 0 18px;
}

.hs-pt-ozet {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, .74);
	margin: 0 0 28px;
	max-width: 54ch;
}

/* Hızlı bilgi çipleri */
.hs-pt-cipler {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
	gap: 12px;
}

.hs-pt-cipler li {
	position: relative;
	padding: 15px 17px 15px 46px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .1);
}

.hs-pt-cipler i {
	position: absolute;
	left: 16px;
	top: 17px;
	font-size: 18px;
	color: var(--turuncu);
}

.hs-pt-cipler span {
	display: block;
	font-size: 11.5px;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
	margin-bottom: 3px;
}

.hs-pt-cipler strong { display: block; font-size: 15px; font-weight: 700; color: #fff; line-height: 1.25; }

/* Video çerçevesi */
.hs-pt-oynatici {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: 20px;
	overflow: hidden;
	background: #000;
	border: 1px solid rgba(255, 255, 255, .14);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .45);
}

.hs-pt-oynatici iframe,
.hs-pt-oynatici img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	object-fit: cover;
}

.hs-pt-video-not {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 16px 0 0;
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
}

.hs-pt-video-not i { color: var(--turuncu); font-size: 16px; }

/* Gövde */
.hs-pt-govde { padding: 68px 0 78px; background: #fff; }

.hs-pt-bolum-baslik { margin-bottom: 30px; }

.hs-pt-bolum-baslik span {
	display: inline-block;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--turuncu);
	margin-bottom: 8px;
}

.hs-pt-bolum-baslik h2 {
	font-size: clamp(24px, 2.6vw, 31px);
	font-weight: 800;
	color: var(--siyah);
	letter-spacing: -0.02em;
	margin: 0;
}

/* Ürün seçici */
.hs-pt-urunler {
	padding: 30px 32px 34px;
	background: var(--gumus-acik);
	border-radius: 20px;
	margin-bottom: 52px;
}

.hs-pt-urunler h2 {
	font-size: 21px;
	font-weight: 700;
	color: var(--siyah);
	margin: 0 0 6px;
	letter-spacing: -0.015em;
}

.hs-pt-urunler > p { font-size: 14.5px; line-height: 1.7; color: var(--text); margin: 0 0 22px; max-width: 68ch; }

.hs-pt-urun-izgara {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 14px;
}

.hs-pt-urun {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 16px 12px 12px;
	border-radius: 15px;
	background: #fff;
	border: 1px solid var(--border);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.hs-pt-urun:hover { border-color: var(--turuncu); box-shadow: 0 14px 34px rgba(18, 18, 18, .09); transform: translateY(-3px); }

.hs-pt-urun-gorsel {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	border-radius: 12px;
	overflow: hidden;
	background: var(--gumus-acik);
	display: grid;
	place-items: center;
	color: var(--turuncu);
	font-size: 20px;
}

.hs-pt-urun-gorsel img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hs-pt-urun-ad { flex: 1; font-size: 15.5px; font-weight: 600; color: var(--siyah); }
.hs-pt-urun > i { font-size: 13px; color: var(--turuncu); transition: transform .25s ease; }
.hs-pt-urun:hover > i { transform: translateX(4px); }

/* Giriş metni */
.hs-pt-giris {
	max-width: 78ch;
	margin: 0 0 56px;
	padding-left: 22px;
	border-left: 3px solid var(--turuncu);
}

.hs-pt-giris .icerik-alani p { font-size: 16px; line-height: 1.85; color: var(--text); }
.hs-pt-giris .icerik-alani p:last-child { margin-bottom: 0; }

/* Yöntem kısayolları */
.hs-pt-kisayol {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 28px;
}

.hs-pt-kisayol a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 17px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid var(--border);
	font-size: 14px;
	font-weight: 600;
	color: var(--siyah);
	transition: all .25s ease;
}

.hs-pt-kisayol a i { font-size: 14px; color: var(--turuncu); transition: color .25s ease; }
.hs-pt-kisayol a:hover { background: var(--siyah); border-color: var(--siyah); color: #fff; }
.hs-pt-kisayol a:hover i { color: var(--turuncu); }

/* Yöntem kartları */
.hs-pt-kart-izgara {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 22px;
}

.hs-pt-kart {
	position: relative;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 20px;
	padding: 28px 30px 30px;
	scroll-margin-top: 110px;
	transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.hs-pt-kart::before {
	content: "";
	position: absolute;
	left: 30px;
	right: 30px;
	top: 0;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: var(--turuncu);
	opacity: 0;
	transition: opacity .3s ease;
}

.hs-pt-kart:hover { border-color: rgba(242, 101, 34, .45); box-shadow: 0 22px 52px rgba(18, 18, 18, .09); transform: translateY(-4px); }
.hs-pt-kart:hover::before { opacity: 1; }
.hs-pt-kart:target { border-color: var(--turuncu); }
.hs-pt-kart:target::before { opacity: 1; }
.hs-pt-kart.hs-genis { grid-column: 1 / -1; }

.hs-pt-kart.hs-uyari { background: rgba(242, 101, 34, .045); border-color: rgba(242, 101, 34, .3); }
.hs-pt-kart.hs-uyari .hs-pt-kart-simge { background: var(--turuncu); color: #fff; }

.hs-pt-kart-ust {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--border);
}

.hs-pt-kart-simge {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	border-radius: 15px;
	background: rgba(242, 101, 34, .1);
	color: var(--turuncu);
	display: grid;
	place-items: center;
	font-size: 21px;
	transition: background .3s ease, color .3s ease;
}

.hs-pt-kart:hover .hs-pt-kart-simge { background: var(--turuncu); color: #fff; }

.hs-pt-kart-no {
	display: block;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--turuncu);
	margin-bottom: 4px;
}

.hs-pt-kart-ust h3 {
	font-size: 19px;
	font-weight: 700;
	color: var(--siyah);
	margin: 0;
	line-height: 1.3;
	letter-spacing: -0.015em;
}

/* Kart gövdesi — numaralı adım listesi */
.hs-pt-kart-govde ul { list-style: none; padding: 0; margin: 0; counter-reset: hsAdimSayaci; }

.hs-pt-kart-govde ul li {
	position: relative;
	padding: 0 0 0 38px;
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 1.75;
	color: var(--text);
}

.hs-pt-kart-govde ul li::before {
	counter-increment: hsAdimSayaci;
	content: counter(hsAdimSayaci);
	position: absolute;
	left: 0;
	top: 2px;
	width: 25px;
	height: 25px;
	border-radius: 8px;
	background: var(--siyah);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: grid;
	place-items: center;
}

.hs-pt-kart-govde ul li:last-child { margin-bottom: 0; }
.hs-pt-kart-govde p { font-size: 15px; line-height: 1.78; color: var(--text); margin: 0 0 14px; }
.hs-pt-kart-govde p:last-child { margin-bottom: 0; }
.hs-pt-kart-govde p strong { color: var(--siyah); font-weight: 600; }

/* Tablolu kart */
.hs-pt-kart-govde table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--border);
	border-radius: 14px;
	overflow: hidden;
	font-size: 14.5px;
	margin: 0;
}

.hs-pt-kart-govde table tr:first-child td {
	background: var(--siyah);
	color: #fff;
	font-weight: 600;
	font-size: 13.5px;
}

.hs-pt-kart-govde table td { padding: 13px 16px; border-bottom: 1px solid var(--border); color: var(--siyah); }
.hs-pt-kart-govde table tr:last-child td { border-bottom: none; }
.hs-pt-kart-govde table tr:nth-child(even):not(:first-child) td { background: var(--gumus-acik); }
.hs-pt-kart-govde figure.table { margin: 0; overflow-x: auto; }

/* Sıkça sorulan sorular */
.hs-pt-sss { margin-top: 62px; max-width: 900px; }

/* Kapanış */
.hs-pt-kapanis {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	margin-top: 62px;
	padding: 40px 44px;
	border-radius: 22px;
	background: var(--siyah);
}

.hs-pt-kapanis h2 {
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 800;
	color: #fff;
	margin: 0 0 8px;
	letter-spacing: -0.02em;
}

.hs-pt-kapanis p { font-size: 15px; line-height: 1.75; color: rgba(255, 255, 255, .68); margin: 0; max-width: 60ch; }

.hs-pt-kapanis-eylem { display: flex; flex-wrap: wrap; gap: 12px; }

.hs-pt-dugme {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 14px 28px;
	border-radius: 30px;
	background: var(--turuncu);
	color: #fff;
	font-size: 14.5px;
	font-weight: 600;
	border: 1px solid var(--turuncu);
	transition: all .25s ease;
}

.hs-pt-dugme:hover { background: #fff; border-color: #fff; color: var(--siyah); }
.hs-pt-dugme.hs-cerceve { background: transparent; border-color: rgba(255, 255, 255, .3); color: #fff; }
.hs-pt-dugme.hs-cerceve:hover { background: #fff; border-color: #fff; color: var(--siyah); }

@media (max-width: 991px) {
	.hs-pt-hero { padding: 56px 0 60px; }
	.hs-pt-hero-ic { grid-template-columns: minmax(0, 1fr); gap: 36px; }
	.hs-pt-govde { padding: 52px 0 62px; }
	.hs-pt-kapanis { padding: 34px 30px; }
}

@media (max-width: 575px) {
	.hs-pt-hero { padding: 44px 0 48px; }
	.hs-pt-cipler { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hs-pt-urunler { padding: 24px 20px 26px; }
	.hs-pt-giris { padding-left: 16px; margin-bottom: 44px; }
	.hs-pt-kart { padding: 24px 22px 26px; }
	.hs-pt-kart::before { left: 22px; right: 22px; }
	.hs-pt-kart-ust { gap: 12px; }
	.hs-pt-kart-simge { width: 46px; height: 46px; flex-basis: 46px; font-size: 19px; }
	.hs-pt-kart-ust h3 { font-size: 17px; }
	.hs-pt-kapanis { padding: 28px 22px; }
	.hs-pt-kapanis-eylem { width: 100%; }
	.hs-pt-kapanis-eylem .hs-pt-dugme { flex: 1; justify-content: center; }
}

/* --------------------------------------------------------------------------
   5. İçerik sayfaları — yan bilgi kutusu
   -------------------------------------------------------------------------- */

.hs-sayfa-duzen {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 56px;
	align-items: start;
}

@media (max-width: 991px) { .hs-sayfa-duzen { grid-template-columns: 1fr; gap: 40px; } }

.hs-yan-yapiskan { position: sticky; top: 110px; }

.hs-icindekiler { list-style: none; margin: 0; padding: 0; }
.hs-icindekiler li { margin-bottom: 3px; }

.hs-icindekiler a {
	display: block;
	padding: 9px 14px;
	border-radius: 9px;
	font-size: 14.5px;
	color: var(--text);
	border-left: 2px solid transparent;
	transition: all .22s ease;
}

.hs-icindekiler a:hover { background: var(--gumus-acik); color: var(--turuncu); border-left-color: var(--turuncu); }

/* --------------------------------------------------------------------------
   Bayilerimiz / Satış Noktalarımız sayfası
   Masaüstünde satır başına dört logo (4x2 düzen), aşağı indikçe kendiliğinden
   yeni satır açılır. Logolar yatay, dikey ve kare olabildiği için "contain"
   ile ölçeklenir; hiçbiri kırpılmaz ya da kutudan taşmaz.
   -------------------------------------------------------------------------- */

.hs-bayi-izgara {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.hs-bayi {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	height: 100%;
	min-height: 178px;
	padding: 22px 20px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 16px;
	text-align: center;
	transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.hs-bayi img {
	display: block;
	width: 100%;
	height: 96px;
	object-fit: contain;
	object-position: center;
	border-radius: 8px;
}

.hs-bayi span {
	font-size: 14px;
	font-weight: 600;
	color: var(--siyah);
	line-height: 1.4;
}

a.hs-bayi:hover {
	border-color: var(--turuncu);
	box-shadow: 0 16px 38px rgba(18, 18, 18, .1);
	transform: translateY(-4px);
}

a.hs-bayi:hover span { color: var(--turuncu); }

/* Kapanış kutusu */
.hs-bayi-cagri {
	margin-top: 52px;
	padding: 40px 34px;
	border-radius: 20px;
	background: var(--siyah);
	text-align: center;
}

.hs-bayi-cagri h2 {
	font-size: clamp(21px, 2.4vw, 27px);
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
	letter-spacing: -0.02em;
}

.hs-bayi-cagri p { font-size: 15px; line-height: 1.75; color: rgba(255, 255, 255, .7); margin: 0 0 20px; }

@media (max-width: 991px) {
	.hs-bayi-izgara { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
}

@media (max-width: 767px) {
	.hs-bayi-izgara { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	.hs-bayi { min-height: 150px; padding: 18px 14px; }
	.hs-bayi img { height: 76px; }
	.hs-bayi-cagri { padding: 30px 22px; }
}
