/*
Theme Name:   Ne İzlesem?
Theme URI:    https://neizlesem.com/
Description:  neizlesem.com için GeneratePress child teması. GeneratePress güncellemelerinden etkilenmez.
Author:       Hamdi Çetin
Template:     generatepress
Version:      1.3.1
Requires PHP: 7.4
Text Domain:  neizlesem
*/

/* =========================================================
   Değişkenler
   ========================================================= */
:root {
	--nz-blue-1: #2c45a3;
	--nz-blue-2: #355bc5;
	--nz-red: #ff3152;
	--nz-red-dark: #e6213f;
	--nz-yellow: #ffd012;
	--nz-ink: #222222;
	--nz-text: #494949;
	--nz-muted: #7c7c7c;
	--nz-line: #ececf1;
	--nz-soft: #f5f7fc;
	--nz-white: #ffffff;
	--nz-radius: 7px;
	--nz-img-radius: 10px;
	--nz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	--nz-img-shadow: 0 12px 24px -12px rgba(18, 32, 84, .55);
	--nz-heading: "Roboto", Helvetica, Arial, sans-serif;
	--nz-body: "Poppins", Helvetica, Arial, sans-serif;
	--nz-wrap: 1200px;
}

/* =========================================================
   Temel
   ========================================================= */
body {
	background: linear-gradient(90deg, var(--nz-blue-1) 30%, var(--nz-blue-2) 100%);
	color: var(--nz-text);
	font-family: var(--nz-body);
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: .3px;
	-webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
	font-family: var(--nz-body);
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--nz-heading);
	font-weight: 700;
	color: var(--nz-ink);
	letter-spacing: .4px;
	line-height: 1.35;
}
a {
	color: var(--nz-red);
	text-decoration: none;
	transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
a:hover,
a:focus {
	color: var(--nz-red-dark);
}
::selection {
	background: var(--nz-yellow);
	color: var(--nz-ink);
}
:focus-visible {
	outline: 2px solid var(--nz-yellow);
	outline-offset: 2px;
}
.nz-icon {
	display: inline-block;
	flex: none;
	vertical-align: middle;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
.nz-button,
a.wp-block-button__link:not(.has-background) {
	display: inline-block;
	background: var(--nz-red);
	color: var(--nz-white);
	border: 0;
	border-radius: 25px;
	padding: 12px 28px;
	font-family: var(--nz-heading);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 1.2;
	cursor: pointer;
}
button:hover,
button:focus,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
a.button:hover,
.nz-button:hover,
.nz-button:focus,
a.wp-block-button__link:not(.has-background):hover {
	background: var(--nz-red-dark);
	color: var(--nz-white);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
	background: var(--nz-soft);
	border: 1px solid var(--nz-line);
	border-radius: 25px;
	color: var(--nz-ink);
	padding: 12px 22px;
}
textarea {
	border-radius: 14px;
}
input:focus,
textarea:focus,
select:focus {
	background: var(--nz-white);
	border-color: var(--nz-blue-2);
	outline: 0;
}

/* =========================================================
   Header
   ========================================================= */
.site-header,
.main-navigation,
.main-navigation ul ul {
	background: transparent;
}
.site-header {
	position: relative;
	z-index: 50;
}
.site-header .inside-header {
	max-width: var(--nz-wrap);
	padding: 24px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

/* Logo */
.nz-logo a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--nz-white);
	text-decoration: none;
}
.nz-logo__mark {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 5px solid var(--nz-red);
	border-radius: 50%;
	color: var(--nz-yellow);
	font-family: var(--nz-heading);
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	transition: transform .3s ease;
}
.nz-logo a:hover .nz-logo__mark {
	transform: rotate(-12deg);
}
.nz-logo__text {
	font-family: var(--nz-heading);
	font-size: 30px;
	font-weight: 900;
	letter-spacing: .5px;
	line-height: 1;
	color: var(--nz-white);
}
.nz-logo__text span {
	color: var(--nz-white);
}

.nz-logo__img {
	display: block;
	width: auto;
	height: 48px;
	max-width: 260px;
	object-fit: contain;
}
.nz-footer .nz-logo__img {
	height: 44px;
	margin: 0 auto;
}

/* Menü */
.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
	color: var(--nz-white);
}
.main-navigation .main-nav ul li a {
	font-family: var(--nz-heading);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 46px;
	padding: 0 14px;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li.current-post-parent > a,
.main-navigation .menu-bar-item:hover > a,
.main-navigation .menu-bar-item.sfHover > a {
	color: var(--nz-yellow);
	background: transparent;
}
.main-navigation .menu-bar-item > a {
	padding: 0 6px 0 18px;
	font-size: 19px;
	line-height: 46px;
}
.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus,
.has-inline-mobile-toggle #site-navigation.toggled {
	background: transparent;
	color: var(--nz-white);
}

/* =========================================================
   Üst alan (hero)
   ========================================================= */
.nz-hero {
	color: var(--nz-white);
	text-align: center;
}
.nz-hero__inner {
	max-width: var(--nz-wrap);
	padding: 58px 20px 50px;
}
.nz-hero__title {
	margin: 0;
	color: var(--nz-white);
	font-family: var(--nz-heading);
	font-size: clamp(24px, 3.2vw, 38px);
	font-weight: 400;
	letter-spacing: .6px;
	line-height: 1.35;
}
.nz-hero__title strong {
	font-weight: 700;
}
.nz-count {
	color: var(--nz-yellow);
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1;
	vertical-align: -.04em;
}
.nz-hero__sub {
	max-width: 640px;
	margin: 12px auto 0;
	color: rgba(255, 255, 255, .75);
	font-size: 15px;
}

/* Tekil yazı başlığı */
.nz-hero--single .nz-hero__inner,
.nz-hero--page .nz-hero__inner {
	max-width: 900px;
	padding-top: 56px;
	padding-bottom: 48px;
}
.nz-hero__title--single,
.nz-hero__title--page {
	font-size: clamp(30px, 4.6vw, 48px);
	font-weight: 700;
	line-height: 1.2;
}
.nz-hero--single .nz-pills {
	position: static;
	justify-content: center;
	margin-bottom: 18px;
}
.nz-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 22px;
	margin-top: 24px;
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
}
.nz-hero__meta a {
	color: rgba(255, 255, 255, .8);
}
.nz-hero__meta a:hover {
	color: var(--nz-yellow);
}
.nz-hero__author {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--nz-heading);
	font-weight: 700;
	color: var(--nz-white) !important;
}
.nz-hero__avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .2);
}
.nz-hero__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}
.nz-hero__meta-item .nz-icon {
	color: var(--nz-yellow);
}

/* =========================================================
   Hap etiketler
   ========================================================= */
.nz-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.nz-pills a {
	display: inline-block;
	padding: 3px 15px;
	border-radius: 25px;
	background: var(--nz-yellow);
	color: #111;
	font-size: 13px;
	line-height: 1.8;
	white-space: nowrap;
}
.nz-pills a:hover {
	background: var(--nz-white);
	color: #111;
}

/* =========================================================
   Liste sayfaları: kutu, panel, kartlar
   ========================================================= */
.site.grid-container {
	max-width: var(--nz-wrap);
	padding-left: 20px;
	padding-right: 20px;
}
.site-content {
	padding: 0;
}
.separate-containers .site-main {
	margin: 0;
}
.nzt-listing .site-main {
	background: var(--nz-white);
	border-radius: var(--nz-radius);
	box-shadow: var(--nz-box-shadow);
}

/* Filtre paneli */
.nz-panel {
	position: relative;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 26px 30px;
	background:
		radial-gradient(120% 180% at 100% 0%, rgba(255, 208, 18, .22), transparent 45%),
		linear-gradient(100deg, #ff2d4f 0%, #ff4a64 100%);
	border-radius: var(--nz-radius) var(--nz-radius) 0 0;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .06);
}

/* Panel araması */
.nz-panel__search {
	position: relative;
	flex: 0 1 420px;
	display: flex;
	align-items: center;
	height: 54px;
	padding: 0 6px 0 22px;
	border-radius: 30px;
	background: rgba(255, 255, 255, .16);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28), 0 10px 24px -14px rgba(90, 0, 20, .6);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	transition: background .25s ease, box-shadow .25s ease;
}
.nz-panel__search:focus-within {
	background: var(--nz-white);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .35), 0 16px 34px -14px rgba(90, 0, 20, .7);
}
.nz-panel__search-icon {
	display: grid;
	place-items: center;
	color: var(--nz-white);
	font-size: 20px;
	transition: color .25s ease;
}
.nz-panel__search input[type="search"] {
	flex: 1;
	min-width: 0;
	height: 100%;
	padding: 0 12px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--nz-white);
	font-family: var(--nz-heading);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .3px;
}
.nz-panel__search input[type="search"]::placeholder {
	color: rgba(255, 255, 255, .88);
	opacity: 1;
}
.nz-panel__search input[type="search"]:focus {
	background: transparent;
}
.nz-panel__search:focus-within .nz-panel__search-icon {
	color: var(--nz-red);
}
.nz-panel__search:focus-within input[type="search"] {
	color: var(--nz-ink);
}
.nz-panel__search:focus-within input[type="search"]::placeholder {
	color: var(--nz-muted);
}
.nz-panel__search input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.nz-panel__search button {
	flex: none;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 50%;
	background: var(--nz-yellow);
	color: #111;
	font-size: 18px;
	box-shadow: 0 6px 14px -6px rgba(0, 0, 0, .35);
	transition: transform .2s ease, background .2s ease;
}
.nz-panel__search button:hover,
.nz-panel__search button:focus {
	background: #ffdc4a;
	color: #111;
	transform: translateX(2px);
}

/* Özel açılır menüler */
.nz-panel__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.nz-dd {
	position: relative;
}
.nz-dd__trigger {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 214px;
	height: 54px;
	padding: 0 16px 0 8px;
	list-style: none;
	border-radius: 30px;
	background: rgba(255, 255, 255, .16);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28), 0 10px 24px -14px rgba(90, 0, 20, .6);
	color: var(--nz-white);
	cursor: pointer;
	user-select: none;
	transition: background .2s ease, box-shadow .2s ease;
}
.nz-dd__trigger::-webkit-details-marker {
	display: none;
}
.nz-dd__trigger:hover,
.nz-dd[open] .nz-dd__trigger {
	background: rgba(255, 255, 255, .26);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55), 0 14px 28px -14px rgba(90, 0, 20, .7);
}
.nz-dd__trigger:focus-visible {
	outline: 2px solid var(--nz-yellow);
	outline-offset: 3px;
}
.nz-dd__icon {
	display: grid;
	place-items: center;
	flex: none;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--nz-white);
	color: var(--nz-red);
	font-size: 17px;
}
.nz-dd__text {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	line-height: 1.2;
}
.nz-dd__caption {
	color: rgba(255, 255, 255, .78);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.nz-dd__value {
	overflow: hidden;
	color: var(--nz-white);
	font-family: var(--nz-heading);
	font-size: 15.5px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nz-dd__chevron {
	display: grid;
	place-items: center;
	flex: none;
	font-size: 20px;
	transition: transform .25s ease;
}
.nz-dd[open] .nz-dd__chevron {
	transform: rotate(180deg);
}
.nz-dd__menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 30;
	min-width: 100%;
	width: max-content;
	max-width: 300px;
	max-height: 360px;
	overflow-y: auto;
	padding: 8px;
	border-radius: 16px;
	background: var(--nz-white);
	box-shadow: 0 24px 60px -18px rgba(14, 24, 70, .45), 0 0 0 1px rgba(14, 24, 70, .06);
	transform-origin: top right;
	animation: nz-dd-in .18s ease-out;
}
.nz-dd__menu::before {
	content: "";
	position: absolute;
	top: -6px;
	right: 28px;
	width: 12px;
	height: 12px;
	background: var(--nz-white);
	transform: rotate(45deg);
	border-radius: 2px;
}
@keyframes nz-dd-in {
	from {
		opacity: 0;
		transform: translateY(-6px) scale(.97);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.nz-dd__item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	color: var(--nz-ink);
	font-family: var(--nz-heading);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	outline: 0;
}
.nz-dd__item:hover,
.nz-dd__item:focus {
	background: var(--nz-soft);
	color: var(--nz-ink);
}
.nz-dd__item:focus-visible {
	box-shadow: inset 0 0 0 2px var(--nz-blue-2);
}
.nz-dd__check {
	display: grid;
	place-items: center;
	flex: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: transparent;
	font-size: 14px;
}
.nz-dd__item.is-active {
	color: var(--nz-red);
	font-weight: 700;
}
.nz-dd__item.is-active .nz-dd__check {
	background: var(--nz-red);
	color: var(--nz-white);
}
.nz-dd__label {
	flex: 1;
	white-space: nowrap;
}
.nz-dd__count {
	flex: none;
	min-width: 28px;
	padding: 1px 8px;
	border-radius: 20px;
	background: var(--nz-soft);
	color: var(--nz-muted);
	font-family: var(--nz-body);
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
.nz-dd__item.is-active .nz-dd__count {
	background: rgba(255, 49, 82, .1);
	color: var(--nz-red);
}

/* Kart ızgarası */
.nz-grid-wrap {
	overflow: hidden;
	border-radius: 0 0 var(--nz-radius) var(--nz-radius);
}
.nz-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 -1px -1px 0;
}
.nz-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 30px 30px 26px;
	border-right: 1px solid var(--nz-line);
	border-bottom: 1px solid var(--nz-line);
}
.nz-card__media {
	position: relative;
	margin-bottom: 26px;
}
.nz-card__thumb {
	display: block;
	overflow: hidden;
	aspect-ratio: 34 / 25;
	border-radius: var(--nz-img-radius);
	background: var(--nz-soft);
	box-shadow: var(--nz-img-shadow);
	transform: translateZ(0);
}
.nz-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}
.nz-card:hover .nz-card__img {
	transform: scale(1.06);
}
.nz-card__media .nz-pills {
	position: absolute;
	top: 14px;
	right: 14px;
	left: 14px;
	justify-content: flex-end;
}
.nz-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 80% 20%, rgba(255, 208, 18, .45), transparent 45%),
		linear-gradient(135deg, var(--nz-blue-2), var(--nz-red));
	color: rgba(255, 255, 255, .95);
	font-family: var(--nz-heading);
	font-size: 84px;
	font-weight: 900;
	line-height: 1;
}
.nz-card__title {
	margin: 0 0 12px;
	font-size: 23px;
	line-height: 1.38;
	letter-spacing: .6px;
}
.nz-card__title a,
.nz-related .nz-card__title a {
	padding-bottom: 4px;
	color: var(--nz-ink);
	background-image: linear-gradient(to right, var(--nz-red) 0%, var(--nz-yellow) 100%);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 3px;
	transition: background-size .45s ease;
}
.nz-card__title a:hover,
.nz-card__title a:focus {
	color: var(--nz-ink);
	background-size: 100% 3px;
}
.nz-card__excerpt {
	margin: 0 0 22px;
	color: var(--nz-text);
	font-size: 14.5px;
	line-height: 1.85;
}
.nz-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
}
.nz-card__date {
	color: var(--nz-muted);
	font-size: 13px;
}

/* Yazar çipi */
.nz-author-chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.nz-author-chip__name {
	color: var(--nz-red);
	font-family: var(--nz-heading);
	font-size: 15px;
	font-weight: 500;
}
.nz-author-chip__img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 3px var(--nz-white), 0 3px 10px rgba(0, 0, 0, .25);
}
.nz-author-chip:hover .nz-author-chip__name {
	color: var(--nz-red-dark);
}

/* Sayfalama */
.nz-pagination {
	padding: 26px 30px;
	margin: 0;
	border-top: 1px solid var(--nz-line);
}
.nz-pagination .screen-reader-text {
	position: absolute !important;
}
.nz-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}
.nz-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border-radius: 25px;
	background: var(--nz-soft);
	color: var(--nz-ink);
	font-family: var(--nz-heading);
	font-weight: 700;
}
.nz-pagination .page-numbers.current,
.nz-pagination a.page-numbers:hover {
	background: var(--nz-red);
	color: var(--nz-white);
}
.nz-pagination .page-numbers.dots {
	background: transparent;
}

/* Boş sonuç */
.nz-empty {
	padding: 70px 30px;
	text-align: center;
}
.nz-empty__code {
	margin: 0 0 6px;
	color: var(--nz-red);
	font-family: var(--nz-heading);
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
}
.nz-empty p {
	max-width: 520px;
	margin: 0 auto 22px;
}
.nz-empty .search-form {
	display: flex;
	gap: 8px;
	max-width: 440px;
	margin: 0 auto 22px;
}
.nz-empty .search-form label {
	flex: 1;
}
.nz-empty .search-field {
	width: 100%;
}

/* =========================================================
   Tekil yazı ve sayfa
   ========================================================= */
.separate-containers.single .site-main,
.separate-containers.page .site-main,
.separate-containers.error404 .site-main {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.separate-containers .nz-article .inside-article,
.separate-containers .comments-area {
	background: var(--nz-white);
	border-radius: var(--nz-radius);
	box-shadow: var(--nz-box-shadow);
}
.separate-containers .nz-article .inside-article {
	padding: 56px 70px;
}
.nz-article {
	margin-bottom: 0;
}
.nz-article__cover {
	margin: -56px -70px 44px;
}
.nz-article__cover img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--nz-radius) var(--nz-radius) 0 0;
}
.nz-article .entry-content {
	margin: 0;
	color: var(--nz-text);
	font-size: 16.5px;
	line-height: 1.95;
}
.nz-article .entry-content > p:first-child {
	color: var(--nz-ink);
	font-size: 18.5px;
	line-height: 1.8;
}
.nz-article .entry-content h2 {
	margin: 1.9em 0 .6em;
	font-size: 29px;
}
.nz-article .entry-content h3 {
	margin: 1.6em 0 .5em;
	font-size: 23px;
}
.nz-article .entry-content a {
	color: var(--nz-red);
	box-shadow: inset 0 -2px 0 rgba(255, 49, 82, .3);
}
.nz-article .entry-content a:hover {
	box-shadow: inset 0 -1.2em 0 rgba(255, 208, 18, .35);
	color: var(--nz-ink);
}
.nz-article .entry-content strong {
	color: var(--nz-ink);
}
.nz-article .entry-content blockquote,
.nz-article .entry-content .wp-block-quote {
	margin: 2em 0;
	padding: 26px 30px 26px 34px;
	border: 0;
	border-left: 5px solid var(--nz-red);
	border-radius: 0 var(--nz-radius) var(--nz-radius) 0;
	background: var(--nz-soft);
	color: var(--nz-ink);
	font-family: var(--nz-heading);
	font-size: 21px;
	font-style: normal;
	line-height: 1.6;
}
.nz-article .entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.nz-article .entry-content ul li::marker,
.nz-article .entry-content ol li::marker {
	color: var(--nz-red);
	font-weight: 700;
}
.nz-article .entry-content img,
.nz-article .entry-content iframe,
.nz-article .entry-content .wp-block-embed__wrapper {
	border-radius: var(--nz-img-radius);
}
.nz-article .entry-content .wp-block-image img {
	box-shadow: var(--nz-img-shadow);
}
.nz-article .entry-content hr {
	height: 3px;
	margin: 2.6em auto;
	border: 0;
	background: linear-gradient(to right, var(--nz-red), var(--nz-yellow));
	max-width: 120px;
	border-radius: 3px;
}

/* Etiketler */
.nz-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 34px;
}
.nz-tags a {
	padding: 3px 14px;
	border: 1px solid var(--nz-line);
	border-radius: 25px;
	color: var(--nz-text);
	font-size: 13px;
}
.nz-tags a::before {
	content: "#";
	color: var(--nz-red);
}
.nz-tags a:hover {
	border-color: var(--nz-red);
	color: var(--nz-red);
}

/* Paylaş */
.nz-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid var(--nz-line);
}
.nz-share__label {
	margin-right: 6px;
	color: var(--nz-ink);
	font-family: var(--nz-heading);
	font-weight: 700;
}
.nz-share__btn,
button.nz-share__btn {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 50%;
	color: var(--nz-white);
	font-size: 19px;
}
.nz-share__btn:hover,
.nz-share__btn:focus {
	color: var(--nz-white);
	transform: translateY(-2px);
}
.nz-share__btn--facebook { background: #1877f2; }
.nz-share__btn--x { background: #111; }
.nz-share__btn--whatsapp { background: #25d366; }
button.nz-share__btn--link { background: var(--nz-blue-2); }
button.nz-share__btn--link:hover { background: var(--nz-blue-1); }
button.nz-share__btn--link.is-copied { background: #1f9d55; }

/* Yazar kutusu */
.nz-authorbox {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-top: 34px;
	padding: 30px;
	border-radius: var(--nz-radius);
	background: var(--nz-soft);
}
.nz-authorbox__img {
	flex: none;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	box-shadow: 0 0 0 5px var(--nz-white), 0 8px 20px rgba(18, 32, 84, .2);
}
.nz-authorbox__label {
	margin: 0;
	color: var(--nz-red);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.nz-authorbox__name {
	margin: 0 0 6px;
	color: var(--nz-ink);
	font-family: var(--nz-heading);
	font-size: 22px;
	font-weight: 700;
}
.nz-authorbox__bio {
	margin: 0 0 10px;
	font-size: 14.5px;
	line-height: 1.75;
}
.nz-authorbox__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--nz-heading);
	font-weight: 700;
}

/* Önceki / sonraki */
.nz-postnav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 26px;
}
.nz-postnav__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 18px 22px;
	border: 1px solid var(--nz-line);
	border-radius: var(--nz-radius);
}
.nz-postnav__item--next {
	grid-column: 2;
	text-align: right;
}
.nz-postnav__item span {
	color: var(--nz-muted);
	font-size: 13px;
}
.nz-postnav__item strong {
	color: var(--nz-ink);
	font-family: var(--nz-heading);
	font-size: 17px;
	line-height: 1.4;
}
.nz-postnav__item:hover {
	border-color: var(--nz-red);
	box-shadow: 0 8px 20px -12px rgba(18, 32, 84, .35);
}
.nz-postnav__item:hover strong {
	color: var(--nz-red);
}

/* Benzer yazılar */
.nz-related {
	margin-top: 56px;
}
.nz-related__title {
	margin: 0 0 22px;
	color: var(--nz-white);
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}
.nz-grid--related {
	overflow: hidden;
	margin: 0;
	background: var(--nz-white);
	border-radius: var(--nz-radius);
	box-shadow: var(--nz-box-shadow);
}
.nz-grid--related .nz-card:nth-child(3n) {
	border-right: 0;
}
.nz-grid--related .nz-card {
	border-bottom: 0;
}
.nz-grid--related .nz-card__title {
	font-size: 19px;
}

/* Yorumlar */
.separate-containers .comments-area {
	margin-top: 36px;
	padding: 48px 70px;
}
.comments-title,
.comment-reply-title {
	margin-bottom: 20px;
	font-size: 26px;
}
.comment-list .comment-body,
.comment-list .pingback .comment-body {
	padding: 22px 0;
	border-bottom: 1px solid var(--nz-line);
}
.comment-author .avatar {
	border-radius: 50%;
}
.comment-meta .comment-author-link {
	color: var(--nz-ink);
	font-family: var(--nz-heading);
	font-weight: 700;
}
.comment-form label {
	color: var(--nz-ink);
	font-size: 13.5px;
	font-weight: 500;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
}
.comment-form-cookies-consent label {
	color: var(--nz-muted);
	font-weight: 400;
}
.comment-form #submit {
	margin-top: 6px;
}

/* 404 kutusu */
.nz-article.nz-empty {
	padding: 0;
}
.error404 .nz-article .inside-article {
	text-align: center;
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
	margin-top: 0;
}
.nz-footer {
	position: relative;
	padding-top: 90px;
}
.nz-footer::before {
	content: "";
	position: absolute;
	top: 44px;
	left: 50%;
	width: 64px;
	height: 4px;
	margin-left: -32px;
	border-radius: 4px;
	background: linear-gradient(to right, var(--nz-red), var(--nz-yellow));
}
.nz-footer {
	margin-top: 0;
	color: rgba(255, 255, 255, .75);
	text-align: center;
}
.nz-footer__inner {
	max-width: var(--nz-wrap);
	padding: 20px 20px 40px;
}
.nz-footer .nz-logo {
	display: inline-block;
}
.nz-footer__text {
	max-width: 520px;
	margin: 18px auto 24px;
	font-size: 14.5px;
}
.nz-footer__nav,
.nz-footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nz-footer__nav a {
	color: var(--nz-white);
	font-family: var(--nz-heading);
	font-size: 15px;
	font-weight: 700;
}
.nz-footer__nav a:hover,
.nz-footer__nav .current-menu-item > a {
	color: var(--nz-yellow);
}
.site-footer .site-info,
.site-info {
	background: transparent;
	color: rgba(255, 255, 255, .55);
	font-size: 13px;
}
.site-info a {
	color: rgba(255, 255, 255, .8);
}
.site-footer .inside-site-info {
	max-width: var(--nz-wrap);
	padding: 20px 20px 34px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
a.generate-back-to-top {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 50%;
	background: var(--nz-red);
	color: var(--nz-white);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}
a.generate-back-to-top:hover,
a.generate-back-to-top:focus {
	background: var(--nz-yellow);
	color: #111;
}

/* =========================================================
   Duyarlı
   ========================================================= */
@media (max-width: 1024px) {
	.nz-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.nz-grid--related {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.nz-grid--related .nz-card {
		padding: 22px;
	}
	.main-navigation .main-nav ul li a {
		padding: 0 10px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	body {
		font-size: 14.5px;
	}
	.site-header .inside-header {
		padding: 16px 16px;
	}
	.nz-logo__mark {
		width: 38px;
		height: 38px;
		border-width: 4px;
		font-size: 20px;
	}
	.nz-logo__text {
		font-size: 24px;
	}
	.nz-logo__img {
		height: 38px;
		max-width: 190px;
	}
	/* Mobil menü */
	.has-inline-mobile-toggle #site-navigation.toggled {
		margin-top: 14px;
	}
	.main-navigation.toggled .main-nav > ul {
		overflow: hidden;
		background: var(--nz-white);
		border-radius: var(--nz-radius);
		box-shadow: var(--nz-box-shadow);
	}
	.main-navigation.toggled .main-nav ul li a {
		color: var(--nz-ink);
		line-height: 50px;
		padding: 0 20px;
		border-bottom: 1px solid var(--nz-line);
	}
	.main-navigation.toggled .main-nav ul li[class*="current-menu-"] > a,
	.main-navigation.toggled .main-nav ul li a:hover {
		color: var(--nz-red);
	}
	.mobile-menu-control-wrapper .menu-toggle {
		font-size: 22px;
	}

	.site.grid-container {
		padding-left: 12px;
		padding-right: 12px;
	}
	.nz-hero__inner {
		padding: 34px 16px 30px;
	}
	.nz-hero--single .nz-hero__inner,
	.nz-hero--page .nz-hero__inner {
		padding: 34px 16px 30px;
	}
	.nz-hero__meta {
		gap: 8px 16px;
		font-size: 13px;
	}

	.nz-panel {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		padding: 16px;
	}
	.nz-panel__search {
		flex: none;
		height: 52px;
	}
	.nz-panel__filters {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	.nz-dd__trigger {
		min-width: 0;
		height: 52px;
		gap: 8px;
		padding: 0 10px 0 6px;
	}
	.nz-dd__icon {
		width: 34px;
		height: 34px;
		font-size: 15px;
	}
	.nz-dd__value {
		font-size: 14px;
	}
	.nz-dd__chevron {
		font-size: 18px;
	}
	.nz-dd:first-child .nz-dd__menu {
		right: auto;
		left: 0;
		transform-origin: top left;
	}
	.nz-dd:first-child .nz-dd__menu::before {
		right: auto;
		left: 28px;
	}
	.nz-dd__menu {
		max-width: calc(100vw - 48px);
	}

	.nz-grid,
	.nz-grid--related {
		grid-template-columns: 1fr;
	}
	.nz-card,
	.nz-grid--related .nz-card {
		padding: 22px 20px;
	}
	.nz-grid--related .nz-card {
		border-right: 0;
		border-bottom: 1px solid var(--nz-line);
	}
	.nz-card__title {
		font-size: 21px;
	}

	.separate-containers .nz-article .inside-article {
		padding: 30px 22px;
	}
	.nz-article__cover {
		margin: -30px -22px 28px;
	}
	.nz-article .entry-content {
		font-size: 16px;
		line-height: 1.9;
	}
	.nz-article .entry-content > p:first-child {
		font-size: 17px;
	}
	.nz-article .entry-content h2 {
		font-size: 24px;
	}
	.nz-authorbox {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 22px;
	}
	.nz-postnav {
		grid-template-columns: 1fr;
	}
	.nz-postnav__item--next {
		grid-column: auto;
	}
	.separate-containers .comments-area {
		padding: 30px 22px;
	}
	.nz-footer {
		padding-top: 70px;
	}
	.nz-footer::before {
		top: 34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		transition: none !important;
		animation: none !important;
	}
}

/* =========================================================
   Arama penceresi
   ========================================================= */
.nz-search-toggle a {
	display: grid !important;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-left: 10px;
	padding: 0 !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
	color: var(--nz-white) !important;
	font-size: 19px !important;
	line-height: 1 !important;
	transition: background .2s ease, transform .2s ease;
}
.nz-search-toggle a:hover,
.nz-search-toggle a:focus {
	background: var(--nz-yellow);
	color: #111 !important;
	transform: scale(1.05);
}
html.nz-search-open {
	overflow: hidden;
}
.nz-search-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 12vh 20px 20px;
	opacity: 0;
	transition: opacity .2s ease;
}
.nz-search-modal[hidden] {
	display: none;
}
.nz-search-modal.is-open {
	opacity: 1;
}
.nz-search-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 26, 72, .72);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.nz-search-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 720px;
	padding: 34px 34px 26px;
	border-radius: 20px;
	background: var(--nz-white);
	box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .6);
	transform: translateY(-14px) scale(.98);
	transition: transform .25s ease;
}
.nz-search-modal.is-open .nz-search-modal__dialog {
	transform: none;
}
.nz-search-modal__dialog::before {
	content: "";
	position: absolute;
	top: 0;
	left: 34px;
	right: 34px;
	height: 4px;
	border-radius: 0 0 4px 4px;
	background: linear-gradient(to right, var(--nz-red), var(--nz-yellow));
}
button.nz-search-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 50%;
	background: var(--nz-soft);
	color: var(--nz-ink);
	font-size: 20px;
}
button.nz-search-modal__close:hover,
button.nz-search-modal__close:focus {
	background: var(--nz-red);
	color: var(--nz-white);
}
.nz-search-modal__eyebrow {
	margin: 0 0 14px;
	color: var(--nz-red);
	font-family: var(--nz-heading);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.nz-search-modal__form {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 64px;
	padding: 0 8px 0 22px;
	border-radius: 34px;
	background: var(--nz-soft);
	box-shadow: inset 0 0 0 2px transparent;
	transition: box-shadow .2s ease, background .2s ease;
}
.nz-search-modal__form:focus-within {
	background: var(--nz-white);
	box-shadow: inset 0 0 0 2px var(--nz-blue-2), 0 10px 30px -14px rgba(53, 91, 197, .6);
}
.nz-search-modal__icon {
	display: grid;
	place-items: center;
	color: var(--nz-blue-2);
	font-size: 24px;
}
.nz-search-modal.is-loading .nz-search-modal__icon {
	animation: nz-pulse .8s ease-in-out infinite alternate;
}
@keyframes nz-pulse {
	to {
		opacity: .3;
	}
}
.nz-search-modal__form input[type="search"] {
	flex: 1;
	min-width: 0;
	height: 100%;
	padding: 0 6px;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--nz-ink);
	font-family: var(--nz-heading);
	font-size: 21px;
	font-weight: 500;
}
.nz-search-modal__form input[type="search"]:focus {
	background: transparent;
}
.nz-search-modal__form input[type="search"]::placeholder {
	color: #a3a3ad;
}
.nz-search-modal__submit {
	flex: none;
	height: 48px;
	padding: 0 26px;
}
.nz-search-modal__results ul {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}
.nz-search-modal__results li {
	margin: 0;
}
.nz-search-modal__results a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 16px;
	border-radius: 12px;
	color: var(--nz-ink);
	font-family: var(--nz-heading);
	font-size: 16.5px;
	font-weight: 500;
}
.nz-search-modal__results a svg {
	flex: none;
	color: var(--nz-muted);
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity .2s ease, transform .2s ease;
}
.nz-search-modal__results a:hover,
.nz-search-modal__results a:focus {
	background: var(--nz-soft);
	color: var(--nz-red);
}
.nz-search-modal__results a:hover svg,
.nz-search-modal__results a:focus svg {
	opacity: 1;
	color: var(--nz-red);
	transform: none;
}
.nz-search-modal__empty {
	margin: 18px 4px 0;
	color: var(--nz-muted);
}
.nz-search-modal__suggest {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid var(--nz-line);
}
.nz-search-modal__suggest span {
	margin-right: 4px;
	color: var(--nz-muted);
	font-size: 13px;
}
.nz-search-modal__suggest a {
	padding: 4px 14px;
	border-radius: 25px;
	background: var(--nz-yellow);
	color: #111;
	font-size: 13px;
}
.nz-search-modal__suggest a:hover {
	background: var(--nz-red);
	color: var(--nz-white);
}
.nz-search-modal__hint {
	margin: 16px 0 0;
	color: var(--nz-muted);
	font-size: 12px;
	text-align: right;
}
.nz-search-modal__hint kbd {
	padding: 1px 7px;
	border: 1px solid var(--nz-line);
	border-bottom-width: 2px;
	border-radius: 5px;
	background: var(--nz-soft);
	color: var(--nz-ink);
	font-family: var(--nz-body);
	font-size: 11px;
}
@media (max-width: 768px) {
	.nz-search-modal {
		padding: 16px 12px;
	}
	.nz-search-modal__dialog {
		padding: 28px 18px 20px;
		border-radius: 16px;
	}
	.nz-search-modal__form {
		height: 56px;
		padding-left: 16px;
	}
	.nz-search-modal__form input[type="search"] {
		font-size: 17px;
	}
	.nz-search-modal__submit {
		display: none;
	}
	.nz-search-modal__hint {
		display: none;
	}
	.nz-search-toggle a {
		width: 40px;
		height: 40px;
		margin-left: 0;
	}
}

/* =========================================================
   Kişisel dokunuşlar (E-E-A-T)
   ========================================================= */

/* Üst alanda hafif ışık */
.nz-hero {
	position: relative;
	overflow: hidden;
}
.nz-hero::before,
.nz-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(60px);
	pointer-events: none;
}
.nz-hero::before {
	top: -120px;
	left: 8%;
	width: 360px;
	height: 360px;
	background: rgba(255, 49, 82, .28);
}
.nz-hero::after {
	top: -60px;
	right: 6%;
	width: 300px;
	height: 300px;
	background: rgba(255, 208, 18, .16);
}
.site-header,
.nz-hero,
.site {
	isolation: isolate;
}

/* Kişisel imza */
.nz-hero__byline {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
	padding: 5px 18px 5px 5px;
	border-radius: 40px;
	background: rgba(255, 255, 255, .1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
	color: rgba(255, 255, 255, .85);
	font-size: 14px;
	transition: background .2s ease, transform .2s ease;
}
.nz-hero__byline:hover,
.nz-hero__byline:focus {
	background: rgba(255, 255, 255, .18);
	color: var(--nz-white);
	transform: translateY(-1px);
}
.nz-hero__byline strong {
	color: var(--nz-white);
	font-family: var(--nz-heading);
}
.nz-hero__byline-img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px var(--nz-yellow);
}

/* İkincil buton */
.nz-button--ghost,
a.nz-button--ghost {
	background: transparent;
	color: var(--nz-ink);
	box-shadow: inset 0 0 0 2px var(--nz-line);
}
.nz-button--ghost:hover,
.nz-button--ghost:focus {
	background: var(--nz-ink);
	color: var(--nz-white);
	box-shadow: none;
}

/* Ana sayfa: Merhaba, ben ... */
.nz-about {
	max-width: var(--nz-wrap);
	margin-top: 60px;
	padding: 0 20px;
}
.nz-about__card {
	position: relative;
	display: grid;
	grid-template-columns: 260px 1fr;
	align-items: center;
	gap: 48px;
	overflow: hidden;
	padding: 44px 56px;
	border-radius: 18px;
	background: var(--nz-white);
	box-shadow: 0 30px 70px -40px rgba(0, 0, 0, .55);
}
.nz-about__card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 280px;
	height: 280px;
	border-radius: 0 0 0 100%;
	background: radial-gradient(circle at 100% 0, rgba(255, 208, 18, .22), transparent 70%);
	pointer-events: none;
}
.nz-about__media {
	position: relative;
	justify-self: center;
}
.nz-about__img {
	display: block;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 0 0 8px var(--nz-soft), 0 0 0 10px rgba(255, 49, 82, .35), 0 24px 40px -18px rgba(18, 32, 84, .6);
}
.nz-about__badge {
	position: absolute;
	right: 8px;
	bottom: 14px;
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: var(--nz-yellow);
	box-shadow: 0 8px 18px -6px rgba(0, 0, 0, .35);
	font-size: 26px;
	transform: rotate(-8deg);
}
.nz-about__eyebrow {
	margin: 0 0 6px;
	color: var(--nz-red);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
.nz-about__title {
	margin: 0 0 14px;
	font-size: clamp(28px, 3.4vw, 38px);
	line-height: 1.2;
}
.nz-about__text {
	margin: 0 0 20px;
	color: var(--nz-text);
	font-size: 16px;
	line-height: 1.85;
}
.nz-about__promises {
	display: grid;
	gap: 10px;
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
}
.nz-about__promises li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	color: var(--nz-ink);
	font-size: 15px;
	line-height: 1.6;
}
.nz-about__promises .nz-icon {
	flex: none;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	padding: 4px;
	border-radius: 50%;
	background: rgba(255, 49, 82, .1);
	color: var(--nz-red);
}
.nz-about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* İzleme notlarım */
.nz-review {
	display: grid;
	grid-template-columns: 190px 1fr;
	overflow: hidden;
	margin: 0 0 40px;
	border-radius: 14px;
	background: var(--nz-soft);
	box-shadow: inset 0 0 0 1px var(--nz-line);
}
.nz-review__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 28px 18px;
	background: linear-gradient(160deg, var(--nz-blue-1), var(--nz-blue-2));
	color: var(--nz-white);
	text-align: center;
}
.nz-review__eyebrow {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, .8);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
.nz-review__score {
	--nz-score: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background:
		radial-gradient(closest-side, var(--nz-blue-1) 80%, transparent 81% 100%),
		conic-gradient(var(--nz-yellow) calc(var(--nz-score) * 1%), rgba(255, 255, 255, .15) 0);
}
.nz-review__score-value {
	color: var(--nz-white);
	font-family: var(--nz-heading);
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
}
.nz-review__score-max {
	margin-left: 2px;
	transform: translateY(7px);
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
}
.nz-review__score-label {
	margin: 12px 0 0;
	color: var(--nz-yellow);
	font-family: var(--nz-heading);
	font-size: 14px;
	font-weight: 700;
}
.nz-review__body {
	padding: 26px 30px;
}
.nz-review__verdict {
	margin: 0 0 18px;
	color: var(--nz-ink);
	font-family: var(--nz-heading);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.nz-review__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 24px;
	margin: 0;
}
.nz-review__facts div {
	min-width: 0;
}
.nz-review__facts dt {
	color: var(--nz-muted);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nz-review__facts dd {
	margin: 2px 0 0;
	color: var(--nz-ink);
	font-family: var(--nz-heading);
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.4;
}
.nz-review__proof {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 20px 0 0;
	padding-top: 16px;
	border-top: 1px dashed #d9dbe6;
	color: var(--nz-text);
	font-size: 13.5px;
	line-height: 1.6;
}
.nz-review__proof .nz-icon,
.nz-authorbox__human .nz-icon {
	flex: none;
	width: 20px;
	height: 20px;
	padding: 3px;
	border-radius: 50%;
	background: #1f9d55;
	color: var(--nz-white);
}

/* Yazar kutusu ekleri */
.nz-authorbox__human {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0 0 12px;
	color: var(--nz-ink);
	font-size: 13.5px;
	line-height: 1.6;
}
.nz-authorbox__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
}

@media (max-width: 900px) {
	.nz-about__card {
		grid-template-columns: 1fr;
		gap: 26px;
		padding: 34px 26px;
		text-align: center;
	}
	.nz-about__img {
		width: 160px;
		height: 160px;
	}
	.nz-about__badge {
		width: 44px;
		height: 44px;
		font-size: 20px;
	}
	.nz-about__promises {
		text-align: left;
	}
	.nz-about__actions {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.nz-hero__byline {
		font-size: 13px;
	}
	.nz-about {
		margin-top: 36px;
		padding: 0 12px;
	}
	.nz-review {
		grid-template-columns: 1fr;
	}
	.nz-review__head {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 4px 16px;
		padding: 18px 20px;
		text-align: left;
	}
	.nz-review__eyebrow {
		flex-basis: 100%;
		margin: 0;
	}
	.nz-review__score {
		width: 84px;
		height: 84px;
	}
	.nz-review__score-value {
		font-size: 28px;
	}
	.nz-review__score-label {
		margin: 0;
	}
	.nz-review__body {
		padding: 20px;
	}
	.nz-review__verdict {
		font-size: 18px;
	}
	.nz-review__facts {
		grid-template-columns: 1fr;
	}
}
