.hz-page {
	background: #f5f7fb;
	padding-bottom: 60px;
	overflow: hidden;
}

.hz-page .hz-hero {
	padding: 28px 0 48px;
	color: #fff;
	position: relative;
}

.hz-page .hz-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 22px;
	font-size: 13px;
	line-height: 1.4;
}
.hz-page .hz-breadcrumb a {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.14);
	color: rgba(255,255,255,0.9) !important;
	text-decoration: none !important;
}
.hz-page .hz-breadcrumb .hz-sep {
	opacity: 0.45;
}
.hz-page .hz-breadcrumb .hz-current {
	color: #fff;
	font-weight: 600;
}

.hz-page .hz-hero-row {
	margin-left: -10px;
	margin-right: -10px;
}
.hz-page .hz-hero-left,
.hz-page .hz-hero-right {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 18px;
}

.hz-page .hz-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.16);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hz-page .hz-title {
	margin: 0 0 14px !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: 42px !important;
	line-height: 1.15 !important;
	font-weight: 700 !important;
	background: none !important;
}

.hz-page .hz-lead {
	margin: 0 0 22px;
	max-width: 560px;
	color: rgba(255,255,255,0.86);
	font-size: 16px;
	line-height: 1.7;
}

.hz-page .hz-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 22px;
}

.hz-page a.hz-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 20px !important;
	border-radius: 12px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	line-height: 1 !important;
	transition: transform .2s ease, box-shadow .2s ease;
}
.hz-page a.hz-btn:hover {
	transform: translateY(-2px);
	text-decoration: none !important;
}
.hz-page a.hz-btn i {
	font-size: 16px;
}

.hz-page .hz-stats-row {
	margin-left: -6px;
	margin-right: -6px;
}
.hz-page .hz-stats-row > [class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 12px;
}
.hz-page .hz-stat {
	height: 100%;
	padding: 14px 12px;
	border-radius: 14px;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.14);
}
.hz-page .hz-stat strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
}
.hz-page .hz-stat span {
	display: block;
	color: rgba(255,255,255,0.72);
	font-size: 12px;
	line-height: 1.35;
}

.hz-page .hz-visual-card {
	overflow: hidden;
	border-radius: 22px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.14);
	box-shadow: 0 20px 50px rgba(0,0,0,0.28);
}
.hz-page .hz-visual-img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	float: none !important;
}
.hz-page .hz-visual-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	color: rgba(255,255,255,0.55);
	font-weight: 600;
}

.hz-page .hz-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 14px;
}
.hz-page .hz-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.14);
	color: #fff;
	font-size: 13px;
}
.hz-page .hz-tag i {
	color: #86efac;
}

.hz-page .hz-body {
	margin-top: 24px;
}
.hz-page .hz-card,
.hz-page .hz-cta {
	background: #fff;
	border: 1px solid rgba(15,23,42,0.08);
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(15,23,42,0.05);
}
.hz-page .hz-card {
	padding: 26px;
	margin-bottom: 18px;
}
.hz-page .hz-section-title {
	margin: 0 0 14px;
	color: #0f172a;
	font-size: 22px;
	font-weight: 700;
}
.hz-page .hz-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hz-page .hz-checklist li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 12px 0;
	border-bottom: 1px solid #eef2f7;
	color: #334155;
	line-height: 1.6;
}
.hz-page .hz-checklist li:last-child {
	border-bottom: 0;
}
.hz-page .hz-check {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(16,185,129,0.12);
	color: #059669;
}
.hz-page .hz-prose {
	color: #334155;
	font-size: 16px;
	line-height: 1.8;
}
.hz-page .hz-rich h2,
.hz-page .hz-rich h3 {
	color: #0f172a;
	margin-top: 24px;
	margin-bottom: 10px;
}
.hz-page .hz-faq-item {
	border: 1px solid #e8eef5;
	border-radius: 14px;
	padding: 0 16px;
	margin-bottom: 10px;
	background: #f8fafc;
}
.hz-page .hz-faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 15px 0;
	font-weight: 600;
	color: #0f172a;
}
.hz-page .hz-faq-item summary::-webkit-details-marker {
	display: none;
}
.hz-page .hz-faq-answer {
	padding: 0 0 15px;
	color: #475569;
	line-height: 1.7;
}
.hz-page .hz-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	padding: 26px;
	margin: 8px 0 28px;
	background: linear-gradient(135deg,#0f172a,#1e293b);
	color: #fff;
}
.hz-page .hz-cta h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 24px;
}
.hz-page .hz-cta p {
	margin: 0;
	color: rgba(255,255,255,0.8);
}
.hz-page .hz-cta .hz-hero-actions {
	margin: 0;
}

.hz-page .hz-packages {
	margin-bottom: 18px;
}
.hz-page .hz-packages-title {
	margin: 0 0 16px;
	color: #0f172a;
	font-size: 22px;
	font-weight: 700;
}
.hz-page .hz-packages-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.hz-page .hz-package-col {
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.hz-page .hz-package {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 24px;
	background: #fff;
	border: 1px solid rgba(15,23,42,0.08);
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(15,23,42,0.05);
}
.hz-page .hz-package-top {
	margin-bottom: 8px;
}
.hz-page .hz-package-name {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}
.hz-page .hz-package-price {
	margin: 0 0 12px;
	color: #0f172a;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
}
.hz-page .hz-package-desc {
	margin: 0 0 12px;
	color: #475569;
	font-size: 14px;
	line-height: 1.65;
}
.hz-page .hz-package-features {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	flex: 1 1 auto;
}
.hz-page .hz-package-features li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 9px 0;
	border-bottom: 1px solid #eef2f7;
	color: #334155;
	line-height: 1.45;
	font-size: 14px;
}
.hz-page .hz-package-features li:last-child {
	border-bottom: 0;
}
.hz-page .hz-package-features i {
	margin-top: 3px;
	color: #059669;
}
.hz-page .hz-package-order {
	width: 100%;
	margin-top: auto;
}

/* Axo logo gradient — Önerilen paket */
.hz-page .hz-package-col--onerilen {
	z-index: 2;
}
.hz-page .hz-package--onerilen {
	position: relative;
	border: 2px solid transparent;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, #2f8cff 0%, #7c3aed 28%, #e11d8f 55%, #f97316 78%, #ef4444 100%) border-box;
	box-shadow: 0 18px 44px rgba(124, 58, 237, 0.22);
	transform: translateY(-6px);
}
.hz-page .hz-package-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 14px;
	padding: 6px 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, #2f8cff 0%, #7c3aed 35%, #e11d8f 65%, #f97316 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	box-shadow: 0 8px 20px rgba(225, 29, 143, 0.28);
}
.hz-page .hz-package--onerilen .hz-package-name,
.hz-page .hz-package--onerilen .hz-package-price {
	color: #1a2433;
}
.hz-page .hz-package--onerilen .hz-package-features i {
	background: linear-gradient(135deg, #2f8cff, #e11d8f 60%, #f97316);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.hz-page .hz-package--onerilen .hz-package-order {
	background: linear-gradient(135deg, #2f8cff 0%, #7c3aed 40%, #e11d8f 70%, #f97316 100%) !important;
	border: none !important;
	box-shadow: 0 12px 28px rgba(124, 58, 237, 0.35) !important;
}
.hz-page .hz-package--onerilen .hz-package-order:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}

@media (min-width: 992px) {
	.hz-page .hz-package {
		padding: 18px 16px;
	}
	.hz-page .hz-package-name {
		font-size: 17px;
	}
	.hz-page .hz-package-price {
		font-size: 22px;
	}
	.hz-page .hz-package-desc,
	.hz-page .hz-package-features li {
		font-size: 13px;
	}
	.hz-page .hz-package--onerilen {
		transform: translateY(-4px);
	}
}

@media (max-width: 991px) {
	.hz-page .hz-title {
		font-size: 32px !important;
	}
	.hz-page .hz-cta {
		flex-direction: column;
		align-items: flex-start;
	}
	.hz-page .hz-hero-right {
		margin-top: 8px;
	}
}

@media (max-width: 575px) {
	.hz-page .hz-title {
		font-size: 28px !important;
	}
	.hz-page a.hz-btn {
		width: 100%;
	}
}
