/* Tema sürümü: 20260713v1 */
/* Font: head-kit.js üzerinden yüklenir */

:root {
  --header-h: 72px;
  --transition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  /* Marka — yeşil */
  --color-primary: #16a34a;
  --color-primary-dark: #15803d;
  --color-primary-light: #f0fdf4;
  /* Kiralama akışı — mavi */
  --color-accent: #2563eb;
  --color-rental: #2563eb;
  --color-rental-hover: #1d4ed8;
  --color-rental-light: #eff6ff;
  --color-rental-soft: #dbeafe;
  --color-rental-ink: #1e3a8a;
  --color-rental-shadow: rgba(37, 99, 235, 0.28);
  --color-rental-shadow-strong: rgba(37, 99, 235, 0.36);
  /* Durum renkleri */
  --color-status-success: var(--color-primary);
  --color-status-pending: #f59e0b;
  --color-status-pending-soft: #fffbeb;
  --color-status-error: #dc2626;
  --color-status-error-soft: #fef2f2;
  --color-status-deposit: #7c3aed;
  --color-status-deposit-soft: #f5f3ff;
  --color-status-info: var(--color-rental);
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-muted: #f8fafc;
  --color-text: #0f172a;
  --color-text-muted: #64748b;
  --text-muted: var(--color-text-muted);
  --color-border: #e2e8f0;
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 20px 48px rgba(15, 23, 42, 0.1);
  --shadow-xl: 0 28px 64px rgba(15, 23, 42, 0.12);
  --radius: 14px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --font: "Inter", system-ui, -apple-system, sans-serif;
  color-scheme: light;
}

[data-theme="dark"] {
  color-scheme: dark;
  --color-primary: #22c55e;
  --color-primary-dark: #16a34a;
  --color-primary-light: #14532d;
  --color-accent: #3b82f6;
  --color-rental: #3b82f6;
  --color-rental-hover: #2563eb;
  --color-rental-light: #1e3a5f;
  --color-rental-soft: #1e40af;
  --color-rental-ink: #bfdbfe;
  --color-rental-shadow: rgba(59, 130, 246, 0.32);
  --color-rental-shadow-strong: rgba(59, 130, 246, 0.42);
  --color-status-pending: #fbbf24;
  --color-status-pending-soft: #422006;
  --color-status-error: #f87171;
  --color-status-error-soft: #450a0a;
  --color-status-deposit: #a78bfa;
  --color-status-deposit-soft: #2e1065;
  --color-bg: #0b1120;
  --color-surface: #111827;
  --color-surface-muted: #0f172a;
  --color-bg-soft: #0f172a;
  --color-text: #f8fafc;
  --color-text-muted: #94a3b8;
  --color-border: #1e293b;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.5);
  --shadow-xl: 0 28px 64px rgba(0, 0, 0, 0.55);
}

html {
  background: var(--color-bg);
}

body {
  transition: background-color 0.25s ease, color 0.25s ease;
}

/* Form kontrolleri tema ile uyumlu (varsayılan beyazı önle) */
input,
textarea,
select {
  background-color: var(--color-surface);
  color: var(--color-text);
}
input::placeholder,
textarea::placeholder {
  color: var(--color-text-muted);
  opacity: 1;
}
/* Otomatik doldurma alanlarının beyaz kalmasını engelle */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: var(--color-text);
  -webkit-box-shadow: 0 0 0 1000px var(--color-surface) inset;
  caret-color: var(--color-text);
  transition: background-color 9999s ease-in-out 0s;
}

/* ---- Karanlık mod: sabit açık renkli öğelerin override'ları ---- */
[data-theme="dark"] .header {
  background: rgba(12, 10, 9, 0.88);
}
[data-theme="dark"] .header--scrolled {
  background: rgba(12, 10, 9, 0.96);
  box-shadow: var(--shadow-md);
}
[data-theme="dark"] .hero {
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(34, 197, 94, 0.1) 0%, transparent 55%),
    linear-gradient(180deg, #1c1917 0%, var(--color-bg) 100%);
}

[data-theme="dark"] .mini-card__media {
  background: linear-gradient(135deg, #1e293b, #0f172a);
}

[data-theme="dark"] .mini-card {
  background: var(--color-surface);
  border-color: var(--color-border);
}

[data-theme="dark"] .mini-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .hero__card {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] .footer {
  background: linear-gradient(180deg, #020617 0%, #000 100%);
  color: #94a3b8;
  border-top: 1px solid var(--color-border);
}
[data-theme="dark"] .product-card__image,
[data-theme="dark"] .detail__image {
  background: linear-gradient(145deg, #2a2522 0%, #1f1b18 100%);
}

[data-theme="dark"] .detail__media-card {
  background: linear-gradient(145deg, #2a2522 0%, #1f1b18 100%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

[data-theme="dark"] .detail__booking-card,
[data-theme="dark"] .detail-panel,
[data-theme="dark"] .owner-card--detail {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .detail__booking-card .rental-summary {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.6) 0%, rgba(22, 163, 74, 0.08) 100%);
  border-color: rgba(22, 163, 74, 0.2);
}

[data-theme="dark"] .detail__trust-pill {
  background: rgba(22, 163, 74, 0.12);
  border-color: rgba(22, 163, 74, 0.22);
}

[data-theme="dark"] .detail-specs__item:hover {
  background: rgba(22, 163, 74, 0.08);
}

[data-theme="dark"] .owner-card__badge--verified {
  background: rgba(22, 163, 74, 0.12);
}

[data-theme="dark"] .detail__price-chip {
  background: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] .fav-btn {
  background: rgba(36, 31, 28, 0.9);
  color: #d6d3d1;
}
[data-theme="dark"] .auth-form .form-error {
  background: rgba(185, 28, 28, 0.15);
  color: #fca5a5;
  border-color: rgba(185, 28, 28, 0.4);
}
[data-theme="dark"] .form-success {
  background: rgba(4, 120, 87, 0.16);
  color: #6ee7b7;
  border-color: rgba(4, 120, 87, 0.4);
}
[data-theme="dark"] .rental-status--approved {
  background: rgba(22, 101, 52, 0.18);
  border-color: rgba(134, 239, 172, 0.35);
}
[data-theme="dark"] .status--pending {
  background: rgba(180, 83, 9, 0.22);
  color: #fcd34d;
}
[data-theme="dark"] .status--approved,
[data-theme="dark"] .status--completed {
  background: rgba(6, 95, 70, 0.22);
  color: #6ee7b7;
}
[data-theme="dark"] .status--rejected {
  background: rgba(153, 27, 27, 0.22);
  color: #fca5a5;
}
[data-theme="dark"] .status--cancelled {
  background: rgba(120, 113, 108, 0.22);
  color: #d6d3d1;
}
[data-theme="dark"] .badge-count {
  color: #fff;
}
[data-theme="dark"] .toast {
  background: #38312c;
  color: #f5f1ed;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.icon {
  display: inline-block;
  vertical-align: -0.18em;
  flex-shrink: 0;
}

.media-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--color-primary);
  opacity: 0.55;
}

.container {
  width: min(1140px, 92%);
  margin-inline: auto;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.header--scrolled {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: var(--color-border);
  box-shadow: var(--shadow-sm);
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0.65rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
}

.logo__img {
  display: block;
  height: 48px;
  width: auto;
  max-width: min(240px, 48vw);
  object-fit: contain;
  object-position: left center;
  background: transparent !important;
  border: none;
  box-shadow: none;
}

@media (min-width: 901px) {
  .logo__img {
    height: 52px;
    max-width: min(268px, 30vw);
  }
}

@media (max-width: 900px) {
  .logo__img {
    height: 34px;
    max-width: min(148px, 38vw);
  }
}

a.logo:hover .logo__img {
  opacity: 0.92;
}

.logo__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  max-width: min(280px, 52vw);
}

.logo__icon-svg {
  display: block;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.logo__wordmark {
  font-family: var(--font);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}

.logo__wm-kom {
  color: #0f172a;
}

.logo__wm-yasor {
  color: var(--color-primary);
}

.logo__wm-tld {
  color: var(--color-text-muted);
}

[data-theme="dark"] .logo__wm-kom {
  color: #f8fafc;
}

[data-theme="dark"] .logo__wm-yasor {
  color: #22c55e;
}

[data-theme="dark"] .logo__wm-tld {
  color: #cbd5e1;
}

/* Footer her zaman koyu arka plan — logo renkleri tema bağımsız kalmalı */
.footer .logo__wm-kom {
  color: #f8fafc;
}

.footer .logo__wm-yasor {
  color: #22c55e;
}

.footer .logo__wm-tld {
  color: #cbd5e1;
}

.footer .logo__wm-tag {
  color: #94a3b8;
}

a.logo:hover .logo__brand {
  opacity: 0.92;
}

.logo__brand--footer {
  align-items: center;
  gap: 0.65rem;
  max-width: min(300px, 85vw);
}

.logo__brand--footer .logo__icon-svg {
  width: 56px;
  height: 56px;
}

.logo__wordmark--footer {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.logo__wm-line {
  display: inline-block;
  line-height: 1.05;
}

.logo__wm-tag {
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-text-muted);
}

[data-theme="dark"] .logo__wm-tag {
  color: #94a3b8;
}

@media (max-width: 768px) {
  .logo__icon-svg {
    width: 38px;
    height: 38px;
  }

  .logo__wordmark {
    font-size: 1.05rem;
  }

  .logo__brand {
    max-width: min(210px, 55vw);
  }

  .logo__brand--footer {
    max-width: min(260px, 85vw);
  }

  .logo__brand--footer .logo__icon-svg {
    width: 48px;
    height: 48px;
  }

  .logo__wordmark--footer {
    font-size: 1.35rem;
  }
}

.footer .logo__img {
  height: 82px;
  max-width: min(300px, 85vw);
}

@media (max-width: 768px) {
  .logo__img {
    height: 44px;
    max-width: min(210px, 55vw);
  }

  .footer .logo__img {
    height: 66px;
    max-width: min(260px, 90vw);
  }
}

.logo__icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: white;
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
  transition: transform 0.2s ease;
}

.logo:hover .logo__icon {
  transform: rotate(-6deg) scale(1.05);
}

.logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo__name {
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.logo__dot {
  color: var(--color-primary);
}

.logo__tag {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-right: auto;
  flex-wrap: nowrap;
}

.nav a {
  position: relative;
  color: var(--color-text-muted);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.2s, background 0.2s;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  width: 48%;
  bottom: 0.12rem;
  height: 1.5px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-primary-dark));
  border-radius: 2px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.nav a:hover {
  color: var(--color-text);
  background: rgba(15, 23, 42, 0.04);
}

.nav a:not(.active):hover {
  color: var(--color-text);
  background: rgba(15, 23, 42, 0.04);
}

.nav a.active {
  color: var(--color-primary-dark);
  background: transparent;
  font-weight: 700;
}

.nav a.active:hover {
  background: transparent;
}

.nav a.active::after {
  transform: translateX(-50%) scaleX(1);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

#header-auth {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1.35rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
  font-family: inherit;
  letter-spacing: 0.01em;
}

.btn--primary {
  background: linear-gradient(145deg, var(--color-primary), var(--color-primary-dark));
  color: white;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
}

.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(22, 163, 74, 0.3);
}

.btn--outline {
  background: var(--color-surface);
  border: 1.5px solid var(--color-border);
  color: var(--color-text);
}

.btn--outline:hover {
  border-color: var(--color-primary);
  color: var(--color-primary-dark);
  background: var(--color-primary-light);
}

.btn--lg {
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
  border-radius: var(--radius);
}

.btn--block {
  width: 100%;
}

/* Masaüstünde menü karartması ve mobil ekstralar gizli */
.nav-backdrop {
  display: none;
}

.user-menu-backdrop {
  display: none;
}

.nav-extras {
  display: none;
}

/* Masaüstünde telefon menüsü öğeleri asla görünmesin */
.nav__head {
  display: none;
}

/* Masaüstünde mesajlar üst barda; mobil menü linki gizli */
.nav-messages {
  display: none;
}

@media (min-width: 901px) {
  .nav__head,
  .nav-extras,
  .nav-messages,
  .mobile-bottom-nav,
  .mobile-fab,
  .header-mobile-qr,
  .header-mobile-process,
  .nav-backdrop {
    display: none !important;
  }

  body[data-page="home"] .section__header,
  body[data-page="home"] .section__header--categories,
  body[data-page="home"] .how-hub__header,
  body[data-page="home"] .categories-hub__head,
  body[data-page="home"] .how-hub__head {
    text-align: center;
  }

  body[data-page="home"] .section__header p,
  body[data-page="home"] .how-hub__header p,
  body[data-page="home"] .section__header--categories p {
    margin-inline: auto;
    text-align: center;
  }

  body[data-page="home"] .categories-hub__chip,
  body[data-page="home"] .how-hub__chip,
  body[data-page="home"] .smart-section__chip {
    display: inline-flex;
    margin-inline: auto;
  }

  body[data-page="home"] .categories-hub__head,
  body[data-page="home"] .how-hub__head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body[data-page="home"] .categories-scroll-track,
  body[data-page="home"] .how-scroll-track {
    display: none;
  }
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0 10px;
  background: none;
  border: 1.5px solid var(--color-border);
  border-radius: 11px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.menu-toggle:hover {
  border-color: var(--color-primary);
}

.menu-toggle span {
  display: block;
  height: 2.5px;
  width: 100%;
  background: var(--color-text);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.menu-toggle.open span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* Hero */
.hero {
  padding: 3.5rem 0 4.5rem;
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(22, 163, 74, 0.07) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 100% 20%, rgba(37, 99, 235, 0.05) 0%, transparent 45%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--color-primary-dark);
  font-weight: 600;
  margin-bottom: 1.35rem;
  box-shadow: var(--shadow-sm);
}

.hero h1 {
  font-size: clamp(2.15rem, 4.8vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.1rem;
  font-weight: 800;
  color: var(--color-text);
}

.hero h1 span {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero__text {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  margin-bottom: 2rem;
  max-width: 480px;
}

.hero__search {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.4rem;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  max-width: 100%;
}

.hero__search:focus-within {
  border: none;
  box-shadow: none;
}

.hero__search-field {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}

.hero__search-field--text {
  flex: 1 1 auto;
  min-width: 140px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.hero__search-field--text:focus-within {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.1), var(--shadow-md);
}

.hero__search-field--location select {
  width: 150px;
}

.hero__search-field--category select {
  width: 170px;
}

.hero__search-field select {
  height: 52px;
  padding: 0 2rem 0 0.85rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  color: var(--color-text);
  font-size: 0.9rem;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2378716c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  box-shadow: var(--shadow-sm);
}

.hero__search-field select:focus {
  outline: none;
  border-color: var(--color-primary);
}

.hero__search-icon {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  color: var(--color-text-muted);
  flex-shrink: 0;
}

.hero__search input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  padding: 0.75rem 0.5rem;
  font-size: 0.95rem;
  font-family: inherit;
  background: transparent;
  color: var(--color-text);
}

.hero__search .btn {
  flex-shrink: 0;
  min-height: 52px;
  padding-inline: 1.5rem;
  white-space: nowrap;
}

.hero__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.hero__tags-label {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  font-weight: 600;
}

.hero__tag {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-text-muted);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  transition: all 0.2s;
  box-shadow: var(--shadow-sm);
}

.hero__tag:hover {
  background: var(--color-primary-light);
  border-color: rgba(22, 163, 74, 0.35);
  color: var(--color-primary-dark);
  transform: translateY(-1px);
}

.hero__stats {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
}

.hero__stat strong {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--color-text);
  letter-spacing: -0.02em;
}

.hero__stat span {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

@media (min-width: 1100px) {
  .hero__grid {
    grid-template-columns: 1.05fr 1.35fr;
  }
}

/* Ana sayfa — bölüm arası reklam banner */
.home-ad-section {
  padding: 0.5rem 0 2rem;
}

.home-ad {
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
}

.home-ad__link {
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

.home-ad__link img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
  background: var(--color-bg);
}

[data-theme="dark"] .home-ad__link img {
  background: #1a1614;
}

@media (max-width: 768px) {
  .home-ad-section {
    padding: 0.25rem 0 1.5rem;
  }

  .home-ad__link img {
    max-height: 160px;
  }
}

.hero__visual {
  position: relative;
}

.hero__card {
  background: var(--color-surface);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--color-border);
}

.hero__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.hero__card-head strong {
  font-size: 0.95rem;
}
.hero__card-head a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  white-space: nowrap;
}
.hero__card-head a:hover {
  color: var(--color-primary);
}

.hero__card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.hero__card-empty {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 1.5rem 1rem;
  color: var(--color-text-muted);
}
.hero__card-empty p {
  font-weight: 600;
  color: var(--color-text);
}
.hero__card-empty span {
  font-size: 0.85rem;
}

.mini-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: 0;
  border: 1px solid var(--color-border);
  color: inherit;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
a.mini-card:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 163, 74, 0.35);
  box-shadow: var(--shadow-md);
}

.mini-card__media {
  position: relative;
  height: 88px;
  background: linear-gradient(135deg, #f5f5f4, #e7e5e4);
  overflow: hidden;
  border-bottom: 1px solid var(--color-border);
}

.mini-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0;
}

.mini-card__media .media-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--color-primary);
}

.mini-card__body {
  padding: 0.7rem 0.95rem 0.85rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.mini-card h4 {
  font-size: 0.82rem;
  line-height: 1.3;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mini-card p {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mini-card .price {
  color: var(--color-primary-dark);
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 0.35rem;
}

/* Sections */
.section {
  padding: 4rem 0;
}

.section__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section__header h2 {
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  margin-bottom: 0.55rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section__header p {
  color: var(--color-text-muted);
  max-width: 520px;
  margin-inline: auto;
}

/* Categories */
.categories {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 120px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.15rem 0.85rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  box-shadow: var(--shadow-sm);
  color: inherit;
}

.category-card:hover,
.category-card.active {
  border-color: rgba(22, 163, 74, 0.4);
  background: var(--color-surface);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.category-card__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 0.65rem;
  border-radius: 12px;
  background: var(--color-primary-light);
  color: var(--color-primary);
  flex-shrink: 0;
}

.category-card h3 {
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 2.2em;
  width: 100%;
}

.category-card__count {
  display: inline-block;
  margin-top: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-text-muted);
  background: var(--color-surface-muted);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}

.categories__footer {
  margin-top: 1.75rem;
  text-align: center;
}

.categories__footer a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-primary-dark);
}

.categories__footer a:hover {
  color: var(--color-primary);
}

/* Product grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.product-card {
  position: relative;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--shadow-sm);
}

.product-card__stretch {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.product-card__stretch:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(22, 163, 74, 0.25);
}

.product-card__image {
  height: 168px;
  max-height: 168px;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  display: block;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.product-card__image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 28%;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.12), transparent);
  pointer-events: none;
  z-index: 1;
}

.product-card__location .icon {
  color: var(--color-primary);
  flex-shrink: 0;
}

.product-card__rating .icon {
  color: #f59e0b;
}

.product-card__overlays {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  right: 0.65rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  pointer-events: none;
}

.product-card__overlays-left,
.product-card__overlays-right {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  pointer-events: auto;
}

.product-card__overlays-left {
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: wrap;
}

.product-card__overlays-right {
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
}

.product-card__badge {
  position: static;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  line-height: 1.2;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.product-card__match {
  position: static;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: auto;
  max-width: 100%;
  background: rgba(99, 102, 241, 0.92);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.28);
  animation: none;
  white-space: nowrap;
  line-height: 1.2;
}

@keyframes ks-match-pulse {
  0%, 100% { box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35); }
  50% { box-shadow: 0 4px 18px rgba(14, 165, 233, 0.45); }
}

.smart-section {
  position: relative;
  overflow: hidden;
}

.smart-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(99, 102, 241, 0.08), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 100%, rgba(14, 165, 233, 0.07), transparent 50%);
  pointer-events: none;
}

.smart-section .container {
  position: relative;
  z-index: 1;
}

.smart-section__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.65rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4f46e5;
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.2);
}

[data-theme="dark"] .smart-section__chip {
  color: #a5b4fc;
  background: rgba(99, 102, 241, 0.18);
}

.smart-section__hint {
  margin-top: -0.35rem;
  font-size: 0.92rem;
  color: var(--color-text-muted);
}

.mini-card__match {
  position: absolute;
  bottom: 0.35rem;
  right: 0.35rem;
  z-index: 2;
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 800;
  color: #4f46e5;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.listing-status {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
}
.listing-status--pending { background: #d97706; }
.listing-status--rejected { background: #dc2626; }
.product-card--muted { opacity: 0.85; }

.rental-status--pending {
  border-color: color-mix(in srgb, var(--color-status-pending, #f59e0b) 45%, white);
  background: var(--color-status-pending-soft, #fffbeb);
}
.rental-status--pending .rental-status__head { color: #b45309; }
.rental-status--rejected {
  border-color: color-mix(in srgb, var(--color-status-error, #dc2626) 40%, white);
  background: var(--color-status-error-soft, #fef2f2);
}
.rental-status--rejected .rental-status__head { color: var(--color-status-error, #b91c1c); }

.product-card__body {
  padding: 1rem 1.05rem 1.1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  gap: 0;
}

.product-card__category {
  font-size: 0.68rem;
  color: var(--color-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.product-card h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: calc(1rem * 1.35 * 2);
  margin: 0 0 0.45rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: -0.02em;
}

.product-card__location {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  line-height: 1.3;
  min-height: auto;
  color: var(--color-text-muted);
  margin-bottom: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__seller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  margin-bottom: 0.85rem;
  background: var(--color-surface-muted);
  border: 1px solid var(--color-border);
  border-radius: 10px;
}

.product-card__seller-main {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  flex: 1;
}

.product-card__seller-info {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.product-card__seller-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__owner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.product-card__owner-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  font-size: 0.65rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border: 1.5px solid rgba(22, 163, 74, 0.15);
}

.product-card__owner-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__footer {
  margin-top: auto;
  padding-top: 0;
}

.product-card__footer-divider {
  display: none;
}

.product-card__price-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.product-card__price-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  padding: 0.45rem 0.25rem;
  border-radius: 10px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
}

.product-card__price-chip--daily {
  background: var(--color-primary-light, #f0fdf4);
  border-color: rgba(22, 163, 74, 0.28);
}

.product-card__price-chip--daily .product-card__price-chip-value {
  color: var(--color-primary-dark);
}

.product-card__price-chip-label {
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-muted);
  line-height: 1;
}

.product-card__price-chip-value {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.1;
  white-space: nowrap;
}

[data-theme="dark"] .product-card__price-chip {
  background: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .product-card__price-chip--daily {
  background: rgba(22, 163, 74, 0.12);
  border-color: rgba(22, 163, 74, 0.28);
}

[data-theme="dark"] .product-card__seller {
  background: rgba(255, 255, 255, 0.04);
}

.product-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.72rem;
  color: var(--color-text-muted);
}

.product-card__rating small {
  font-weight: 500;
  opacity: 0.85;
}

.product-card__rentcount {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--color-text-muted);
  white-space: nowrap;
  padding: 0.2rem 0.45rem;
  background: var(--color-surface);
  border-radius: 999px;
  border: 1px solid var(--color-border);
}

.product-card__cta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.68rem 1rem;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--color-primary), var(--color-primary-dark));
  color: #fff !important;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s, box-shadow 0.2s;
}

.product-card:hover .product-card__cta {
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.32);
}

/* How it works */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 2rem;
}

.step {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
}

.step__number {
  width: 48px;
  height: 48px;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 auto 1rem;
}

.step h3 {
  margin-bottom: 0.5rem;
}

.step p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

/* CTA */
.cta {
  background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
  color: white;
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  text-align: center;
  margin: 2rem 0;
}

.cta h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.75rem;
}

.cta p {
  opacity: 0.9;
  margin-bottom: 1.5rem;
  max-width: 480px;
  margin-inline: auto;
}

.cta .btn--outline {
  background: #fff;
  border-color: #fff;
  color: #0f172a;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}

.cta .btn--outline:hover {
  background: #f0fdf4;
  border-color: var(--color-primary);
  color: var(--color-primary-dark);
}

/* Footer */
.footer {
  position: relative;
  background:
    radial-gradient(ellipse 90% 55% at 50% -25%, rgba(34, 197, 94, 0.1) 0%, transparent 58%),
    linear-gradient(180deg, #0f172a 0%, #020617 100%);
  color: #94a3b8;
  padding: 4rem 0 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #22c55e 25%, #16a34a 50%, #22c55e 75%, transparent 100%);
  opacity: 0.85;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.6fr) repeat(3, minmax(0, 1fr));
  gap: 2.5rem 2rem;
  margin-bottom: 2.5rem;
}

.footer__brand {
  max-width: 340px;
}

.footer .logo {
  color: white;
  margin-bottom: 0.85rem;
}

.footer__desc,
.footer__brand > p {
  font-size: 0.9rem;
  line-height: 1.75;
  color: #94a3b8;
  margin: 0;
}

.footer__heading,
.footer h4 {
  color: #64748b;
  font-size: 0.72rem;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer__links,
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__links li,
.footer li {
  margin-bottom: 0.55rem;
}

.footer__links a,
.footer a {
  display: inline-flex;
  align-items: center;
  font-size: 0.88rem;
  color: #cbd5e1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer__links a:hover,
.footer a:hover {
  color: #22c55e;
  transform: translateX(3px);
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  padding-top: 1.5rem;
  text-align: left;
}

.footer__copy,
.footer__bottom > p {
  margin: 0;
  font-size: 0.82rem;
  color: #64748b;
}

.footer__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.footer__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.14);
  color: #94a3b8;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer__trust-svg {
  color: #22c55e;
  flex-shrink: 0;
}

/* Products page */
.page-header {
  background: linear-gradient(160deg, var(--color-primary-light), var(--color-bg));
  padding: 2.5rem 0;
  margin-bottom: 2rem;
}

.page-header h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.page-header p {
  color: var(--color-text-muted);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: center;
}

.filters__search {
  flex: 1;
  min-width: 200px;
  position: relative;
}

.filters__search input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  background: var(--color-surface);
}

.filters__search input:focus {
  border-color: var(--color-primary);
}

.filters__search::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2378716c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.filters select {
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 0.95rem;
  background: var(--color-surface);
  cursor: pointer;
  outline: none;
}

.filters select:focus {
  border-color: var(--color-primary);
}

.results-count {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  color: var(--color-text-muted);
}

.empty-state__icon {
  display: flex;
  justify-content: center;
  color: var(--color-text-muted);
  opacity: 0.7;
  margin-bottom: 1rem;
}

/* Product detail */
.detail {
  padding: 0.5rem 0 4rem;
}

.detail__header {
  margin-bottom: 1.35rem;
}

.detail__eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
}

.detail__header-top h1 {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.detail__header-top {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 0.55rem;
}

.detail__header h1 {
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 0.55rem;
}

.detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0;
  color: var(--color-text-muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.detail__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
}

.detail__meta-item + .detail__meta-item::before {
  content: "·";
  margin: 0 0.55rem;
  color: #cbd5e1;
  font-weight: 700;
  line-height: 1;
}

.detail__meta-item svg {
  flex-shrink: 0;
  color: var(--color-primary);
}

.detail__meta-item--rating svg {
  color: #f59e0b;
}

.detail__meta-item small {
  font-size: inherit;
  font-weight: 500;
  opacity: 0.85;
}

.detail__meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.detail-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: var(--color-surface-muted);
  border: 1px solid var(--color-border);
  color: var(--color-text-muted);
  font-size: 0.82rem;
  font-weight: 500;
}

.detail-chip svg {
  flex-shrink: 0;
  color: var(--color-primary);
}

.detail-chip--rating svg {
  color: #f59e0b;
}

.detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
  grid-template-rows: auto auto;
  gap: 1.75rem 2rem;
  align-items: start;
  min-width: 0;
  max-width: 100%;
}

.detail__media {
  grid-column: 1;
  grid-row: 1;
}

.detail__aside {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 0;
  max-width: 100%;
}

.detail__content {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.detail__aside-inner {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

.detail__media-card {
  position: relative;
  background: linear-gradient(145deg, #fafaf9 0%, #f5f5f4 100%);
  border-radius: 20px;
  min-height: 420px;
  height: auto;
  aspect-ratio: 4 / 3;
  max-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: 0 8px 32px rgba(41, 37, 36, 0.06);
}

.detail__booking-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 1.35rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07), 0 1px 3px rgba(15, 23, 42, 0.04);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.detail__booking-card > .detail__price-hero,
.detail__booking-card > #rental-box,
.detail__booking-card > .detail__message-cta {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

#rental-box {
  min-width: 0;
  max-width: 100%;
}

.detail__price-hero {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--color-border);
}

.detail__price-hero-main {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.detail__price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  letter-spacing: -0.02em;
  line-height: 1;
}

.detail__price-unit {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

.detail__price-alt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.detail__price-chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.detail__price-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.55rem 0.5rem;
  background: var(--color-surface-muted);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  text-align: center;
}

.detail__price-chip strong {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.2;
}

.detail__price-chip span {
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-muted);
}

.detail__price-alt strong {
  color: var(--color-text);
  font-weight: 700;
}

.detail__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.75rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid var(--color-border);
}

.detail__trust-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #f0fdf4;
  border: 1px solid rgba(22, 163, 74, 0.15);
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  text-align: center;
  line-height: 1.3;
}

.detail__trust-pill svg {
  color: var(--color-primary);
  flex-shrink: 0;
}

.detail-panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.detail-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--color-border);
}

.detail-panel__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  color: var(--color-text);
  letter-spacing: -0.01em;
}

.detail-panel__count {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-text-muted);
  padding: 0.2rem 0.55rem;
  background: var(--color-surface-muted);
  border-radius: 999px;
  white-space: nowrap;
}

.detail__desc {
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.75;
  font-size: 0.96rem;
}

.detail-specs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.detail-specs__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.85rem;
  background: var(--color-surface-muted);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  font-size: 0.86rem;
  line-height: 1.35;
  transition: border-color 0.2s, background 0.2s;
}

.detail-specs__item:hover {
  border-color: rgba(22, 163, 74, 0.22);
  background: #f0fdf4;
}

.detail-specs__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
}

.detail-specs__text {
  min-width: 0;
  color: var(--color-text);
  font-weight: 500;
}

.detail__category {
  color: var(--color-primary-dark);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.detail__image {
  position: relative;
}

.detail__image-actions {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.detail__image .fav-btn,
.detail__image .share-btn {
  position: static;
  top: auto;
  right: auto;
}

.detail__image .fav-btn {
  width: 44px;
  height: 44px;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.detail__image .share-btn {
  width: 44px;
  height: 44px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.owner-card--detail {
  display: block;
  margin-top: 0;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.owner-card__label {
  margin: 0 0 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}

.owner-card__main {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.owner-card--detail .owner-card__avatar {
  width: 48px;
  height: 48px;
  font-size: 0.88rem;
  background: linear-gradient(145deg, var(--color-primary), var(--color-primary-dark));
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.22);
  flex-shrink: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.owner-card__name {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.35;
  margin: 0;
}

.owner-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.3rem;
}

.owner-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-text-muted);
  background: var(--color-surface-muted);
  border: 1px solid var(--color-border);
  line-height: 1.3;
}

.owner-card__badge--verified {
  color: var(--color-primary-dark);
  background: #f0fdf4;
  border-color: rgba(22, 163, 74, 0.18);
}

.owner-card__body {
  min-width: 0;
  flex: 1;
}

.owner-card__meta {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  margin: 0.2rem 0 0;
  line-height: 1.45;
}

.owner-card__presence {
  font-size: 0.76rem;
  color: var(--color-text-muted);
  margin: 0.4rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.owner-card__presence--online::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.25);
  flex-shrink: 0;
}

.detail__message-cta {
  margin: 0.65rem 0 0;
}

.detail__message-cta .btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-weight: 600;
  border-radius: 12px;
  background: var(--color-surface);
  border: 1.5px solid var(--color-border);
  color: var(--color-text);
}

.detail__message-cta .btn--outline:hover {
  border-color: var(--color-primary);
  color: var(--color-primary-dark);
  background: var(--color-primary-light);
}

.detail__rent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.15rem;
  box-shadow: 0 4px 16px var(--color-rental-shadow, rgba(37, 99, 235, 0.28));
}

.detail__rent-btn:hover {
  box-shadow: 0 6px 22px var(--color-rental-shadow-strong, rgba(37, 99, 235, 0.36));
}

.detail__booking-card .rental-summary {
  background: linear-gradient(135deg, var(--color-surface-muted, #f8fafc) 0%, var(--color-rental-light, #eff6ff) 100%);
  border: 1px solid color-mix(in srgb, var(--color-rental, #2563eb) 18%, transparent);
  border-radius: 12px;
  padding: 0.95rem 1.05rem;
  margin: 0.85rem 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.detail__booking-card .rental-status {
  border-radius: 12px;
  margin: 0;
}

.detail__booking-card .form-group input:not([type="date"]) {
  width: 100%;
  border-radius: 10px;
  background: var(--color-bg);
}

.detail__booking-card .form-group input:focus:not([type="date"]) {
  background: var(--color-surface);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.12);
}

.date-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
  background: var(--color-bg);
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.date-input-wrap__hint {
  display: none !important;
}

.date-input-wrap__btn {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--color-primary);
  cursor: pointer;
  z-index: 4;
  flex-shrink: 0;
}

.date-input-wrap__btn:hover {
  background: var(--color-primary-light);
}

.date-input-wrap__btn:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 1px;
}

.date-input-wrap.has-value .date-input-wrap__hint {
  display: none !important;
}

.date-input-wrap:focus-within {
  border-color: var(--color-primary);
  background: var(--color-surface);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.12);
}

.form-group input:not([type="date"]),
.form-group select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0.7rem 0.85rem;
  border: 1.5px solid var(--color-border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  box-sizing: border-box;
}

.form-group input:focus:not([type="date"]),
.form-group select:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.12);
}

.form-group .date-input-wrap {
  margin: 0;
}

.form-group .date-input-wrap input[type="date"] {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

.date-input-wrap input[type="date"] {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0.65rem 2.75rem 0.65rem 0.75rem;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.35;
  color: var(--color-text);
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
}

.date-input-wrap input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
  min-height: 1.25em;
}

.date-input-wrap input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 2.75rem;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.detail__booking-card #rent-btn,
.detail__booking-card .btn--block.btn--lg {
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
}

/* Mobil soru butonu — PC'de gizle (Satıcıyla Mesajlaş yeterli).
   product-detail-mobile.css yalnızca ≤900px yüklendiği için gizleme burada olmalı. */
.detail-rent-ask {
  display: none !important;
}

.detail__message-cta .btn {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
}

.detail__top .product-card__verified {
  margin: 0;
}

/* legacy aliases */
.detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  color: var(--color-text-muted);
  font-size: 0.85rem;
}

.detail__price-box {
  display: none;
}

.detail__features {
  list-style: none;
}

.detail h1 {
  font-size: inherit;
  margin: 0;
}

.rental-form {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  max-width: 100%;
}

.detail__booking-card .rental-form h3,
.rental-form__head h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
}

.rental-form__head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--color-border);
}

.rental-form__dates {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  align-items: start;
}

.rental-form__dates .form-group {
  margin-bottom: 0;
  min-width: 0;
}

.rental-form h3 {
  margin-bottom: 0.75rem;
}

.form-group {
  margin-bottom: 0.75rem;
  width: 100%;
  min-width: 0;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.form-group input:not([type="date"]),
.form-group select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0.7rem 0.85rem;
  border: 1.5px solid var(--color-border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  box-sizing: border-box;
}

.form-group input:focus:not([type="date"]),
.form-group select:focus {
  border-color: var(--color-primary);
}

.rental-summary {
  background: var(--color-bg);
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
  font-size: 0.9rem;
}

.rental-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
  color: var(--color-text-muted);
  font-size: 0.88rem;
}

.rental-summary__row span:last-child {
  color: var(--color-text);
  font-weight: 600;
}

.rental-summary__total {
  font-weight: 700;
  font-size: 1rem;
  border-top: 1px solid rgba(22, 163, 74, 0.15);
  margin-top: 0.55rem;
  padding-top: 0.65rem;
  color: var(--color-text);
}

.rental-summary__total span:first-child {
  font-weight: 700;
  color: var(--color-text);
}

.rental-summary__total span:last-child {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  letter-spacing: -0.02em;
}

.owner-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: var(--color-bg);
  border-radius: var(--radius);
  margin-top: 1rem;
}

.owner-card__avatar {
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 1rem 0 0.65rem;
  font-size: 0.84rem;
  color: var(--color-text-muted);
}

.breadcrumb__sep::before {
  content: "›";
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1;
  margin: 0 0.2rem;
}

.breadcrumb__current {
  color: var(--color-text);
  font-weight: 600;
  max-width: min(100%, 280px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb a {
  color: var(--color-text-muted);
  transition: color 0.15s;
}

.breadcrumb a:hover {
  color: var(--color-primary-dark);
}

/* Modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  place-items: center;
  z-index: 200;
  padding: 1rem;
}

.modal-overlay.open {
  display: grid;
}

.modal {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: 2rem;
  max-width: 420px;
  width: 100%;
  text-align: center;
}

.modal__icon {
  display: flex;
  justify-content: center;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.modal h2 {
  margin-bottom: 0.5rem;
}

.modal p {
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 900px) {
  .hero__grid,
  .detail,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Mobilde metin (başlık + arama) üstte, ürün kutucukları altta kalsın */
  .hero__content {
    order: -1;
  }

  .hero__visual {
    order: 0;
  }

  /* Telefon menüsü: sağdan kayan panel (drawer) */
  .header__inner {
    justify-content: space-between;
    gap: 0.5rem;
    min-width: 0;
    padding: 0.6rem 0;
  }

  .logo {
    min-width: 0;
    flex: 1 1 auto;
    gap: 0.5rem;
  }

  .logo__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    flex-shrink: 0;
  }

  .logo__name {
    font-size: 0.98rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .logo__text {
    min-width: 0;
  }

  .header__actions {
    gap: 0.35rem;
    flex-shrink: 0;
  }

  #header-auth {
    gap: 0.25rem;
    min-width: 0;
  }

  /* Mobil üst bar: Bildirimler (Mesajlar alt menüde) */
  #header-auth .msg-nav {
    display: none !important;
  }

  #header-auth .notif {
    display: inline-flex !important;
    align-items: center;
  }

  /* Profil menüsü mobilde kapalı — hesap işlemleri hamburger menüde */
  .user-menu {
    display: none !important;
  }

  .notif__trigger,
  .msg-nav {
    width: 36px;
    height: 36px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
    padding: 0 8px;
  }

  .user-menu__avatar {
    width: 28px;
    height: 28px;
    font-size: 0.68rem;
  }

  .nav-messages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    background: var(--color-surface);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.1rem;
    padding: calc(4.25rem + env(safe-area-inset-top)) 1rem calc(1.75rem + env(safe-area-inset-bottom));
    border-left: none;
    box-shadow: -12px 0 40px rgba(28, 25, 23, 0.18);
    opacity: 1;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.3s;
    margin-right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    z-index: 200;
  }

  .nav::before {
    content: "Menü";
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted);
    padding: 0 0.35rem 0.6rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid var(--color-border);
  }

  .nav:has(.nav__head)::before {
    display: none;
  }

  .nav__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0 0.15rem 0.75rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid var(--color-border);
    flex-shrink: 0;
  }

  .nav__close {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 44px;
    padding: 0.45rem 0.7rem 0.45rem 0.55rem;
    margin: 0;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: var(--color-bg, #f8fafc);
    color: var(--color-text);
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  .nav__close:hover,
  .nav__close:focus-visible {
    background: var(--color-primary-light, #f0fdf4);
    border-color: color-mix(in srgb, var(--color-primary) 35%, var(--color-border));
    color: var(--color-primary-dark, #15803d);
    outline: none;
  }

  .nav__close-icon {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: inherit;
  }

  .nav__close-label {
    line-height: 1;
  }

  .nav__title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted);
    padding-right: 0.35rem;
  }

  [data-theme="dark"] .nav__close {
    background: #1e293b;
    border-color: #334155;
    color: #e2e8f0;
  }

  [data-theme="dark"] .nav__close:hover,
  [data-theme="dark"] .nav__close:focus-visible {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.35);
    color: #4ade80;
  }

  .nav.open {
    visibility: visible;
    transform: translateX(0);
  }

  .nav > a,
  .nav > .nav-cat {
    width: 100%;
  }

  .nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding: 0.75rem 0.85rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-radius: 10px;
  }

  .nav a::after {
    display: none;
  }

  .nav a.active {
    color: var(--color-primary-dark);
    background: var(--color-primary-light);
    font-weight: 700;
  }

  [data-theme="dark"] .nav a.active {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.12);
  }

  .nav-cat__toggle::after {
    display: none;
  }

  .nav-cat__toggle.active {
    color: var(--color-primary-dark);
    background: var(--color-primary-light);
  }

  [data-theme="dark"] .nav-cat__toggle.active {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.12);
  }

  /* Karartma arka planı */
  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
    z-index: 1140;
  }

  .nav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
  }

  /* Menü açıkken sayfa kaymasın, hamburger üstte kalsın */
  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .header {
    z-index: 1160;
  }

  body.menu-open .nav {
    z-index: 1150;
  }

  .menu-toggle {
    position: relative;
    z-index: 260;
  }

  /* Üst barda yalnızca Giriş Yap kalsın; kayıt + tema menüde */
  #header-auth .header-auth-register,
  .header__actions > .theme-toggle {
    display: none !important;
  }

  .nav-extras {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.65rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--color-border);
    flex: 1 0 auto;
  }

  .nav-extras__register {
    min-height: 48px;
    font-size: 1rem;
    color: #fff !important;
    background: linear-gradient(145deg, var(--color-primary), var(--color-primary-dark)) !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.28) !important;
    font-weight: 700 !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .nav-extras__register:hover,
  .nav-extras__register:focus-visible {
    color: #fff !important;
    background: linear-gradient(145deg, var(--color-primary-dark), #15803d) !important;
    transform: none;
  }

  .nav-extras__theme {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-height: 52px;
    padding: 0.65rem 0.85rem;
    margin: auto 0 0;
    padding-top: 0.85rem;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .nav-extras__theme:hover,
  .nav-extras__theme:focus-visible {
    border-color: var(--color-primary);
    background: var(--color-primary-light);
    outline: none;
  }

  .nav-extras__theme-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-text);
    pointer-events: none;
  }

  .nav-extras__theme-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-text-muted);
    pointer-events: none;
  }

  .nav-extras__account {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-bottom: 0.25rem;
  }

  .nav-extras__account-title {
    padding: 0.5rem 0.85rem 0.65rem;
    margin-bottom: 0.15rem;
    border-bottom: 1px solid var(--color-border);
    text-align: left;
  }

  .nav-extras__account-title strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
    text-align: left;
  }

  .nav-extras__account-title span {
    display: block;
    font-size: 0.8rem;
    color: var(--color-text-muted);
    word-break: break-all;
    text-align: left;
  }

  .nav-extras__link {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0.55rem 0.85rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--color-text);
  }

  .nav-extras__link:hover {
    background: var(--color-bg);
    color: var(--color-primary-dark);
  }

  .nav-extras__logout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin-top: 0.35rem;
    padding: 0.55rem 0.85rem;
    border: none;
    border-radius: 10px;
    background: #fef2f2;
    color: #b91c1c;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
  }

  .nav-extras__logout:hover {
    background: #fee2e2;
  }

  .user-menu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(28, 25, 23, 0.45);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s;
    z-index: 1180;
  }

  .user-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
  }

  body.user-menu-open {
    overflow: hidden;
  }

  body.user-menu-open .header {
    z-index: 1190;
  }

  .user-menu__dropdown,
  .user-menu__dropdown--mobile {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    top: auto;
    bottom: calc(var(--mobile-nav-h, 72px) + 0.75rem + env(safe-area-inset-bottom, 0px));
    min-width: 0;
    max-height: min(72dvh, calc(100dvh - var(--mobile-nav-h, 72px) - 5rem - env(safe-area-inset-top) - env(safe-area-inset-bottom)));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    border-radius: var(--radius-lg);
    z-index: 1195;
    padding: 0.5rem;
    box-shadow: 0 -8px 40px rgba(28, 25, 23, 0.22);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
  }

  .user-menu__dropdown.open,
  .user-menu__dropdown--mobile.open {
    display: block;
  }

  .user-menu__info span {
    word-break: break-all;
  }

  .user-menu__dropdown a,
  .user-menu__dropdown button {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .user-menu__dropdown--mobile .user-menu__info {
    text-align: center;
  }

  .user-menu__dropdown--mobile .user-menu__info strong,
  .user-menu__dropdown--mobile .user-menu__info span {
    text-align: center;
  }

  .theme-toggle--nav {
    flex-shrink: 0;
  }

  .nav a {
    padding: 0.85rem 1rem;
    font-size: 1rem;
    border-radius: 10px;
  }

  .nav a::after {
    display: none;
  }

  .nav a.active {
    background: var(--color-primary-light);
  }

  .menu-toggle {
    display: flex;
  }

  .hero {
    padding: 1.5rem 0 2rem;
  }

  .hero__badge {
    font-size: 0.78rem;
    padding: 0.3rem 0.7rem;
    margin-bottom: 0.85rem;
  }

  .hero h1 {
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
  }

  .hero__text {
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 1.15rem;
    max-width: none;
  }

  .hero__search {
    gap: 0.5rem;
  }

  .hero__search .btn {
    min-height: 46px;
    font-size: 1rem;
  }

  .hero__tags {
    margin-top: 0.85rem;
    gap: 0.35rem;
  }

  .hero__tag {
    font-size: 0.78rem;
    padding: 0.28rem 0.65rem;
  }

  .hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid var(--color-border);
    text-align: center;
  }

  .hero__stat {
    display: block;
    padding: 0;
    border: none;
  }

  .hero__stat strong {
    font-size: 1.05rem;
    margin-bottom: 0.15rem;
  }

  .hero__stat span {
    font-size: 0.68rem;
    line-height: 1.25;
    display: block;
  }
}

@media (max-width: 900px) {
  .hero__search {
    flex-wrap: wrap;
  }

  .hero__search-field--text {
    flex: 1 1 100%;
  }

  .hero__search-field--location select,
  .hero__search-field--category select {
    width: 100%;
    min-width: 0;
  }

  .hero__search-field--location,
  .hero__search-field--category {
    flex: 1 1 100%;
  }

  .hero__search .btn {
    flex: 1 1 100%;
  }

  .detail__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .detail__media,
  .detail__aside,
  .detail__content {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    min-width: 0;
  }

  .detail__aside-inner {
    position: static;
    width: 100%;
  }

  .detail__booking-card {
    padding: 1rem;
    border-radius: 16px;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .product-card {
    border-radius: 14px;
  }

  .product-card:hover {
    transform: none;
  }

  .product-card__image {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }

  .product-card__image .product-card__img,
  .product-card__image img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none !important;
  }

  .product-card__overlays {
    top: 0.45rem;
    left: 0.45rem;
    right: 0.45rem;
  }

  .product-card__badge,
  .product-card__match {
    font-size: 0.58rem;
    padding: 0.22rem 0.45rem;
  }

  .product-card__body {
    padding: 0.65rem 0.7rem 0.75rem;
  }

  .product-card__top,
  .product-card__seller,
  .product-card__cta {
    display: none !important;
  }

  .product-card h3 {
    font-size: 0.82rem;
    line-height: 1.3;
    min-height: 0;
    margin: 0 0 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-card__location {
    font-size: 0.68rem;
    margin-bottom: 0.45rem;
    color: var(--color-primary);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-card__price-plans {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    grid-template-columns: unset;
  }

  .product-card__price-chip:not(.product-card__price-chip--daily) {
    display: none;
  }

  .product-card__price-chip--daily {
    flex-direction: row;
    align-items: baseline;
    gap: 0.3rem;
    min-height: 0;
    padding: 0;
    background: transparent !important;
    border: none !important;
  }

  .product-card__price-chip--daily .product-card__price-chip-value {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--color-primary-dark);
  }

  .product-card__price-chip--daily .product-card__price-chip-label {
    font-size: 0.68rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: var(--color-text-muted);
  }

  .logo__tag {
    display: none;
  }

  #header-auth .btn {
    padding: 0.55rem 0.8rem;
    font-size: 0.8rem;
  }
}

/* Auth pages */
.auth-page {
  min-height: calc(100vh - 80px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  box-sizing: border-box;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(22, 163, 74, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--color-bg) 100%);
}

.auth-page__center {
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
}

.auth-card {
  background: var(--color-surface);
  border-radius: var(--radius-xl);
  padding: 2.25rem 2.5rem 1.85rem;
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--color-border);
}

.auth-card--wide {
  max-width: 520px;
}

.auth-card__header {
  text-align: center;
  margin-bottom: 2rem;
}

.auth-card__icon {
  display: flex;
  justify-content: center;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
}

.auth-card__header h1 {
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}

.auth-card__header p {
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.auth-form .form-group {
  margin-bottom: 1.15rem;
}

.auth-form .form-error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* Kayıt — şifre güç göstergesi (sade, mevcut formu bozmaz) */
.pw-strength {
  margin-top: 0.55rem;
}

.pw-strength__track {
  height: 6px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

.pw-strength__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  transition: width 0.2s ease, background-color 0.2s ease;
  background: #9ca3af;
}

.pw-strength[data-level="weak"] .pw-strength__fill {
  width: 33%;
  background: #ef4444;
}

.pw-strength[data-level="medium"] .pw-strength__fill {
  width: 66%;
  background: #f59e0b;
}

.pw-strength[data-level="strong"] .pw-strength__fill {
  width: 100%;
  background: #16a34a;
}

.pw-strength__meta {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-text-muted, #6b7280);
}

.pw-strength[data-level="weak"] .pw-strength__level {
  color: #b91c1c;
}

.pw-strength[data-level="medium"] .pw-strength__level {
  color: #b45309;
}

.pw-strength[data-level="strong"] .pw-strength__level {
  color: #15803d;
}

.pw-strength__hint {
  margin: 0.25rem 0 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--color-text-muted, #6b7280);
}

.pw-strength__hint:empty {
  display: none;
}

.pw-strength__hint.is-block {
  color: #b91c1c;
}

.pw-strength__hint.is-soft {
  color: #a16207;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.auth-card__footer {
  text-align: center;
  margin-top: 0.85rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.auth-card__footer a {
  color: var(--color-primary-dark);
  font-weight: 600;
}

.auth-card__footer a:hover {
  text-decoration: underline;
}

.auth-social {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 0;
  margin-bottom: 0;
}

/* [hidden] özniteliğini .auth-social display:flex ezmesin */
.auth-social[hidden],
.auth-divider[hidden],
.auth-social__mount[hidden],
.auth-social__btn[hidden],
#oauth-google-btn[hidden],
#oauth-google-fallback[hidden],
#oauth-apple-btn[hidden] {
  display: none !important;
}

.auth-social__mount {
  display: flex;
  justify-content: center;
  min-height: 44px;
}

.auth-social__mount--google iframe {
  margin: 0 auto !important;
}

.auth-social__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  min-height: 48px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  color: var(--color-text);
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.auth-social__btn:hover:not(:disabled) {
  background: var(--color-bg);
  border-color: color-mix(in srgb, var(--color-primary) 30%, var(--color-border));
}

.auth-social__btn:disabled,
.auth-social__btn.is-loading {
  opacity: 0.7;
  cursor: wait;
}

.auth-social__btn--apple {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.auth-social__btn--apple:hover:not(:disabled) {
  background: #000;
  border-color: #000;
  color: #fff;
}

.auth-social__btn--google-fallback {
  background: #fff;
  border-color: #dadce0;
  color: #3c4043;
}

.auth-social__btn--google-fallback:hover:not(:disabled) {
  background: #f8f9fa;
  border-color: #d2d5d9;
}

.auth-social__icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.65rem 0 0.55rem;
  color: var(--color-text-muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--color-border);
}

.form-link {
  display: inline-block;
  margin-top: 0.4rem;
  font-size: 0.85rem;
  color: var(--color-primary-dark);
  font-weight: 500;
}

.form-link:hover {
  text-decoration: underline;
}

.form-hint {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.location-select-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
}
.location-select-row select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 640px) {
  .location-select-row {
    grid-template-columns: 1fr;
  }
}

.form-success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1.5px solid var(--color-border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  resize: vertical;
}

textarea:focus {
  border-color: var(--color-primary);
}

/* Image upload */
.image-upload {
  display: block;
  position: relative;
  border: 2px dashed var(--color-border);
  border-radius: var(--radius);
  background: var(--color-bg);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
}

.image-upload:hover,
.image-upload--drag {
  border-color: var(--color-primary);
  background: var(--color-primary-light);
}

.image-upload input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
}

.image-upload__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 2rem 1rem;
  text-align: center;
  color: var(--color-text-muted);
}

.image-upload__icon {
  font-size: 2.25rem;
}

.image-upload__placeholder strong {
  color: var(--color-text);
  font-size: 0.95rem;
}

.image-upload__placeholder span {
  font-size: 0.8rem;
}

.image-upload__preview {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  display: block;
}

.image-upload__remove {
  margin-top: 0.6rem;
  background: none;
  border: none;
  color: #b91c1c;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.image-upload__remove:hover {
  text-decoration: underline;
}

/* Çoklu fotoğraf yükleme */
.image-upload-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.image-upload-grid:empty {
  display: none;
}

.image-upload-item {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
}

.image-upload-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-upload-item__remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.image-upload-item__remove:hover {
  background: var(--color-danger);
}

.image-upload-item__cover {
  position: absolute;
  bottom: 4px;
  left: 4px;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
}

.product-card__photo-count {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
}

/* Ürün detay galerisi */
.detail-gallery {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 0;
}

.detail-gallery__viewport {
  position: relative;
  flex: 1;
  min-height: 0;
  width: 100%;
}

.detail-gallery__stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  background: #0f172a;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
}

.detail-gallery__main {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  background: #f1f5f9;
}

.detail-gallery__edge {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  width: 28%;
  max-width: 120px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.detail-gallery__edge--prev { left: 0; }
.detail-gallery__edge--next { right: 0; }

.detail-gallery__zoom-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  bottom: auto;
  z-index: 28;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: auto !important;
}

.detail-gallery__counter {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 6;
  pointer-events: none;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

.detail-gallery__hint {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  pointer-events: none;
  opacity: 0.9;
}

.detail-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 30;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  font-size: 1.5rem;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.22);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.detail-gallery__nav--prev { left: 8px; }
.detail-gallery__nav--next { right: 8px; }

.detail-gallery__dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 6;
  transform: translateX(-50%);
  display: flex;
  gap: 0.35rem;
  padding: 0.3rem 0.45rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.35);
  pointer-events: auto;
}

.detail-gallery__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.detail-gallery__dot.is-active {
  background: #fff;
  width: 16px;
}

.detail-gallery__thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  flex-shrink: 0;
  -webkit-overflow-scrolling: touch;
}

.detail-gallery__thumb {
  flex: 0 0 64px;
  height: 64px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  background: var(--color-bg);
  opacity: 0.75;
  transition: border-color 0.15s, opacity 0.15s;
}

.detail-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail-gallery__thumb--active,
.detail-gallery__thumb:hover {
  border-color: var(--color-primary);
  opacity: 1;
}

/* Detay fotoğraf lightbox */
.detail-photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 23, 0.92);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
.detail-photo-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.detail-photo-lightbox__frame {
  width: min(96vw, 960px);
  height: min(88vh, 920px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  touch-action: pinch-zoom;
  -webkit-overflow-scrolling: touch;
}
.detail-photo-lightbox__img {
  max-width: 100%;
  max-height: min(88vh, 920px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}
.detail-photo-lightbox__close {
  position: absolute;
  top: max(0.75rem, env(safe-area-inset-top));
  right: max(0.75rem, env(safe-area-inset-right));
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 1.7rem;
  cursor: pointer;
  z-index: 2;
}
.detail-photo-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 2;
}
.detail-photo-lightbox__nav--prev { left: 0.65rem; }
.detail-photo-lightbox__nav--next { right: 0.65rem; }
.detail-photo-lightbox__counter {
  position: absolute;
  bottom: max(1rem, env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}
body.detail-lightbox-open {
  overflow: hidden;
}

/* Product images — alanı doldur, oranı bozma (cover), yakınlaştırma yok */
.product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: none;
}

.product-card__image .media-placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.detail__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

/* Product form */
.product-form-page {
  padding-bottom: 4rem;
}

.product-form-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2rem;
  align-items: start;
}

.product-form {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
}

.product-form-preview {
  position: sticky;
  top: 90px;
}

.product-form-preview h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.account-section {
  margin-top: 2rem;
}

.badge-count {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background: var(--color-accent);
  color: white;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  vertical-align: 1px;
}

.request-list {
  display: grid;
  gap: 0.85rem;
}

.request-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1rem 1.15rem;
}

.request-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}

.request-card__head strong {
  font-size: 1rem;
}

.request-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 1.25rem;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.request-card__meta .icon {
  color: var(--color-primary);
}

.request-card__total {
  font-weight: 700;
  color: var(--color-primary-dark);
}

.request-card__contact {
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px dashed var(--color-border);
  font-size: 0.88rem;
  color: var(--color-text);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.request-card__contact-label {
  font-weight: 700;
  color: var(--color-primary-dark);
  margin-right: 0.15rem;
}

.request-card__note {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #15803d;
}

.request-notice {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid #fde68a;
  background: #fffbeb;
  color: #78350f;
}

.request-notice__icon {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fef3c7;
  color: #b45309;
}

.request-notice__title {
  display: block;
  margin: 0 0 0.3rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #92400e;
  line-height: 1.35;
}

.request-notice__body p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #78350f;
}

.request-notice--info {
  border-color: #fcd34d;
}

[data-theme="dark"] .request-notice {
  background: rgba(251, 191, 36, 0.12);
  border-color: rgba(251, 191, 36, 0.35);
  color: #fde68a;
}

[data-theme="dark"] .request-notice__icon {
  background: rgba(251, 191, 36, 0.18);
  color: #fbbf24;
}

[data-theme="dark"] .request-notice__title {
  color: #fde68a;
}

[data-theme="dark"] .request-notice__body p {
  color: #fef3c7;
}

.request-card__actions {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.85rem;
}

.request-card__actions .btn {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

.status-badge {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  white-space: nowrap;
}

.status--pending {
  background: #fef3c7;
  color: #b45309;
}

.status--approved {
  background: #dcfce7;
  color: #15803d;
}

.status--rejected {
  background: #fee2e2;
  color: #b91c1c;
}

.status--cancelled {
  background: #f5f5f4;
  color: #78716c;
}

.status--completed {
  background: #e0f2fe;
  color: #0369a1;
}

.status--delivered {
  background: #ede9fe;
  color: #6d28d9;
}
[data-theme="dark"] .status--delivered {
  background: rgba(76, 29, 149, 0.28);
  color: #c4b5fd;
}

.status--qr-ready {
  background: #fef3c7;
  color: #b45309;
}
.status--renting {
  background: #dbeafe;
  color: #1d4ed8;
}
.status--return-pending {
  background: #ffedd5;
  color: #c2410c;
}

.request-card__reservation {
  margin: 0.35rem 0 0.5rem;
  font-size: 0.88rem;
  color: var(--color-muted, #64748b);
}
.request-card__reservation code {
  font-weight: 700;
  color: var(--color-text, #0f172a);
}
.request-card__detail-link {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.88rem;
  font-weight: 600;
}
.request-card__actions--wrap {
  flex-wrap: wrap;
}

.qr-rental-card {
  margin-top: 0.85rem;
  padding: 1rem;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 14px;
  background: var(--color-surface, #fff);
}
.qr-rental-card__head {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
.qr-rental-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #ecfdf5;
  color: #16a34a;
  display: grid;
  place-items: center;
}
.qr-rental-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.qr-rental-card__code {
  padding: 0.75rem;
  background: #fff;
  border-radius: 12px;
  border: 1px dashed #cbd5e1;
}
.qr-rental-card__hint {
  font-size: 0.85rem;
  color: var(--color-muted, #64748b);
  text-align: center;
  margin: 0;
}
.qr-code-canvas img,
.qr-code-canvas canvas {
  display: block;
}

.qr-scanner-modal {
  max-width: 520px;
}
.qr-scanner-reader {
  width: 100%;
  min-height: 280px;
  border-radius: 12px;
  overflow: hidden;
  background: #0f172a;
}

.reservation-page {
  padding: 1.5rem 0 4rem;
}
.reservation-detail__back {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 600;
}
.reservation-detail__hero {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}
.reservation-detail__thumb {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 12px;
}
.reservation-detail__code {
  margin-top: 0.35rem;
  color: var(--color-muted, #64748b);
}
.reservation-detail__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 860px) {
  .reservation-detail__grid {
    grid-template-columns: 1fr;
  }
}
.reservation-card {
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 16px;
  padding: 1.1rem 1.2rem;
  background: var(--color-surface, #fff);
}
.reservation-card h2 {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
}
.reservation-dl {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}
.reservation-dl > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.5rem;
}
.reservation-dl dt {
  color: var(--color-muted, #64748b);
  font-size: 0.88rem;
}
.reservation-dl dd {
  margin: 0;
  font-weight: 600;
}
.reservation-detail__actions {
  margin-top: 1rem;
}
.reservation-detail__empty-qr {
  color: var(--color-muted, #64748b);
  font-size: 0.92rem;
}
.reservation-timeline {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
}
.reservation-timeline__time {
  display: block;
  font-size: 0.8rem;
  color: var(--color-muted, #64748b);
}
.reservation-timeline__text {
  font-weight: 600;
}

.admin-qr-logs {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}

.qr-manual-code {
  text-align: center;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  width: 100%;
}
.qr-manual-code__label {
  display: block;
  font-size: 0.78rem;
  color: var(--color-muted, #64748b);
  margin-bottom: 0.25rem;
}
.qr-manual-code__value {
  font-size: 2rem;
  letter-spacing: 0.35em;
  font-weight: 800;
  color: #166534;
}
.qr-manual-code__hint {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  color: var(--color-muted, #64748b);
}

.qr-scanner-toolbar {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.65rem;
  flex-wrap: wrap;
}
.qr-camera-select {
  flex: 1;
  min-width: 140px;
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
  border: 1px solid var(--color-border, #e2e8f0);
  font-family: inherit;
}

.qr-manual-panel {
  display: grid;
  gap: 0.65rem;
  margin: 0.5rem 0 0.75rem;
}
.qr-manual-panel__label {
  font-size: 0.88rem;
  font-weight: 600;
}
.qr-manual-panel__input {
  font-size: 1.6rem;
  letter-spacing: 0.4em;
  text-align: center;
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px solid var(--color-border, #e2e8f0);
  font-weight: 700;
}

.qr-verify-loading {
  display: none;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: #eff6ff;
  color: #1d4ed8;
  margin-bottom: 0.65rem;
  font-size: 0.9rem;
}
.qr-verify-loading.is-visible {
  display: flex;
}
.qr-verify-loading__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #93c5fd;
  border-top-color: #1d4ed8;
  border-radius: 50%;
  animation: qr-spin 0.8s linear infinite;
}
@keyframes qr-spin {
  to { transform: rotate(360deg); }
}

.qr-verify-success {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.96);
  display: grid;
  place-content: center;
  text-align: center;
  gap: 0.5rem;
  padding: 1.5rem;
  border-radius: 16px;
  z-index: 2;
}
.qr-verify-success__icon {
  color: #16a34a;
  margin: 0 auto;
}
.qr-scanner-modal {
  position: relative;
}

/* --- Teslim / İade fotoğraf akışı --- */
.request-card__note--ok {
  color: #15803d;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
[data-theme="dark"] .request-card__note--ok {
  color: #6ee7b7;
}

.request-card__note--warn {
  color: #b45309;
  font-size: 0.88rem;
}
[data-theme="dark"] .request-card__note--warn {
  color: #fbbf24;
}

.rental-status__photo-callout {
  margin-top: 0.85rem;
  padding: 0.85rem;
  border-radius: 10px;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.2);
}

.rental-status__photo-callout p {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.88rem;
  margin-bottom: 0.65rem;
  color: var(--color-text);
}

.photo-action-banner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  margin-bottom: 1.25rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(14, 165, 233, 0.08));
  border: 1px solid rgba(99, 102, 241, 0.22);
  color: var(--color-text);
}

.photo-action-banner strong {
  display: block;
  margin-bottom: 0.2rem;
}

.photo-action-banner p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  margin: 0;
}

.photo-action-banner .icon {
  color: #4f46e5;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

[data-theme="dark"] .photo-action-banner {
  background: rgba(99, 102, 241, 0.15);
}

.photo-gallery {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed var(--color-border);
}
.photo-gallery__title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-text-light);
  margin-bottom: 0.5rem;
}
.photo-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.photo-gallery__thumb {
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  background: var(--color-bg-soft, #f5f5f4);
}
.photo-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}
.photo-gallery__thumb:hover img {
  transform: scale(1.06);
}

/* Fotoğraf yükleme modalı */
.photo-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 1000;
}

.photo-modal-overlay.verify-overlay {
  z-index: 2000;
}
.photo-modal-overlay.is-open {
  display: flex;
}
.photo-modal {
  position: relative;
  background: var(--color-surface, #fff);
  border-radius: 16px;
  padding: 1.5rem;
  width: 100%;
  max-width: 520px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.photo-modal h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}
.photo-modal__desc {
  font-size: 0.88rem;
  color: var(--color-text-light);
  margin-bottom: 1rem;
}
.photo-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.9rem;
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: var(--color-text-light);
}
.photo-modal__error {
  background: #fee2e2;
  color: #b91c1c;
  padding: 0.55rem 0.8rem;
  border-radius: 8px;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
}
.photo-slots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}
.photo-slot {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
}
.photo-slot--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  border: 2px dashed var(--color-border);
  background: var(--color-bg-soft, #f8fafc);
  color: var(--color-text-light);
  cursor: pointer;
  font-size: 0.8rem;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.photo-slot--empty:hover {
  border-color: var(--color-primary, #16a34a);
  background: #f0fdf4;
}
.photo-slot--filled img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo-slot__remove {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  background: rgba(15, 23, 42, 0.7);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}
.photo-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}

/* Lightbox */
.photo-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 1100;
}
.photo-lightbox.is-open {
  display: flex;
}
.photo-lightbox img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 10px;
}
.photo-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1.4rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 520px) {
  .photo-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Kiralama puanlama (5 yıldız) */
.star-rating {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border);
}
.star-rating__label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 0.5rem;
}
.star-rating--done {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}
.star-rating--done .star-rating__label {
  margin-bottom: 0;
}
.star-rating__stars {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.star-rating__star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem;
  border: none;
  background: none;
  color: #d6d3d1;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
  line-height: 0;
}
.star-rating__star--static {
  cursor: default;
  padding: 0;
}
.star-rating__star:hover,
.star-rating__star.is-hover,
.star-rating__star.is-active {
  color: #f59e0b;
}
.star-rating__star:not(.star-rating__star--static):hover {
  transform: scale(1.1);
}
.star-rating__submit {
  margin-top: 0.75rem;
  padding: 0.5rem 1.1rem;
  font-size: 0.85rem;
}
.star-rating__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

/* WhatsApp button */
.btn--whatsapp {
  background: #25d366;
  color: white;
}

.btn--whatsapp:hover {
  background: #1eb455;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

/* Notification bell */
.notif {
  position: relative;
}

.notif__trigger {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1.5px solid var(--color-border);
  border-radius: 11px;
  background: var(--color-bg);
  color: var(--color-text);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.notif__trigger:hover {
  border-color: var(--color-primary);
  color: var(--color-primary-dark);
}

.notif__badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--color-accent);
  color: white;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  border: 2px solid var(--color-surface);
}

.notif__dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  width: 360px;
  max-width: 92vw;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: none;
  z-index: 150;
}

.notif__dropdown.open {
  display: flex;
  flex-direction: column;
  max-height: min(70vh, 560px);
}

/* Gelen talepler — header (mobil + PC) */
.header-inbox {
  position: relative;
  flex-shrink: 0;
}

.header-inbox__trigger {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: var(--color-surface);
  color: var(--color-text-muted);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  padding: 0;
  font: inherit;
}

.header-inbox__trigger:hover,
.header-inbox__trigger[aria-expanded="true"] {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: var(--color-primary-light);
}

.header-inbox__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: #ef4444;
  color: #fff;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  border: 2px solid var(--color-surface);
  line-height: 1;
}

.header-inbox__badge[hidden] {
  display: none !important;
}

.header-inbox__dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  width: min(360px, 92vw);
  max-height: min(70vh, 560px);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: none;
  flex-direction: column;
  z-index: 160;
}

.header-inbox__dropdown.open {
  display: flex;
}

.header-inbox__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  font-weight: 700;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--color-border);
  flex-shrink: 0;
}

.header-inbox__count {
  min-width: 1.4rem;
  height: 1.4rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  font-size: 0.72rem;
  display: inline-grid;
  place-items: center;
}

.header-inbox__list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.45rem;
}

.header-inbox__item {
  padding: 0.75rem 0.8rem;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  margin-bottom: 0.45rem;
}

.header-inbox__item:last-child {
  margin-bottom: 0;
}

.header-inbox__item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.header-inbox__item-head strong {
  font-size: 0.9rem;
  line-height: 1.3;
}

.header-inbox__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.header-inbox__actions {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.header-inbox__actions .btn {
  flex: 1 1 auto;
  min-height: 36px;
  justify-content: center;
}

.header-inbox__link {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  text-decoration: none;
}

.header-inbox__link:hover {
  text-decoration: underline;
}

.header-inbox__empty {
  padding: 1.5rem 1rem;
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.88rem;
}

.header-inbox__empty svg {
  display: block;
  margin: 0 auto 0.5rem;
  opacity: 0.55;
}

[data-theme="dark"] .header-inbox__trigger {
  background: rgba(15, 23, 42, 0.55);
  border-color: #334155;
  color: #cbd5e1;
}

[data-theme="dark"] .header-inbox__item {
  background: #0f172a;
  border-color: #1e293b;
}

.notif__head {
  padding: 0.85rem 1rem;
  font-weight: 700;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-shrink: 0;
}

.notif__mark-all {
  border: none;
  background: none;
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
}

.notif__panel {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.notif__section {
  border-bottom: 1px solid var(--color-border);
}

.notif__section:last-child {
  border-bottom: none;
}

.notif__section-title {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-text-muted);
}

.notif__section-count {
  margin-left: auto;
  font-weight: 600;
  opacity: 0.8;
}

.notif__section-list {
  min-height: 4.5rem;
}

.notif__item {
  display: flex;
  gap: 0.7rem;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--color-border);
  transition: background 0.15s;
  text-decoration: none;
  color: inherit;
  align-items: flex-start;
}

.notif__item:last-child {
  border-bottom: none;
}

.notif__item:hover {
  background: var(--color-bg);
}

.notif__item--unread {
  background: var(--color-primary-light);
}

.notif__item--unread:hover {
  background: var(--color-primary-light);
}

.notif__preview {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notif__item-badge {
  flex-shrink: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  margin-top: 0.15rem;
}

.notif__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  display: grid;
  place-items: center;
  color: var(--color-primary);
}

.notif__body {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
  flex: 1;
}

.notif__text {
  font-size: 0.85rem;
  line-height: 1.35;
  color: var(--color-text);
}

.notif__time {
  font-size: 0.72rem;
  color: var(--color-text-muted);
}

.notif__empty {
  padding: 1.25rem 1rem;
  text-align: center;
  color: var(--color-text-muted);
}

.notif__empty--compact {
  padding: 0.9rem 1rem;
}

.notif__empty p {
  margin-top: 0.35rem;
  font-size: 0.84rem;
}

.notif__footer-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--color-border);
  flex-shrink: 0;
}

.notif__footer {
  display: block;
  text-align: center;
  padding: 0.7rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-primary-dark, #15803d);
  text-decoration: none;
}

.notif__footer + .notif__footer {
  border-left: 1px solid var(--color-border);
}

/* Rental status box (detail page) */
.rental-status {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.1rem;
  margin-bottom: 1rem;
}

.rental-status--approved {
  border-color: #86efac;
  background: #f0fdf4;
}

.rental-status__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.rental-status--approved .rental-status__head {
  color: #15803d;
}

.rental-status__row {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0;
  font-size: 0.92rem;
  color: var(--color-text-muted);
}

.rental-status__total {
  font-weight: 700;
  color: var(--color-primary-dark);
  border-top: 1px solid var(--color-border);
  margin-top: 0.35rem;
  padding-top: 0.6rem;
}

.rental-status__contact {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--color-border);
}

.rental-status__contact p {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.rental-status__actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.rental-status__muted {
  margin-top: 0.85rem;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

/* Toast */
.toast-host {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 400;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  pointer-events: none;
}

.toast {
  background: var(--color-text);
  color: white;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  max-width: 90vw;
}

.toast--show {
  opacity: 1;
  transform: translateY(0);
}

.toast--success {
  background: #15803d;
}

.toast--error {
  background: #b91c1c;
}

.account-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  gap: 1rem;
}

.account-section__header h3 {
  font-size: 1.15rem;
}

.account-products {
  margin-bottom: 1rem;
}

.account-listing-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.account-listing-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  flex: 1;
}

.account-listing-card__actions {
  padding: 0 0.85rem 0.85rem;
}

.account-listing-card__delete {
  width: 100%;
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #b91c1c;
  font-weight: 600;
}

.account-listing-card__delete:hover:not(:disabled) {
  background: #fee2e2;
  border-color: #f87171;
  color: #991b1b;
}

.account-listing-card__delete:disabled {
  opacity: 0.65;
  cursor: wait;
}

.account-empty {
  padding: 2rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

@media (max-width: 900px) {
  .product-form-layout {
    grid-template-columns: 1fr;
  }

  .product-form-preview {
    position: static;
    order: -1;
  }
}

/* User menu */
.user-menu {
  position: relative;
}

.user-menu__trigger {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: var(--color-bg);
  border: 1.5px solid var(--color-border);
  border-radius: 12px;
  padding: 0.4rem 0.9rem 0.4rem 0.45rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9rem;
  transition: border-color 0.2s;
}

.user-menu__trigger:hover {
  border-color: var(--color-primary);
}

.user-menu__avatar {
  width: 34px;
  height: 34px;
  background: linear-gradient(145deg, var(--color-primary), var(--color-primary-dark));
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 700;
}

.user-menu__arrow {
  font-size: 0.7rem;
  color: var(--color-text-muted);
}

.user-menu__dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  min-width: 200px;
  padding: 0.5rem;
  display: none;
  z-index: 150;
}

.user-menu__dropdown.open {
  display: block;
}

.user-menu__info {
  padding: 0.75rem;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 0.25rem;
}

.user-menu__info strong {
  display: block;
  font-size: 0.9rem;
}

.user-menu__info span {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.user-menu__dropdown a,
.user-menu__dropdown button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.6rem 0.75rem;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 0.9rem;
  color: var(--color-text);
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.15s;
}

.user-menu__dropdown a:hover,
.user-menu__dropdown button:hover {
  background: var(--color-bg);
}

.user-menu__dropdown button {
  color: #b91c1c;
  margin-top: 0.25rem;
  border-top: 1px solid var(--color-border);
  border-radius: 0 0 6px 6px;
  padding-top: 0.75rem;
}

.user-menu__qr {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: calc(100% - 1rem);
  margin: 0.5rem auto 0.35rem;
  padding: 0.85rem 1rem !important;
  border: 1px solid #bbf7d0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%) !important;
  color: #166534 !important;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 12px rgba(22, 163, 74, 0.1);
}

.user-menu__qr:hover {
  background: #dcfce7 !important;
}

.user-menu__qr-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #16a34a;
  color: #fff;
  flex-shrink: 0;
}

.user-menu__qr-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1;
  min-width: 0;
  align-items: flex-start;
  text-align: left;
}

.user-menu__qr-text strong {
  font-size: 0.92rem;
}

.user-menu__qr-text small {
  font-size: 0.75rem;
  color: #15803d;
  font-weight: 500;
}

.user-menu__qr-badge,
.user-menu__qr-dot {
  background: #ef4444;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 999px;
  min-width: 1.25rem;
  height: 1.25rem;
  display: inline-grid;
  place-items: center;
  padding: 0 0.35rem;
}

.user-menu__qr-dot {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 10px;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid var(--color-surface, #fff);
}

.user-menu__avatar {
  position: relative;
}

.profile-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.profile-v2__qr-btn {
  position: relative;
}

.profile-v2__qr-badge {
  margin-left: 0.35rem;
  display: inline-grid;
  place-items: center;
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  font-size: 0.72rem;
  font-weight: 700;
}

.qr-picker-modal {
  max-width: 420px;
}

.qr-picker-list {
  display: grid;
  gap: 0.5rem;
  margin: 0.75rem 0 0;
}

.qr-picker-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 12px;
  background: var(--color-surface, #fff);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.qr-picker-item:hover {
  border-color: #16a34a;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.12);
}

.qr-picker-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #ecfdf5;
  color: #16a34a;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.qr-picker-item__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.qr-picker-item__body span {
  font-size: 0.85rem;
  color: var(--color-muted, #64748b);
}

.qr-picker-item__body code {
  font-size: 0.78rem;
  color: #166534;
}

.nav-extras__qr {
  width: 100%;
  text-align: left;
  border: none;
  background: #ecfdf5;
  color: #166534;
  font-weight: 700;
  border-radius: 10px;
  margin-top: 0.35rem;
}

/* Account page */
.account-page {
  padding-bottom: 4rem;
}

.account-page-loading,
.account-page-guest,
.account-page-error {
  margin: 1.5rem 0 2rem;
  padding: 2rem;
  text-align: center;
}

.account-page-guest {
  text-align: left;
}

.account-page-guest h2 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
}

.account-page-guest p {
  margin: 0 0 1.25rem;
  color: var(--color-muted, #64748b);
}

.account-page-guest .btn {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.account-page-loading__spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto 1rem;
  border: 3px solid var(--color-border, #e2e8f0);
  border-top-color: var(--color-primary, #16a34a);
  border-radius: 50%;
  animation: account-spin 0.8s linear infinite;
}

.account-page-loading__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text, #0f172a);
}

.account-page-loading__detail {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--color-muted, #64748b);
}

@keyframes account-spin {
  to { transform: rotate(360deg); }
}

.account-page-error .btn {
  margin: 0.35rem 0.25rem;
}

.account-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.account-card__avatar {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
}

.account-card__details h2 {
  margin-bottom: 0.5rem;
}

.account-card__details p {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--color-text-muted);
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.account-card__details p .icon {
  color: var(--color-primary);
}

.account-card__details h2 + p,
.account-card__details p:last-child {
  justify-content: flex-start;
}

/* Profil paneli — kişisel fotoğraf ve bilgiler */
.profile-panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.profile-panel__hero {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.08), transparent);
}

.profile-panel__avatar-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.profile-panel__avatar {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--color-surface);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
}

.profile-panel__avatar-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.profile-panel__avatar-inner__img,
.profile-panel__avatar-inner__initials {
  width: 100%;
  height: 100%;
  display: block;
}

.profile-panel__avatar-inner__initials {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}

.profile-panel__avatar-inner__img {
  object-fit: cover;
}

.profile-panel__avatar-inner--verified {
  position: relative;
}

.profile-panel__avatar-inner__badge {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 0.7rem;
  display: grid;
  place-items: center;
  border: 2px solid var(--color-surface);
}

.user-avatar__img,
.user-menu__avatar-img,
.owner-card__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.user-avatar {
  display: inline-block;
  position: relative;
}

.user-avatar__initials {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
}

.profile-panel__photo-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
  padding: 0.35rem 0.65rem;
  border-radius: var(--radius-md);
  transition: background 0.15s;
}

.profile-panel__photo-btn:hover {
  background: rgba(22, 163, 74, 0.1);
}

.profile-panel__photo-remove {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.profile-panel__info h2 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
}

.profile-panel__meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-text-muted);
  font-size: 0.92rem;
  margin: 0.25rem 0;
}

.profile-panel__since {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin: 0.5rem 0 1rem;
}

.profile-panel__form {
  padding: 1.5rem 2rem 2rem;
  border-top: 1px solid var(--color-border);
}

.profile-panel__form h3 {
  margin: 0 0 1.25rem;
}

.profile-panel__form-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border);
}

.user-menu__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.owner-card__avatar-img {
  border-radius: 50%;
}

@media (max-width: 640px) {
  .profile-panel__hero {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
  .profile-panel__meta {
    justify-content: center;
  }
  .profile-panel__form {
    padding: 1.25rem;
  }
}

.account-card__edit {
  margin-top: 0.75rem;
}

.account-profile-form {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
}

.account-profile-form h3 {
  margin: 0 0 1.25rem;
  font-size: 1.15rem;
}

.account-profile-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.account-profile-password {
  margin: 1rem 0;
  padding: 0.75rem 0;
  border-top: 1px solid var(--color-border);
}

.account-profile-password summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--color-text-muted);
  margin-bottom: 0.75rem;
}

.account-profile-form__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border);
}

@media (max-width: 640px) {
  .account-profile-form {
    padding: 1.25rem;
  }
  .account-profile-form .form-row {
    grid-template-columns: 1fr;
  }
}

.account-card__since {
  margin-top: 0.75rem !important;
  font-size: 0.85rem !important;
  color: var(--color-primary-dark) !important;
  font-weight: 600;
}

.account-card__avatar--verified,
.owner-card__avatar--verified,
.user-menu__avatar--verified {
  position: relative;
}
.account-card__verified,
.owner-card__verified,
.user-menu__verified {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid var(--color-surface);
  line-height: 1;
}
.user-menu__verified {
  width: 14px;
  height: 14px;
  font-size: 0.55rem;
  right: -1px;
  bottom: -1px;
  border-width: 1.5px;
}

.user-verified {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1d4ed8;
  background: #dbeafe;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  vertical-align: middle;
  margin-left: 0.35rem;
}
.user-verified--sm {
  font-size: 0.68rem;
  padding: 0.12rem 0.45rem;
  margin-left: 0.25rem;
}
[data-theme="dark"] .user-verified {
  color: #93c5fd;
  background: #1e3a8a;
}

.verified-banner,
.verified-info {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  margin-bottom: 1.5rem;
}
.verified-banner {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
}
.verified-info {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  color: var(--color-text-muted);
}
.verified-banner strong,
.verified-info strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--color-text);
}
.verified-banner p,
.verified-info p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
[data-theme="dark"] .verified-banner {
  background: linear-gradient(135deg, #1e3a8a 0%, #172554 100%);
  border-color: #1d4ed8;
  color: #bfdbfe;
}
[data-theme="dark"] .verified-info {
  background: #0f172a;
  border-color: #334155;
}

.account-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .steps {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .account-card {
    flex-direction: column;
    text-align: center;
  }

  /* İlan ekleme sayfası - mobil */
  .page-header {
    padding: 1.75rem 0;
    margin-bottom: 1.25rem;
  }
  .page-header h1 {
    font-size: 1.5rem;
  }
  .product-form-layout {
    gap: 1.25rem;
  }
  .product-form {
    padding: 1.25rem;
  }
  /* Boş önizleme kartını formun altına al (mobilde üstte durması tuhaf) */
  .product-form-preview {
    order: 1;
  }
  .agreement-check {
    padding: 0.75rem 0.85rem;
  }
  .agreement-check__text {
    font-size: 0.88rem;
  }
}

/* ============================================================
   Erişilebilirlik + yeni bileşenler
   ============================================================ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Tema geçişi butonu */
.theme-toggle {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: var(--color-surface);
  color: var(--color-text);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease,
    border-color 0.2s ease;
}
.theme-toggle:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-1px);
}
.theme-toggle:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Favori (kalp) butonu — sağ üst köşe */
.fav-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #78716c;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.product-card__image .fav-btn {
  position: static;
  top: auto;
  right: auto;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.fav-btn svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.fav-btn:hover {
  transform: scale(1.1);
  color: var(--color-accent);
}
.fav-btn.is-fav {
  color: var(--color-accent);
}
.fav-btn.is-fav svg {
  fill: var(--color-accent);
  stroke: var(--color-accent);
}
.fav-btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

/* Ürün paylaş */
.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #475569;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.product-card__image .share-btn {
  position: static;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.share-btn:hover {
  transform: scale(1.08);
  color: var(--color-primary);
}

.share-btn--header {
  width: auto;
  min-height: 40px;
  padding: 0 0.9rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 600;
  flex-shrink: 0;
}

.share-btn--block {
  width: 100%;
  height: auto;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 0.65rem;
}

.share-btn--block:hover {
  border-color: var(--color-primary);
  background: rgba(22, 163, 74, 0.04);
}

.share-btn__label {
  line-height: 1;
}

.detail__message-cta .share-btn--block {
  margin-top: 0.65rem;
}

body.product-share-open {
  overflow: hidden;
}

.product-share-sheet[hidden] {
  display: none !important;
}

.product-share-sheet {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  align-items: end;
  justify-items: stretch;
}

.product-share-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

.product-share-sheet__panel {
  position: relative;
  z-index: 1;
  background: var(--color-surface);
  border-radius: 18px 18px 0 0;
  padding: 1rem 1.1rem calc(1.1rem + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.12);
  animation: product-share-slide 0.22s ease;
}

@keyframes product-share-slide {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.product-share-sheet__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.product-share-sheet__head h2 {
  margin: 0;
  font-size: 1.05rem;
}

.product-share-sheet__close {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: var(--color-surface-muted);
  color: var(--color-text-muted);
  cursor: pointer;
}

.product-share-sheet__preview {
  margin: 0 0 1rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: var(--color-surface-muted);
  color: var(--color-text-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.product-share-sheet__actions {
  display: grid;
  gap: 0.55rem;
}

.product-share-sheet__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: var(--color-surface);
  color: var(--color-text);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.product-share-sheet__btn--whatsapp {
  background: #22c55e;
  border-color: #16a34a;
  color: #fff;
}

.product-share-sheet__btn--whatsapp:hover {
  background: #16a34a;
  color: #fff;
}

@media (min-width: 560px) {
  .product-share-sheet {
    align-items: center;
    padding: 1rem;
  }

  .product-share-sheet__panel {
    width: min(100%, 380px);
    margin: 0 auto;
    border-radius: 16px;
    animation: none;
  }
}

[data-theme="dark"] .share-btn {
  background: rgba(30, 41, 59, 0.92);
  color: #cbd5e1;
}

/* Kart üst satırı + doğrulanmış rozeti */
.product-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 1.6rem;
  margin-bottom: 0.4rem;
}

.product-card__top .product-card__category {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card__verified,
.detail__top .product-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  background: #f0fdf4;
  border: 1px solid rgba(22, 163, 74, 0.18);
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  white-space: nowrap;
}
[data-theme="dark"] .product-card__verified {
  color: #86efac;
  background: rgba(22, 163, 74, 0.15);
  border-color: rgba(22, 163, 74, 0.25);
}

/* Detay sayfası fiyat alternatifleri + üst rozet — legacy */
.detail__top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}

/* ============================================================
   Kiralama ve İlan Yayınlama Sözleşmesi (onay kutusu + modal)
   ============================================================ */
.agreement-group {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.agreement-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  cursor: pointer;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  transition: border-color 0.2s, background 0.2s;
}
.agreement-check:hover {
  border-color: var(--color-primary);
}

/* Gerçek checkbox'ı gizle, özel kutuyu göster */
.agreement-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.agreement-check__box {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border: 2px solid var(--color-border);
  border-radius: 6px;
  background: var(--color-bg);
  display: grid;
  place-items: center;
  transition: all 0.18s ease;
}
.agreement-check__box::after {
  content: "";
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.18s ease;
  margin-top: -2px;
}
.agreement-check input[type="checkbox"]:checked + .agreement-check__box {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.agreement-check input[type="checkbox"]:checked + .agreement-check__box::after {
  transform: rotate(45deg) scale(1);
}
.agreement-check input[type="checkbox"]:focus-visible + .agreement-check__box {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.agreement-check__text {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--color-text);
}
.agreement-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--color-primary-dark);
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.agreement-link:hover {
  color: var(--color-primary);
}
.agreement-error {
  margin-top: 0.6rem;
}

/* Sözleşme modalı */
.agreement-modal {
  max-width: 640px;
  width: 100%;
  max-height: 88vh;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.agreement-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--color-border);
}
.agreement-modal__header h2 {
  margin: 0;
  font-size: 1.15rem;
}
.agreement-modal__close {
  background: none;
  border: none;
  font-size: 1.7rem;
  line-height: 1;
  color: var(--color-text-muted);
  cursor: pointer;
  padding: 0;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.agreement-modal__close:hover {
  color: var(--color-text);
}
.agreement-modal__body {
  padding: 1.25rem 1.5rem;
  overflow-y: auto;
  flex: 1;
}
.agreement-modal__meta {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}
.agreement-modal__body h3 {
  font-size: 0.98rem;
  margin: 1.1rem 0 0.35rem;
  color: var(--color-text);
}
.agreement-modal__body h3:first-of-type {
  margin-top: 0;
}
.agreement-modal__body p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin-bottom: 0.5rem;
}
.agreement-modal__body ul {
  margin: 0 0 0.6rem;
  padding-left: 1.25rem;
  list-style: disc;
}
.agreement-modal__body li {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--color-text-muted);
  margin-bottom: 0.2rem;
}
.agreement-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.7rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--color-border);
  background: var(--color-bg);
}

/* Sözleşme kayıtları (hesabım) */
.agreement-records {
  display: grid;
  gap: 0.85rem;
}
.agreement-record {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1rem 1.15rem;
}
.agreement-record__head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}
.agreement-record__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  flex-shrink: 0;
}
.agreement-record__head strong {
  display: block;
  font-size: 0.95rem;
}
.agreement-record__version {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}
.agreement-record__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.25rem;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}
.agreement-record__meta .icon {
  color: var(--color-primary);
}

@media (max-width: 640px) {
  .agreement-modal {
    max-height: 92vh;
  }
  .agreement-modal__header,
  .agreement-modal__body,
  .agreement-modal__footer {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
  .agreement-modal__footer {
    flex-direction: column-reverse;
  }
  .agreement-modal__footer .btn {
    width: 100%;
  }
}

/* ============================================================
   Ana sayfa ek bölümleri (avantajlar, yorumlar, SSS)
   ============================================================ */
.container--narrow {
  max-width: 760px;
}

/* Neden KomşuyaSor? - avantaj kartları */
.benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}
.benefit-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-primary);
}
.benefit-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 1rem;
  border-radius: 16px;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
}
.benefit-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.benefit-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

/* Nasıl Çalışır sayfası */
.how-page .section__header h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.5rem;
}

.how-page__steps {
  grid-template-columns: repeat(3, 1fr);
}

.how-page__roles {
  grid-template-columns: repeat(3, 1fr);
}

.how-page__step-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
  margin-bottom: 0.35rem;
}

.how-page__legal-note {
  text-align: center;
  max-width: 640px;
  margin: 2rem auto 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--color-text-muted);
}

.how-page__legal-note a {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.how-page__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.how-page__list {
  margin: 0.85rem 0 0;
  padding-left: 1.15rem;
  color: var(--color-text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.how-page__list li + li {
  margin-top: 0.4rem;
}

.how-page__status-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.25rem;
}

.how-page__status-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  color: var(--color-text);
}

.how-page__status-arrow {
  color: var(--color-text-muted);
  font-size: 0.85rem;
  user-select: none;
}

.how-page__callout {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-md, 12px);
  background: linear-gradient(135deg, #f0fdf4 0%, #f8fafc 100%);
  border: 1px solid #bbf7d0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.how-page__callout strong {
  color: var(--color-text);
}

.how-page__steps--8 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
  .how-page__steps--8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .how-page__steps,
  .how-page__roles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .how-page__steps,
  .how-page__roles {
    grid-template-columns: 1fr;
  }

  .how-page__cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .how-page__cta-actions .btn {
    width: 100%;
  }
}

/* Kullanıcı yorumları */
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.testimonial {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.testimonial__stars {
  display: flex;
  gap: 2px;
  color: #f59e0b;
}
.testimonial blockquote {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-text);
}
.testimonial__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}
.testimonial__avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.testimonial__info {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.testimonial__info small {
  color: var(--color-text-muted);
  font-size: 0.82rem;
}

/* SSS (akordeon) */
.faq {
  display: grid;
  gap: 0.75rem;
}
.faq__item {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  font-weight: 600;
  font-size: 0.98rem;
  cursor: pointer;
  list-style: none;
  transition: color 0.2s;
}
.faq__item summary::-webkit-details-marker {
  display: none;
}
.faq__item summary:hover {
  color: var(--color-primary-dark);
}
.faq__icon {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease;
}
.faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__item[open] .faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq__answer {
  padding: 0 1.25rem 1.15rem;
}
.faq__answer p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0;
}

@media (max-width: 600px) {
  .benefit-card {
    padding: 1.5rem 1.25rem;
  }
  .testimonial {
    padding: 1.35rem;
  }
}

/* ============================================================
   Menüde Kategoriler dropdown
   ============================================================ */
.nav-cat {
  position: relative;
}
.nav-cat__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  color: var(--color-text-muted);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.5rem 0.85rem;
  border-radius: 9px;
  transition: color 0.2s, background 0.2s;
}
.nav-cat__toggle:hover,
.nav-cat.open .nav-cat__toggle,
.nav-cat__toggle.active {
  color: var(--color-primary-dark);
  background: var(--color-primary-light);
}
.nav-cat__arrow {
  font-size: 0.7rem;
  transition: transform 0.2s ease;
}
.nav-cat.open .nav-cat__arrow {
  transform: rotate(180deg);
}
.nav-cat__menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 60;
  width: 460px;
  max-width: 90vw;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-height: 70vh;
  overflow: visible;
}
.nav-cat.open .nav-cat__menu {
  display: block;
}
.nav-cat__panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.nav-cat__panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem 0.65rem;
  border-bottom: 1px solid var(--color-border);
}
.nav-cat__panel-head strong {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.nav-cat__panel-head span {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}
.nav-cat__panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  padding: 0.5rem;
  max-height: 60vh;
  overflow-y: auto;
}
.nav-cat__panel-list {
  display: grid;
  gap: 2px;
  padding: 0.45rem;
}
.nav-cat__panel-foot {
  display: block;
  padding: 0.7rem 1rem;
  border-top: 1px solid var(--color-border);
  background: var(--color-surface-muted);
  color: var(--color-primary-dark);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}
.nav-cat__panel-foot:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.nav-cat__item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
}
.nav-cat__item:hover,
.nav-cat__item.active {
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
}
.nav-cat__item .icon,
.nav-cat__item svg {
  color: var(--color-primary);
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

/* Masaüstü: mega / yardım panelleri */
@media (min-width: 901px) {
  .nav-cat--mega .nav-cat__menu {
    width: min(560px, calc(100vw - 48px));
    left: 50%;
    transform: translateX(-50%);
  }

  .nav-cat--help .nav-cat__menu {
    width: min(260px, calc(100vw - 48px));
  }

  .nav-cat--help .nav-cat__panel-grid,
  .nav-cat--help .nav-cat__panel-list {
    grid-template-columns: 1fr;
  }

  .nav-cat:hover .nav-cat__menu,
  .nav-cat:focus-within .nav-cat__menu {
    display: block;
  }

  .nav-cat:hover .nav-cat__arrow,
  .nav-cat:focus-within .nav-cat__arrow {
    transform: rotate(180deg);
  }

  .nav-cat__panel {
    border-radius: 16px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
  }

  .nav-cat__item {
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
  }

  .nav-cat__item:hover {
    transform: translateY(-1px);
  }

  .nav-cat__item--text {
    padding: 0.65rem 0.8rem;
    font-weight: 600;
  }
}

/* Mobilde açılır menü içinde tam genişlik — panel süsünü gizle, listeyi koru */
@media (max-width: 900px) {
  .nav-cat {
    width: 100%;
  }
  .nav-cat__toggle {
    width: 100%;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    border-radius: 10px;
  }
  .nav-cat__menu {
    position: static;
    width: 100%;
    max-width: none;
    box-shadow: none;
    border: none;
    padding: 0.25rem 0 0.5rem 0.5rem;
    max-height: 240px;
    overflow-y: auto;
    transform: none;
  }
  .nav-cat__panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
  .nav-cat__panel-head,
  .nav-cat__panel-foot {
    display: none;
  }
  .nav-cat__panel-grid,
  .nav-cat__panel-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 0;
    max-height: none;
    overflow: visible;
  }
}

/* ============================================================
   MOBİL UYUMLULUK — telefon ve küçük tablet
   (HTML/JS değişmeden yalnızca görünüm iyileştirmeleri)
   ============================================================ */

/* Genel: yatay taşma ve iOS güvenli alan */
html {
  /* Not: html'e overflow-x:clip vermiyoruz; sticky header'ı bozuyor.
     Sabit başlık altında kalan bölüm başlıkları için pay bırak. */
  scroll-padding-top: 76px;
}
body {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
.header {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

/* iOS odaklanınca otomatik zoom'u engelle */
@media (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}

/* Küçük tablet / büyük telefon */
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-inline: 1rem;
  }

  .header__inner {
    gap: 0.4rem;
    padding: 0.55rem 0;
  }

  .logo__name {
    font-size: 0.92rem;
  }

  .logo__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  #header-auth {
    gap: 0.4rem;
  }

  #header-auth .btn {
    padding: 0.5rem 0.65rem;
    font-size: 0.78rem;
    min-height: 40px;
  }

  .theme-toggle {
    width: 38px;
    height: 38px;
  }

  .section {
    padding: 2.75rem 0;
  }

  .section__header {
    margin-bottom: 1.75rem;
  }

  .page-header {
    padding: 1.75rem 0;
    margin-bottom: 1.25rem;
  }

  .page-header h1 {
    font-size: 1.55rem;
  }

  /* Filtreler tam genişlik */
  .filters {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
  }

  .filters__search,
  .filters select {
    width: 100%;
    min-width: 0;
  }

  /* Ürün detay */
  .detail {
    padding: 0.75rem 0 2.5rem;
    max-width: 100%;
  }

  .detail__header {
    margin-bottom: 1rem;
    min-width: 0;
  }

  .detail__header h1 {
    font-size: 1.35rem;
  }

  .detail__meta {
    font-size: 0.82rem;
    gap: 0.25rem 0;
  }

  .detail__meta-item + .detail__meta-item::before {
    margin: 0 0.4rem;
  }

  .detail__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1.25rem;
  }

  .detail__media,
  .detail__aside,
  .detail__content {
    grid-column: 1;
    grid-row: auto;
  }

  .detail__aside-inner {
    position: static;
  }

  .detail__media-card {
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }

  .detail__price {
    font-size: 1.65rem;
  }

  .detail__price-alt {
    gap: 0.5rem 1rem;
    font-size: 0.82rem;
  }

  .detail__price-chips {
    gap: 0.4rem;
  }

  .detail__price-chip {
    padding: 0.45rem 0.35rem;
  }

  .detail__price-chip strong {
    font-size: 0.85rem;
  }

  .rental-form__dates {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .rental-form__dates .form-group {
    margin-bottom: 0;
  }

  .detail__booking-card {
    padding: 1rem;
    border-radius: 16px;
  }

  .detail__booking-card .rental-form h3,
  .detail__price-hero,
  .detail__booking-card .form-group,
  .detail__booking-card .date-input-wrap,
  .detail__booking-card .rental-summary,
  .detail__booking-card .btn--block {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .detail__booking-card .rental-summary {
    padding: 0.85rem 0.9rem;
    margin: 0.85rem 0;
  }

  .date-input-wrap input[type="date"] {
    min-height: 48px;
    font-size: 16px;
  }

  .detail__trust {
    font-size: 0.74rem;
    padding-top: 0.75rem;
  }

  .detail-specs {
    grid-template-columns: 1fr;
  }

  .detail-panel {
    padding: 1.15rem 1.2rem;
    border-radius: 16px;
  }

  .detail-panel__head {
    margin-bottom: 0.85rem;
    padding-bottom: 0.75rem;
  }

  .detail-panel__count {
    display: none;
  }

  .detail-chip {
    font-size: 0.78rem;
    padding: 0.3rem 0.65rem;
  }

  .breadcrumb {
    font-size: 0.82rem;
    padding: 0.65rem 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  /* Footer */
  .footer {
    padding: 2.5rem 0 calc(4.75rem + env(safe-area-inset-bottom, 0px));
  }

  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1.25rem;
  }

  .footer__grid > div:first-child,
  .footer__brand {
    grid-column: 1 / -1;
    max-width: none;
    text-align: center;
  }

  .footer .logo {
    display: flex;
    justify-content: center;
  }

  .footer__desc {
    margin-inline: auto;
    max-width: 22rem;
    text-align: center;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .footer__trust {
    flex-direction: column;
    align-items: stretch;
  }

  .footer__trust-item {
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
  }

  .footer__copy {
    width: 100%;
    text-align: center;
  }

  /* CTA */
  .cta {
    padding: 2rem 1.25rem;
    margin: 1rem 0;
  }

  /* Hesabım */
  .account-card {
    padding: 1.35rem;
    gap: 1rem;
  }

  .account-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .account-section__header .btn {
    width: 100%;
    justify-content: center;
  }

  .account-actions {
    flex-direction: column;
  }

  .account-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .request-card__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .request-card__actions {
    flex-direction: column;
  }

  .request-card__actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }

  .rental-status__actions {
    flex-direction: column;
  }

  .rental-status__actions .btn,
  .rental-status__actions a.btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }

  /* Giriş / kayıt */
  .auth-page {
    padding: 1.5rem 1rem;
    min-height: calc(100dvh - 72px);
    align-items: center;
    justify-content: center;
  }

  .auth-page__center {
    max-width: 100%;
  }

  .auth-card {
    padding: 1.5rem 1.25rem;
    border-radius: var(--radius);
    max-width: 100%;
  }

  .auth-card--wide {
    max-width: 100%;
  }

  .auth-card__header h1 {
    font-size: 1.3rem;
  }

  /* Hero arama: tüm alanlar alt alta */
  .hero__search-field--location,
  .hero__search-field--category {
    flex: 1 1 100%;
  }

  .hero__stats {
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 0.5rem;
  }

  .hero__stat {
    display: block;
    padding: 0;
    border: none;
  }

  .hero__stat strong {
    font-size: 1rem;
  }

  .hero__stat span {
    font-size: 0.65rem;
  }

  .hero__tags {
    flex-wrap: wrap;
    gap: 0.35rem;
  }

  .hero__card {
    padding: 1rem;
  }

  .hero__card-grid {
    gap: 0.65rem;
  }

  .mini-card {
    padding: 0;
  }

  .mini-card__media {
    height: 76px;
  }

  .mini-card__body {
    padding: 0.55rem 0.6rem 0.65rem;
  }

  .mini-card h4 {
    font-size: 0.82rem;
  }

  .categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    max-width: none;
  }

  .category-card {
    min-height: 0;
    padding: 0.55rem 0.4rem 0.5rem;
    border-radius: 10px;
  }

  .category-card__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 0.35rem;
    border-radius: 8px;
  }

  .category-card h3 {
    font-size: 0.7rem;
    min-height: 0;
    line-height: 1.2;
    -webkit-line-clamp: 2;
  }

  .category-card__count {
    margin-top: 0.2rem;
    font-size: 0.58rem;
    padding: 0.1rem 0.35rem;
  }

  #kategoriler .section__header {
    margin-bottom: 1.35rem;
  }

  #kategoriler .section__header h2 {
    font-size: 1.4rem;
  }

  #kategoriler .section__header p {
    font-size: 0.88rem;
  }

  .categories__footer {
    margin-top: 1.1rem;
  }

  .product-card__image {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }

  .product-card__image .product-card__img,
  .product-card__image img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none !important;
  }

  .product-card__body {
    padding: 0.65rem 0.7rem 0.75rem;
  }

  .product-card__top,
  .product-card__seller,
  .product-card__cta {
    display: none !important;
  }

  .product-card h3 {
    font-size: 0.82rem;
    line-height: 1.3;
    min-height: 0;
    margin: 0 0 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-card__location {
    font-size: 0.68rem;
    margin-bottom: 0.45rem;
    color: var(--color-primary);
  }

  .product-card__price-plans {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    grid-template-columns: unset;
  }

  .product-card__price-chip:not(.product-card__price-chip--daily) {
    display: none;
  }

  .product-card__price-chip--daily {
    flex-direction: row;
    align-items: baseline;
    gap: 0.3rem;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: none;
  }

  .product-card__price-chip--daily .product-card__price-chip-value {
    font-size: 0.92rem;
  }

  .product-card__price-chip--daily .product-card__price-chip-label {
    font-size: 0.68rem;
    text-transform: none;
    font-weight: 500;
  }

  .category-card {
    padding: 0.55rem 0.35rem 0.5rem;
    min-height: 0;
  }

  .category-card h3 {
    font-size: 0.68rem;
    min-height: 0;
  }

  /* Konum seçimleri */
  .location-select-row {
    flex-direction: column;
  }

  .location-select-row select {
    width: 100%;
  }

  /* Fotoğraf modalı */
  .photo-modal {
    padding: 1.25rem;
    max-height: 92vh;
    overflow-y: auto;
    border-radius: var(--radius);
  }

  .photo-slots {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-modal__actions {
    flex-direction: column-reverse;
  }

  .photo-modal__actions .btn {
    width: 100%;
    min-height: 44px;
  }
}

/* Küçük telefon */
@media (max-width: 480px) {
  .hero {
    padding: 1.25rem 0 1.75rem;
  }

  .hero h1 {
    font-size: 1.55rem;
  }

  .hero__text {
    font-size: 0.88rem;
    margin-bottom: 1rem;
  }

  .hero__stats {
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 0.35rem;
    margin-top: 1.1rem;
    padding-top: 1rem;
  }

  .hero__stat {
    display: block;
    padding: 0;
    border-bottom: none;
  }

  .hero__stat strong {
    font-size: 0.95rem;
  }

  .hero__stat span {
    font-size: 0.6rem;
  }

  .hero__tag {
    font-size: 0.72rem;
    padding: 0.25rem 0.55rem;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .product-card__image {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }

  .product-card__image .product-card__img,
  .product-card__image img,
  .product-card__img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
  }

  .product-card__body {
    padding: 0.6rem 0.65rem 0.7rem;
  }

  .product-card h3 {
    font-size: 0.78rem;
  }

  .product-card__location {
    font-size: 0.64rem;
  }

  .product-card__price-chip--daily .product-card__price-chip-value {
    font-size: 0.86rem;
  }

  .product-card__price-chip--daily .product-card__price-chip-label {
    font-size: 0.64rem;
  }

  .categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .category-card {
    min-height: 0;
    padding: 0.42rem 0.22rem 0.38rem;
    border-radius: 9px;
  }

  .category-card__icon {
    width: 26px;
    height: 26px;
    margin-bottom: 0.22rem;
    border-radius: 7px;
  }

  .category-card h3 {
    font-size: 0.6rem;
    min-height: 0;
    line-height: 1.15;
    -webkit-line-clamp: 2;
  }

  .category-card__count {
    margin-top: 0.12rem;
    font-size: 0.52rem;
    padding: 0.06rem 0.28rem;
  }

  #kategoriler .section__header {
    margin-bottom: 1rem;
  }

  #kategoriler .section__header h2 {
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
  }

  #kategoriler .section__header p {
    font-size: 0.82rem;
  }

  .categories__footer {
    margin-top: 0.9rem;
  }

  .categories__footer a {
    font-size: 0.82rem;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer__col {
    padding: 1.15rem 0 0;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
  }

  .footer__brand {
    border-top: none;
    padding-bottom: 0.25rem;
  }

  .footer__col .footer__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 0.85rem;
  }

  .steps {
    gap: 1rem;
  }

  .step {
    padding: 1.35rem 1rem;
  }

  .testimonials {
    grid-template-columns: 1fr;
  }

  .benefits {
    grid-template-columns: 1fr;
  }

  .notif__dropdown {
    position: fixed;
    left: 0.65rem;
    right: 0.65rem;
    top: calc(var(--header-h, 56px) + env(safe-area-inset-top, 0px) + 0.35rem);
    bottom: auto;
    width: auto;
    max-width: none !important;
    max-height: min(78dvh, calc(100dvh - var(--header-h, 56px) - 1.25rem - env(safe-area-inset-bottom, 0px)));
    border-radius: var(--radius-lg);
    z-index: 1300;
  }

  body.notif-panel-open {
    overflow: hidden;
  }

  /* iOS/Safari: sticky header backdrop-filter + scroll-lock tüm ekranı bulanıklaştırıyor */
  body.notif-panel-open .header {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: var(--color-surface, #fff) !important;
  }

  body.notif-panel-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.28);
    z-index: 1250;
    pointer-events: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .toast-host {
    bottom: calc(1rem + env(safe-area-inset-bottom));
    width: calc(100% - 1.5rem);
    left: 0.75rem;
    right: 0.75rem;
    transform: none;
  }

  .toast {
    border-radius: 12px;
    max-width: 100%;
    text-align: center;
  }

  .modal {
    padding: 1.35rem;
    border-radius: var(--radius);
  }

  .photo-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .account-card__avatar {
    width: 64px;
    height: 64px;
    font-size: 1.2rem;
  }

  .verified-banner,
  .verified-info {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

/* Çok dar ekranlar */
@media (max-width: 360px) {
  .logo__name {
    font-size: 0.85rem;
  }

  .logo__icon {
    width: 32px;
    height: 32px;
  }

  .hero h1 {
    font-size: 1.45rem;
  }

  .hero__stat strong {
    font-size: 0.88rem;
  }

  .hero__stat span {
    font-size: 0.55rem;
  }

  #header-auth .btn {
    padding: 0.45rem 0.55rem;
    font-size: 0.72rem;
  }

  .hero__card-grid {
    grid-template-columns: 1fr;
  }
}

.maintenance-banner {
  background: #fef3c7;
  color: #92400e;
  text-align: center;
  padding: 0.75rem 1rem;
  font-size: 0.92rem;
  font-weight: 600;
  border-bottom: 1px solid #fcd34d;
}

.maintenance-banner[hidden] {
  display: none !important;
}

body.maintenance-locked {
  overflow: hidden;
}

.maintenance-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(15, 23, 42, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.maintenance-overlay__box {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1.75rem;
  max-width: 26rem;
  width: 100%;
  text-align: center;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.maintenance-overlay__icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.maintenance-overlay__box h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
}

.maintenance-overlay__box p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.55;
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.footer__social-link {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer__social-link:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  transform: none;
}

.legal-page {
  max-width: 760px;
  margin: 0 auto 4rem;
  padding: 0 0 2rem;
}

.legal-page__meta {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.legal-page__content h2 {
  font-size: 1.2rem;
  margin: 2rem 0 0.75rem;
}

.legal-page__content h2:first-child {
  margin-top: 0;
}

.legal-page__content h3 {
  font-size: 1.05rem;
  margin: 1.5rem 0 0.6rem;
}

.legal-page__content p {
  color: var(--color-text-muted);
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.legal-page__content ul,
.legal-page__content ol {
  margin: 0.5rem 0 1rem 1.25rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.legal-page__content li {
  margin-bottom: 0.35rem;
}

.legal-page__content a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page__toc {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
}

.legal-page__toc h2 {
  font-size: 1rem;
  margin: 0 0 0.75rem;
}

.legal-page__toc ol {
  margin: 0;
  padding-left: 1.25rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

.contact-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
}

.contact-card h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

.contact-card p {
  margin: 0;
  font-size: 0.95rem;
}

.security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

.security-feature {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
}

.security-feature h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

.how-steps--page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

.how-step-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
}

.how-step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.how-step-card h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

.how-step-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}

.section__footer-link {
  text-align: center;
  margin-top: 1.5rem;
}

.section__footer-link a {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
}

.section__footer-link a:hover {
  text-decoration: underline;
}

.faq__answer a {
  color: var(--color-primary);
  font-weight: 600;
}

.agreement-check__text a {
  color: var(--color-primary-dark);
  font-weight: 600;
  text-decoration: underline;
}

.agreement-check__text a:hover {
  color: var(--color-primary);
}

.agreement-modal__meta a {
  color: var(--color-primary);
  font-weight: 600;
}

/* ============================================================
   Site içi mesajlaşma
   ============================================================ */
.msg-nav {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-text);
  text-decoration: none;
  transition: background 0.15s;
}
.msg-nav:hover {
  background: var(--color-primary-light);
}
.msg-nav__badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.nav-msg-badge {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: auto;
  flex-shrink: 0;
}

.msg-page {
  height: calc(100vh - 72px);
  min-height: 520px;
  padding: 0;
}
.msg-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.msg-sidebar {
  border-right: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: var(--color-bg);
}
.msg-sidebar__head {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--color-border);
}
.msg-sidebar__head h1 {
  font-size: 1.15rem;
  margin: 0;
}
.msg-conversation-list {
  overflow-y: auto;
  flex: 1;
}
.msg-list-item-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--color-border);
}
.msg-list-item-row .msg-list-item {
  flex: 1;
  border-bottom: none;
}
.msg-list-item__delete {
  flex-shrink: 0;
  width: 44px;
  border: none;
  background: transparent;
  color: var(--color-text-muted);
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}
.msg-list-item__delete:hover,
.msg-list-item__delete:focus-visible {
  background: #fee2e2;
  color: #dc2626;
}
.msg-list-item {
  display: flex;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 1rem;
  border: none;
  border-bottom: 1px solid var(--color-border);
  background: transparent;
  text-align: left;
  cursor: pointer;
  position: relative;
  color: inherit;
  font: inherit;
}
.msg-list-item:hover,
.msg-list-item--active {
  background: var(--color-primary-light);
}
.msg-list-item__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #f5f5f4, #e7e5e4);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
}
.msg-list-item__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.msg-list-item__body {
  min-width: 0;
  flex: 1;
}
.msg-list-item__top {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: var(--color-text-muted);
}
.msg-list-item__top strong {
  color: var(--color-text);
  font-size: 0.9rem;
}
.msg-list-item__product {
  font-size: 0.75rem;
  color: var(--color-primary-dark);
  margin: 0.1rem 0;
}
.msg-list-item__preview {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msg-list-item__badge {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.msg-chat {
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  background: var(--color-surface);
  overflow: hidden;
}
.msg-chat__placeholder,
.msg-chat__active {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.msg-chat__placeholder {
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.msg-chat-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
}
.msg-chat-back {
  display: none;
  border: none;
  background: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: var(--color-text);
}
.msg-chat-header__info {
  flex: 1;
  min-width: 0;
}
.msg-chat-header__info strong {
  display: block;
  font-size: 0.95rem;
}
.msg-chat-header__status {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}
.msg-chat-header__status--online {
  color: #16a34a;
  font-weight: 600;
}
.msg-chat-header__actions {
  display: flex;
  gap: 0.35rem;
  flex-shrink: 0;
}
.msg-chat-action {
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: var(--color-surface);
  cursor: pointer;
  display: grid;
  place-items: center;
  color: var(--color-text-muted);
}
.msg-chat-action:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.msg-chat-action--danger:hover {
  border-color: #dc2626;
  color: #dc2626;
}

.msg-messages {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-surface) 100%);
}
.msg-row {
  display: flex;
}
.msg-row--mine {
  justify-content: flex-end;
}
.msg-bubble {
  max-width: min(78%, 420px);
  padding: 0.55rem 0.75rem 0.35rem;
  border-radius: 14px 14px 14px 4px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}
.msg-bubble--mine {
  border-radius: 14px 14px 4px 14px;
  background: var(--color-primary-light);
  border-color: rgba(22, 163, 74, 0.2);
}
.msg-bubble--deleted {
  font-style: italic;
  color: var(--color-text-muted);
  font-size: 0.85rem;
}
.msg-bubble__text {
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 0.92rem;
  line-height: 1.45;
}
.msg-bubble__image {
  display: block;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  margin-bottom: 0.35rem;
}
.msg-bubble__image img {
  max-width: 220px;
  border-radius: 10px;
  display: block;
}
.msg-bubble__phone a {
  color: var(--color-primary-dark);
  font-weight: 600;
}
.msg-bubble__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  margin-top: 0.2rem;
}
.msg-bubble__time {
  font-size: 0.68rem;
  color: var(--color-text-muted);
}
.msg-tick {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  letter-spacing: -2px;
}
.msg-tick--read {
  color: #3b82f6;
}
.msg-bubble__delete {
  border: none;
  background: none;
  color: var(--color-text-muted);
  cursor: pointer;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.2rem;
  min-width: 28px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  opacity: 0.7;
  transition: opacity 0.15s, background 0.15s, color 0.15s;
  flex-shrink: 0;
}
.msg-bubble__delete:hover,
.msg-bubble__delete:focus-visible {
  opacity: 1;
  background: rgba(220, 38, 38, 0.12);
  color: #dc2626;
}
.msg-bubble--mine .msg-bubble__delete {
  opacity: 0.85;
}

.msg-typing {
  padding: 0 1rem 0.35rem;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  font-style: italic;
}

.msg-composer {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.85rem;
  border-top: 1px solid var(--color-border);
  background: var(--color-bg);
  position: relative;
  min-width: 0;
}
.msg-composer__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 0.6rem 1rem;
  font: inherit;
  background: var(--color-surface);
  color: var(--color-text);
}
.msg-composer__input:focus {
  outline: none;
  border-color: var(--color-primary);
}
.msg-composer__btn {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.msg-composer__send {
  border-radius: 999px;
  padding: 0.55rem 1rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.msg-emoji-panel {
  display: none;
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0.5rem;
  right: 0.5rem;
  padding: 0.5rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  flex-wrap: wrap;
  gap: 0.25rem;
  z-index: 5;
}
.msg-emoji-panel.open {
  display: flex;
}
.msg-emoji {
  border: none;
  background: none;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.2rem;
  border-radius: 6px;
}
.msg-emoji:hover {
  background: var(--color-primary-light);
}

.msg-empty {
  padding: 2rem 1.25rem;
  text-align: center;
  color: var(--color-text-muted);
}
.msg-empty h3 {
  color: var(--color-text);
  margin: 0 0 0.5rem;
}
.msg-empty--inline {
  padding: 2rem 1rem;
}

.owner-card__presence--online {
  color: #16a34a !important;
  font-weight: 600;
}
.account-section__hint {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin: 0 0 0.5rem;
}

@media (max-width: 768px) {
  body.msg-chat-open .header {
    display: none;
  }

  body.msg-chat-open #site-footer {
    display: none;
  }

  .msg-page {
    height: calc(100dvh - 64px);
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  body.msg-chat-open .msg-page {
    height: 100dvh;
  }

  .msg-layout {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .msg-sidebar {
    display: flex;
  }

  .msg-layout--chat-open .msg-sidebar {
    display: none;
  }

  .msg-chat-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    padding: 0;
  }

  .msg-chat-header {
    gap: 0.45rem;
    padding: 0.6rem 0.65rem;
    min-width: 0;
  }

  .msg-chat-header__info strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .msg-chat-header__status {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .msg-chat-header__actions {
    gap: 0.25rem;
  }

  .msg-chat-action {
    width: 32px;
    height: 32px;
  }

  .msg-messages {
    padding: 0.75rem 0.65rem;
  }

  .msg-composer {
    gap: 0.35rem;
    padding: 0.5rem 0.55rem calc(0.55rem + env(safe-area-inset-bottom));
  }

  .msg-composer__btn {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .msg-composer__input {
    padding: 0.55rem 0.85rem;
    font-size: 16px;
  }

  .msg-composer__send {
    padding: 0.5rem 0.8rem;
    font-size: 0.85rem;
    min-height: 36px;
  }

  .msg-bubble {
    max-width: 88%;
  }

  .msg-bubble__image img {
    max-width: min(220px, 72vw);
  }
}

@media (max-width: 400px) {
  #msg-share-phone {
    display: none;
  }

  #msg-emoji-btn {
    display: none;
  }

  .msg-composer {
    gap: 0.3rem;
    padding-inline: 0.45rem;
  }

  .msg-composer__send {
    padding: 0.45rem 0.65rem;
    font-size: 0.8rem;
  }

  .msg-chat-header {
    padding-inline: 0.5rem;
  }

  .msg-chat-action {
    width: 30px;
    height: 30px;
  }
}

/* Orta genişlik: arama satırı taşmasın */
@media (max-width: 1100px) {
  .hero__search {
    flex-wrap: wrap;
  }

  .hero__search-field--location,
  .hero__search-field--category {
    flex: 1 1 calc(50% - 0.25rem);
    min-width: 0;
  }

  .hero__search-field--location select,
  .hero__search-field--category select {
    width: 100%;
    min-width: 0;
  }

  .hero__search .btn {
    flex: 1 1 100%;
  }
}

/* Genel taşma önleme — tüm sayfalar */
img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hero__tags,
.detail__meta-chips,
.smart-picks__chips {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.legal-page,
.contact-grid,
.product-form-layout,
.account-layout {
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 768px) {
  .logo__img {
    max-width: min(228px, 58vw);
  }

  .header__inner {
    min-width: 0;
  }

  .header__actions {
    min-width: 0;
  }

  #header-auth {
    flex-shrink: 1;
    min-width: 0;
  }

  .hero__search-field select,
  .filters select,
  .filters__search {
    width: 100%;
    max-width: 100%;
  }

  .detail__header h1,
  .page-header h1 {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .owner-card,
  .detail__booking-card,
  .rental-form {
    max-width: 100%;
    min-width: 0;
  }

  .product-card__price-plans {
    min-width: 0;
  }

  .notif__dropdown {
    max-height: min(78dvh, calc(100dvh - var(--header-h, 56px) - 1.25rem));
    overflow: hidden;
  }
}

/* ===== Profesyonel tema ekleri (20260711pro2) ===== */
.page-header {
  background:
    radial-gradient(ellipse 60% 80% at 0% 0%, rgba(22, 163, 74, 0.06) 0%, transparent 50%),
    var(--color-bg);
  border-bottom: 1px solid var(--color-border);
}

.page-header h1 {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.filters {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.filters__search,
.filters select,
.filters input {
  border-radius: 12px;
  border-color: var(--color-border);
}

.filters__search:focus,
.filters select:focus,
.filters input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

.detail__booking-card,
.detail-panel,
.owner-card--detail {
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-lg);
}

.detail__header h1 {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.msg-page {
  background: var(--color-bg);
}

.msg-sidebar,
.msg-chat {
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

.msg-bubble {
  border-radius: 14px;
}

.msg-bubble--mine {
  background: linear-gradient(145deg, #f0fdf4, #dcfce7);
  border-color: #fed7aa;
}

.msg-composer {
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

.cta-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}

.how-step {
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  background: var(--color-surface);
}

.how-step:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.faq-item,
.sss-item {
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  background: var(--color-surface);
}

.user-chip,
.user-menu__trigger {
  border-radius: 12px;
}

#header-auth .btn--primary {
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
}

.toast {
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

[data-theme="dark"] .auth-page {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(251, 146, 60, 0.1) 0%, transparent 60%),
    linear-gradient(180deg, #1c1917 0%, var(--color-bg) 100%);
}

[data-theme="dark"] .page-header {
  background: var(--color-bg);
}

[data-theme="dark"] .cta-banner {
  background: linear-gradient(135deg, #020617 0%, #0f172a 100%);
}

/* ===== Header & nav v3 (hosting-safe — referans menü) ===== */
.header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
}

.header--scrolled {
  background: rgba(255, 255, 255, 0.98);
}

[data-theme="dark"] .header,
[data-theme="dark"] .header--scrolled {
  background: #0b1120;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid #1e293b;
}

.header__inner {
  align-items: center;
  gap: 2rem;
  min-height: var(--header-h);
  padding: 0.55rem 0;
}

.nav {
  align-items: center;
  align-self: center;
  gap: 0.2rem;
  margin-right: auto;
  flex: 1;
}

.nav a,
.nav-cat__toggle {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text-muted);
  border-radius: 8px;
  padding: 0.5rem 0.85rem;
  line-height: 1;
  min-height: 38px;
  background: transparent;
}

.nav a:not(.active):hover,
.nav-cat__toggle:hover,
.nav-cat.open .nav-cat__toggle {
  color: var(--color-text);
  background: transparent;
}

.nav a.active,
.nav-cat__toggle.active {
  color: var(--color-primary-dark);
  background: transparent;
  font-weight: 700;
}

[data-theme="dark"] .nav a.active,
[data-theme="dark"] .nav-cat__toggle.active {
  color: #22c55e;
}

.nav a.active::after,
.nav-cat__toggle.active::after {
  transform: translateX(-50%) scaleX(1);
  background: var(--color-primary);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
}

#header-auth {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.header-ilan-btn {
  white-space: nowrap;
  padding: 0.55rem 1.15rem;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 4px 18px rgba(34, 197, 94, 0.38);
}

#header-auth .btn--primary {
  background: linear-gradient(145deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
  border: none;
  box-shadow: 0 4px 18px rgba(34, 197, 94, 0.35);
}

#header-auth .btn--outline {
  background: var(--color-surface);
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
}

#header-auth .btn--outline:hover {
  border-color: var(--color-primary);
  color: var(--color-primary-dark);
  background: var(--color-primary-light);
}

.msg-nav,
.notif__trigger,
.header-inbox__trigger,
.theme-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  display: grid;
  place-items: center;
  color: var(--color-text-muted);
  transition: all var(--transition);
}

[data-theme="dark"] .msg-nav,
[data-theme="dark"] .notif__trigger,
[data-theme="dark"] .header-inbox__trigger,
[data-theme="dark"] .theme-toggle {
  background: rgba(15, 23, 42, 0.55);
  border-color: #334155;
  color: #cbd5e1;
}

.msg-nav:hover,
.notif__trigger:hover,
.header-inbox__trigger:hover,
.theme-toggle:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: var(--color-primary-light);
}

.user-menu__trigger {
  border: 1px solid var(--color-border);
  border-radius: 999px;
  gap: 0.55rem;
  padding: 0.28rem 0.75rem 0.28rem 0.28rem;
  background: var(--color-surface);
  transition: all var(--transition);
}

[data-theme="dark"] .user-menu__trigger {
  background: rgba(15, 23, 42, 0.55);
  border-color: #334155;
}

.user-menu__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.user-menu__trigger:hover {
  border-color: var(--color-primary);
  box-shadow: var(--shadow-sm);
}

.nav-cat__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text-muted);
  border-radius: 8px;
  padding: 0.5rem 0.85rem;
  line-height: 1;
  min-height: 38px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.nav-cat__toggle:hover,
.nav-cat.open .nav-cat__toggle,
.nav-cat__toggle.active {
  color: var(--color-text);
  background: transparent;
}

/* ── Doğrulama Kodları — hub / giriş / gösterim modalları ── */
.verify-overlay {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: rgba(15, 23, 42, 0.55);
  animation: verifyOverlayIn 0.28s ease;
}

@keyframes verifyOverlayIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.verify-hub-modal,
.verify-entry-modal,
.verify-display-modal,
.verify-picker-modal {
  padding: 0;
  overflow: hidden;
  max-width: 440px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22);
}

.verify-hub-modal__handle {
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: #cbd5e1;
  margin: 0.65rem auto 0;
}

.verify-hub-modal__close {
  top: 0.65rem;
  right: 0.75rem;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}

.verify-hub-modal__hero {
  position: relative;
  padding: 1.35rem 1.35rem 1rem;
  overflow: hidden;
}

.verify-hub-modal__hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #16a34a 0%, #059669 45%, #0d9488 100%);
  opacity: 1;
}

.verify-hub-modal__hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.22), transparent 42%),
    radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.12), transparent 38%);
}

.verify-hub-modal__hero-inner {
  position: relative;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  color: #fff;
}

.verify-hub-modal__icon-ring {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  animation: verifyPulseRing 2.4s ease-in-out infinite;
}

@keyframes verifyPulseRing {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25); }
  50% { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }
}

.verify-hub-modal__hero-text h3 {
  margin: 0 0 0.25rem;
  font-size: 1.2rem;
  color: #fff;
}

.verify-hub-modal__hero-text p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.verify-hub-modal__stats {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.verify-hub-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.76rem;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.verify-hub-stat strong {
  font-size: 0.9rem;
}

.verify-hub-modal__body {
  padding: 1rem 1.1rem 1.25rem;
  max-height: min(52vh, 420px);
  overflow-y: auto;
}

.verify-hub-section + .verify-hub-section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #e2e8f0;
}

.verify-hub-section__head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
}

.verify-hub-section__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.verify-hub-section__dot--scan { background: #16a34a; }
.verify-hub-section__dot--show { background: #0ea5e9; }

.verify-hub-section__title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
}

.verify-hub-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.verify-hub-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  padding: 0.9rem 0.95rem;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  animation: verifyCardIn 0.38s ease backwards;
  animation-delay: var(--vh-delay, 0ms);
}

.verify-hub-modal--animate .verify-hub-card {
  animation-name: verifyCardIn;
}

@keyframes verifyCardIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.verify-hub-card:hover {
  transform: translateY(-2px);
  border-color: #86efac;
  box-shadow: 0 10px 28px rgba(22, 163, 74, 0.12);
}

.verify-hub-card:active {
  transform: translateY(0);
}

.verify-hub-card__glow {
  position: absolute;
  inset: auto -20% -60% auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.35;
  pointer-events: none;
}

.verify-hub-card--delivery .verify-hub-card__glow { background: radial-gradient(circle, #bbf7d0, transparent 70%); }
.verify-hub-card--return .verify-hub-card__glow { background: radial-gradient(circle, #fde68a, transparent 70%); }

.verify-hub-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  z-index: 1;
}

.verify-hub-card--delivery .verify-hub-card__icon {
  background: #ecfdf5;
  color: #16a34a;
}

.verify-hub-card--return .verify-hub-card__icon {
  background: #fffbeb;
  color: #d97706;
}

.verify-hub-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1;
  min-width: 0;
  z-index: 1;
}

.verify-hub-card__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.verify-hub-card--delivery .verify-hub-card__badge {
  background: #dcfce7;
  color: #166534;
}

.verify-hub-card--return .verify-hub-card__badge {
  background: #fef3c7;
  color: #92400e;
}

.verify-hub-card__title {
  font-size: 0.92rem;
  line-height: 1.35;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.verify-hub-card__sub {
  font-size: 0.78rem;
  color: #64748b;
}

.verify-hub-card__code code {
  font-size: 0.72rem;
  padding: 0.12rem 0.4rem;
  border-radius: 6px;
  background: #f1f5f9;
  color: #334155;
  font-family: ui-monospace, monospace;
}

.verify-hub-card__arrow {
  font-size: 1.35rem;
  color: #94a3b8;
  flex-shrink: 0;
  z-index: 1;
  transition: transform 0.18s ease, color 0.18s ease;
}

.verify-hub-card:hover .verify-hub-card__arrow {
  transform: translateX(3px);
  color: #16a34a;
}

.verify-hub-empty {
  text-align: center;
  padding: 2rem 1rem;
  color: #64748b;
}

.verify-hub-empty__icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #16a34a;
  margin-bottom: 0.65rem;
}

.verify-hub-empty strong {
  display: block;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.verify-hub-empty p {
  margin: 0;
  font-size: 0.88rem;
}

.verify-entry-modal {
  padding: 1.1rem 1.25rem 1.25rem;
}

.verify-entry-modal__head {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
}

.verify-entry-modal__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  color: #16a34a;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.verify-entry-modal__head h3 {
  margin: 0 0 0.2rem;
  font-size: 1.1rem;
}

.verify-entry-modal__desc {
  margin: 0;
  font-size: 0.86rem;
  color: #64748b;
  line-height: 1.45;
}

.verify-entry-modal__product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 0.84rem;
}

.verify-entry-modal__product strong {
  flex: 1 1 100%;
  font-size: 0.9rem;
  color: #0f172a;
}

.verify-entry-modal__product code {
  font-size: 0.72rem;
  padding: 0.1rem 0.4rem;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.verify-entry-modal__product-badge {
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.verify-otp-panel__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0.55rem;
  text-align: center;
}

.verify-otp {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.verify-otp__digit {
  width: 46px;
  height: 54px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: ui-monospace, monospace;
  color: #0f172a;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.verify-otp__digit:focus {
  outline: none;
  border-color: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.15);
  transform: translateY(-1px);
}

.verify-otp__digit--filled {
  border-color: #86efac;
  background: #f0fdf4;
}

.verify-otp-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.verify-display-modal {
  padding: 0 0 1.25rem;
}

.verify-display-modal__hero {
  padding: 1.25rem 1.25rem 0.75rem;
  text-align: center;
}

.verify-display-modal__badge {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}

.verify-display-modal__badge--delivery {
  background: #dcfce7;
  color: #166534;
}

.verify-display-modal__badge--return {
  background: #fef3c7;
  color: #92400e;
}

.verify-display-modal__hero h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.verify-display-modal__product {
  margin: 0;
  font-size: 0.9rem;
  color: #334155;
  font-weight: 600;
}

.verify-display-modal__reservation {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: #64748b;
}

.verify-display-modal__res-label {
  margin-right: 0.35rem;
}

.verify-display-modal__code-wrap {
  margin: 0.75rem 1rem 0;
  padding: 1.1rem 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  text-align: center;
}

.verify-display-modal__code-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.65rem;
}

.verify-display-modal__code {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}

.verify-display-modal__digit {
  width: 42px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #cbd5e1;
  font-size: 1.45rem;
  font-weight: 800;
  font-family: ui-monospace, monospace;
  color: #0f172a;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
  animation: verifyDigitPop 0.35s ease backwards;
  animation-delay: var(--d-delay, 0ms);
}

@keyframes verifyDigitPop {
  from { opacity: 0; transform: scale(0.85) translateY(6px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.verify-display-modal__copy--done {
  border-color: #16a34a;
  color: #16a34a;
  background: #f0fdf4;
}

.verify-display-modal__hint {
  margin: 0.85rem 1.25rem 0;
  font-size: 0.84rem;
  color: #64748b;
  text-align: center;
  line-height: 1.5;
}

.verify-picker-modal {
  padding: 1.25rem;
}

.verify-picker-modal .verify-hub-list {
  margin: 0.5rem 0 0.75rem;
  max-height: 50vh;
  overflow-y: auto;
}

@media (max-width: 900px) {
  .verify-hub-modal,
  .verify-entry-modal,
  .verify-display-modal {
    max-width: 100%;
    width: 100%;
    margin: 0;
    border-radius: 20px 20px 0 0;
    max-height: 92vh;
    align-self: flex-end;
  }

  #qr-hub-modal.is-open,
  #qr-display-modal.is-open,
  #qr-scanner-modal.is-open {
    display: flex;
    align-items: flex-end;
    padding: 0;
  }

  .verify-otp__digit {
    width: 42px;
    height: 50px;
    font-size: 1.2rem;
  }

  .verify-display-modal__digit {
    width: 38px;
    height: 46px;
    font-size: 1.25rem;
  }
}

/* --- Acil kiralama & ürün rozetleri (tüm sayfalarda) --- */
.product-card__urgent-badge {
  display: inline-flex;
  align-items: center;
  background: #dc2626;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 0.18rem 0.5rem;
  border-radius: 6px;
  margin-right: 0.35rem;
}

.delivery-badge--urgent {
  background: rgba(220, 38, 38, 0.12) !important;
  color: #dc2626 !important;
  border-color: rgba(220, 38, 38, 0.35) !important;
  font-weight: 700;
}

.urgent-section {
  background: linear-gradient(180deg, rgba(220, 38, 38, 0.06), transparent);
}

.urgent-section .section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.urgent-section .section__header h2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.urgent-section__badge {
  background: #dc2626;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.2rem 0.55rem;
  border-radius: 8px;
}

.urgent-delivery-panel {
  margin-top: 0.65rem;
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px dashed rgba(220, 38, 38, 0.35);
  background: rgba(220, 38, 38, 0.04);
}

.urgent-delivery-panel[hidden] {
  display: none !important;
}

.urgent-delivery-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.5rem;
}

@media (max-width: 900px) {
  .header,
  body.mobile-app .header {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.menu-open .mobile-bottom-nav,
  body.menu-open .mobile-fab,
  body.user-menu-open .mobile-bottom-nav,
  body.user-menu-open .mobile-fab,
  body.verify-modal-open .mobile-bottom-nav,
  body.verify-modal-open .mobile-fab,
  body.menu-open #support-widget,
  body.user-menu-open #support-widget,
  body.verify-modal-open #support-widget {
    display: none !important;
  }

  .photo-modal-overlay.verify-overlay {
    z-index: 2000 !important;
    align-items: flex-end;
    padding: 0;
  }

  .photo-modal-overlay.verify-overlay.is-open {
    display: flex;
  }

  .verify-hub-modal,
  .verify-entry-modal,
  .verify-display-modal,
  .verify-picker-modal {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 20px 20px 0 0;
    max-height: min(90dvh, calc(100dvh - env(safe-area-inset-top, 0px)));
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }

  .nav-backdrop.is-open {
    z-index: 1140;
  }

  body.menu-open .nav {
    z-index: 1150;
  }
}

/* ============================================================
 * PC-only koruma — telefon menü öğeleri + ortalanmış başlık alt metinleri
 * (max-width / mobil kurallarına dokunmaz)
 * ============================================================ */
@media (min-width: 901px) {
  header .nav > .nav__head,
  .nav > .nav__head,
  .nav__head,
  .nav-extras,
  .nav-messages,
  .mobile-bottom-nav,
  .mobile-fab,
  .header-mobile-qr,
  .header-mobile-process,
  .nav-backdrop {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  /* Yardım menüsü ile tema (aydınlık/karanlık) butonu üst üste binmesin */
  .header__inner {
    gap: 1rem;
  }

  .header .nav,
  header .nav {
    flex: 1 1 0%;
    min-width: 0;
    overflow: hidden;
    margin-right: 0.5rem;
  }

  .header .nav > a,
  .header .nav .nav-cat__toggle,
  header .nav > a,
  header .nav .nav-cat__toggle {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .header__actions {
    flex: 0 0 auto;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
    margin-left: 0;
    padding-left: 0.25rem;
  }

  .header__actions > .theme-toggle {
    flex-shrink: 0;
    position: relative;
    z-index: 4;
  }

  .section__header {
    text-align: center;
  }

  .section__header > p,
  .section__header .smart-section__hint,
  .smart-section__hint {
    display: block;
    max-width: 36rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .section__header > .smart-section__chip,
  .section__header > .how-hub__chip,
  .section__header > .categories-hub__chip {
    display: inline-flex;
  }
}

