/*
Theme Name: JunkerClub
Description: JunkerClub pazar yeri için sıfırdan minimal tema (Astra yok). Tasarım tokenları tokens.css içinde.
Author: JunkerClub
Version: 0.4.9
Text Domain: junkerclub
*/

/* ============ Taban ============ */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--jr-font);
	font-size: var(--jr-fs-md);
	color: var(--jr-ink);
	background: var(--jr-bg);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	transition: background-color 0.25s ease, color 0.25s ease;
}

img { max-width: 100%; height: auto; }

a { color: var(--jr-accent-start); }

h1, h2, h3, h4 { line-height: 1.15; color: var(--jr-ink); letter-spacing: -0.02em; }

h2 { font-size: var(--jr-fs-xl); }

.jr-container {
	max-width: var(--jr-container);
	margin: 0 auto;
	padding: 0 20px;
}

.jr-main { min-height: 60vh; padding: 0 0 56px; }

@media (max-width: 767px) {
	body { padding-bottom: calc(var(--jr-app-bar-h) + 30px); }
}

/* Bölüm başlığı kalıbı */

.jr-section-head { text-align: center; max-width: 640px; margin: 0 auto 34px; padding: 0 20px; }
.jr-section-head .jr-eyebrow {
	display: inline-block;
	padding: 5px 14px;
	border-radius: var(--jr-radius-pill);
	background: var(--jr-accent-soft);
	color: var(--jr-accent-start);
	font-size: var(--jr-fs-xs);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
}
.jr-section-head h2 { margin: 0 0 8px; }
.jr-section-head p { margin: 0; color: var(--jr-slate); }

/* ============ Butonlar ============ */

.jr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	border: 0;
	border-radius: var(--jr-radius-pill);
	background: var(--jr-accent-gradient);
	color: #fff !important;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	box-shadow: var(--jr-shadow-accent);
	transition: transform 0.18s var(--jr-ease), box-shadow 0.18s var(--jr-ease), filter 0.18s;
}

.jr-btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.jr-btn:active { transform: translateY(0); }

.jr-btn--ghost {
	background: var(--jr-white);
	color: var(--jr-ink) !important;
	box-shadow: inset 0 0 0 2px var(--jr-line);
}
.jr-btn--ghost:hover { box-shadow: inset 0 0 0 2px var(--jr-accent-start); filter: none; }

.jr-btn--soft { background: var(--jr-accent-soft); color: var(--jr-accent-start) !important; box-shadow: none; }

.jr-btn--orange { background: linear-gradient(135deg, var(--jr-orange-start), var(--jr-orange-end)); box-shadow: 0 10px 26px rgba(235, 51, 73, 0.26); }

.jr-btn--lg { padding: 15px 32px; font-size: 16px; }
.jr-btn--block { display: flex; width: 100%; }

.jr-btn--pay { background: var(--jr-pay-gradient); animation: jr-pay-pulse 2.2s infinite; }

/* ============ İkonlar — SVG line-art sistemi (emoji yasak) ============ */

.jr-ico { display: inline-block; flex: none; }
.jr-logo-mark svg { width: 19px; height: 19px; }
.jr-trust-row svg { width: 17px; height: 17px; color: var(--jr-accent-start); }
.jr-h-ico { width: 0.9em; height: 0.9em; vertical-align: -0.08em; margin-left: 2px; }
.jr-li-ico { width: 17px; height: 17px; color: var(--jr-accent-start); vertical-align: -3.5px; margin-right: 4px; }
.jr-btn .jr-ico { width: 18px; height: 18px; }
.jr-feature-ico { display: inline-flex; color: var(--jr-accent-start); margin-bottom: 10px; }
.jr-feature-ico svg { width: 30px; height: 30px; }
.jr-empty-ico svg { width: 36px; height: 36px; color: var(--jr-slate-light); }

/* ============ Header ============ */

.jr-topbar { height: 4px; background: var(--jr-accent-gradient); }

.jr-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: saturate(1.4) blur(14px);
	-webkit-backdrop-filter: saturate(1.4) blur(14px);
	border-bottom: 1px solid var(--jr-line-soft);
}

.jr-header-inner {
	display: flex;
	align-items: center;
	gap: 26px;
	max-width: var(--jr-container);
	margin: 0 auto;
	padding: 12px 20px;
}

.jr-logo {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 23px;
	font-weight: 800;
	color: var(--jr-ink);
	text-decoration: none;
}

/* Logo yazısı: "Junker" siyah, "Club" açık yeşil gradyan; firma girişinde
   Junker turuncu, Club turuncu gradyan; footer'da Junker hep beyaz (madde 1). */
.jr-logo-text { letter-spacing: -0.055em; color: var(--jr-ink); }
.jr-logo-text em {
	font-style: normal;
	background: var(--jr-logo-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
body.jr-company .jr-header .jr-logo-text { color: var(--jr-orange-start); }
.jr-footer .jr-logo-text,
body.jr-company .jr-footer .jr-logo-text { color: #fff; }

.jr-logo-mark {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: var(--jr-accent-gradient);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	box-shadow: var(--jr-shadow-accent);
}

.jr-logo span { color: var(--jr-accent-start); }

/* Klasöre logo konunca yazı-işaretin yerini bu alır. Yükseklik sabit,
   genişlik oranla — logo yatay da kare de olabilir. */
.jr-logo-img { display: block; width: auto; max-width: 200px; height: 38px; }
.jr-logo-img--footer { height: 42px; max-width: 220px; }
@media (max-width: 480px) { .jr-logo-img { height: 32px; max-width: 150px; } }

.jr-nav { display: none; gap: 4px; }

.jr-nav a {
	color: var(--jr-slate);
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	padding: 8px 14px;
	border-radius: var(--jr-radius-pill);
	transition: background 0.15s, color 0.15s;
}

.jr-nav a:hover { color: var(--jr-ink); background: var(--jr-soft); }

.jr-header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }

.jr-login-link { color: var(--jr-slate); text-decoration: none; font-weight: 700; padding: 8px 10px; }
.jr-login-link:hover { color: var(--jr-ink); }

/* Gece/gündüz düğmesi — üç oturum durumunda da header'da görünür */

.jr-theme-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid var(--jr-line);
	border-radius: 50%;
	background: var(--jr-white);
	color: var(--jr-slate);
	cursor: pointer;
	transition: box-shadow 0.15s, color 0.15s, transform 0.15s;
}
.jr-theme-toggle:hover { box-shadow: var(--jr-shadow); color: var(--jr-ink); transform: rotate(12deg); }
.jr-theme-toggle svg { width: 18px; height: 18px; }
.jr-theme-toggle .jr-ico-sun { display: none; }
html.jr-dark .jr-theme-toggle .jr-ico-sun { display: block; }
html.jr-dark .jr-theme-toggle .jr-ico-moon { display: none; }

@media (min-width: 900px) { .jr-nav { display: flex; } }

@media (max-width: 560px) {
	.jr-header-actions .jr-btn { padding: 9px 16px; font-size: 13px; }
	.jr-header-actions .jr-btn--orange { display: none; } /* mobilde Get Leads menüde */
	.jr-login-link { display: none; }
}

/* Mobilde header zili gizli — app-bar'daki Alerts yeterli (madde 2) */
@media (max-width: 767px) {
	.jr-header .jr-bell { display: none; }

	/* Girişsizken header'da Post a Job yok (+ yeterli); firmada Find Jobs yok. */
	body:not(.logged-in) .jr-header-actions .jr-btn { display: none; }
	body.jr-company .jr-header-actions > .jr-btn { display: none; }
}

/* Profil menüsü */

.jr-profile { position: relative; }

.jr-profile-toggle {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 6px 14px 6px 7px;
	border: 1px solid var(--jr-line);
	border-radius: var(--jr-radius-pill);
	background: var(--jr-white);
	font: inherit;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	transition: box-shadow 0.15s;
}
.jr-profile-toggle:hover { box-shadow: var(--jr-shadow); }

.jr-profile-avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--jr-accent-gradient);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 800;
}

.jr-profile-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	min-width: 200px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: var(--jr-white);
	border: 1px solid var(--jr-line-soft);
	border-radius: var(--jr-radius);
	box-shadow: var(--jr-shadow-lg);
	display: none;
	animation: jr-fade-up 0.18s var(--jr-ease);
}

.jr-profile.is-open .jr-profile-menu { display: block; }

.jr-profile-menu a {
	display: block;
	padding: 10px 14px;
	border-radius: var(--jr-radius-sm);
	color: var(--jr-ink);
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.jr-profile-menu a:hover { background: var(--jr-soft); }

/* ============ İletişim sayfası ============ */

.jr-contact-grid {
	display: grid;
	gap: 24px;
	max-width: var(--jr-container);
	margin: 0 auto;
	padding: 0 20px;
	align-items: start;
}
@media (min-width: 900px) { .jr-contact-grid { grid-template-columns: 1.25fr 0.75fr; } }

/* Form kendi sayfasında ortalanır (.jr-form margin:auto); ızgarada kolonu
   doldurması gerekiyor, yoksa sağda yan sütun varken sola dayanıyor. */
.jr-contact-form .jr-form { margin: 0; max-width: none; }

.jr-contact-aside { display: grid; gap: 16px; }
.jr-contact-aside .jr-card { padding: 22px; }
.jr-contact-aside h3 { margin: 0 0 8px; font-size: 17px; }
.jr-contact-aside p { margin: 0 0 10px; color: var(--jr-slate); font-size: var(--jr-fs-sm); }
.jr-contact-aside p:last-child { margin-bottom: 0; }

.jr-contact-done { padding: clamp(24px, 4vw, 38px); text-align: center; }
.jr-contact-done h2 { margin: 0 0 10px; }

/* Bal küpü: görünmez ama `display:none` DEĞİL — bazı botlar gizli alanları
   ayıklayabiliyor, ekrandan çıkarmak daha sessiz bir tuzak. */
.jr-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* ============ Formlar ============ */

.jr-form {
	max-width: 620px;
	margin: 26px auto;
	padding: clamp(22px, 4vw, 38px);
	background: var(--jr-white);
	border: 1px solid var(--jr-line-soft);
	border-radius: var(--jr-radius-lg);
	box-shadow: var(--jr-shadow-lg);
}

.jr-form h3 { margin: 0 0 6px; font-size: 24px; }
.jr-form .jr-form-sub { margin: 0 0 22px; color: var(--jr-slate); font-size: var(--jr-fs-sm); }

.jr-form p { margin: 0 0 16px; }

.jr-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 13px;
	color: var(--jr-ink-soft);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/*
 * TİP LİSTESİ TAM OLMALI — eksik tip STİLSİZ kutu demektir.
 *
 * `tel` ve `search` listede yoktu: telefon alanı ham tarayıcı kutusu olarak
 * basılıyordu (dar, köşeli, farklı yazı tipi) ve formun geri kalanına hiç
 * benzemiyordu. Hata görünmez değil — GÖRÜNÜR ama kod okunurken fark
 * edilmez, çünkü işaretleme doğru. Yeni bir input tipi eklerken bu listeye
 * de eklenmeli.
 */
.jr-form input[type="text"],
.jr-form input[type="email"],
.jr-form input[type="password"],
.jr-form input[type="number"],
.jr-form input[type="date"],
.jr-form input[type="tel"],
.jr-form input[type="url"],
.jr-form input[type="search"],
.jr-form textarea,
.jr-form select {
	width: 100%;
	padding: 13px 16px;
	border: 1.5px solid var(--jr-line);
	border-radius: var(--jr-radius-sm);
	font: inherit;
	font-size: 15px;
	background: var(--jr-softer);
	color: var(--jr-ink);
	transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
	appearance: none;
	-webkit-appearance: none;
}

.jr-form select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23475569' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 42px;
}

.jr-form input:focus,
.jr-form textarea:focus,
.jr-form select:focus {
	outline: none;
	border-color: var(--jr-accent-start);
	background: var(--jr-white);
	box-shadow: 0 0 0 4px var(--jr-accent-ring);
}

.jr-form button[type="submit"],
.jr-wizard-next {
	display: block;
	width: 100%;
	padding: 15px 24px;
	border: 0;
	border-radius: var(--jr-radius-pill);
	background: var(--jr-accent-gradient);
	color: #fff;
	font: inherit;
	font-weight: 800;
	font-size: 16px;
	cursor: pointer;
	box-shadow: var(--jr-shadow-accent);
	transition: transform 0.18s var(--jr-ease), filter 0.18s;
}

.jr-form button[type="submit"]:hover,
.jr-wizard-next:hover { transform: translateY(-2px); filter: brightness(1.04); }

.jr-form fieldset {
	margin: 0 0 18px;
	padding: 16px;
	border: 1.5px dashed var(--jr-line);
	border-radius: var(--jr-radius-sm);
}

.jr-form legend { font-weight: 700; font-size: 13px; padding: 0 8px; text-transform: uppercase; letter-spacing: 0.05em; }

/* Alan ipuçları + iki kolon satırlar */

.jr-hint { display: block; margin-top: 6px; font-size: var(--jr-fs-xs); color: var(--jr-slate-light); font-weight: 500; text-transform: none; letter-spacing: 0; }

.jr-field-row { display: grid; gap: 14px; }
@media (min-width: 560px) {
	.jr-field-row { grid-template-columns: 1fr 1fr; }
	.jr-field-row > p { margin-bottom: 16px; }
}

/* Adres otomatik tamamlama (assets/address.js — sarmalayıcıyı JS üretir) */

.jr-ac { position: relative; }
.jr-ac-list {
	position: absolute;
	z-index: 30;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	margin: 0;
	padding: 4px;
	list-style: none;
	max-height: 260px;
	overflow-y: auto;
	background: var(--jr-white);
	border: 1px solid var(--jr-line);
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .14);
}
.jr-ac-item {
	padding: 10px 12px;
	border-radius: 8px;
	font-size: var(--jr-fs-sm);
	color: var(--jr-ink);
	cursor: pointer;
}
.jr-ac-item:hover,
.jr-ac-item.is-active { background: var(--jr-soft); }

/* Canlı kullanılabilirlik durumu */

.jr-avail { display: block; margin-top: 6px; font-size: var(--jr-fs-xs); font-weight: 700; min-height: 15px; }
.jr-avail.is-ok { color: #047857; }
.jr-avail.is-bad { color: #b91c1c; }

/* Şifre göster/gizle */

.jr-pass-wrap { position: relative; }
.jr-pass-wrap input { padding-right: 74px; }
.jr-pass-toggle {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: var(--jr-soft);
	border-radius: var(--jr-radius-pill);
	padding: 6px 12px;
	font-size: var(--jr-fs-xs);
	font-weight: 700;
	color: var(--jr-slate);
	cursor: pointer;
}

/* Uyarılar */

.jr-form-error,
.jr-form-success {
	padding: 12px 16px;
	border-radius: var(--jr-radius-sm);
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 16px;
}

.jr-form-error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.jr-form-success { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }

/* Seçenek kartları (radio-card: junk türü, boyut) — hepsi eşit boyda */

.jr-choice-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
	grid-auto-rows: 1fr;
	gap: 10px;
	margin: 4px 0 16px;
}

.jr-choice { position: relative; display: flex; }
.jr-choice .jr-choice-card { width: 100%; height: 100%; }
.jr-choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.jr-choice-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 14px 10px;
	border: 1.5px solid var(--jr-line);
	border-radius: var(--jr-radius);
	background: var(--jr-softer);
	text-align: center;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	color: var(--jr-ink-soft);
	transition: border-color 0.15s, background 0.15s, transform 0.15s;
	cursor: pointer;
	min-height: 76px;
	justify-content: center;
}
.jr-choice-card .jr-choice-ico { display: inline-flex; color: var(--jr-accent-start); }
.jr-choice-card .jr-choice-ico svg { width: 24px; height: 24px; }
.jr-choice-card small { font-weight: 500; color: var(--jr-slate); font-size: 11px; }
.jr-choice input:checked + .jr-choice-card {
	border-color: var(--jr-accent-start);
	background: var(--jr-accent-soft);
	box-shadow: 0 0 0 4px var(--jr-accent-ring);
}
.jr-choice input:focus-visible + .jr-choice-card { box-shadow: 0 0 0 4px var(--jr-accent-ring); }

/* ============ Wizard (çok adımlı form) ============ */

.jr-wizard { max-width: 680px; }

.jr-wizard-head { margin-bottom: 22px; }
/* Form basligi SEO icin h1 ama gorsel olarak kart basligi boyutunda kalir. */
.jr-wizard-head h1 { font-size: var(--jr-fs-xl); margin: 0 0 6px; }

.jr-wizard-progress {
	height: 6px;
	border-radius: var(--jr-radius-pill);
	background: var(--jr-soft);
	overflow: hidden;
	margin: 14px 0 18px;
}
.jr-wizard-bar {
	height: 100%;
	width: 0;
	border-radius: var(--jr-radius-pill);
	background: var(--jr-accent-gradient);
	transition: width 0.35s var(--jr-ease);
}

.jr-wizard-nav { display: flex; gap: 4px; justify-content: space-between; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.jr-wizard-nav li {
	flex: 1;
	text-align: center;
	font-size: var(--jr-fs-xs);
	font-weight: 700;
	color: var(--jr-slate-light);
	padding-top: 30px;
	position: relative;
	cursor: default;
}
.jr-wizard-nav li::before {
	counter-increment: step;
	content: counter(step);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--jr-soft);
	color: var(--jr-slate);
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	transition: background 0.2s, color 0.2s;
}
.jr-wizard-nav li.is-active { color: var(--jr-ink); }
.jr-wizard-nav li.is-active::before,
.jr-wizard-nav li.is-done::before { background: var(--jr-accent-gradient); color: #fff; }
.jr-wizard-nav li.is-done { color: var(--jr-accent-start); cursor: pointer; }
.jr-wizard-nav li.is-done::before { content: "✓"; }

/* JS devredeyken adımlar tek tek gösterilir; JS yoksa hepsi açık kalır (fallback). */
.jr-wizard.is-enhanced .jr-wizard-step { display: none; }
.jr-wizard.is-enhanced .jr-wizard-step.is-active { display: block; animation: jr-fade-up 0.3s var(--jr-ease); }
.jr-wizard.is-enhanced .jr-wizard-submit { display: none; }
.jr-wizard.is-enhanced.at-last .jr-wizard-submit { display: block; }
.jr-wizard.is-enhanced.at-last .jr-wizard-next { display: none; }

.jr-wizard-step h4 { margin: 0 0 4px; font-size: 19px; }
.jr-wizard-step .jr-step-sub { margin: 0 0 18px; color: var(--jr-slate); font-size: var(--jr-fs-sm); }

.jr-wizard-controls { display: flex; gap: 10px; margin-top: 22px; align-items: center; }
.jr-wizard-prev {
	border: 0;
	background: var(--jr-soft);
	color: var(--jr-slate);
	font: inherit;
	font-weight: 700;
	padding: 13px 22px;
	border-radius: var(--jr-radius-pill);
	cursor: pointer;
	display: none;
}
.jr-wizard.is-enhanced.has-prev .jr-wizard-prev { display: inline-flex; }
.jr-wizard-controls .jr-wizard-next,
.jr-wizard-controls button[type="submit"] { flex: 1; width: auto; }

/* Özet (review) adımı */

.jr-review-list { list-style: none; margin: 0 0 16px; padding: 0; border: 1px solid var(--jr-line-soft); border-radius: var(--jr-radius); overflow: hidden; }
.jr-review-list li {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 16px;
	font-size: var(--jr-fs-sm);
	background: var(--jr-softer);
}
.jr-review-list li:nth-child(even) { background: var(--jr-white); }
.jr-review-list .jr-review-label { color: var(--jr-slate); font-weight: 600; }
.jr-review-list .jr-review-value { font-weight: 700; text-align: right; }

/* OTP kutuları */

.jr-otp {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin: 14px 0 4px;
}
.jr-otp .jr-otp-digit {
	width: 50px;
	height: 60px;
	text-align: center;
	font-size: 26px;
	font-weight: 800;
	border: 1.5px solid var(--jr-line);
	border-radius: var(--jr-radius-sm);
	background: var(--jr-softer);
	color: var(--jr-ink);
	transition: border-color 0.15s, box-shadow 0.15s;
	padding: 0;
}
.jr-otp .jr-otp-digit:focus {
	outline: none;
	border-color: var(--jr-accent-start);
	background: var(--jr-white);
	box-shadow: 0 0 0 4px var(--jr-accent-ring);
}
@media (max-width: 400px) { .jr-otp .jr-otp-digit { width: 42px; height: 52px; font-size: 22px; } }

/* Sihirbaz içindeki OTP: kart daha dar olduğu için kutular biraz küçülür,
   ama düzen /verify-email ile AYNI kalır (Mehmet, 2026-08-16). */
.jr-signup-code-step .jr-otp { margin: 4px 0 18px; }

/* Metin içinde geçen düğme — bağlantı gibi görünür.
 *
 * `.jr-linklike` işaretlemede vardı ama CSS'te HİÇ tanımlı değildi: "send it
 * again" cümlenin ortasında ham gri bir tarayıcı düğmesi olarak basılıyordu.
 * Düğme olmak zorunda (bir eylem tetikliyor, adres değil), ama görünüşü
 * bağlantı olmalı — cümlenin akışını bozmasın. */
.jr-linklike {
	border: 0;
	background: none;
	padding: 0;
	font: inherit;
	color: var(--jr-accent-start);
	text-decoration: underline;
	cursor: pointer;
}
.jr-linklike:hover { color: var(--jr-accent-end); }

/* Şifresiz hesap uyarısı — bkz. JR_Set_Password.
 *
 * Kart aksan rengiyle değil KEHRİBARLA vurgulanıyor: aksan renk sayfadaki
 * bütün birincil düğmelerde zaten var, bu kart onların arasında kaybolurdu.
 * Kehribar yalnız burada ve ödeme kutusunda kullanılıyor. */
.jr-password-nudge,
.jr-login-help {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	margin: 0 0 20px;
	border-color: rgba(255, 138, 0, 0.42);
	background: linear-gradient(180deg, rgba(255, 138, 0, 0.09), rgba(255, 138, 0, 0.03));
}
.jr-password-nudge h3,
.jr-login-help h4 { margin: 0 0 6px; font-size: 17px; }
.jr-password-nudge p,
.jr-login-help p { margin: 0; color: var(--jr-slate); font-size: var(--jr-fs-sm); }
.jr-password-nudge > div { flex: 1 1 260px; }
.jr-password-nudge .jr-btn { flex: none; }

/* Giriş formunun içinde: tam genişlik, altında düğme. */
.jr-login-help { display: block; margin: 0 0 18px; }
.jr-login-help .jr-btn { margin-top: 14px; }

/* Şifre belirleme: hesap alanı düzenlenemez, öyle de görünsün. */
.jr-set-password-form input[readonly] {
	background: var(--jr-soft);
	color: var(--jr-slate);
	cursor: default;
}

/* Telefon adımı — numara istemenin gerekçesi listelenir.
 *
 * Üç madde ikna metni değil, itiraz karşılığı: "spam gelir mi", "kim görecek",
 * "neden e-posta yetmiyor". Numara vermeyen kişi bu üç soruyu soruyor. */
.jr-reassure { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.jr-reassure li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: var(--jr-fs-sm);
	color: var(--jr-slate);
	line-height: 1.45;
}
.jr-reassure svg { width: 17px; height: 17px; flex: none; margin-top: 2px; color: var(--jr-accent-start); }

/* Form içindeki .jr-btn VARYANTLARI kendi görünümünü korur.
 *
 * `.jr-form button[type="submit"]` (0,0,2,1) `.jr-btn--ghost`'u (0,0,1,0)
 * eziyordu: /verify-email'deki "Resend code" düğmesi ikincil olması
 * gerekirken birincil düğmeyle aynı dolu yeşil pill olarak basılıyordu —
 * yani sayfada iki eşit ağırlıkta çağrı vardı ve hangisinin asıl iş olduğu
 * belli değildi. Seçici burada üç sınıfa çıkarılarak kazanıyor. */
.jr-form button[type="submit"].jr-btn--ghost {
	background: var(--jr-white);
	color: var(--jr-ink);
	box-shadow: inset 0 0 0 2px var(--jr-line);
}
.jr-form button[type="submit"].jr-btn--ghost:hover { box-shadow: inset 0 0 0 2px var(--jr-accent-start); filter: none; }

.jr-form button[type="submit"].jr-btn--soft {
	background: var(--jr-accent-soft);
	color: var(--jr-accent-start);
	box-shadow: none;
}

/* Fotoğraf yükleme — sürükle-bırak görünümlü alan */

.jr-dropzone {
	display: block;
	border: 2px dashed var(--jr-line);
	border-radius: var(--jr-radius);
	background: var(--jr-softer);
	padding: 30px 18px;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s;
}
.jr-dropzone:hover, .jr-dropzone.is-drag { border-color: var(--jr-accent-start); background: var(--jr-accent-soft); }
.jr-dropzone .jr-dropzone-ico { display: block; margin-bottom: 6px; color: var(--jr-accent-start); }
.jr-dropzone .jr-dropzone-ico svg { width: 30px; height: 30px; }
.jr-dropzone strong { color: var(--jr-accent-start); }
.jr-dropzone small { display: block; color: var(--jr-slate-light); margin-top: 4px; }
.jr-dropzone input[type="file"] { display: none; }

#jr-photo-list, #jr-completion-list {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#jr-photo-list li { position: relative; }

#jr-photo-list img, #jr-completion-list img {
	width: 86px;
	height: 86px;
	object-fit: cover;
	border-radius: var(--jr-radius-sm);
	border: 1px solid var(--jr-line);
	display: block;
}

#jr-photo-list button {
	position: absolute;
	top: -7px;
	right: -7px;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--jr-ink);
	color: #fff;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
	box-shadow: var(--jr-shadow);
}

#jr-photo-status, #jr-completion-status { font-size: 13px; color: var(--jr-slate); margin-top: 8px; }

/* Yükleme ilerlemesi: fotoğraf soluk + altta bar */

#jr-photo-list li.is-uploading img,
#jr-completion-list li.is-uploading img { opacity: 0.45; filter: grayscale(0.4); }

.jr-upload-progress {
	position: absolute;
	left: 6px;
	right: 6px;
	bottom: 8px;
	height: 6px;
	border-radius: var(--jr-radius-pill);
	background: rgba(15, 23, 42, 0.25);
	overflow: hidden;
}

#jr-completion-list li { position: relative; }

.jr-upload-bar {
	display: block;
	height: 100%;
	width: 0;
	border-radius: var(--jr-radius-pill);
	background: var(--jr-accent-gradient);
	transition: width 0.2s ease;
}

/* Lightbox — iş fotoğrafları tıklayınca büyür */

.jr-job-photos img { cursor: zoom-in; }

.jr-lightbox {
	position: fixed;
	inset: 0;
	z-index: 90;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(11, 18, 32, 0.9);
	cursor: zoom-out;
}

.jr-lightbox.is-open { display: flex; animation: jr-fade-up 0.18s var(--jr-ease); }

.jr-lightbox img {
	max-width: 94vw;
	max-height: 88vh;
	width: auto;
	height: auto;
	border-radius: var(--jr-radius);
	box-shadow: var(--jr-shadow-lg);
}

.jr-lightbox-close {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}

/* ============ Kartlar / listeler ============ */

.jr-card {
	padding: 20px;
	background: var(--jr-white);
	border: 1px solid var(--jr-line-soft);
	border-radius: var(--jr-radius);
	box-shadow: var(--jr-shadow-xs);
	transition: box-shadow 0.2s, transform 0.2s;
}

.jr-job-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }

.jr-job-list .jr-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}
.jr-job-list .jr-card:hover { box-shadow: var(--jr-shadow); }

/* ---- Açık iş: altın nabız ----
 *
 * Firma panelinde "Open jobs near you" satırları para kazandıran satırlardır;
 * kendi teklifleri ve biten işlerle aynı görünüyorlardı. Altın çerçeve
 * YALNIZ buraya vurur — her karta konsaydı hiçbir şeyi ayırt etmezdi.
 *
 * `border-color` + `box-shadow` animasyonu tercih edildi, `transform` DEĞİL:
 * app-bar notundaki iOS katman hatası burada da geçerli ve büyüyüp küçülen
 * bir kart listedeki komşularını oynatır. Bu ikisi düzeni hiç bozmaz.
 *
 * 3.2s ve `ease-in-out`: "yavaşça yanan ve yavaşça sönen" istendi. Hızlı bir
 * nabız uyarı gibi okunur, bu ise davet.
 */
.jr-job-list .jr-card--live {
	border-color: #d9a441;
	animation: jr-live-glow 3.2s ease-in-out infinite;
}

@keyframes jr-live-glow {
	0%, 100% {
		border-color: rgba(217, 164, 65, 0.35);
		box-shadow: 0 0 0 0 rgba(217, 164, 65, 0);
	}
	50% {
		border-color: rgba(217, 164, 65, 1);
		box-shadow: 0 0 14px 1px rgba(217, 164, 65, 0.45);
	}
}

/* Koyu zeminde altın daha çabuk kayboluyor — biraz daha açık ton.
 * Seçici `.jr-dark`: tema gece modunu <html>'e bu sınıfla yazıyor
 * (functions.php / junkerclub_theme_mode_bootstrap), `data-theme` ile değil. */
.jr-dark .jr-job-list .jr-card--live { border-color: #e8bd66; }

@media (prefers-reduced-motion: reduce) {
	.jr-job-list .jr-card--live {
		animation: none;
		border-color: #d9a441;
		box-shadow: 0 0 0 1px rgba(217, 164, 65, 0.4);
	}
}

.jr-status {
	display: inline-block;
	padding: 3px 13px;
	border-radius: var(--jr-radius-pill);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: var(--jr-soft);
	color: var(--jr-slate);
}

.jr-status--open { background: #ecfdf5; color: #047857; }
.jr-status--assigned { background: #fff7ed; color: #c2410c; }
.jr-status--completed { background: #eff6ff; color: #1d4ed8; }
.jr-status--cancelled, .jr-status--disputed { background: #fef2f2; color: #b91c1c; }

/* Paneller */

.jr-dashboard { max-width: 860px; margin: 26px auto; padding: 0 20px; }
.jr-dashboard h2 { margin: 28px 0 14px; font-size: 21px; }

.jr-dash-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding: 22px 24px;
	border-radius: var(--jr-radius-lg);
	background:
		radial-gradient(500px 200px at 90% 0%, rgba(255, 255, 255, 0.5), transparent),
		var(--jr-accent-soft);
	border: 1px solid var(--jr-line-soft);
	margin-bottom: 16px;
}

.jr-dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.jr-dash-stat { text-align: center; padding: 16px 10px; }
.jr-dash-stat .jr-stat-num { display: block; font-size: 26px; }
.jr-dash-stat small { color: var(--jr-slate); font-weight: 600; }

/* Teklif almış iş vurgusu (madde 22) */
.jr-job--has-bids {
	border: 2px solid var(--jr-accent-start);
	background: var(--jr-accent-soft);
	box-shadow: 0 0 0 4px var(--jr-accent-ring);
}
.jr-bids-badge { color: var(--jr-accent-start); font-weight: 800; }

/* Teklif rozetleri */

/* Firma profil ızgarası (madde 21) */
.jr-company-profile-grid {
	display: grid;
	gap: 18px;
	max-width: var(--jr-container);
	margin: 26px auto;
	padding: 0 20px;
	align-items: start;
}
@media (min-width: 860px) { .jr-company-profile-grid { grid-template-columns: 340px 1fr; } }
.jr-company-card { text-align: center; padding: 26px 20px; }

/* Bildirimler */

.jr-bell { position: relative; display: inline-flex; align-items: center; color: var(--jr-slate); padding: 8px; border-radius: 50%; transition: background 0.15s; }
.jr-bell:hover { background: var(--jr-soft); color: var(--jr-ink); }

.jr-bell-count {
	position: absolute;
	top: 1px;
	right: 1px;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: var(--jr-radius-pill);
	background: var(--jr-orange-end);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 2px var(--jr-white);
}

.jr-notification-list .jr-unread { border-left: 3px solid var(--jr-accent-start); }

/* Ödeme / tamamlama */

.jr-pay-cta { margin-top: 22px; text-align: center; padding: 28px 20px; }

/* ---- Site içi ödeme kutusu (Stripe Payment Element) ----
 *
 * Kutu SOLA hizalı, kartın geri kalanı ortalıyken: form alanları ortalanınca
 * etiketler ve girdiler farklı eksenlerde duruyor ve okunması zorlaşıyor.
 * Genişlik sınırı kart numarası satırının rahat sığdığı ölçü.
 */
.jr-pay-box {
	max-width: 460px;
	margin: 18px auto 0;
	text-align: left;
}

.jr-pay-box .jr-btn--pay {
	width: 100%;
	margin-top: 16px;
	justify-content: center;
}

/* Alanlar hazır olana kadar düğme kapalı — kapalıyken nabız atmasın,
 * "basılabilir" izlenimi verir. */
.jr-pay-box .jr-btn--pay:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	animation: none;
}

.jr-pay-status:empty { display: none; }
.jr-pay-status { margin-top: 10px; font-size: 14px; }
.jr-pay-box .jr-hint { display: block; margin-top: 10px; text-align: center; }

.jr-otp-code {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 10px;
	color: var(--jr-accent-start);
	margin: 10px 0;
	text-align: center;
}

.jr-contact-card { margin-top: 22px; border: 2px solid var(--jr-accent-start); }

/* Teklifler */

.jr-bid-section { margin-top: 30px; }
.jr-bid-section > h3 { font-size: 20px; }

.jr-bid-amount { display: inline-block; margin-left: 8px; font-weight: 800; font-size: 17px; color: var(--jr-accent-start); }

.jr-bid--accepted { border: 2px solid var(--jr-green-end); box-shadow: 0 0 0 4px rgba(26, 194, 142, 0.12); }
.jr-bid--rejected { opacity: 0.55; }

.jr-bid-won { border: 2px solid var(--jr-green-end); background: #f0fdf4; }

.jr-time-left { color: var(--jr-orange-start); font-weight: 700; }

/* Tekil iş görünümü */

.jr-single-job { max-width: 760px; margin: 26px auto; padding: 0 20px; }
.jr-single-job > h2 { font-size: 26px; }

.jr-job-meta {
	list-style: none;
	margin: 16px 0;
	padding: 20px;
	background: var(--jr-softer);
	border: 1px solid var(--jr-line-soft);
	border-radius: var(--jr-radius);
	display: grid;
	gap: 10px;
	font-size: var(--jr-fs-sm);
}

.jr-job-photos {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 12px;
}

.jr-job-photos img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: var(--jr-radius-sm);
	display: block;
}

/* ============ Görsel slotları (Mehmet görselleri sonra ekleyecek) ============ */

.jr-img-slot {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 2px dashed var(--jr-line);
	border-radius: var(--jr-radius-lg);
	background:
		linear-gradient(135deg, var(--jr-softer) 25%, transparent 25%, transparent 50%, var(--jr-softer) 50%, var(--jr-softer) 75%, transparent 75%) 0 0 / 24px 24px,
		var(--jr-white);
	color: var(--jr-slate-light);
	font-size: var(--jr-fs-sm);
	font-weight: 700;
	text-align: center;
	min-height: 180px;
	padding: 20px;
}
.jr-img-slot svg { width: 30px; height: 30px; }
.jr-img-slot--tall { min-height: 320px; }
.jr-img-slot--wide { min-height: 240px; }
.jr-img-slot small { font-weight: 500; font-size: var(--jr-fs-xs); }

/* Klasöre fotoğraf konunca kutu resme dönüşür: kesikli çerçeve, dama deseni
   ve min-height gider — yükseklik artık resmin kendi oranıdır. object-fit
   yok; slotlar farklı oranlarda ve kırpmak yerine tam resmi gösteriyoruz. */
.jr-img-slot--filled {
	display: block;
	margin: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	background: none;
	overflow: hidden;
}
.jr-img-slot--filled img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--jr-radius-lg);
}

/* ============ Fiyat rehberleri ============ */

/* Rehber sayfasının TEK metin sütunu.

   Önce metin ayrı bir dar sütunda, başlıklar ve tablo başka bir genişlikte
   duruyordu: aynı seviyedeki iki H2'nin sol kenarı 267 piksel farklıydı.
   Şimdi paragraf, başlık, kart, tablo ve listeler aynı sütunda — tek bir
   sol kenar. Satır uzunluğu da okunur aralıkta kalıyor (~70 karakter). */
.jr-guide { max-width: 760px; margin: 0 auto; padding: 0 20px; }
.jr-guide > p { margin: 0 0 16px; }
.jr-guide > h2 { margin: 34px 0 12px; }
.jr-guide > h2:first-child { margin-top: 0; }
.jr-guide .jr-city-list { justify-content: flex-start; }
.jr-guide .jr-hint { margin: 10px 0 0; }

.jr-price-card { margin: 30px 0; text-align: center; }
.jr-price-value {
	font-size: clamp(38px, 7vw, 56px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--jr-ink);
	margin: 6px 0 10px;
	font-variant-numeric: tabular-nums;
}

/* Tablo dar ekranda kendi kutusunda kayar — sayfa yana kaymaz. */
.jr-table-wrap {
	overflow-x: auto;
	margin: 22px 0;
	border: 1px solid var(--jr-line);
	border-radius: var(--jr-radius-lg);
	background: var(--jr-white);
}
.jr-table { border-collapse: collapse; width: 100%; min-width: 480px; font-size: 15px; }
.jr-table th,
.jr-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--jr-line); }
.jr-table thead th {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--jr-slate-light);
	background: var(--jr-softer);
	white-space: nowrap;
}
.jr-table tbody tr:last-child td { border-bottom: 0; }
.jr-table td + td { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* JunkerClub kolonu tablonun asıl mesajı — okuyucunun gözü oraya gitsin.
   Rakamın piyasanın altında kaldığını JR_Guides::guarantee_savings garanti
   ediyor; burası yalnız onu görünür kılıyor.
   Rakam yeşile BOYANMAZ: #1ac28e beyaz üstünde 2.3:1 kontrast verir, 15px
   kalın yazı için WCAG AA sınırının çok altında. Vurgu zemin tonuyla,
   okunurluk mürekkep rengiyle. */
.jr-table .jr-col-ours { background: var(--jr-accent-soft); color: var(--jr-ink); font-weight: 700; }
.jr-table thead th.jr-col-ours { color: var(--jr-green-start); }

/* DAR EKRANDA TABLO KAYMAZ, YIĞILIR.
   `overflow-x: auto` tabloyu sayfadan taşırmıyordu ama telefonda üçüncü
   kolonu görmek için tabloyu parmakla yana sürüklemek gerekiyordu —
   yani fiyat karşılaştırması, sayfanın bütün amacı, ilk bakışta
   görünmüyordu. Burada her satır kendi kartına dönüşüyor ve üç değer alt
   alta geliyor; kaydırma tamamen ortadan kalkıyor.
   Kolon başlıkları <td data-label> ile taşınır (bkz. JR_Guides::render). */
@media (max-width: 640px) {
	.jr-table-wrap {
		overflow-x: visible;
		border: 0;
		background: none;
		border-radius: 0;
	}
	.jr-table--stack { display: block; min-width: 0; }
	.jr-table--stack tbody,
	.jr-table--stack tr,
	.jr-table--stack td { display: block; }

	/* Başlık satırı görsel olarak kalkar ama DOM'da kalır: ekran okuyucu
	   ve arama motoru tabloyu tablo olarak görmeye devam eder. */
	.jr-table--stack thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
		border: 0;
	}

	.jr-table--stack tr {
		border: 1px solid var(--jr-line);
		border-radius: var(--jr-radius-lg);
		background: var(--jr-white);
		margin-bottom: 12px;
		padding: 6px 0;
	}
	.jr-table--stack td { border-bottom: 0; padding: 7px 16px; }
	.jr-table--stack td:first-child {
		font-weight: 700;
		color: var(--jr-ink);
		padding-bottom: 10px;
		margin-bottom: 4px;
		border-bottom: 1px solid var(--jr-line);
	}
	.jr-table--stack td + td {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 14px;
		white-space: normal;
	}
	.jr-table--stack td + td::before {
		content: attr(data-label);
		font-size: 13px;
		font-weight: 600;
		color: var(--jr-slate-light);
	}
}

/* Tam şehir/rehber dizini — yalnız kendi sayfasında (/service-areas,
   /price-guides). Footer'da KULLANILMAZ: eyalet başlıkları koyu zeminde
   okunmuyor ve 116 şehir footer'ı 2500 piksel uzatıyor. */
.jr-city-index { max-width: 900px; margin: 0 auto; text-align: left; }
.jr-city-index h3 {
	margin: 30px 0 12px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--jr-slate-light);
}
.jr-city-index .jr-city-list { justify-content: flex-start; }

/* Eyalet akordiyonu. 117 şehir düz listede okunmuyordu; kapalı <details>
   içeriği DOM'da kaldığı için arama motoru şehir bağlantılarını yine görür. */
.jr-city-state { margin: 0 0 10px; padding: 14px 18px; }
.jr-city-state summary {
	cursor: pointer;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--jr-slate);
}
.jr-city-state[open] summary { color: var(--jr-accent-start); margin-bottom: 14px; }
.jr-city-state .jr-city-count {
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
	color: var(--jr-slate-light);
	white-space: nowrap;
}
.jr-city-state .jr-city-list { margin: 0; }

/* ============ Anasayfa / pazarlama ============ */

/* Bölüm sonu tek düğme (anasayfadaki "See all service areas" gibi). */
.jr-section-cta { margin-top: 22px; text-align: center; }

/* Hero viewport'a oturur (sticky header düşülür); içerik dikeyde ortalanır,
   alttaki ok sonraki bölümlere akışı işaret eder. svh: mobil adres çubuğu
   açıkken de sığsın diye (dvh zıplatır). Kısa şerit için .jr-hero--compact. */
.jr-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - var(--jr-header-h));
	min-height: calc(100svh - var(--jr-header-h));
	padding: clamp(48px, 8vw, 88px) 20px clamp(64px, 9vw, 104px);
	background:
		radial-gradient(900px 420px at 12% -10%, var(--jr-accent-soft), transparent),
		radial-gradient(700px 380px at 95% 0%, rgba(244, 107, 69, 0.07), transparent),
		var(--jr-softer);
	border-bottom: 1px solid var(--jr-line-soft);
	overflow: hidden;
}

/* Kaydırma ipucu — aksan renkli, nabız gibi inen ok */
.jr-hero::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 28px;
	width: 12px;
	height: 12px;
	border-right: 2.5px solid var(--jr-accent-start);
	border-bottom: 2.5px solid var(--jr-accent-start);
	transform: translate(-50%, 0) rotate(45deg);
	animation: jr-scroll-cue 1.9s var(--jr-ease) infinite;
	pointer-events: none;
}

@keyframes jr-scroll-cue {
	0%, 100% { transform: translate(-50%, 0) rotate(45deg); opacity: 0.3; }
	50% { transform: translate(-50%, 9px) rotate(45deg); opacity: 0.95; }
}

/* Mobilde yüzen app-bar hero'nun altını örter — ok onun üstüne çıkar */
@media (max-width: 767px) {
	.jr-hero::after { bottom: calc(var(--jr-app-bar-h) + 34px); }
}

/* ---- Anasayfa hero: tam kanvas fotoğraf + koyu katman ----
   Fotoğraf yan kutuda değil arka planda; yazı sola hizalı ve katmanın
   koyu tarafında duruyor, böylece fotoğraf ne olursa olsun okunuyor.
   Fotoğraf yoksa .jr-hero--photo hiç basılmaz ve altındaki yeşil
   gradyan görünür — sayfa yine düzgün durur. */
.jr-hero--canvas {
	justify-content: center;
	text-align: left;
	background: linear-gradient(120deg, #07312c 0%, #0c4a43 55%, #11998e 135%);
	border-bottom: 0;
}
.jr-hero--canvas .jr-hero-bg { position: absolute; inset: 0; z-index: 0; }
.jr-hero--canvas .jr-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	max-width: none;
}
/* Soldan sağa açılan perde: yazının olduğu tarafta koyu, fotoğrafın
   yüzü olan tarafta şeffaf. */
.jr-hero--canvas .jr-hero-veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(4, 24, 22, 0.92) 0%, rgba(6, 38, 34, 0.72) 45%, rgba(6, 38, 34, 0.25) 100%);
}
.jr-hero--canvas .jr-hero-inner { position: relative; z-index: 2; }
.jr-hero--canvas .jr-hero-copy { max-width: 620px; }

.jr-hero--canvas h1,
.jr-hero--canvas .jr-hero-sub,
.jr-hero--canvas .jr-trust-row span { color: #fff; }
/* H1 artık iki satır: statik hizmet adı + daktilo. `min-height: 1.15em` tek
   satırlık hâlin animasyon sırasında zıplamasını engellemek içindi; statik
   satır zaten yüksekliği tutuyor. */
.jr-hero--canvas h1 { min-height: 0; }

/* "Junk removal, made simple." — sayfanın ne sattığını söyleyen satır, H1'in
   ağırlığını taşıyan yer. Daktilo satırı marka sesi olarak altında ve daha
   küçük kalır; ikisi eşit boyda olsaydı hero üç satıra çıkıp CTA'yı
   telefonda ekranın dışına itiyordu. */
.jr-h1-lead { display: block; }
.jr-hero-copy h1 .jr-type {
	display: inline-block;
	font-size: 0.62em;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--jr-green-end);
}
.jr-hero--canvas .jr-hero-sub { color: rgba(255, 255, 255, 0.88); max-width: 54ch; }
.jr-hero--canvas .jr-trust-row span { color: rgba(255, 255, 255, 0.85); }
.jr-hero--canvas .jr-trust-row svg { color: var(--jr-green-end); }
.jr-hero--canvas .jr-hero-ctas { justify-content: flex-start; }
/* Eyebrow koyu yeşil zeminde --jr-green-end ile yazılıyordu: yeşil üstüne
   yeşil, okunmuyordu (mobil ekran görüntüsü, 2026-08-14). Hero'nun diğer
   yardımcı metinleriyle aynı muamele. */
.jr-hero--canvas .jr-hero-label { color: rgba(255, 255, 255, 0.82); }

.jr-hero--canvas .jr-btn--ghost {
	/* !important ŞART: .jr-btn--ghost tabanı `color: var(--jr-ink) !important`
	   yazıyor ve normal override'ı eziyordu — "See how it works" koyu zeminde
	   koyu yazı olarak kalıyordu. Taban kuraldaki !important kaldırılırsa
	   burası da sadeleşebilir. */
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.45);
	background: transparent;
}
.jr-hero--canvas .jr-btn--ghost:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; }
.jr-hero--canvas::after { color: rgba(255, 255, 255, 0.75); }

.jr-hero-label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--jr-green-end);
	margin: 0 0 16px;
}
.jr-hero-label::after { content: ''; width: 40px; height: 2px; background: currentColor; opacity: 0.65; }

/* Daktilo imleci */
.jr-caret {
	display: inline-block;
	width: 4px;
	height: 0.85em;
	background: var(--jr-green-end);
	margin-left: 6px;
	vertical-align: -0.06em;
	border-radius: 2px;
	animation: jrCaretBlink 1s step-end infinite;
}
@keyframes jrCaretBlink { 50% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .jr-caret { animation: none; } }

@media (max-width: 720px) {
	.jr-hero--canvas .jr-hero-veil {
		background: linear-gradient(180deg, rgba(4, 24, 22, 0.82) 0%, rgba(4, 24, 22, 0.9) 100%);
	}
	.jr-hero--canvas .jr-hero-copy { max-width: 100%; }
	.jr-hero--canvas .jr-hero-ctas { flex-direction: column; align-items: stretch; }
	.jr-hero--canvas .jr-hero-ctas .jr-btn { width: 100%; justify-content: center; }
}

/* Kısa şerit hero (ör. contact) — viewport kilidi ve ok yok */
.jr-hero--compact { min-height: 0; padding-bottom: 28px; }
.jr-hero--compact::after { display: none; }

/* Landing hero (şehir + fiyat rehberi sayfaları).

   Düz `.jr-hero` yüksekliği viewport'a kilitler ve içeriği dikeyde ortalar.
   Anasayfada doğru — orada içerik bol. Şehir sayfasında başlık, iki satır ve
   bir düğme var; kilit yüzünden altta ve üstte 250'şer piksel boşluk kalıyor,
   ziyaretçi ilk ekranda neredeyse hiçbir şey görmüyordu. Burada yükseklik
   içeriğe göre. */
.jr-hero--landing {
	min-height: 0;
	justify-content: flex-start;
	padding-top: clamp(40px, 5vw, 64px);
	padding-bottom: clamp(36px, 4.5vw, 56px);
	text-align: left;
}
.jr-hero--landing::after { display: none; }

/* Hero içeriği sarmalayıcısı — bu olmadan başlık ekranın sol kenarına
   yapışıyor (sanal sayfalar tam genişlik akıyor, tema sarmalayıcı koymuyor). */
.jr-hero-inner {
	width: 100%;
	max-width: var(--jr-container);
	margin: 0 auto;
}
.jr-hero--landing h1 { margin: 0 0 12px; }
.jr-hero--landing > .jr-hero-inner > p { max-width: 62ch; margin: 0 0 24px; }
.jr-hero--landing .jr-hero-ctas { justify-content: flex-start; }
.jr-hero--landing .jr-trust-row { justify-content: flex-start; margin-top: 26px; }

/* Breadcrumb */
.jr-crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--jr-slate-light);
	margin-bottom: 14px;
}
.jr-crumbs a { color: var(--jr-slate); text-decoration: none; }
.jr-crumbs a:hover { color: var(--jr-accent-start); }

/* Makale hero'su gövdeyle aynı sütunda. Hero 1160'lık kapsayıcıda, gövde
   760'lık sütunda durunca başlık ile ilk paragrafın sol kenarı 225 piksel
   kayıyor ve sayfa iki ayrı ızgaradan yapılmış gibi görünüyor. */
.jr-hero--article .jr-hero-inner { max-width: 760px; padding: 0 20px; }

.jr-hero-grid {
	width: 100%;
	max-width: var(--jr-container);
	margin: 0 auto;
	display: grid;
	gap: 36px;
	align-items: center;
}
@media (min-width: 900px) { .jr-hero-grid { grid-template-columns: 1.1fr 0.9fr; } }

.jr-hero h1 { margin: 0 0 14px; font-size: var(--jr-fs-hero); }
.jr-hero h1 em { font-style: normal; background: var(--jr-accent-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }

.jr-hero p { max-width: 520px; margin: 0 0 26px; color: var(--jr-slate); font-size: var(--jr-fs-lg); }

.jr-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.jr-hero--center { text-align: center; }
.jr-hero--center p, .jr-hero--center h1 { margin-left: auto; margin-right: auto; }
.jr-hero--center .jr-hero-ctas { justify-content: center; }

/* Güven şeridi */

.jr-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin-top: 28px;
	font-size: var(--jr-fs-sm);
	font-weight: 700;
	color: var(--jr-slate);
}
.jr-trust-row span { display: inline-flex; align-items: center; gap: 7px; }

/* Adımlar — bağlantı çizgili */

.jr-steps {
	display: grid;
	gap: 18px;
	max-width: var(--jr-container);
	margin: 46px auto;
	padding: 0 20px;
	counter-reset: none;
}
@media (min-width: 768px) { .jr-steps { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) {
	.jr-steps--line { position: relative; }
	.jr-steps--line::before {
		content: "";
		position: absolute;
		top: 46px;
		left: 18%;
		right: 18%;
		height: 2px;
		background: repeating-linear-gradient(90deg, var(--jr-line) 0 8px, transparent 8px 16px);
		z-index: 0;
	}
}

.jr-step { text-align: center; padding: 28px 20px; position: relative; z-index: 1; }
.jr-step:hover { transform: translateY(-4px); box-shadow: var(--jr-shadow); }

.jr-step-num {
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--jr-accent-gradient);
	color: #fff;
	font-weight: 800;
	font-size: 17px;
	margin-bottom: 12px;
	box-shadow: var(--jr-shadow-accent);
}

.jr-step h3 { margin: 0 0 6px; font-size: 17px; }
.jr-step p { margin: 0; color: var(--jr-slate); font-size: 14px; }

/* Junk türleri ızgarası */

.jr-type-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 12px;
	max-width: var(--jr-container);
	margin: 0 auto;
	padding: 0 20px;
}
.jr-type-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 22px 12px;
	border: 1px solid var(--jr-line-soft);
	border-radius: var(--jr-radius);
	background: var(--jr-white);
	font-weight: 700;
	font-size: 14px;
	box-shadow: var(--jr-shadow-xs);
	transition: transform 0.18s var(--jr-ease), box-shadow 0.18s;
}
.jr-type-card:hover { transform: translateY(-3px); box-shadow: var(--jr-shadow); }
.jr-type-card .jr-type-ico { display: inline-flex; color: var(--jr-accent-start); }
.jr-type-card .jr-type-ico svg { width: 30px; height: 30px; }

/* Yorumlar */

.jr-quote-grid { display: grid; gap: 16px; max-width: var(--jr-container); margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .jr-quote-grid { grid-template-columns: repeat(3, 1fr); } }

.jr-quote { display: flex; flex-direction: column; gap: 10px; }
.jr-quote .jr-quote-stars { color: #f59e0b; letter-spacing: 2px; font-size: 15px; }
.jr-quote p { margin: 0; color: var(--jr-ink-soft); font-size: 15px; }
.jr-quote footer { color: var(--jr-slate); font-size: var(--jr-fs-sm); font-weight: 700; }

/* İstatistikler */

.jr-stat-grid { display: grid; gap: 16px; max-width: 860px; margin: 0 auto; padding: 0 20px; text-align: center; }
@media (min-width: 640px) { .jr-stat-grid { grid-template-columns: repeat(3, 1fr); } }
.jr-stat-num { font-size: 34px; font-weight: 800; color: var(--jr-accent-start); letter-spacing: -0.02em; }

/* CTA bandı */

.jr-cta-band {
	max-width: var(--jr-container);
	margin: 52px auto;
	padding: clamp(36px, 6vw, 56px) 28px;
	text-align: center;
	border-radius: var(--jr-radius-lg);
	background:
		radial-gradient(500px 220px at 85% 10%, rgba(255, 255, 255, 0.18), transparent),
		var(--jr-accent-gradient);
	color: #fff;
	box-shadow: var(--jr-shadow-lg);
}

.jr-cta-band h2 { color: #fff; margin: 0 0 8px; }
.jr-cta-band p { margin: 0 auto 22px; max-width: 460px; color: rgba(255, 255, 255, 0.88); }

/* Beyaz buton üzerinde metin her iki temada da koyu kalmalı — token değil sabit */
.jr-cta-band .jr-btn { background: #fff; color: #0f172a !important; box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18); animation: none; }

/* Bölüm sarmalayıcı */

.jr-section { padding: 26px 0; }
.jr-section--alt { background: var(--jr-softer); border-top: 1px solid var(--jr-line-soft); border-bottom: 1px solid var(--jr-line-soft); padding: 46px 0; }

/* SSS */

.jr-faq { max-width: var(--jr-container-narrow); margin: 0 auto; padding: 0 20px; }
.jr-faq details { margin-bottom: 10px; }
.jr-faq summary { cursor: pointer; font-weight: 700; padding: 4px 0; }
.jr-faq details[open] summary { color: var(--jr-accent-start); }
.jr-faq p { color: var(--jr-slate); }

/* Şehir listesi (SEO) */

.jr-city-list {
	list-style: none;
	margin: 12px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.jr-city-list a {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid var(--jr-line);
	border-radius: var(--jr-radius-pill);
	background: var(--jr-white);
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: var(--jr-slate);
	transition: border-color 0.15s, color 0.15s, transform 0.15s;
}
.jr-city-list a:hover { border-color: var(--jr-accent-start); color: var(--jr-accent-start); transform: translateY(-2px); }

/* ============ Footer ============ */

.jr-footer {
	background: linear-gradient(180deg, var(--jr-footer-bg-2), var(--jr-footer-bg));
	color: var(--jr-footer-text);
	padding: 56px 0 34px;
	margin-top: 64px;
	border-top: 4px solid;
	border-image: var(--jr-accent-gradient) 1; /* firma sayfalarında turuncuya döner */
}

.jr-footer-inner {
	max-width: var(--jr-container);
	margin: 0 auto;
	padding: 0 20px;
	display: grid;
	gap: 34px;
}
@media (min-width: 768px) { .jr-footer-inner { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }

.jr-footer .jr-logo { color: #fff; }
.jr-footer .jr-logo-mark { box-shadow: none; }

.jr-footer-tagline { margin: 12px 0 0; font-size: 14px; opacity: 0.75; max-width: 280px; }

.jr-footer h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 14px; }

.jr-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }

.jr-footer-links a { color: var(--jr-footer-text); text-decoration: none; font-size: 14px; opacity: 0.85; transition: opacity 0.15s, color 0.15s; }
.jr-footer-links a:hover { color: #fff; opacity: 1; }

.jr-footer-cities { margin-top: 30px; }
.jr-footer-cities .jr-city-list { justify-content: flex-start; margin: 12px 0 0; }
.jr-footer-cities .jr-city-list a { background: transparent; border-color: rgba(203, 213, 225, 0.2); color: var(--jr-footer-text); }
.jr-footer-cities .jr-city-list a:hover { border-color: var(--jr-green-end); color: #fff; transform: none; }

.jr-footer-allcities { margin: 16px 0 0; font-size: 14px; }
.jr-footer-allcities a { color: var(--jr-green-end); text-decoration: none; font-weight: 600; }
.jr-footer-allcities a:hover { color: #fff; text-decoration: underline; }

.jr-footer-copy {
	max-width: var(--jr-container);
	margin: 36px auto 0;
	padding: 20px 20px 0;
	border-top: 1px solid rgba(203, 213, 225, 0.12);
	font-size: 13px;
	opacity: 0.55;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	justify-content: space-between;
}

/* ============ Mobil app-bar — yüzen, yarı şeffaf pill (madde 3) ============ */

.jr-app-bar {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 60;
	height: var(--jr-app-bar-h);
	/* GRID, flex degil. Flex'te maddeler `flex: 1` olsa bile min-width:auto
	   yuzunden icerigi genis olan ("How it works") payindan fazlasini aliyor
	   ve + isareti sola kayiyordu (olculdu: ~11px). minmax(0,1fr) icerikten
	   bagimsiz esit kolon verir; ortadaki 48px boylece tam ortada kalir.
	   Madde sayisi her oturum durumunda 5'tir (bkz. footer.php). */
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 48px minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: saturate(1.6) blur(20px);
	-webkit-backdrop-filter: saturate(1.6) blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: var(--jr-radius-pill);
	box-shadow: 0 10px 32px rgba(15, 23, 42, 0.16);
	/* transform YASAK (spec: iOS katman hatası) — pin app-bar.js'te bottom ile */
}

.jr-app-bar a,
.jr-app-bar button {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 0 2px;
	text-align: center;
	line-height: 1.15;
	border: 0;
	background: none;
	font-size: 10.5px;
	font-weight: 700;
	color: var(--jr-slate);
	text-decoration: none;
	cursor: pointer;
}

.jr-app-bar svg { width: 22px; height: 22px; }

.jr-app-bar .jr-app-bar-post {
	position: relative;
	top: -13px;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	border-radius: 50%;
	background: var(--jr-accent-gradient);
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	box-shadow: var(--jr-shadow-accent), 0 0 0 4px rgba(255, 255, 255, 0.85);
	align-self: center;
	justify-content: center;
	animation: jr-pay-pulse 2.6s infinite;
}

/* Firma çantası: beyaz çizgi ikon (madde 7) */
.jr-app-bar .jr-app-bar-post svg { width: 22px; height: 22px; stroke: #fff; }

/* + ne işe yarıyor: üstünde sırayla beliren ve solan ipucu balonu.
   pointer-events:none — balon + düğmesinin tıklama alanını çalmaz.
   transform YASAK kuralı app-bar'ın KENDİSİ için (iOS katman hatası);
   burada balon app-bar'ın içinde ve pinlenen öğe değil, translateX
   güvenli — ama yine de bottom/opacity ile çalışıyoruz, sadece yatay
   ortalama için translateX kullanılıyor. */
.jr-app-bar-hint {
	position: absolute;
	bottom: 56px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	white-space: nowrap;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	padding: 7px 12px;
	border-radius: var(--jr-radius-pill);
	background: var(--jr-ink);
	color: var(--jr-bg);
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.28);
	opacity: 0;
	transition: opacity 600ms ease;
}

.jr-app-bar-hint::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top-color: var(--jr-ink);
}

.jr-app-bar-hint.is-visible { opacity: 1; }

/* Hareketi azalt: balon ilk cümlede sabit kalır, yanıp sönmez. */
@media (prefers-reduced-motion: reduce) {
	.jr-app-bar-hint { transition: none; }
}

.jr-app-bar .is-disabled { opacity: 0.35; pointer-events: none; }

@media (min-width: 768px) { .jr-app-bar { display: none; } }

/* Mobil menü paneli */

.jr-mobile-menu {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: calc(var(--jr-app-bar-h) + 24px);
	z-index: 59;
	padding: 10px;
	background: var(--jr-white);
	border: 1px solid var(--jr-line-soft);
	border-radius: var(--jr-radius);
	box-shadow: var(--jr-shadow-lg);
	display: none;
}

.jr-mobile-menu.is-open { display: block; animation: jr-fade-up 0.2s var(--jr-ease); }

.jr-mobile-menu a {
	display: block;
	padding: 13px 18px;
	border-radius: var(--jr-radius-sm);
	color: var(--jr-ink);
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
}

.jr-mobile-menu a:hover { background: var(--jr-soft); }

/* Yukarı ok — app-bar'ın üstünde (spec bölüm 10) */

.jr-scroll-top {
	position: fixed;
	right: 16px;
	bottom: calc(var(--jr-app-bar-h) + 30px);
	z-index: 58;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: var(--jr-accent-gradient);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	box-shadow: var(--jr-shadow-lg);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.jr-scroll-top.is-visible { opacity: 1; pointer-events: auto; }

@media (min-width: 768px) { .jr-scroll-top { bottom: 26px; } }

/* ============ Sayfa içeriği ============ */

/* Sayfa başlıkları basılmıyor (madde 3); içerik header'a bitişik başlar. */
.jr-page-content { max-width: var(--jr-container); margin: 0 auto; padding: 0 20px; }

/* Öne/arkaya boşluk düzeltmesi: shortcode tam-bant bölümleri sayfa paddingini ezer */
.jr-page-content .jr-hero,
.jr-page-content .jr-section--alt { margin-left: -20px; margin-right: -20px; }

/* ============ Gece modu yüzey düzeltmeleri ============
   Token'la çözülemeyen sabit renkler (cam efektleri, durum rozetleri, uyarılar). */

/* Cam header — koyu cam */
html.jr-dark .jr-header {
	background: rgba(10, 16, 28, 0.78);
	border-bottom-color: rgba(148, 163, 184, 0.12);
}

/* Yüzen app-bar — koyu cam pill + glow */
html.jr-dark .jr-app-bar {
	background: rgba(14, 22, 38, 0.78);
	border-color: rgba(148, 163, 184, 0.16);
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.55);
}
html.jr-dark .jr-app-bar .jr-app-bar-post {
	box-shadow: var(--jr-shadow-accent), 0 0 0 4px rgba(14, 22, 38, 0.9);
}

/* Uyarılar */
html.jr-dark .jr-form-error { background: rgba(185, 28, 28, 0.16); color: #fca5a5; border-color: rgba(185, 28, 28, 0.45); }
html.jr-dark .jr-form-success { background: rgba(21, 128, 61, 0.18); color: #86efac; border-color: rgba(21, 128, 61, 0.45); }

/* Canlı kullanılabilirlik */
html.jr-dark .jr-avail.is-ok { color: #34d399; }
html.jr-dark .jr-avail.is-bad { color: #f87171; }

/* Durum rozetleri */
html.jr-dark .jr-status--open { background: rgba(4, 120, 87, 0.2); color: #34d399; }
html.jr-dark .jr-status--assigned { background: rgba(194, 65, 12, 0.2); color: #fb923c; }
html.jr-dark .jr-status--completed { background: rgba(29, 78, 216, 0.22); color: #93c5fd; }
html.jr-dark .jr-status--cancelled,
html.jr-dark .jr-status--disputed { background: rgba(185, 28, 28, 0.2); color: #fca5a5; }

/* Kazanan teklif kartı */
html.jr-dark .jr-bid-won { background: rgba(26, 194, 142, 0.1); }

/* ============ Pazarlama kampanya bloğu (JR_Channel_Site) ============ */

/*
 * İlk sürümde blok düz bir kart + `<figure>` idi ve görsel sayfada devasa
 * görünüyordu. Sorun görselin boyutu değil, blokta DÜZEN olmamasıydı:
 * 1200 pikselik kaynak dosyayı sınırlayan hiçbir kural yoktu. Şehir
 * sayfalarındaki iki sütunlu kalıba oturunca ölçü kendiliğinden doğru.
 */

.jr-promo {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 36px;
	align-items: center;
	max-width: var(--jr-container);
	margin: 40px auto;
	padding: 28px;
	background: var(--jr-white);
	border: 1px solid var(--jr-line-soft);
	border-radius: var(--jr-radius-lg);
	box-shadow: var(--jr-shadow-xs);
}

/* Görseli olmayan kampanya tek sütun ve ortalanır — yarısı boş kalmasın. */
.jr-promo--text {
	grid-template-columns: minmax(0, 1fr);
	max-width: 720px;
	text-align: center;
}

.jr-promo__text > :first-child { margin-top: 0; }
.jr-promo__text > :last-child { margin-bottom: 0; }
.jr-promo__text h2 { margin: 0 0 14px; }
.jr-promo__text p { margin: 0 0 14px; color: var(--jr-slate); }
.jr-promo__cta { margin: 22px 0 0; }

.jr-promo__media { margin: 0; }

/*
 * `aspect-ratio` + `object-fit` şart: kullanıcının attığı görselin oranı
 * her seferinde farklı (önce/sonra karesi 3:2, hikâye 9:16). Sabit oran
 * olmadan blok her gönderide başka yükseklikte çıkar.
 */
.jr-promo__media img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: var(--jr-radius);
	background: var(--jr-soft);
}

@media (max-width: 860px) {
	.jr-promo {
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
		padding: 20px;
		margin: 28px auto;
	}

	/* Dar ekranda görsel önce gelir: metinden önce bağlam verir. */
	.jr-promo__media { order: -1; }
}

/* Şehir sayfasındaki kampanya bloğu sayfanın kendi ritmine uyar. */
.jr-city-campaign .jr-promo { margin-top: 0; }

/* ============ Teklif kartı — kimlik ödemeye kadar kapalı ============ */

/*
 * Firma adı yerine baş harfler basılıyor (JR_Bid::public_label). Ad yerine
 * iki-üç harf gelince kart görsel olarak boşalıyordu; kamyon rozeti o boşluğu
 * dolduruyor ve kartın "bir firma" olduğunu tek bakışta anlatıyor.
 */

.jr-bid-main { display: flex; align-items: flex-start; gap: 12px; }

.jr-bid-avatar {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--jr-soft);
	color: var(--jr-slate);
}

.jr-bid-avatar svg { width: 22px; height: 22px; }
.jr-bid-body { min-width: 0; }

/* Platformun DOĞRULADIĞI tek rozet; firma kendi kendine etiket seçemiyor. */
.jr-status--vetted { background: #ecfdf5; color: #047857; }

.jr-bid-hidden { color: var(--jr-slate-light); }

html.jr-dark .jr-bid-avatar { background: rgba(148, 163, 184, 0.16); color: #cbd5e1; }
html.jr-dark .jr-status--vetted { background: rgba(4, 120, 87, 0.2); color: #34d399; }

/* ============ Çip girişi (posta kodları) ============ */

.jr-chips {
	border: 1px solid var(--jr-line);
	border-radius: var(--jr-radius-sm);
	background: var(--jr-white);
	padding: 8px 10px;
}

.jr-chips:focus-within { border-color: var(--jr-accent-start); }

.jr-chips-list { display: flex; flex-wrap: wrap; gap: 6px; }
.jr-chips-list:not(:empty) { margin-bottom: 8px; }

.jr-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 6px 4px 10px;
	border-radius: var(--jr-radius-pill);
	background: var(--jr-soft);
	color: var(--jr-ink);
	font-size: 13px;
	font-weight: 600;
}

.jr-chip-x {
	border: 0;
	background: none;
	padding: 0 2px;
	font-size: 16px;
	line-height: 1;
	color: var(--jr-slate);
	cursor: pointer;
}

.jr-chip-x:hover { color: #b91c1c; }

/* Kutunun kendisi çerçeveyi taşıyor; içteki input çıplak kalmalı. */
.jr-chips-input {
	width: 100%;
	border: 0;
	outline: none;
	background: none;
	padding: 2px 0;
	font: inherit;
	color: inherit;
}

html.jr-dark .jr-chips { background: transparent; }
html.jr-dark .jr-chip { background: rgba(148, 163, 184, 0.18); color: #e2e8f0; }

/*
 * `hidden` ÖZNİTELİĞİ CSS'E YENİLİR.
 *
 * `.jr-bell-count` display:flex taşıyor; tarayıcının `[hidden]{display:none}`
 * kuralı yazar stiline göre daha zayıf olduğu için öznitelik hiçbir şey
 * yapmıyordu ve okunmamış bildirimi olmayan HERKES zilde "0" rozeti
 * görüyordu. Kod doğru görünüyor, ekran yanlış — yalnız bakınca çıkıyor.
 */
.jr-bell-count[hidden] { display: none; }

/* ============ Fiyat bağlantıları — şehir sayfasındaki "What it costs in" ============
 *
 * Sayfanın en çok tıklanması gereken yeri burası: ziyaretçi "ne kadar tutar"
 * diye geldi ve cevabın devamı rehber sayfasında. Düz `.jr-city-list` pili
 * olarak basıldığında yakın şehir listesinden ayırt edilmiyordu — ikisi de
 * aynı gri pil, biri gezinme biri dönüşüm.
 *
 * Altın nabız BİLEREK `.jr-job-list .jr-card--live` ile aynı (`jr-live-glow`):
 * firmalar tarafında "yeni iş, bak buraya" diyen efektin aynısı, müşteri
 * tarafında "fiyat burada" diyor. İki ayrı efekt uydurmak ikisini de
 * zayıflatırdı.
 */
.jr-price-links {
	justify-content: center;
	gap: 12px;
}

.jr-price-links a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	padding: 14px 20px;
	border-radius: var(--jr-radius);
	border: 1px solid rgba(217, 164, 65, 0.45);
	font-size: 14px;
	color: var(--jr-ink);
	animation: jr-live-glow 3.2s ease-in-out infinite;
}

/* Nabız hover'da durur: fare oradayken yanıp sönmesi dikkat dağıtıyor,
 * kullanıcı zaten bakıyor. */
.jr-price-links a:hover {
	animation: none;
	border-color: #d9a441;
	box-shadow: 0 0 16px 1px rgba(217, 164, 65, 0.5);
	color: var(--jr-ink);
	transform: translateY(-2px);
}

.jr-price-links__name { font-weight: 700; }

.jr-price-links__band {
	font-size: 17px;
	font-weight: 800;
	color: var(--jr-accent-start);
	letter-spacing: -0.01em;
}

.jr-dark .jr-price-links a { border-color: rgba(232, 189, 102, 0.5); }

/* Sırayla yanmaları "dalga" gibi okunuyor ve tek tek bakmak gerekiyor;
 * hepsi aynı anda yansın, blok tek bir şey olarak görünsün. */
@media (prefers-reduced-motion: reduce) {
	.jr-price-links a {
		animation: none;
		border-color: #d9a441;
		box-shadow: 0 0 0 1px rgba(217, 164, 65, 0.4);
	}
}
