.hf-prices {
	--hf-ink: #15202b;
	--hf-muted: #667085;
	--hf-line: #e4e7ec;
	--hf-surface: #ffffff;
	--hf-head: #f2f4f7;
	--hf-accent: #1f7a4d;
	--hf-accent-soft: #e8f5ee;
	--hf-row: #fafbfc;
	--hf-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 8px 24px rgba(16, 24, 40, 0.06);
	font-family: "Source Sans 3", "Segoe UI", sans-serif;
	color: var(--hf-ink);
	line-height: 1.5;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

/* Temalar section { padding: … } gibi kurallar uygular — sıfırla */
.hf-prices section.hf-prices__category,
.hf-prices .hf-prices__category {
	margin: 0;
	padding: 0;
}

.hf-prices--empty {
	padding: 1.25rem 1.35rem;
	border: 1px dashed var(--hf-line);
	border-radius: 0;
	color: var(--hf-muted);
	background: #fafafa;
}

.hf-prices__header {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--hf-line);
}

.hf-prices__title {
	margin: 0;
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.hf-prices__meta {
	margin: 0.45rem 0 0;
	color: var(--hf-muted);
	font-size: 0.9rem;
	font-variant-numeric: tabular-nums;
}

.hf-prices > .hf-prices__meta {
	margin-bottom: 1.75rem;
}

.hf-prices__list {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding: 0;
}

.hf-prices__category {
	background: var(--hf-surface);
	border: 1px solid var(--hf-line);
	border-radius: 0;
	box-shadow: var(--hf-shadow);
	overflow: hidden;
}

.hf-prices .hf-prices__caption,
.hf-prices h3.hf-prices__caption {
	margin: 0;
	padding: 1.15rem 1.25rem;
	font-size: clamp(1.28rem, 2.8vw, 1.65rem);
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.02em;
	background: linear-gradient(180deg, #fff 0%, #f8faf9 100%);
	border-bottom: 1px solid var(--hf-line);
	border-left: 4px solid var(--hf-accent);
}

.hf-prices__table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.hf-prices__table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	min-width: 580px;
}

.hf-prices__table th,
.hf-prices__table td {
	padding: 0.85rem 1rem;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid var(--hf-line);
}

.hf-prices__table thead th {
	background: var(--hf-head);
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--hf-accent);
	font-weight: 700;
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 1;
}

.hf-prices__table thead th:first-child {
	text-align: left;
	color: var(--hf-muted);
	position: sticky;
	left: 0;
	z-index: 2;
	background: var(--hf-head);
}

.hf-prices__table tbody th {
	font-weight: 650;
	font-weight: 600;
	color: var(--hf-ink);
	background: var(--hf-surface);
	position: sticky;
	left: 0;
	z-index: 1;
	min-width: 11rem;
}

.hf-prices__table tbody td {
	text-align: center;
	font-variant-numeric: tabular-nums;
	color: var(--hf-ink);
	font-weight: 600;
	font-size: 0.98rem;
	white-space: nowrap;
}

.hf-prices__table tbody td:last-child {
	background: var(--hf-accent-soft);
	color: var(--hf-accent);
	font-weight: 700;
}

.hf-prices__table tbody tr:nth-child(even) th,
.hf-prices__table tbody tr:nth-child(even) td {
	background: var(--hf-row);
}

.hf-prices__table tbody tr:nth-child(even) td:last-child {
	background: #e2f0e8;
}

.hf-prices__table tbody tr:last-child th,
.hf-prices__table tbody tr:last-child td {
	border-bottom: 0;
}

.hf-prices__table tbody tr:hover th,
.hf-prices__table tbody tr:hover td {
	background: #eef6f1;
}

.hf-prices__table tbody tr:hover td:last-child {
	background: #d8ecdf;
}

.hf-prices__notes {
	margin: 1.75rem 0 0;
	padding: 1rem 1.15rem 1rem 1.35rem;
	border-radius: 0;
	background: #f8fafc;
	border: 1px solid var(--hf-line);
	color: var(--hf-muted);
	font-size: 0.95rem;
}

.hf-prices__notes li + li {
	margin-top: 0.45rem;
}

/* Live ticker — soldan sağa */
.hf-ticker {
	--hf-ticker-bg: #1a2330;
	--hf-ticker-ink: #f3f4f6;
	--hf-ticker-accent: #7dcea0;
	--hf-ticker-muted: #9aa3af;
	display: flex;
	align-items: stretch;
	width: 100%;
	overflow: hidden;
	background: var(--hf-ticker-bg);
	color: var(--hf-ticker-ink);
	border-radius: 8px;
	min-height: 42px;
}

.hf-ticker--bar {
	border-radius: 0;
	min-height: 40px;
}

.hf-ticker--fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100002;
	width: 100%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.hf-ticker--below-menu {
	position: relative;
	width: 100%;
	margin: 0;
}

.hf-ticker--bar.hf-ticker--below-menu .hf-ticker__label,
.hf-ticker--bar.hf-ticker--below-menu .hf-ticker__item {
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	align-items: center;
}

.hf-ticker--bar.hf-ticker--below-menu .hf-ticker__label {
	display: flex;
	background: var(--hf-ticker-bg);
	flex-shrink: 0;
}

.hf-ticker--bar.hf-ticker--fixed-top .hf-ticker__label,
.hf-ticker--bar.hf-ticker--fixed-top .hf-ticker__item {
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	align-items: center;
}

.hf-ticker__label {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	padding: 0 0.9rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.06);
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	white-space: nowrap;
	z-index: 1;
}

.hf-ticker__viewport {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	mask-image: linear-gradient(90deg, #000 0%, #000 92%, transparent);
}

.hf-ticker__track {
	display: flex;
	width: max-content;
	animation: hf-ticker-ltr var(--hf-ticker-duration, 120s) linear infinite;
	will-change: transform;
}

.hf-ticker:hover .hf-ticker__track {
	animation-play-state: paused;
}

.hf-ticker__list {
	display: flex;
	align-items: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hf-ticker__item {
	display: inline-flex;
	align-items: baseline;
	gap: 0.45rem;
	padding: 0.65rem 1.15rem;
	white-space: nowrap;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.9rem;
}

.hf-ticker__name {
	color: var(--hf-ticker-muted);
	font-weight: 500;
}

.hf-ticker__price {
	color: var(--hf-ticker-accent);
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

@keyframes hf-ticker-ltr {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hf-ticker__track {
		animation: none;
		transform: none;
	}

	.hf-ticker__viewport {
		overflow-x: auto;
	}
}
