/* İstanbulHurdacım — sade zemin, logo yeşili ile uyumlu minimal vurgular */
:root {
	--brand-50: #f0fdf4;
	--brand-100: #dcfce7;
	--brand-700: #166534;
	--brand-800: #14532d;
	--brand-900: #14532d;
	--charcoal: #0f172a;
}

body.site-body {
	color: #1e293b;
	background-color: #fafafa;
}

.site-header {
	border-bottom: 1px solid #e2e8f0;
	background: #374151;
	box-shadow: none;
}

.site-main.bg-brand-surface {
	background: transparent;
}

.hero-panel {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	border: 1px solid #e2e8f0;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.hero-panel-inner {
	position: relative;
	z-index: 1;
}

.page-hero-bar {
	height: 2px;
	background: #e2e8f0;
	opacity: 1;
}

.card-metal {
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}
