/**
 * Anasayfa v2 — Butik tasarım, 9 section.
 * Palet: #017564 primary, #c19e61 gold, #fbfaf6 cloud, #e6dfca border.
 */

.uv-h { background: #fff; }

/* ===== ORTAK BUTONLAR ===== */
.uv-h-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border-radius: 999px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	border: 0;
	cursor: pointer;
	white-space: nowrap;
}
.uv-h-btn--gold { background: #c19e61; color: #fff; }
.uv-h-btn--gold:hover { background: #ad8b53; color: #fff; transform: translateY(-1px); box-shadow: 0 10px 24px -10px rgba(193, 158, 97, 0.5); }
.uv-h-btn--white { background: #fff; color: #017564; }
.uv-h-btn--white:hover { color: #017564; background: rgba(255, 255, 255, 0.92); }
.uv-h-btn--sm { padding: 10px 18px; font-size: 13px; }

/* ===== HERO (referans tasarım) ===== */
.uv-h-hero {
	background-color: #017564;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding: clamp(56px, 7vw, 100px) 0 clamp(48px, 6vw, 80px);
	position: relative;
	overflow: hidden;
}
.uv-h-hero > .uv-container { position: relative; z-index: 1; }

.uv-h-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: clamp(36px, 5vw, 80px);
	align-items: center;
}

.uv-h-hero__eyebrow {
	display: none;
}
.uv-h-hero__body > .uv-h-hero__eyebrow:not(:empty) { display: inline-block; }

.uv-h-hero__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(36px, 5.4vw, 68px);
	line-height: 1.08;
	color: #fff;
	margin: 0 0 22px;
	font-weight: 500;
	letter-spacing: -0.005em;
}
.uv-h-hero__title em { font-style: italic; color: #fff; font-weight: 500; }
.uv-h-hero__subtitle {
	color: rgba(255, 255, 255, 0.92);
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 36px;
	max-width: 560px;
}

.uv-h-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.uv-h-hero__pills { display: flex; gap: 10px; flex-wrap: wrap; }

.uv-h-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	background: transparent;
	color: rgba(255, 255, 255, 0.95);
	font-size: 13px;
	font-weight: 500;
	border: 1px solid rgba(255, 255, 255, 0.35);
}
.uv-h-pill i { color: rgba(255, 255, 255, 0.85); font-size: 12px; }

/* Sağ portre — glass efekti yok, sade çerçeve */
.uv-h-hero__media {
	position: relative;
	max-width: 560px;
	margin-left: auto;
}
.uv-h-hero__media-frame {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	aspect-ratio: 4/3;
	box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.4);
}
.uv-h-hero__media-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Hero alt — Hızlı Bağış Bar (kompakt + ortalı) */
.uv-h-qbar {
	margin: clamp(36px, 5vw, 56px) auto 0;
	width: fit-content;
	max-width: 100%;
	padding: 8px 8px 8px 24px;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 999px;
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid rgba(255, 255, 255, 0.18);
}
.uv-h-qbar__label {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	white-space: nowrap;
}
.uv-h-qbar__label i {
	color: #c19e61;
	font-size: 16px;
	margin-left: 2px;
}
.uv-h-qbar__chip {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	padding: 11px 20px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.uv-h-qbar__chip i {
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
}
.uv-h-qbar__chip--amt { font-weight: 600; }
.uv-h-qbar__btn { margin-left: 0; padding: 12px 26px; }

/* ===== ETKİ HESAPLAYICI ===== */
.uv-h-calc { padding: clamp(56px, 7vw, 96px) 0; background: #fff; }

.uv-h-calc__chips {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 48px;
}
.uv-h-calc__chip {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	padding: 12px 24px;
	border-radius: 999px;
	border: 1.5px solid #e6dfca;
	color: #5a5a5a;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	background: #fff;
	transition: all 0.2s ease;
}
.uv-h-calc__chip:hover { border-color: #017564; color: #017564; }
.uv-h-calc__chip.is-active { background: #017564; color: #fff; border-color: #017564; }
.uv-h-calc__chip i { font-size: 14px; }

.uv-h-calc__grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: clamp(32px, 4vw, 56px);
	align-items: start;
}

.uv-h-calc__eyebrow {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c19e61;
	font-weight: 700;
}
.uv-h-calc__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(28px, 3.4vw, 40px);
	line-height: 1.15;
	color: #017564;
	margin: 12px 0 28px;
	font-weight: 600;
}

.uv-h-calc__rows { display: flex; flex-direction: column; gap: 16px; }
.uv-h-calc__row {
	background: #fff;
	border: 1px solid #e6dfca;
	border-radius: 20px;
	padding: 22px 26px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
	box-shadow: 0 8px 24px -16px rgba(1, 117, 100, 0.12);
}
.uv-h-calc__row-side { display: flex; flex-direction: column; gap: 8px; }
.uv-h-calc__row-side--b { text-align: right; }
.uv-h-calc__row-label {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: #017564;
	font-weight: 600;
	font-size: 15px;
}
.uv-h-calc__row-side--b .uv-h-calc__row-label { justify-content: flex-end; }
.uv-h-calc__row-label--muted { color: #a8a8a8; }
.uv-h-calc__row-label i { color: #017564; font-size: 14px; }
.uv-h-calc__row-label--muted i { color: #a8a8a8; }
.uv-h-calc__row-amt {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
}
.uv-h-calc__row-amt--muted { color: #a8a8a8; }
.uv-h-calc__row-mid {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #017564;
	color: #fff;
	display: grid;
	place-items: center;
	font-weight: 700;
}

/* Sağ kart */
.uv-h-calc__right {
	background: #fff;
	border: 1px solid #e6dfca;
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0 24px 48px -24px rgba(1, 117, 100, 0.18);
}
.uv-h-calc__needs-head {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 24px;
}
.uv-h-calc__needs-portrait {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #017564;
	flex-shrink: 0;
}
.uv-h-calc__needs-portrait img { width: 100%; height: 100%; object-fit: cover; }
.uv-h-calc__needs-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 22px;
	color: #017564;
	margin: 0 0 4px;
	font-weight: 600;
}
.uv-h-calc__needs-sub { font-size: 13px; color: #5a5a5a; margin: 0; line-height: 1.5; }

.uv-h-calc__progs { display: flex; flex-direction: column; gap: 18px; margin-bottom: 24px; }
.uv-h-calc__prog-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 8px;
}
.uv-h-calc__prog-label {
	font-size: 11px;
	letter-spacing: 0.12em;
	color: #5a5a5a;
	font-weight: 700;
}
.uv-h-calc__prog-pct {
	font-size: 13px;
	color: #017564;
	font-weight: 700;
}
.uv-h-calc__prog-track {
	height: 10px;
	background: #f0ece2;
	border-radius: 999px;
	position: relative;
	overflow: hidden;
}
.uv-h-calc__prog-fill {
	height: 100%;
	background: linear-gradient(90deg, #017564, #2a9d8f);
	border-radius: 999px;
	transition: width 0.6s ease;
}
.uv-h-calc__prog-watermark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 28px;
	font-weight: 700;
	color: rgba(1, 117, 100, 0.15);
	pointer-events: none;
	white-space: nowrap;
}

.uv-h-calc__btn { width: 100%; justify-content: center; padding: 16px; }
.uv-h-calc__hint {
	margin-top: 12px;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.14em;
	color: #5a5a5a;
	font-weight: 600;
}

/* ===== TANIKLIK ===== */
.uv-h-test {
	padding: clamp(56px, 7vw, 96px) 0;
	background: linear-gradient(180deg, #fff 0%, #fbfaf6 100%);
}
.uv-h-test__head { max-width: 720px; margin-bottom: 40px; }
.uv-h-test__eyebrow {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c19e61;
	font-weight: 700;
}
.uv-h-test__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(32px, 4vw, 48px);
	color: #017564;
	margin: 10px 0 12px;
	font-weight: 600;
	line-height: 1.15;
}
.uv-h-test__title em { font-style: italic; color: #c19e61; font-weight: 500; }
.uv-h-test__sub { color: #5a5a5a; font-size: 16px; line-height: 1.65; margin: 0; }

.uv-h-test__slider { position: relative; }
.uv-h-test__track { overflow: hidden; border-radius: 28px; }
.uv-h-test__slide {
	display: none;
	grid-template-columns: 1.2fr 1fr;
	gap: 0;
	align-items: stretch;
	min-height: 480px;
}
.uv-h-test__slide.is-active { display: grid; }

.uv-h-test__card {
	background: #fff;
	padding: 56px 48px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 28px 0 0 28px;
	border: 1px solid #e6dfca;
	border-right: 0;
}
.uv-h-test__quote-mark {
	font-family: 'Playfair Display', Georgia, serif;
	color: #017564;
	font-size: 80px;
	line-height: 0.6;
	margin-bottom: 16px;
}
.uv-h-test__quote-mark--end { text-align: right; margin-top: 24px; }
.uv-h-test__quote-title {
	font-family: 'Playfair Display', Georgia, serif;
	color: #017564;
	font-size: 22px;
	margin: 0 0 14px;
	font-weight: 700;
}
.uv-h-test__quote-body {
	font-size: 16px;
	line-height: 1.75;
	color: #4a4a4a;
	margin: 0;
}
.uv-h-test__photo {
	position: relative;
	overflow: hidden;
	border-radius: 0 28px 28px 0;
	background: #f7f3ec;
	min-height: 480px;
}
.uv-h-test__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.uv-h-test__photo::before {
	content: '';
	position: absolute;
	left: -32px;
	top: 50%;
	transform: translateY(-50%);
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: #c19e61;
	z-index: 1;
}

.uv-h-test__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 56px;
	border: 0;
	background: rgba(193, 158, 97, 0.18);
	color: #017564;
	border-radius: 0 999px 999px 0;
	cursor: pointer;
	z-index: 2;
	transition: background 0.2s ease;
}
.uv-h-test__nav--prev { left: -22px; border-radius: 999px 0 0 999px; }
.uv-h-test__nav--next { right: -22px; }
.uv-h-test__nav:hover { background: #c19e61; color: #fff; }

/* ===== NASIL DESTEK ===== */
.uv-h-support { padding: clamp(56px, 7vw, 96px) 0; background: #fff; }
.uv-h-support__head { max-width: 720px; margin-bottom: 40px; }
.uv-h-support__eyebrow {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c19e61;
	font-weight: 700;
}
.uv-h-support__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(32px, 4vw, 48px);
	color: #017564;
	margin: 10px 0 12px;
	font-weight: 600;
	line-height: 1.15;
}
.uv-h-support__title em { font-style: italic; color: #c19e61; }
.uv-h-support__sub { color: #5a5a5a; font-size: 16px; margin: 0; }

.uv-h-support__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.uv-h-support__card {
	background: #fff;
	border: 1px solid #e6dfca;
	border-radius: 24px;
	padding: 36px 32px;
	position: relative;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.uv-h-support__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 48px -24px rgba(1, 117, 100, 0.2);
	border-color: #c19e61;
}
.uv-h-support__icon-bg {
	position: absolute !important;
	right: -20px;
	bottom: -20px;
	font-size: 140px !important;
	color: rgba(1, 117, 100, 0.08) !important;
	pointer-events: none;
}
.uv-h-support__icon-fg {
	display: inline-grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: rgba(1, 117, 100, 0.08);
	color: #017564;
	margin-bottom: 18px;
	font-size: 24px;
	position: relative;
	z-index: 1;
}
.uv-h-support__icon-fg i { font-size: 24px !important; color: #017564 !important; }
.uv-h-support__card-title {
	font-family: 'Playfair Display', Georgia, serif;
	color: #017564;
	font-size: 26px;
	margin: 0 0 12px;
	font-weight: 600;
	position: relative;
	z-index: 1;
}
.uv-h-support__card-desc {
	color: #5a5a5a;
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 22px;
	position: relative;
	z-index: 1;
}

/* ===== AKTİF PROJELER ===== */
.uv-h-projects { padding: clamp(56px, 7vw, 96px) 0; background: #fbfaf6; overflow: hidden; }
.uv-h-projects__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.uv-h-projects__eyebrow {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c19e61;
	font-weight: 700;
}
.uv-h-projects__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(32px, 4vw, 48px);
	color: #017564;
	margin: 10px 0 12px;
	font-weight: 600;
	line-height: 1.15;
}
.uv-h-projects__title em { font-style: italic; color: #c19e61; }
.uv-h-projects__sub { color: #5a5a5a; font-size: 15px; line-height: 1.65; margin: 0; max-width: 560px; }
.uv-h-projects__cta { flex-shrink: 0; }

.uv-h-projects__slider { position: relative; }
.uv-h-projects__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 48px) / 3);
	gap: 24px;
	overflow-x: auto;
	scrollbar-width: none;
	padding-bottom: 8px;
}
.uv-h-projects__track::-webkit-scrollbar { display: none; }

.uv-h-project {
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #e6dfca;
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.uv-h-project:hover { transform: translateY(-4px); box-shadow: 0 32px 56px -28px rgba(1, 117, 100, 0.25); color: inherit; }
.uv-h-project__media {
	aspect-ratio: 4/5;
	position: relative;
	background: #f7f3ec;
	overflow: hidden;
}
.uv-h-project__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.uv-h-project__cat {
	position: absolute;
	top: 14px;
	left: 14px;
	background: rgba(255, 255, 255, 0.95);
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #017564;
	font-weight: 700;
}
.uv-h-project__body { padding: 24px 26px; flex: 1; display: flex; flex-direction: column; }
.uv-h-project__title {
	font-family: 'Playfair Display', Georgia, serif;
	color: #017564;
	font-size: 20px;
	margin: 0 0 8px;
	font-weight: 600;
}
.uv-h-project__desc {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.6;
	margin: 0 0 20px;
	flex: 1;
}
.uv-h-project__progress {
	height: 6px;
	background: #f0ece2;
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 10px;
}
.uv-h-project__progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #017564, #2a9d8f);
	border-radius: 999px;
}
.uv-h-project__meta {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #5a5a5a;
	font-weight: 500;
}
.uv-h-project__pct { color: #017564; font-weight: 700; }

.uv-h-projects__nav { display: flex; gap: 10px; justify-content: flex-end; margin-top: 20px; }
.uv-h-projects__nav-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #e6dfca;
	background: #fff;
	color: #017564;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}
.uv-h-projects__nav-btn:hover { background: #017564; color: #fff; border-color: #017564; }

/* ===== BAĞIŞLAR NEREYE ===== */
.uv-h-trans { padding: clamp(56px, 7vw, 96px) 0; background: #fff; }
.uv-h-trans__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(32px, 5vw, 64px);
	align-items: center;
}
.uv-h-trans__eyebrow {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c19e61;
	font-weight: 700;
}
.uv-h-trans__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(32px, 4vw, 48px);
	color: #017564;
	margin: 10px 0 18px;
	font-weight: 600;
	line-height: 1.15;
}
.uv-h-trans__title em { font-style: italic; color: #c19e61; }
.uv-h-trans__sub { color: #5a5a5a; font-size: 15px; line-height: 1.7; margin: 0 0 24px; max-width: 540px; }

.uv-h-trans__pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.uv-h-trans .uv-h-pill {
	background: rgba(1, 117, 100, 0.08);
	color: #017564;
	border-color: rgba(1, 117, 100, 0.2);
}
.uv-h-trans .uv-h-pill i { color: #017564; }

.uv-h-trans__report {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: #017564;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
}
.uv-h-trans__report:hover { color: #c19e61; }

.uv-h-trans__chart { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.uv-h-trans__donut { position: relative; width: 100%; max-width: 320px; aspect-ratio: 1; }
.uv-h-trans__donut svg { width: 100%; height: 100%; display: block; }
.uv-h-trans__donut-center {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	text-align: center;
}
.uv-h-trans__donut-center strong {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 48px;
	color: #017564;
	line-height: 1;
}
.uv-h-trans__donut-center small {
	font-size: 11px;
	letter-spacing: 0.16em;
	color: #5a5a5a;
	margin-top: 6px;
	font-weight: 700;
}
.uv-h-trans__legend {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 24px;
	font-size: 13px;
	color: #5a5a5a;
}
.uv-h-trans__legend li { display: flex; gap: 8px; align-items: center; }
.uv-h-trans__legend-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }

.uv-h-trans__empty {
	padding: 40px;
	border: 1px dashed #c19e61;
	border-radius: 18px;
	text-align: center;
	color: #5a5a5a;
}
.uv-h-trans__empty i { font-size: 48px; color: #c19e61; margin-bottom: 12px; display: block; }

/* ===== BİZDEN HABERLER ===== */
.uv-h-news { padding: clamp(56px, 7vw, 96px) 0; background: #fff; }
.uv-h-news__head { max-width: 720px; margin-bottom: 40px; }
.uv-h-news__eyebrow {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c19e61;
	font-weight: 700;
}
.uv-h-news__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(32px, 4vw, 48px);
	color: #017564;
	margin: 10px 0 12px;
	font-weight: 600;
}
.uv-h-news__title em { font-style: italic; color: #c19e61; }
.uv-h-news__sub { color: #5a5a5a; font-size: 15px; margin: 0; }

.uv-h-news__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 16px;
	min-height: 540px;
}
.uv-h-news__card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: #f7f3ec center/cover no-repeat;
	text-decoration: none;
	color: inherit;
	display: block;
	min-height: 240px;
	transition: transform 0.25s ease;
}
.uv-h-news__card:hover { transform: translateY(-2px); }
.uv-h-news__card--big {
	grid-row: span 2;
	min-height: 540px;
}
.uv-h-news__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(1, 117, 100, 0.85) 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px;
	color: #fff;
}
.uv-h-news__card--big .uv-h-news__overlay { padding: 36px; }
.uv-h-news__card-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 18px;
	color: #fff;
	margin: 0 0 6px;
	font-weight: 600;
	line-height: 1.3;
}
.uv-h-news__card--big .uv-h-news__card-title { font-size: 28px; }
.uv-h-news__card-desc {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.92);
	margin: 0;
	line-height: 1.5;
}

/* ===== SSS ===== */
.uv-h-faq { padding: clamp(56px, 7vw, 96px) 0; background: #fbfaf6; }
.uv-h-faq__head { max-width: 720px; margin-bottom: 40px; }
.uv-h-faq__eyebrow {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c19e61;
	font-weight: 700;
}
.uv-h-faq__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(32px, 4vw, 48px);
	color: #017564;
	margin: 10px 0 12px;
	font-weight: 600;
}
.uv-h-faq__title em { font-style: italic; color: #c19e61; }
.uv-h-faq__sub { color: #5a5a5a; font-size: 15px; margin: 0; }

.uv-h-faq__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.uv-h-faq__item {
	background: #fff;
	border: 1px solid #e6dfca;
	border-radius: 16px;
	overflow: hidden;
	transition: border-color 0.2s ease;
}
.uv-h-faq__item[open] { border-color: #017564; }
.uv-h-faq__item summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 600;
	color: #017564;
	font-size: 16px;
	gap: 16px;
}
.uv-h-faq__item summary::-webkit-details-marker { display: none; }
.uv-h-faq__item summary i {
	color: #017564;
	font-size: 14px;
	transition: transform 0.25s ease;
	flex-shrink: 0;
}
.uv-h-faq__item[open] summary i { transform: rotate(90deg); }
.uv-h-faq__answer {
	padding: 0 24px 22px;
	color: #5a5a5a;
	font-size: 14px;
	line-height: 1.7;
}

/* ===== NEWSLETTER ===== */
.uv-h-newsletter { padding: clamp(40px, 5vw, 64px) 0 clamp(48px, 6vw, 80px); }
.uv-h-newsletter__card {
	background: linear-gradient(135deg, #017564 0%, #015a4f 100%);
	border-radius: 28px;
	padding: clamp(40px, 5vw, 64px);
	text-align: center;
	color: #fff;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.uv-h-newsletter__card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 0%, rgba(193, 158, 97, 0.15), transparent 60%);
	pointer-events: none;
}
.uv-h-newsletter__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-size: clamp(28px, 3.8vw, 44px);
	color: #fff;
	margin: 0 0 16px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.uv-h-newsletter__sub {
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	line-height: 1.7;
	margin: 0 auto 28px;
	max-width: 580px;
	position: relative;
	z-index: 1;
}
.uv-h-newsletter__form {
	display: flex;
	gap: 12px;
	max-width: 520px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
}
/* base.css'in global input[type=email] beyaz background'unu override ediyoruz */
.uv-h-newsletter .uv-h-newsletter__input,
input[type="email"].uv-h-newsletter__input {
	flex: 0 1 320px;
	min-width: 0;
	padding: 16px 24px;
	border: 1px solid rgba(255, 255, 255, 0.45) !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: #fff !important;
	font-family: inherit;
	font-size: 15px;
	box-shadow: none !important;
}
.uv-h-newsletter__input::placeholder { color: rgba(255, 255, 255, 0.85); opacity: 1; }
.uv-h-newsletter__input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.85); }
.uv-h-newsletter__input::-moz-placeholder { color: rgba(255, 255, 255, 0.85); opacity: 1; }
.uv-h-newsletter__input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.85); }
.uv-h-newsletter .uv-h-newsletter__input:focus {
	outline: none;
	border-color: #fff !important;
	background: rgba(255, 255, 255, 0.08) !important;
	box-shadow: none !important;
}
.uv-h-newsletter__btn {
	padding: 16px 32px;
	border: 0;
	border-radius: 999px;
	background: #D97706;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}
.uv-h-newsletter__btn:hover { background: #b8650a; transform: translateY(-1px); }
.uv-h-newsletter__notice {
	margin-top: 16px;
	padding: 12px 18px;
	border-radius: 12px;
	font-size: 14px;
	display: none;
}
.uv-h-newsletter__notice.is-visible { display: block; }
.uv-h-newsletter__notice--success { background: rgba(255, 255, 255, 0.95); color: #017564; }
.uv-h-newsletter__notice--error { background: rgba(179, 45, 46, 0.18); color: #fff; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
	.uv-h-hero__grid,
	.uv-h-calc__grid,
	.uv-h-trans__grid {
		grid-template-columns: 1fr;
	}
	.uv-h-hero__media-frame { max-width: 480px; margin: 0 auto; }
	.uv-h-support__grid { grid-template-columns: 1fr 1fr; }
	.uv-h-projects__track { grid-auto-columns: calc((100% - 24px) / 2); }
	.uv-h-news__grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}
	.uv-h-news__card--big { grid-row: span 2; grid-column: span 2; min-height: 360px; }
}
@media (max-width: 720px) {
	/* Hero — mobil kompakt */
	.uv-h-hero { padding: 36px 0 32px; }
	.uv-h-hero__title { font-size: clamp(28px, 7vw, 38px); margin-bottom: 14px; }
	.uv-h-hero__subtitle { font-size: 14px; margin-bottom: 22px; }
	.uv-h-hero__actions { gap: 10px; margin-bottom: 22px; flex-direction: column; align-items: stretch; }
	.uv-h-hero__actions .uv-h-btn { width: 100%; justify-content: center; padding: 14px 22px; font-size: 14px; }
	.uv-h-hero__pills { gap: 8px; }
	.uv-h-pill { padding: 7px 13px; font-size: 12px; }
	.uv-h-hero__media { max-width: 340px; margin: 28px auto 0; }
	.uv-h-hero__media-frame { aspect-ratio: 4/3; border-radius: 20px; }

	/* Hızlı Bağış bar — mobilde dikey */
	.uv-h-qbar {
		border-radius: 20px;
		flex-direction: column;
		padding: 16px;
		gap: 8px;
		align-items: stretch;
	}
	.uv-h-qbar__label { justify-content: center; padding: 4px 0; }
	.uv-h-qbar__chip { justify-content: center; padding: 10px 16px; }
	.uv-h-qbar__btn { width: 100%; justify-content: center; padding: 14px; margin-left: 0; margin-top: 4px; }
	.uv-h-calc__row {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.uv-h-calc__row-side--b { text-align: center; }
	.uv-h-calc__row-side--b .uv-h-calc__row-label { justify-content: center; }
	.uv-h-calc__row-mid { margin: 0 auto; }
	.uv-h-test__slide.is-active {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	.uv-h-test__card { border-radius: 28px 28px 0 0; border-right: 1px solid #e6dfca; }
	.uv-h-test__photo { border-radius: 0 0 28px 28px; min-height: 320px; }
	.uv-h-test__photo::before { display: none; }
	.uv-h-support__grid,
	.uv-h-faq__grid,
	.uv-h-projects__track {
		grid-template-columns: 1fr;
	}
	.uv-h-projects__track { grid-auto-columns: 85%; }
	.uv-h-projects__nav { justify-content: center; gap: 16px; margin-top: 24px; }
	.uv-h-projects__nav-btn { width: 48px; height: 48px; }
	.uv-h-news__grid { grid-template-columns: 1fr; }
	.uv-h-news__card--big { grid-column: span 1; min-height: 280px; }
}
