/* Code Terrain — yeşil / gümüş marka teması */
:root {
  --bg: #f0f2f8;
  --surface: #ffffff;
  --text: #141824;
  --muted: #5c6278;
  --brand: #22c55e;
  --brand-bright: #86efac;
  --brand-dark: #15803d;
  --accent: #16a34a;
  --silver: #94a3b8;
  --border: rgba(34, 197, 94, 0.14);
  --glass: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(255, 255, 255, 0.55);
  --shadow: 0 8px 32px rgba(21, 128, 61, 0.1);
  --shadow-glow: 0 0 40px rgba(34, 197, 94, 0.35);
  --radius: 14px;
  --max: 1680px;
  /* Plus Jakarta Sans: hafif yuvarlatık, yumuşak satır hissi; fallback sistem */
  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  /* Ana görünüm ölçeği (header/footer ile birlikte içerik). 0.9 ≈ %10 küçük */
  --site-content-zoom: 0.9;
}

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

html {
  height: 100%;
  min-height: 100%;
  /* Zoom artık .site-zoom-wrap içinde; böylece position:fixed (Destek) gerçek viewport’a göre hizalanır. */
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  overflow-y: auto;
  min-height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: 100svh;
}

/* Kısa sayfalarda footer viewport’un en altında (sticky footer) */
body.site-layout {
  min-height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /* Sol alttaki davet kartı: footer ile çakışmasın diye (Destek FAB gerçek viewport köşesinde) */
  --site-help-toast-above-footer: max(8.5rem, min(20rem, 34vh), 200px, env(safe-area-inset-bottom, 0px) + 12px);
}

/* Tüm site içeriği (zoom’lu); toast / canlı destek bu kapsayıcının dışında kalır */
body.site-layout > .site-zoom-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  width: 100%;
  box-sizing: border-box;
  zoom: var(--site-content-zoom);
}

/*
 * Sadece site-body + footer: tam sütun; aşağıda bırakılan boşluk (beyaz şerit) yok.
 * (chat, toast, script ayrı flex satırı olunca footer’ın altında yükseklik birikebiliyordu.)
 */
body.site-layout .site-layout-shell {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  width: 100%;
  box-sizing: border-box;
}

/* Üst içerik: kalan yüksekliği doldurur; #main içinde boşluk taşmaz, footer aşağı iter */
body.site-layout .site-body {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
  /* min-height:0 burada yok; uzun vitrin sayfalarında taşma/footer bindirme riski. */
  box-sizing: border-box;
}

/*
 * #main: min-height:0 + flex:1 0 0, ana içerik (ör. anasayfa vitrin) viewport’tan uzun
 * olduğunda kutu yüksekliğini sınırlayıp taşmayı “main dışı” bırakabiliyor; footer ile üst üste binme.
 * flex: 1 1 auto + min-height: auto: içerik yüksekliğine genişler, kısa sayfada yine flex büyür.
 */
body.site-layout .site-body #main {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: auto;
  overflow-x: clip;
  box-sizing: border-box;
}

/* Giriş / kayıt: #main sütun, kalan yükseklik + dikey orta. .main--auth: :has() yok/destek sızıntısına karşı. */
body.site-layout .site-body #main:has(.page-auth),
body.site-layout .site-body #main.main--auth {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

/* :has yok (çok eski) — yine de kart görünür, yalnızca orta hizalama eksik */
.page-auth {
  --page-auth-pad: clamp(1.5rem, 4vw, 2.5rem);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: var(--page-auth-pad) 0 calc(var(--page-auth-pad) * 1.1);
  box-sizing: border-box;
  background:
    radial-gradient(120% 80% at 18% 8%, rgba(34, 197, 94, 0.09) 0%, transparent 50%),
    radial-gradient(90% 60% at 100% 100%, rgba(34, 197, 94, 0.07) 0%, transparent 45%),
    linear-gradient(180deg, var(--bg) 0%, #e9e6f2 100%);
  border: none;
}

.page-auth__inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.page-auth__card {
  position: relative;
  width: 100%;
  padding: clamp(1.35rem, 3.2vw, 1.9rem) clamp(1.25rem, 3.5vw, 2.25rem) clamp(1.5rem, 3.5vw, 2.1rem);
  background: var(--surface);
  border: 1px solid rgba(34, 197, 94, 0.12);
  border-radius: 18px;
  box-shadow: var(--shadow), 0 24px 64px rgba(21, 128, 61, 0.08);
  text-align: center;
}

.page-auth__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  border-radius: 14px;
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s;
  box-shadow: 0 8px 28px rgba(21, 128, 61, 0.12);
}

.page-auth__logo-link:hover,
.page-auth__logo-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(21, 128, 61, 0.18);
}

.page-auth__logo {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: cover;
  border: 1.5px solid rgba(34, 197, 94, 0.15);
  background: linear-gradient(145deg, #f7fee7, #f4eeff);
}

.page-auth__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.45rem, 2.2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}

.page-auth__lead {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 34ch;
  margin-left: auto;
  margin-right: auto;
}

.page-auth__alert {
  text-align: left;
  margin-bottom: 0.5rem;
}

.page-auth__form {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.page-auth__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.page-auth__label {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}

.page-auth__input-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: linear-gradient(180deg, #fcfcfe 0%, #ffffff 100%);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.page-auth__input-wrap:hover {
  border-color: rgba(34, 197, 94, 0.3);
}

.page-auth__input-wrap:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
  outline: none;
}

.page-auth__input-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  color: var(--brand-dark);
  opacity: 0.55;
  transition: opacity 0.2s;
}

.page-auth__input-wrap:focus-within .page-auth__input-ic {
  opacity: 0.95;
}

.page-auth__input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0.7rem 0.85rem 0.7rem 0;
  font: inherit;
  font-size: 0.95rem;
  border-radius: 0 12px 12px 0;
  color: var(--text);
  box-shadow: none;
  outline: none;
}

.page-auth__input::placeholder {
  color: #94a3b8;
}

.page-auth__submit {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.82rem 1.25rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--brand) 0%, #16a34a 100%);
  box-shadow: 0 8px 24px rgba(21, 128, 61, 0.3);
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s;
}

.page-auth__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(21, 128, 61, 0.38);
}

.page-auth__submit:focus-visible {
  outline: 2px solid var(--brand-bright);
  outline-offset: 2px;
}

.page-auth__submit:active {
  transform: translateY(0);
}

.page-auth__oauth {
  margin: 0.4rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(34, 197, 94, 0.1);
  text-align: center;
}

.page-auth__or {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

a.page-auth__btn-google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 0.7rem 1.1rem;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f1f1f;
  text-decoration: none;
  border-radius: 12px;
  background: #fff;
  border: 1.5px solid #dadce0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

a.page-auth__btn-google::before {
  content: "G";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  background: conic-gradient(#ea4335 0deg, #fbbc04 100deg, #34a853 200deg, #4285f4 300deg);
  flex-shrink: 0;
}

a.page-auth__btn-google:hover {
  border-color: #c1c4cc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  color: #1f1f1f;
}

.page-auth__foot {
  margin: 1.15rem 0 0;
  line-height: 1.4;
}

.page-auth__label-hint {
  font-weight: 600;
  color: var(--muted);
  font-size: 0.9em;
}

.page-auth__policy {
  margin: 0.35rem 0 0.1rem;
}

.page-auth--register .page-auth__inner {
  max-width: 520px;
}

label.page-auth__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--text);
  cursor: pointer;
  margin: 0.15rem 0 0;
}

label.page-auth__check input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: var(--brand);
}

.page-auth__check-txt {
  flex: 1;
  min-width: 0;
}

@media (max-width: 640px) {
  .page-auth {
    --page-auth-pad: 1.25rem;
  }

  .page-auth__input,
  .page-auth__input::placeholder {
    font-size: 16px; /* iOS odak zıplaması */
  }
}

body.site-layout .site-footer {
  position: relative;
  /* z-index/isolation kaldırıldı: sabit Bloglar/Destek (viewport) ile gereksiz katman yarışı ve üst üste binme riski */
  z-index: auto;
  flex: 0 0 auto;
  width: 100%;
  /* Flex’te yedek: site-body tüm yüksekliği almazsa boşluk + footer’ı viewport sonuna it */
  margin-top: auto;
  margin-bottom: 0;
  flex-shrink: 0;
}

/*
 * Sabit tam ekran katman (body flex / zoom’dan ayrı). Toast + Destek burada position:absolute
 * ile gerçekten viewport altına hizalanır.
 */
body.site-layout > .site-fixed-overlays {
  position: fixed;
  inset: 0;
  width: 100vw;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  overflow: visible;
  pointer-events: none;
  /* Üst menü (100) / açılır panellerden üstte; giriş modalı (2000) altında kalsın */
  z-index: 1300;
}

body.site-layout > .site-fixed-overlays .site-help-toast > * {
  pointer-events: auto;
}

/* <script> doğrudan body flex öğesiydi: alt tarafta gizli yükseklik / boşluk bırakıyordu */
body.site-layout > script {
  display: block;
  flex: 0 0 0;
  min-height: 0;
  min-width: 0;
  max-height: 0;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  align-self: flex-end;
}

a {
  color: var(--brand-dark);
  text-decoration: none;
  transition: color 0.2s var(--ease-out);
}
a:hover {
  color: var(--brand);
  text-decoration: underline;
}

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

.container {
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
}
@media (max-width: 480px) {
  .container {
    width: min(100% - 20px, var(--max));
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(1.35);
  -webkit-backdrop-filter: blur(16px) saturate(1.35);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  animation: header-in 0.7s var(--ease-out) both;
  padding-top: env(safe-area-inset-top, 0);
  /* Üst bar + menü için üst sınır; gizlerken 0’a iner — boş beyaz şerit kalmaz */
  max-height: min(420px, 92vh);
  /* Profil menüsü header dışına taşar; hidden kesiyordu */
  overflow: visible;
  transition:
    max-height 0.32s var(--ease-out),
    padding 0.32s var(--ease-out),
    box-shadow 0.32s var(--ease-out),
    border-color 0.32s var(--ease-out);
}

/* Scroll-hide: transform iç sarmalayıcıda (sticky + header-in ile çakışmayı önler) */
.site-header__scroll-shift {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: transform 0.32s var(--ease-out);
}

/* Header artık scroll sırasında gizlenmez; sayfa yüksekliği sabit kalır. */
body.is-header-scroll-hidden .site-header,
body.is-header-scroll-hidden .site-header__scroll-shift {
  max-height: inherit !important;
  pointer-events: auto;
}

body.is-header-nav-open .site-header__scroll-shift {
  transform: none !important;
  pointer-events: auto !important;
}

body.is-header-nav-open .site-header {
  max-height: none !important;
}
body.is-header-nav-open {
  overflow-y: auto;
}

@keyframes header-in {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header {
    animation: none;
  }

  body.is-header-scroll-hidden .site-header__scroll-shift,
  body.is-header-scroll-hidden .site-header {
    transform: none !important;
    pointer-events: auto;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, 2vw, 20px);
  padding: 10px 0;
  min-height: 64px;
  position: relative;
  flex-wrap: nowrap;
  min-width: 0;
}

/* Masaüstü: hamburger yok, menü satırda */
.header-burger {
  display: none;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--brand-dark);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 10px rgba(21, 128, 61, 0.08);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.header-burger:hover,
.header-burger:focus-visible {
  border-color: rgba(34, 197, 94, 0.4);
  box-shadow: 0 4px 16px rgba(34, 197, 94, 0.15);
  outline: none;
}
.header-burger__line {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s var(--ease-out), opacity 0.2s;
  pointer-events: none;
}
.header-burger__line:nth-child(1) {
  top: 15px;
}
.header-burger__line:nth-child(2) {
  top: 21px;
}
.header-burger__line:nth-child(3) {
  top: 27px;
}
body.is-header-nav-open .header-burger__line:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}
body.is-header-nav-open .header-burger__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
body.is-header-nav-open .header-burger__line:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.header-nav-backdrop {
  display: none;
}
@media (min-width: 901px) {
  .header-nav__mobile-top {
    display: none !important;
  }
}
.header-nav {
  display: flex;
  align-items: center;
  gap: clamp(8px, 2vw, 28px);
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
  justify-content: center;
}
.header-nav__scroller {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 28px);
}
.header-nav__mobile-top {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 12px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--border);
}
.header-nav__mobile-title {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.header-nav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: rgba(34, 197, 94, 0.1);
  color: var(--brand-dark);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.header-nav__close:hover,
.header-nav__close:focus-visible {
  background: rgba(34, 197, 94, 0.18);
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.header-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--text);
  font-weight: 600;
  font-size: 0.93rem;
  letter-spacing: -0.01em;
  padding: 8px 6px;
  text-decoration: none !important;
}

.header-nav-ic {
  flex-shrink: 0;
  opacity: 0.72;
  transition: opacity 0.2s ease, transform 0.25s var(--ease-out);
}

.header-nav-link:hover .header-nav-ic,
.header-nav-link.is-active .header-nav-ic {
  opacity: 1;
  transform: translateY(-1px);
}

.header-nav-text {
  position: relative;
  display: inline-block;
}

.header-nav-link > .header-nav-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--brand-bright));
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--ease-out);
}

.header-nav-link:hover > .header-nav-text::after,
.header-nav-link.is-active > .header-nav-text::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-nav-link:hover {
  color: var(--brand-dark);
}

.header-nav-link.is-active {
  color: var(--brand-dark);
}

.header-end {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  margin-left: auto;
}

/* ——— Hesap: header giriş / avatar + site içi auth modal */
.header-user {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 120;
  flex-shrink: 0;
}

.header-user-menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-satisa-basla {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--brand-dark);
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1.5px solid rgba(21, 128, 61, 0.38);
  background: linear-gradient(180deg, #fff 0%, #f4eeff 100%);
  line-height: 1.2;
}

.header-satisa-basla:hover {
  text-decoration: none;
  color: var(--brand-dark);
  background: #ede9fe;
}

@media (max-width: 640px) {
  .header-satisa-basla {
    display: none;
  }
}

.header-user-avatar-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #f59e0b;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

/* Düz <button> (avatar) — Win/Edge yerel buton stilini kapat */
button.header-user-avatar {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  margin: 0;
  vertical-align: middle;
  font: inherit;
}

button.header-user-avatar::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.header-user-avatar,
a.header-user-signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  box-shadow: 0 4px 16px rgba(21, 128, 61, 0.12);
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s, border-color 0.2s, background 0.2s, color 0.2s;
}

/* İkincil CTA: mor çerçeve, hafif lavanta (HTML’de <a> — <button> UA yok) */
a.header-user-signin {
  gap: 10px;
  min-height: 48px;
  height: 48px;
  padding: 0 18px 0 10px;
  color: var(--brand-dark);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  background: linear-gradient(180deg, #ffffff 0%, #f4eeff 55%, #efe8ff 100%);
  border: 1.5px solid rgba(21, 128, 61, 0.35);
  border-radius: 999px;
  box-sizing: border-box;
}

a.header-user-signin:hover,
a.header-user-signin:focus,
a.header-user-signin:active,
a.header-user-signin:visited {
  color: var(--brand-dark);
  text-decoration: none;
}

.header-user-avatar {
  position: relative;
  min-width: 44px;
  min-height: 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  text-decoration: none;
  background: linear-gradient(140deg, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.15));
  border: 1.5px solid rgba(34, 197, 94, 0.4);
  border-radius: 50%;
}

.header-user-avatar-initial {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
  color: var(--brand-dark);
}

.header-user-avatar:hover,
a.header-user-signin:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(34, 197, 94, 0.25);
  border-color: rgba(21, 128, 61, 0.5);
}

a.header-user-signin:hover {
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 50%, #dcfce7 100%);
}

a.header-user-signin:active {
  transform: translateY(0) scale(0.99);
  box-shadow: 0 2px 10px rgba(21, 128, 61, 0.2);
}

.header-user-avatar[aria-expanded="true"],
a.header-user-signin:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.header-user-signin-ic {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 0;
  color: var(--brand-dark);
  background: linear-gradient(150deg, rgba(34, 197, 94, 0.2) 0%, rgba(34, 197, 94, 0.12) 100%);
  border: 1px solid rgba(34, 197, 94, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.header-user-signin-ic svg {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--brand-dark);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.4));
  stroke: currentColor;
  stroke-width: 1.9;
}

.header-user-signin-txt {
  line-height: 1.15;
  position: relative;
  top: 0.5px;
}

.header-user-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 200px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.99);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(21, 128, 61, 0.2);
  z-index: 250;
}

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

.header-user-panel-id {
  display: block;
  padding: 6px 16px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #14532d;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid var(--border);
  margin-bottom: 4px;
}

.header-user-panel a {
  display: block;
  padding: 9px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--text);
  transition: background 0.15s;
}

.header-user-panel a:hover {
  background: rgba(34, 197, 94, 0.08);
  text-decoration: none;
  color: var(--brand-dark);
}

.header-user-panel a.header-user-panel-admin {
  color: var(--brand-dark);
  font-weight: 700;
  margin-top: 2px;
  border-top: 1px solid var(--border);
  padding-top: 12px;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.08), rgba(34, 197, 94, 0.04));
}

.header-user-panel a.header-user-panel-admin:hover {
  background: rgba(34, 197, 94, 0.12);
  color: var(--brand);
}

.header-user-panel a.header-user-panel-exit {
  color: #b91c1c;
  font-weight: 700;
  margin-top: 2px;
  border-top: 1px solid var(--border);
  padding-top: 12px;
}

.header-user-panel a.header-user-panel-exit:hover {
  background: rgba(220, 38, 38, 0.08);
  color: #991b1b;
}

/* Auth modal */
.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(12px, 3vw);
  box-sizing: border-box;
}

.auth-modal[hidden] {
  display: none;
}

.auth-modal-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.65) 0%, rgba(88, 28, 135, 0.45) 100%);
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
}

.auth-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  max-height: min(92dvh, 720px);
  overflow-y: auto;
  overflow-x: hidden;
  background: linear-gradient(180deg, #fff 0%, #f7fee7 100%);
  border: 1px solid rgba(34, 197, 94, 0.18);
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  padding: 20px 22px 24px;
  padding-top: 20px;
  animation: auth-in 0.35s var(--ease-out) both;
}

.auth-modal-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, var(--brand) 20%, #22c55e 50%, var(--brand) 80%, transparent);
  opacity: 0.9;
  pointer-events: none;
}

@keyframes auth-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

button.auth-modal-x {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.95);
  color: #64748b;
  border-radius: 12px;
  line-height: 0;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.auth-modal-x:hover {
  background: #fff;
  color: var(--brand-dark);
  border-color: rgba(34, 197, 94, 0.2);
  transform: scale(1.04);
}

/* Logo + başlık */
.auth-modal-brand {
  text-align: center;
  padding: 4px 36px 12px 8px;
}

.auth-modal-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 10px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, #f0fdf4);
  border: 1px solid rgba(34, 197, 94, 0.2);
  box-shadow: 0 8px 24px rgba(21, 128, 61, 0.15);
}

.auth-modal-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 10px;
}

.auth-modal-title {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #14532d;
  line-height: 1.2;
}

.auth-modal-sub {
  margin: 0;
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
}

/* Sekmeler + ikon */
.auth-modal-tabs {
  display: flex;
  gap: 0;
  margin: 0 0 16px;
  background: rgba(15, 23, 42, 0.06);
  border-radius: 12px;
  padding: 5px;
  border: 1px solid rgba(34, 197, 94, 0.1);
}

.auth-tab {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 0;
  margin: 0;
  border: none;
  background: transparent;
  padding: 10px 10px;
  font: inherit;
  font-weight: 700;
  font-size: 0.86rem;
  color: var(--muted);
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.auth-tab-ic {
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.auth-tab:hover {
  color: var(--brand-dark);
}

.auth-tab.is-active {
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 2px 12px rgba(21, 128, 61, 0.2);
  transform: translateY(-0.5px);
}

.auth-tab.is-active .auth-tab-ic {
  opacity: 1;
  color: var(--brand);
}

.auth-modal-msg {
  margin: 0 0 16px;
  padding: 11px 14px;
  font-size: 0.86rem;
  line-height: 1.45;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.1);
  color: var(--brand-dark);
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.auth-modal-msg[hidden] {
  display: none;
}

.auth-modal-msg--err {
  background: rgba(220, 38, 38, 0.1);
  border-color: rgba(220, 38, 38, 0.25);
  color: #991b1b;
}

.auth-modal-msg--ok {
  background: rgba(5, 150, 105, 0.1);
  border-color: rgba(5, 150, 105, 0.2);
  color: #0f5132;
}

.auth-pane[hidden] {
  display: none;
}

.auth-pane {
  display: block;
}

.auth-hint {
  margin: 0 0 16px;
  padding: 10px 12px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.07), rgba(34, 197, 94, 0.05));
  border: 1px solid rgba(34, 197, 94, 0.12);
  border-radius: 12px;
}

.auth-hint strong {
  color: var(--brand-dark);
  font-weight: 700;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.auth-field {
  text-align: left;
}

.auth-label {
  display: block;
  margin: 0 0 6px 2px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #14532d;
  letter-spacing: 0.01em;
}

.auth-label-hint {
  font-weight: 600;
  color: var(--muted);
  font-size: 0.78em;
}

.auth-input-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
}

.auth-input-ic {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  pointer-events: none;
  border-radius: 12px 0 0 12px;
  transition: color 0.2s;
}

.auth-input-wrap:focus-within .auth-input-ic {
  color: var(--brand);
}

.auth-input {
  flex: 1;
  min-width: 0;
  width: 100%;
  padding: 12px 14px 12px 40px;
  font: inherit;
  font-size: 0.92rem;
  color: var(--text);
  background: #fff;
  border: 1.5px solid rgba(34, 197, 94, 0.18);
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.auth-input::placeholder {
  color: #9ca3af;
  opacity: 0.9;
}

.auth-input:hover {
  border-color: rgba(34, 197, 94, 0.28);
}

.auth-input:focus {
  outline: none;
  border-color: var(--brand);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
}

button.auth-btn-main {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 2px 0 0;
  padding: 14px 20px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 45%, #22c55e 100%);
  background-size: 200% 200%;
  box-shadow: 0 6px 24px rgba(34, 197, 94, 0.42);
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s, background-position 0.5s ease;
}

.auth-btn-main:hover {
  box-shadow: 0 8px 32px rgba(34, 197, 94, 0.5);
  transform: translateY(-1px);
  background-position: 100% 50%;
}

.auth-btn-main:active {
  transform: translateY(0) scale(0.99);
}

.auth-btn-main:focus-visible,
.auth-tab:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

button.auth-btn-main::-moz-focus-inner {
  border: 0;
}

.auth-oauth {
  margin: 8px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(34, 197, 94, 0.12);
  text-align: center;
}
.auth-oauth__or {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
a.auth-btn-google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  padding: 12px 18px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f1f1f;
  text-decoration: none;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid #dadce0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
a.auth-btn-google::before {
  content: "G";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  background: conic-gradient(#ea4335 0deg, #fbbc04 100deg, #34a853 200deg, #4285f4 300deg);
  flex-shrink: 0;
}
a.auth-btn-google:hover {
  border-color: #c1c4cc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

/* Giriş / kayıt: Google üstte, mor ana düğme altta */
.auth-oauth--in-form .auth-oauth__or {
  margin: 10px 0 0;
}

/* ——— Ödeme (checkout) */
.checkout-page.section {
  padding-top: 36px;
  padding-bottom: 48px;
  background: linear-gradient(180deg, var(--bg) 0%, #ecfdf5 100%);
}

.checkout-page-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.checkout-brand {
  text-align: center;
  margin-bottom: 28px;
}

.checkout-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, #f0fdf4);
  border: 1px solid rgba(34, 197, 94, 0.2);
  box-shadow: 0 10px 32px rgba(21, 128, 61, 0.12);
}

.checkout-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 10px;
}

.checkout-title {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #14532d;
}

.checkout-lead {
  margin: 0;
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--muted);
}

.checkout-account-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 20px;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.1) 0%, rgba(5, 150, 105, 0.06) 100%);
  border: 1px solid rgba(5, 150, 105, 0.25);
  border-radius: 14px;
  color: #0f5132;
}

.checkout-account-ic {
  flex-shrink: 0;
  color: #059669;
  margin-top: 2px;
}

.checkout-account-txt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.checkout-account-txt strong {
  font-weight: 700;
}

.checkout-guest-hint {
  margin: 0 0 20px;
  padding: 10px 14px;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--muted);
  background: rgba(34, 197, 94, 0.06);
  border: 1px solid rgba(34, 197, 94, 0.1);
  border-radius: 12px;
  text-align: center;
}

.checkout-guest-hint a {
  font-weight: 600;
}

/* —— Siparişlerim / hesap sipariş listesi —— */
.account-orders-page {
  padding-top: 8px;
  padding-bottom: 48px;
}
.account-orders-page-inner {
  max-width: 880px;
  margin-inline: auto;
}
.account-orders-hero {
  text-align: center;
  margin-bottom: 28px;
}
.account-orders-title {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}
.account-orders-meta {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.5;
}
.account-orders-meta__sep {
  margin: 0 0.35em;
  opacity: 0.5;
}
.account-orders-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 16px;
}
.account-orders-nav__link {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--brand-dark);
  text-decoration: none;
  padding: 6px 4px;
  border-radius: 8px;
  transition: color 0.2s var(--ease-out), background 0.2s var(--ease-out);
}
.account-orders-nav__link:hover {
  color: var(--brand);
  background: rgba(34, 197, 94, 0.08);
  text-decoration: none;
}
.account-orders-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
  padding: 22px 20px 24px;
  margin-bottom: 24px;
}
.account-orders-card__h {
  margin: 0 0 6px;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.account-orders-lead {
  margin: 0 0 18px;
  line-height: 1.55;
  max-width: 60ch;
}
.account-orders-empty {
  margin: 0;
  padding: 20px;
  border-radius: 14px;
  border: 1px dashed var(--border);
  background: rgba(34, 197, 94, 0.03);
}
.account-orders-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fcfcff;
}
.account-orders-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.account-orders-table thead th {
  text-align: left;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.09) 0%, rgba(34, 197, 94, 0.04) 100%);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}
.account-orders-th-actions {
  text-align: right;
  min-width: 200px;
}
.account-orders-tr {
  border-bottom: 1px solid rgba(34, 197, 94, 0.1);
  transition: background 0.15s var(--ease-out);
}
.account-orders-tr:last-child {
  border-bottom: 0;
}
.account-orders-tr:hover {
  background: rgba(255, 255, 255, 0.85);
}
.account-orders-td {
  padding: 14px;
  vertical-align: middle;
  color: var(--text);
}
.account-orders-id {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--text);
}
.account-orders-ref {
  margin-top: 2px;
  font-size: 0.75rem;
}
.account-orders-amount {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.account-orders-actions {
  text-align: right;
  vertical-align: middle;
}
.account-orders-actions-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.account-orders-btn {
  font-size: 0.8rem !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  box-shadow: none;
}
.order-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
  border: 1px solid transparent;
}
.order-badge--ok {
  background: rgba(16, 185, 129, 0.14);
  color: #047857;
  border-color: rgba(16, 185, 129, 0.35);
}
.order-badge--pending {
  background: rgba(234, 179, 8, 0.15);
  color: #a16207;
  border-color: rgba(234, 179, 8, 0.4);
}
.order-badge--bad {
  background: rgba(220, 38, 38, 0.1);
  color: #991b1b;
  border-color: rgba(220, 38, 38, 0.3);
}
.order-badge--neutral {
  background: rgba(100, 116, 139, 0.12);
  color: #475569;
  border-color: rgba(100, 116, 139, 0.2);
}
.account-orders-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 4px;
  line-height: 1.5;
  text-align: center;
}
.account-orders-foot a {
  color: var(--brand-dark);
  font-weight: 600;
  text-decoration: none;
  padding: 2px 6px;
  border-radius: 6px;
}
.account-orders-foot a:hover {
  text-decoration: underline;
  color: var(--brand);
}
@media (max-width: 640px) {
  .account-orders-table-wrap {
    border: 0;
    background: transparent;
  }
  .account-orders-table {
    min-width: 0;
  }
  .account-orders-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .account-orders-table tr.account-orders-tr {
    display: block;
    margin-bottom: 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
    padding: 0;
    overflow: hidden;
  }
  .account-orders-table tr.account-orders-tr:hover {
    background: var(--surface);
  }
  .account-orders-td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(34, 197, 94, 0.08);
    text-align: right;
  }
  .account-orders-td:last-child {
    border-bottom: 0;
  }
  .account-orders-td::before {
    content: attr(data-label);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--muted);
    flex: 0 0 auto;
    text-align: left;
    min-width: 5rem;
  }
  .account-orders-actions {
    text-align: right;
  }
  .account-orders-actions-inner {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .account-orders-th-actions {
    min-width: 0;
  }
  .account-orders-btn {
    text-align: center;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
  }
}

.checkout-alert {
  margin: 0 0 20px;
  padding: 12px 16px;
  font-size: 0.9rem;
  line-height: 1.45;
  border-radius: 12px;
  border: 1px solid transparent;
}

.checkout-alert--err {
  background: rgba(220, 38, 38, 0.1);
  border-color: rgba(220, 38, 38, 0.2);
  color: #991b1b;
}

.checkout-grid {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: stretch;
}

.checkout-aside {
  order: 1;
  width: 100%;
}

.checkout-main {
  order: 2;
  width: 100%;
}

.checkout-card {
  background: linear-gradient(180deg, #fff 0%, #f7fee7 100%);
  border: 1px solid rgba(34, 197, 94, 0.15);
  border-radius: 20px;
  box-shadow: 0 12px 48px rgba(15, 23, 42, 0.08);
  padding: 22px 22px 20px;
}

.checkout-card-title {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #14532d;
  letter-spacing: -0.02em;
}

.checkout-card-title--form {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(34, 197, 94, 0.1);
  margin-bottom: 18px;
}

.checkout-summary-list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.checkout-summary-item {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.88rem;
}

.checkout-summary-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px 14px;
}

.checkout-summary-name {
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.checkout-summary-line {
  font-weight: 700;
  color: #14532d;
  white-space: nowrap;
  flex-shrink: 0;
}

.checkout-summary-meta {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.8rem;
}

.checkout-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  padding-top: 12px;
  font-size: 0.9rem;
  color: var(--muted);
}

.checkout-summary-total strong {
  font-size: 1.15rem;
  color: var(--brand-dark);
}

.checkout-back-sepet {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand-dark);
  text-decoration: none;
  transition: color 0.2s;
}

.checkout-back-sepet:hover {
  color: var(--brand);
  text-decoration: underline;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
}

.checkout-field {
  text-align: left;
}

.checkout-label {
  display: block;
  margin: 0 0 6px 2px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #14532d;
}

.checkout-input-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
}

.checkout-input-wrap--textarea {
  align-items: flex-start;
}

.checkout-input-ic {
  position: absolute;
  left: 0;
  top: 12px;
  width: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  pointer-events: none;
  transition: color 0.2s;
}

.checkout-input-ic--textarea {
  top: 14px;
  align-items: flex-start;
}

.checkout-input-wrap--textarea .checkout-textarea {
  min-height: 90px;
  padding-top: 12px;
  resize: vertical;
  line-height: 1.45;
}

.checkout-input-wrap:focus-within .checkout-input-ic {
  color: var(--brand);
}

.checkout-input,
.checkout-textarea {
  flex: 1;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 12px 14px 12px 40px;
  font: inherit;
  font-size: 0.92rem;
  color: var(--text);
  background: #fff;
  border: 1.5px solid rgba(34, 197, 94, 0.18);
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.checkout-textarea {
  display: block;
  padding-left: 40px;
}

.checkout-input::placeholder,
.checkout-textarea::placeholder {
  color: #9ca3af;
}

.checkout-input:hover,
.checkout-textarea:hover {
  border-color: rgba(34, 197, 94, 0.28);
}

.checkout-input:focus,
.checkout-textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
}

button.checkout-btn-pay {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 4px;
  padding: 15px 20px;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 45%, #22c55e 100%);
  background-size: 200% 200%;
  box-shadow: 0 6px 26px rgba(34, 197, 94, 0.45);
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s, background-position 0.5s ease, opacity 0.2s;
}

button.checkout-btn-pay:hover:not(:disabled) {
  box-shadow: 0 8px 34px rgba(34, 197, 94, 0.5);
  transform: translateY(-1px);
  background-position: 100% 50%;
}

button.checkout-btn-pay:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

button.checkout-btn-pay:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

button.checkout-btn-pay::-moz-focus-inner {
  border: 0;
}

.checkout-footnote {
  margin: 20px 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--muted);
  text-align: center;
}

@media (min-width: 900px) {
  .checkout-grid {
    display: grid;
    grid-template-columns: min(340px, 34%) 1fr;
    grid-template-areas: 'side main';
    gap: 24px 28px;
    align-items: start;
  }

  .checkout-aside {
    grid-area: side;
    order: 0;
    position: sticky;
    top: 96px;
  }

  .checkout-main {
    grid-area: main;
    order: 0;
  }
}

/* ——— Sepet (cart) */
.cart-page.section {
  padding-top: 36px;
  padding-bottom: 52px;
  background: linear-gradient(180deg, var(--bg) 0%, #ecfdf5 100%);
}

.cart-page-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.cart-brand {
  text-align: center;
  margin-bottom: 28px;
}

.cart-logo-wrap {
  display: inline-flex;
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, #f0fdf4);
  border: 1px solid rgba(34, 197, 94, 0.2);
  box-shadow: 0 10px 32px rgba(21, 128, 61, 0.12);
}

.cart-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 10px;
}

.cart-title {
  margin: 0 0 6px;
  font-size: clamp(1.45rem, 3vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #14532d;
}

.cart-lead {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.cart-empty-card {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 28px 36px;
  background: linear-gradient(180deg, #fff, #f7fee7);
  border: 1px solid rgba(34, 197, 94, 0.12);
  border-radius: 22px;
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.08);
}

.cart-empty-ic {
  color: var(--brand);
  opacity: 0.4;
  margin-bottom: 12px;
}

.cart-empty-title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #14532d;
}

.cart-empty-txt {
  margin: 0 0 22px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

a.cart-btn-primary,
.cart-btn-primary {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 15px 22px;
  font: inherit;
  font-size: 0.97rem;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 45%, #22c55e 100%);
  background-size: 200% 200%;
  box-shadow: 0 6px 26px rgba(34, 197, 94, 0.4);
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s, background-position 0.5s ease;
  box-sizing: border-box;
}

a.cart-btn-primary:hover,
.cart-btn-primary:hover {
  box-shadow: 0 8px 34px rgba(34, 197, 94, 0.5);
  transform: translateY(-1px);
  background-position: 100% 50%;
}

a.cart-btn-ghost,
.cart-btn-ghost {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  padding: 12px 20px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-dark) !important;
  text-decoration: none !important;
  text-align: center;
  background: #fff;
  border: 1.5px solid rgba(34, 197, 94, 0.35);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(21, 128, 61, 0.1);
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
  box-sizing: border-box;
}

a.cart-btn-ghost:hover,
.cart-btn-ghost:hover {
  background: linear-gradient(180deg, #fff, #f0fdf4);
  border-color: rgba(21, 128, 61, 0.5);
  color: var(--brand) !important;
}

.cart-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cart-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 16px;
  row-gap: 4px;
  padding: 18px;
  background: linear-gradient(180deg, #fff, #fcfbff);
  border: 1px solid rgba(34, 197, 94, 0.12);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
}

.cart-line-thumb {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(140deg, #f1e8ff, #e8e0ff);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(34, 197, 94, 0.12);
}

.cart-line-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-line-thumb-fallback {
  color: rgba(21, 128, 61, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-line-main {
  flex: 1 1 200px;
  min-width: 0;
  align-self: flex-start;
  max-width: 100%;
}

.cart-line-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #14532d;
  text-decoration: none;
  margin: 0 0 4px;
  transition: color 0.2s;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.cart-line-name:hover {
  color: var(--brand);
  text-decoration: underline;
}

.cart-line-unit {
  margin: 0;
  font-size: 0.84rem;
  color: var(--muted);
}

.cart-line-unit span {
  color: var(--text);
  font-weight: 600;
}

.cart-line .cart-dt {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 4px;
}

.cart-line-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px 16px;
  width: 100%;
  flex: 1 1 100%;
  margin-top: 4px;
}

.cart-line-qty,
.cart-line-amount,
.cart-line-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cart-line-amount {
  text-align: right;
  align-items: flex-end;
  flex: 1 1 auto;
}

.cart-line-amount-val {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--brand-dark);
  white-space: nowrap;
}

.cart-line-actions {
  flex: 1 1 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.cart-qty-form {
  margin: 0;
}

.cart-qty-input {
  width: 72px;
  padding: 8px 10px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  border: 1.5px solid rgba(34, 197, 94, 0.2);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.cart-qty-input:hover {
  border-color: rgba(34, 197, 94, 0.35);
}

.cart-qty-input:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2);
}

.cart-remove-form {
  margin: 0;
}

.cart-remove-btn {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  color: #b91c1c;
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.cart-remove-btn:hover {
  background: rgba(220, 38, 38, 0.12);
  color: #991b1b;
}

.cart-remove-txt {
  position: static;
  clip: auto;
  width: auto;
  height: auto;
}

/* Masaüstü: 5 sütun — .cart-line-controls { display: contents } */
@media (min-width: 800px) {
  .cart-line {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) 100px 120px 96px;
    grid-template-areas: 'thumb main qty amount actions';
    align-items: start;
    column-gap: 16px;
  }

  .cart-line-controls {
    display: contents;
    margin-top: 0;
  }

  .cart-line-thumb {
    grid-area: thumb;
    width: 100px;
    height: 100px;
    flex: none;
  }

  .cart-line-main {
    grid-area: main;
    min-width: 0;
  }

  .cart-line-qty {
    grid-area: qty;
    align-items: flex-start;
  }

  .cart-line-amount {
    grid-area: amount;
    text-align: right;
    align-items: flex-end;
    min-width: 0;
  }

  .cart-line-actions {
    grid-area: actions;
    flex: none;
    width: auto;
    justify-content: flex-start;
  }
}

.cart-summary-card {
  background: linear-gradient(180deg, #fff, #f7fee7);
  border: 1px solid rgba(34, 197, 94, 0.16);
  border-radius: 20px;
  padding: 24px 22px 20px;
  box-shadow: 0 12px 44px rgba(15, 23, 42, 0.1);
  position: sticky;
  top: 96px;
}

.cart-summary-title {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #14532d;
  border-bottom: 1px solid rgba(34, 197, 94, 0.1);
  padding-bottom: 12px;
}

.cart-summary-totalline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 20px;
  font-size: 0.9rem;
  color: var(--muted);
  flex-wrap: wrap;
}

.cart-summary-totalline strong {
  font-size: 1.4rem;
  color: var(--brand-dark);
}

@media (min-width: 960px) {
  .cart-grid {
    display: grid;
    grid-template-columns: 1fr min(340px, 32%);
    gap: 28px;
    align-items: start;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 45%, #22c55e 100%);
  background-size: 200% 200%;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.4);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), background-position 0.5s ease;
}

.header-cta-ic {
  flex-shrink: 0;
  opacity: 0.95;
}

.header-cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: var(--shadow-glow);
  background-position: 100% 50%;
}

.header-cta:active {
  transform: translateY(0) scale(0.98);
}

.header-cta.is-active {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.45), var(--shadow-glow);
}

.header-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border);
  transition: transform 0.25s var(--ease-out), border-color 0.2s, box-shadow 0.25s;
  text-decoration: none !important;
}

.header-cart:hover {
  transform: rotate(-6deg) scale(1.05);
  border-color: rgba(34, 197, 94, 0.35);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.2);
  color: var(--brand-dark);
}

.header-cart-icon {
  display: block;
}

.header-cart-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.5);
  animation: badge-pop 0.45s var(--ease-out) both;
}

@keyframes badge-pop {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.header-logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  transition: transform 0.35s var(--ease-out), filter 0.35s ease;
  filter: drop-shadow(0 3px 10px rgba(34, 197, 94, 0.22));
}

.header-logo-mark:hover {
  transform: scale(1.06);
  filter: drop-shadow(0 8px 28px rgba(147, 51, 234, 0.55));
}

.header-logo-mark img {
  width: clamp(30px, 6.5vw, 36px);
  height: auto;
  object-fit: contain;
}

/* Mobil + tablet: tek satır üst bar, menü sol çekmece */
@media (max-width: 900px) {
  .site-header {
    z-index: 300;
  }
  .header-burger {
    display: inline-flex;
  }
  .header-burger,
  .header-logo-mark,
  .header-end {
    position: relative;
    z-index: 330;
  }
  .header-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 308;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px) saturate(1.1);
    -webkit-backdrop-filter: blur(4px) saturate(1.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s;
  }
  body.is-header-nav-open .header-nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    min-height: 56px;
  }
  .header-logo-mark {
    flex: 0 0 auto;
  }
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(20.5rem, 92vw);
    max-width: 100%;
    z-index: 320;
    flex: none;
    min-height: 0;
    margin: 0;
    padding: max(8px, env(safe-area-inset-top, 0px)) 14px 16px 14px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: linear-gradient(180deg, #ffffff 0%, #f7fee7 100%);
    border-right: 1px solid var(--border);
    box-shadow: 8px 0 40px rgba(15, 23, 42, 0.2);
    transform: translate3d(-105%, 0, 0);
    transition: transform 0.32s var(--ease-out);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  body.is-header-nav-open .header-nav {
    transform: translate3d(0, 0, 0);
  }
  .header-nav__mobile-top {
    display: flex;
  }
  .header-nav__scroller {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: hidden;
    gap: 4px;
    padding: 4px 0 12px;
  }
  .header-nav .header-nav-link,
  .header-nav .header-nav-dropdown {
    margin: 0;
    width: 100%;
  }
  .header-nav .header-nav-link {
    min-height: 44px;
    box-sizing: border-box;
    align-items: center;
  }
  .header-nav .header-nav-dropdown-trigger {
    min-height: 44px;
    width: 100%;
    box-sizing: border-box;
  }
  .header-end {
    flex: 0 0 auto;
    margin-left: auto;
    min-width: 0;
    gap: 8px;
    flex-wrap: nowrap;
  }
  a.header-user-signin {
    min-height: 44px;
    height: 44px;
    padding: 0 12px 0 6px;
    font-size: 0.8rem;
  }
  a.header-user-signin .header-user-signin-txt {
    max-width: 4.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
  }
  .header-user-avatar {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
  }
  .header-user-signin-ic {
    width: 32px;
    height: 32px;
  }
  .header-user-signin-ic svg {
    width: 18px;
    height: 18px;
  }
  .header-cta {
    position: relative;
    padding: 0 10px;
    min-height: 40px;
    min-width: 40px;
    justify-content: center;
    gap: 0;
  }
  .header-cta__text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .header-cta-ic {
    display: block;
  }
  .header-cart {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }
  .header-user-panel {
    z-index: 400;
  }
}
@media (max-width: 400px) {
  a.header-user-signin .header-user-signin-txt {
    display: none;
  }
  a.header-user-signin {
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    border-radius: 12px;
    justify-content: center;
  }
  a.header-user-signin .header-user-signin-ic {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 401px) and (max-width: 900px) {
  a.header-user-signin .header-user-signin-txt {
    max-width: none;
  }
}

.hero {
  background: linear-gradient(145deg, #0f0a1e 0%, #14532d 22%, #15803d 48%, #16a34a 72%, #14532d 100%);
  color: #fff;
  padding: clamp(48px, 8vw, 88px) 0 clamp(56px, 10vw, 96px);
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 70% at 10% 15%, rgba(74, 222, 128, 0.4), transparent 52%),
    radial-gradient(ellipse 70% 60% at 90% 80%, rgba(34, 197, 94, 0.35), transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(34, 197, 94, 0.25), transparent 45%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 25%, rgba(255, 255, 255, 0.1), transparent 42%);
  pointer-events: none;
}

.hero-mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.4;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.hero-visual {
  position: relative;
  min-height: min(380px, 52vw);
  padding: 8px 4px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual-ring {
  position: absolute;
  width: min(420px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 200deg, rgba(134, 239, 172, 0.35), rgba(34, 197, 94, 0.15), rgba(74, 222, 128, 0.3), rgba(134, 239, 172, 0.35));
  filter: blur(2px);
  opacity: 0.85;
  animation: hero-ring 14s linear infinite;
}

@keyframes hero-ring {
  to {
    transform: rotate(360deg);
  }
}

.hero-mock {
  position: relative;
  width: 100%;
  max-width: 400px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.hero-mock-chrome {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-mock-dots {
  display: flex;
  gap: 6px;
}
.hero-mock-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.hero-mock-dots i:nth-child(1) {
  background: #f87171;
}
.hero-mock-dots i:nth-child(2) {
  background: #fbbf24;
}
.hero-mock-dots i:nth-child(3) {
  background: #4ade80;
}

.hero-mock-url {
  flex: 1;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.75);
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  text-align: center;
}

.hero-mock-body {
  padding: 18px 16px 20px;
}

.hero-mock-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.hero-mock-stat {
  padding: 12px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.hero-mock-stat-val {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.hero-mock-stat-label {
  display: block;
  margin-top: 4px;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.75;
}

.hero-mock-chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  height: 100px;
  padding: 12px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-mock-chart span {
  flex: 1;
  min-width: 0;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #bbf7d0, #22c55e);
  opacity: 0.9;
  animation: hero-bar 2.4s ease-in-out infinite alternate;
}
.hero-mock-chart span:nth-child(2) {
  animation-delay: 0.2s;
}
.hero-mock-chart span:nth-child(3) {
  animation-delay: 0.4s;
}
.hero-mock-chart span:nth-child(4) {
  animation-delay: 0.1s;
}
.hero-mock-chart span:nth-child(5) {
  animation-delay: 0.35s;
}
.hero-mock-chart span:nth-child(6) {
  animation-delay: 0.5s;
}
.hero-mock-chart span:nth-child(7) {
  animation-delay: 0.15s;
}

@keyframes hero-bar {
  from {
    opacity: 0.65;
    filter: brightness(0.95);
  }
  to {
    opacity: 1;
    filter: brightness(1.1);
  }
}

.hero-mock-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-mock-rows span {
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
}
.hero-mock-rows span:nth-child(1) {
  width: 100%;
}
.hero-mock-rows span:nth-child(2) {
  width: 78%;
}
.hero-mock-rows span:nth-child(3) {
  width: 56%;
}

.hero-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  animation: hero-pin-float 5s ease-in-out infinite;
}
.hero-pin svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.hero-pin--a {
  top: 0;
  right: 0;
  animation-delay: 0s;
}
.hero-pin--b {
  bottom: 22%;
  left: 0;
  animation-delay: 1.2s;
}
.hero-pin--c {
  bottom: 0;
  right: 4%;
  animation-delay: 0.6s;
}

@keyframes hero-pin-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-visual {
    min-height: auto;
    max-width: 440px;
    margin-inline: auto;
    order: 2;
  }
  .hero-copy {
    order: 1;
  }
  .hero-pin--a {
    right: 0;
  }
  .hero-pin--b {
    left: 0;
  }
}

@media (max-width: 520px) {
  .hero-mock-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .hero-mock-stat {
    padding: 10px 6px;
  }
  .hero-mock-stat-val {
    font-size: 1.1rem;
  }
  .hero-pin {
    font-size: 0.62rem;
    padding: 6px 10px;
  }
  .hero-visual-ring {
    opacity: 0.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual-ring {
    animation: none;
  }
  .hero-mock-chart span {
    animation: none;
  }
  .hero-pin {
    animation: none;
  }
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 11px;
  margin-bottom: 18px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  animation: hero-kicker-in 0.65s var(--ease-out) 0.1s both;
}

@keyframes hero-kicker-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-kicker-icon {
  display: flex;
  color: #fde68a;
  filter: drop-shadow(0 0 10px rgba(253, 230, 138, 0.45));
}

.hero h1 {
  margin: 0 0 16px;
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  max-width: 14ch;
}
@media (min-width: 961px) {
  .hero h1 {
    max-width: 16ch;
  }
}
.hero p.lead {
  margin: 0 0 22px;
  font-size: clamp(1.02rem, 1.8vw, 1.15rem);
  line-height: 1.65;
  opacity: 0.92;
  max-width: 38ch;
}

/* Ana sayfa hero: dönen typewriter; vurgulu cümleler (al/sat) */
.hero p.lead.home-hero-typewriter {
  min-height: 3.2em;
  max-width: min(46ch, 100%);
}
.hero .home-hero-typewriter__out {
  display: inline;
}
.hero .home-hero-tw__em {
  color: #fef3c7;
  font-weight: 800;
  text-shadow: 0 0 20px rgba(250, 204, 21, 0.35);
  text-decoration: underline;
  text-decoration-color: rgba(250, 204, 21, 0.55);
  text-underline-offset: 0.12em;
}
@media (prefers-reduced-motion: reduce) {
  .hero p.lead.home-hero-typewriter {
    min-height: 0;
  }
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  transition: transform 0.25s var(--ease-out), border-color 0.2s, background 0.2s;
}

.hero-badge:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.25);
}

.hero-badge-ic {
  display: flex;
  align-items: center;
  color: #ddd6fe;
}

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

.btn-ic {
  flex-shrink: 0;
}

.btn-hero-pri,
.btn-hero-sec,
.btn-hero-mid {
  gap: 10px;
  padding-left: 20px;
  padding-right: 22px;
}

/* Hero orta CTA: mor cam — incel (beyaz) ile ulaşın (çerçeve) arasında */
.hero .btn-hero-mid {
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18) 0%, rgba(134, 239, 172, 0.22) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}
.hero .btn-hero-mid:hover {
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.26) 0%, rgba(187, 247, 208, 0.28) 100%);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 32px rgba(21, 128, 61, 0.2);
}

/* Satışa başla: <a> moru + currentColor; HTML’de stroke=#fff, burada yedek */
.hero a.btn-hero-mid,
.hero a.btn-hero-mid:visited,
.hero a.btn-hero-mid:hover,
.hero a.btn-hero-mid:focus-visible {
  color: #fff;
}
.hero a.btn-hero-mid .btn-ic--hero-satisa,
.hero a.btn-hero-mid .btn-ic--hero-satisa * {
  stroke: #fff !important;
  fill: none !important;
  color: #fff;
  flex-shrink: 0;
  opacity: 1;
  vector-effect: non-scaling-stroke;
  overflow: visible;
  display: block;
}
.hero a.btn-hero-mid .btn-ic--hero-satisa {
  filter: drop-shadow(0 0 0.5px rgba(0, 0, 0, 0.4));
}

@media (prefers-reduced-motion: reduce) {
  .hero-kicker {
    animation: none;
  }
  .hero-badge:hover {
    transform: none;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}
.btn-primary {
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}
.btn-primary:hover {
  box-shadow: 0 14px 36px rgba(34, 197, 94, 0.25);
}
.btn-glow {
  background: linear-gradient(135deg, #fff 0%, #f0fdf4 100%);
  color: var(--brand-dark) !important;
  border: 1px solid rgba(34, 197, 94, 0.22);
}
.btn-glow:hover {
  box-shadow: var(--shadow-glow);
}
.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
}
.btn-ghost {
  background: var(--surface);
  color: var(--brand);
  border: 1px solid var(--border);
}
.btn-danger {
  background: #c0392b;
  color: #fff;
}

.section {
  padding: 56px 0;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .section {
    padding: 40px 0;
  }
  .section-sub {
    max-width: 100%;
    padding: 0 2px;
  }
}
@media (max-width: 768px) {
  .form-grid input:not([type="checkbox"]):not([type="radio"]),
  .form-grid textarea,
  .form-grid select,
  .form-grid .auth-input,
  .auth-form .auth-input,
  .checkout-form input,
  .checkout-form textarea,
  .checkout-form select {
    font-size: 16px;
  }
}
.section-title {
  text-align: center;
  margin: 0 0 12px;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
@media (max-width: 640px) {
  .section-title {
    font-size: 1.45rem;
  }
}
.section-sub {
  text-align: center;
  color: var(--muted);
  margin: 0 auto 40px;
  max-width: 56ch;
}

.section-head {
  text-align: center;
  margin-bottom: 8px;
}

.section-head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  color: var(--brand-dark);
  background: linear-gradient(145deg, rgba(34, 197, 94, 0.1), rgba(134, 239, 172, 0.18));
  border: 1px solid rgba(34, 197, 94, 0.15);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.08);
}

.section-head .section-title {
  margin-bottom: 10px;
}

.section-head .section-sub {
  margin-bottom: 36px;
}

.section-head--left {
  text-align: left;
}
.section-head--left .section-sub {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

/* Banner → ürünler arası geçiş çizgisi */
.home-hero-divider {
  position: relative;
  margin-top: -1px;
  padding: clamp(20px, 4vw, 36px) 0 clamp(12px, 2.5vw, 24px);
  z-index: 1;
}

.home-hero-divider__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(49, 46, 129, 0.55) 0%,
    rgba(21, 128, 61, 0.22) 38%,
    rgba(244, 246, 251, 0.92) 88%,
    #f0f2f8 100%
  );
  pointer-events: none;
}

.home-hero-divider__inner {
  position: relative;
  z-index: 1;
}

.home-hero-divider__line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2px;
  max-width: min(920px, 100%);
  margin: 0 auto;
}

.home-hero-divider__glow {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(187, 247, 208, 0.15) 12%,
    rgba(255, 255, 255, 0.55) 48%,
    rgba(187, 247, 208, 0.15) 88%,
    transparent 100%
  );
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(134, 239, 172, 0.35), 0 0 40px rgba(34, 197, 94, 0.12);
}

.home-hero-divider__gem {
  position: relative;
  z-index: 2;
  width: 11px;
  height: 11px;
  border-radius: 3px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #dcfce7 0%, #86efac 45%, #22c55e 100%);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.35),
    0 0 28px rgba(134, 239, 172, 0.85),
    0 4px 16px rgba(21, 128, 61, 0.45);
}

/* Ana sayfa — vitrin (düz arka plan, çok satan / fırsat / kategoriler) */
.home-showcase {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(10px, 2vw, 18px) 0 clamp(8px, 1.5vw, 14px);
  background: var(--bg);
}

.home-showcase__inner {
  position: relative;
  z-index: 1;
}

.home-showcase__mast {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px 18px;
  margin-bottom: clamp(10px, 1.8vw, 16px);
}

.home-showcase__mast-copy {
  flex: 1 1 min(100%, 520px);
  max-width: 640px;
}

.home-showcase__eyebrow {
  margin: 0 0 4px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-dark);
}

.home-showcase__heading {
  margin: 0 0 4px;
  font-size: clamp(1.15rem, 2.6vw, 1.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--text);
}

.home-showcase__sub {
  margin: 0;
  font-size: 0.81rem;
  line-height: 1.35;
  color: var(--muted);
  max-width: 48ch;
}

.home-showcase__mast-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none !important;
  color: #0f172a !important;
  background: linear-gradient(135deg, #22c55e 0%, #4ade80 50%, #16a34a 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.25),
    0 10px 32px rgba(34, 197, 94, 0.32);
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);
  flex-shrink: 0;
}

.home-showcase__mast-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35),
    0 14px 40px rgba(34, 197, 94, 0.42);
}

.home-showcase__scroll {
  overflow: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.home-showcase__scroll::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1101px) {
  .home-showcase__row {
    display: grid;
    gap: 20px;
    align-items: stretch;
    min-height: 0;
  }

  .home-showcase__row--n3 {
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.56fr) minmax(0, 0.92fr);
  }

  .home-showcase__row--n2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .home-showcase__row--n1 {
    grid-template-columns: minmax(0, 1fr);
    max-width: 720px;
    margin-inline: auto;
  }
}

@media (max-width: 1100px) {
  .home-showcase__scroll {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 8px;
    padding-bottom: 8px;
    margin-inline: -8px;
    padding-inline: 8px;
  }

  .home-showcase__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 14px;
    align-items: stretch;
    width: max-content;
    min-width: 100%;
  }

  .home-showcase__row > .home-showcase__hero,
  .home-showcase__row > .home-showcase__seller,
  .home-showcase__row > .home-showcase__cats {
    flex: 0 0 min(90vw, 420px);
    max-width: min(90vw, 420px);
    scroll-snap-align: start;
  }
}

.home-showcase__hero {
  position: relative;
  display: flex;
  min-height: 190px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #0e7490 0%, #155e75 45%, #164e63 100%);
  background-size: cover;
  background-position: center;
  text-decoration: none !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(34, 211, 238, 0.08),
    0 16px 48px rgba(8, 47, 73, 0.45);
  transition: transform 0.22s var(--ease-out), box-shadow 0.22s var(--ease-out);
}

.home-showcase__hero--noimg {
  background-image: none !important;
}

.home-showcase__hero:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(34, 211, 238, 0.2),
    0 22px 56px rgba(8, 47, 73, 0.55);
}

.home-showcase__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(15, 23, 42, 0.88) 0%,
    rgba(15, 23, 42, 0.42) 48%,
    rgba(6, 78, 94, 0.35) 100%
  );
  pointer-events: none;
}

.home-showcase__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  padding: clamp(20px, 3.2vw, 28px);
  width: 100%;
  min-height: 190px;
  box-sizing: border-box;
}

.home-showcase__hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-showcase__pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-showcase__pill--light {
  background: rgba(255, 255, 255, 0.95);
  color: #0e7490;
}

.home-showcase__pill--dark {
  background: rgba(15, 23, 42, 0.6);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.home-showcase__hero-title {
  font-size: clamp(1.28rem, 2.9vw, 1.72rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  max-width: 24ch;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.45);
}

.home-showcase__hero-price {
  font-size: 1.18rem;
  font-weight: 800;
  color: #a5f3fc;
}

.home-showcase__seller {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 190px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 42px rgba(88, 28, 135, 0.35);
  transition: transform 0.22s var(--ease-out), box-shadow 0.22s var(--ease-out);
}

.home-showcase__seller:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 52px rgba(88, 28, 135, 0.45);
}

.home-showcase__seller-bg {
  position: absolute;
  inset: 0;
  background-color: #14532d;
  background-image:
    linear-gradient(155deg, rgba(15, 23, 42, 0.88) 0%, rgba(67, 56, 202, 0.42) 42%, rgba(15, 23, 42, 0.78) 100%),
    url("../img/showcase/seller-cta-bg.png");
  background-size: cover;
  background-position: center 28%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.home-showcase__seller-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 18px 20px;
  margin-top: auto;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.home-showcase__seller-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.92;
}

.home-showcase__seller-headline {
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}

.home-showcase__seller-text {
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0.94;
  line-height: 1.4;
}

.home-showcase__seller-cta {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fef08a;
  margin-top: 6px;
  letter-spacing: 0.02em;
}

.home-showcase__cats {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 12px 13px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 4px 24px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  box-sizing: border-box;
  backdrop-filter: blur(12px);
}

.home-showcase__cats-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 13px;
}

.home-showcase__cats-title {
  font-size: 0.97rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.home-showcase__cats-all {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand-dark);
  text-decoration: none !important;
  white-space: nowrap;
}

.home-showcase__cats-all:hover {
  text-decoration: underline !important;
}

.home-showcase__cats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
  flex: 1;
  align-content: start;
}

.home-showcase__cat-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 7px;
  padding: 9px 4px;
  border-radius: 12px;
  text-decoration: none !important;
  color: #334155 !important;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.28;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.home-showcase__cat-tile:hover {
  background: rgba(14, 116, 144, 0.08);
  box-shadow: 0 0 0 1px rgba(14, 116, 144, 0.15);
}

.home-showcase__cat-thumb {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f5f9;
  flex-shrink: 0;
}

.home-showcase__cat-thumb--asset {
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06) inset;
}

.home-showcase__cat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-showcase__cat-thumb--asset img {
  object-fit: contain;
  padding: 6px;
  box-sizing: border-box;
}

.home-showcase__cat-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(145deg, #cffafe, #a5f3fc);
  color: #0e7490;
  font-size: 1.25rem;
  font-weight: 800;
  flex-shrink: 0;
}

.home-showcase__cat-label {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  min-height: 2.4em;
}

@media (max-width: 1100px) {
  .home-showcase__cats {
    min-height: auto;
  }
}

/* Ana sayfa — header altı öne çıkan ürünler (yatay kart / carousel) */
.featured-products {
  position: relative;
  z-index: 2;
  --feat-navy: #0f172a;
  --feat-muted: #64748b;
  --feat-accent: #ea580c;
  --feat-bg: #eef1f6;
  background: var(--feat-bg);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

/* Header’daki `.container` ile aynı genişlik (logo / arama satırı ile hizalı) */
.featured-products__inner {
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
  padding: clamp(18px, 3vw, 28px) 0 clamp(22px, 3.5vw, 32px);
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .featured-products__inner {
    width: min(100% - 20px, var(--max));
  }
}

.featured-products__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
  margin: 0 0 22px;
  padding: 0 0 18px;
  position: relative;
}

.featured-products__chips::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(92vw, 560px);
  height: 2px;
  border-radius: 999px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(34, 197, 94, 0.15) 12%,
    rgba(56, 189, 248, 0.65) 50%,
    rgba(34, 197, 94, 0.15) 88%,
    transparent 100%
  );
  box-shadow:
    0 0 24px rgba(56, 189, 248, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.85);
}

.featured-products__chips::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  width: min(88vw, 480px);
  height: 1px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.55;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(15, 23, 42, 0.06) 50%,
    transparent
  );
}

.featured-products__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--feat-navy);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  text-decoration: none !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  transition:
    border-color 0.18s var(--ease-out),
    box-shadow 0.18s var(--ease-out),
    transform 0.18s var(--ease-out),
    color 0.18s ease;
}

.featured-products__chip--noimg {
  padding: 8px 16px;
}

.featured-products__chip-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.featured-products__chip-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
  box-sizing: border-box;
}

.featured-products__chip-label {
  line-height: 1.25;
}

.featured-products__chip:hover {
  border-color: rgba(34, 197, 94, 0.38);
  box-shadow: 0 4px 16px rgba(34, 197, 94, 0.14);
  transform: translateY(-2px);
  color: var(--brand-dark);
}

@media (prefers-reduced-motion: reduce) {
  .featured-products__chip {
    transition: border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
  }

  .featured-products__chip:hover {
    transform: none;
  }
}

.featured-products__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.featured-products__title {
  margin: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--feat-navy);
}

.featured-products__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none !important;
  color: #0f172a !important;
  background: linear-gradient(135deg, #22c55e 0%, #4ade80 50%, #16a34a 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.25),
    0 10px 32px rgba(34, 197, 94, 0.32);
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);
  white-space: nowrap;
  border: 0;
}

.featured-products__all:hover {
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35),
    0 14px 40px rgba(34, 197, 94, 0.42);
}

.featured-products__divider {
  height: 1px;
  margin: 14px 0 18px;
  background: rgba(15, 23, 42, 0.1);
}

.featured-products__slider {
  position: relative;
  display: block;
}

.featured-products__viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 12px;
  padding: 4px 0;
  outline: none;
  /* Yatay kaydırma çubuğunu gizle; kaydırma ve ok düğmeleri çalışmaya devam eder */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.featured-products__viewport::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.featured-products__track {
  display: flex;
  gap: 14px;
  align-items: stretch;
}

.featured-products__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(21, 128, 61, 0.12);
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
  cursor: pointer;
  transition: background 0.15s var(--ease-out), border-color 0.15s var(--ease-out), color 0.15s var(--ease-out), transform 0.15s var(--ease-out);
}

.featured-products__nav--prev {
  left: -22px;
}

.featured-products__nav--next {
  right: -22px;
}

.featured-products__nav:hover {
  background: #f0fdf4;
  border-color: rgba(34, 197, 94, 0.3);
  color: var(--brand-dark);
  transform: translateY(calc(-50% - 1px));
}

.featured-products__nav:focus-visible {
  outline: 2px solid rgba(34, 197, 94, 0.45);
  outline-offset: 2px;
}

@media (max-width: 520px) {
  .featured-products__nav {
    width: 34px;
    height: 34px;
  }

  .featured-products__nav--prev {
    left: 4px;
  }

  .featured-products__nav--next {
    right: 4px;
  }
}

.featured-product-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 380px;
  min-width: 380px;
  max-width: 380px;
}

.featured-product-card__link {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 14px;
  height: 126px;
  min-height: 126px;
  max-height: 126px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, #fff 0%, #fbfdfb 100%);
  border: 1px solid rgba(21, 128, 61, 0.1);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.07);
  transition: box-shadow 0.18s var(--ease-out), border-color 0.18s var(--ease-out), transform 0.18s var(--ease-out);
}

.featured-product-card__link:hover {
  border-color: rgba(34, 197, 94, 0.28);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.featured-product-card__media {
  position: relative;
  flex: 0 0 116px;
  width: 116px;
  height: 102px;
  min-width: 116px;
  max-width: 116px;
  min-height: 102px;
  max-height: 102px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #f1f5f9 0%, #e2e8f0 100%);
  align-self: center;
}

.featured-product-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-product-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--feat-muted);
  opacity: 0.65;
}

.featured-product-card__body {
  flex: 1 1 auto;
  min-width: 0;
  height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}

.featured-product-card__name {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--feat-navy);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.47em;
  max-height: 2.47em;
}

.featured-product-card__meta {
  display: block;
  font-size: 0.72rem;
  color: #8b95a1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured-product-card__rating {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 0.78rem;
  color: var(--feat-muted);
}

.featured-product-card__star {
  font-size: 0.75rem;
  line-height: 1;
  color: #f59e0b;
}

.featured-product-card__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 5px;
  margin-top: auto;
}

@media (max-width: 520px) {
  .featured-product-card {
    width: min(360px, calc(100vw - 92px));
    min-width: min(360px, calc(100vw - 92px));
    max-width: min(360px, calc(100vw - 92px));
  }
}

.featured-product-card__price {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--brand-dark);
  letter-spacing: -0.01em;
}

.featured-product-card__sales {
  font-size: 0.72rem;
  color: #8b95a1;
  white-space: nowrap;
}

.section-home-products {
  padding-top: clamp(28px, 5vw, 48px);
  padding-bottom: clamp(32px, 5vw, 56px);
  background: linear-gradient(180deg, var(--bg) 0%, #f4f6fb 42%, var(--bg) 100%);
}

.home-products-more {
  text-align: center;
  margin: 32px 0 0;
}

.section-home-products .home-products-more .btn {
  background: var(--surface);
  color: var(--brand-dark);
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 8px;
  box-shadow: none;
  transform: none;
}

.section-home-products .home-products-more .btn:hover {
  background: rgba(34, 197, 94, 0.06);
  border-color: rgba(34, 197, 94, 0.4);
  transform: none;
}

.product-cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.product-cat-tabs--home {
  margin-top: 8px;
  margin-bottom: 24px;
}
.product-cat-tab {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--muted);
  border: 1.5px solid var(--border);
  background: var(--surface);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.product-cat-tab:hover {
  color: var(--brand-dark);
  border-color: rgba(34, 197, 94, 0.32);
  background: rgba(34, 197, 94, 0.06);
  box-shadow: 0 2px 8px rgba(21, 128, 61, 0.08);
}
.product-cat-tab.is-active {
  color: #fff;
  background: linear-gradient(130deg, #15803d 0%, #16a34a 55%, #22c55e 100%);
  border-color: rgba(34, 197, 94, 0.42);
  box-shadow: 0 4px 16px rgba(21, 128, 61, 0.24);
  transform: translateY(-1px);
}

.section-home-features {
  background: linear-gradient(180deg, var(--bg) 0%, #ecfdf5 50%, var(--bg) 100%);
}

.grid-features {
  align-items: stretch;
}

.card-feature {
  position: relative;
  padding: 28px 24px 30px;
  overflow: hidden;
  border: 1px solid rgba(34, 197, 94, 0.12) !important;
  background: linear-gradient(165deg, #ffffff 0%, #f7fee7 55%, #f0fdf4 100%) !important;
}

.card-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--brand-bright), #16a34a);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.card-feature:hover::before {
  opacity: 1;
}

.card-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s ease;
}

.card-feature:hover .card-feature-icon {
  transform: scale(1.06) translateY(-2px);
}

.card-feature-icon--violet {
  background: linear-gradient(145deg, #22c55e, #15803d);
  box-shadow: 0 12px 32px rgba(34, 197, 94, 0.38);
}

.card-feature-icon--magenta {
  background: linear-gradient(145deg, #16a34a, #4ade80);
  box-shadow: 0 12px 32px rgba(192, 38, 211, 0.28);
}

.card-feature-icon--indigo {
  background: linear-gradient(145deg, #22c55e, #15803d);
  box-shadow: 0 12px 32px rgba(34, 197, 94, 0.32);
}

.card-feature h3 {
  margin: 0 0 10px;
  font-size: 1.14rem;
  letter-spacing: -0.02em;
}

.card-feature p {
  font-size: 0.96rem;
  line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
  .card-feature:hover .card-feature-icon {
    transform: none;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.grid-3 .card {
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s ease;
}

.grid-3 .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(21, 128, 61, 0.14);
}

@media (prefers-reduced-motion: reduce) {
  .grid-3 .card {
    transition: none;
  }
  .grid-3 .card:hover {
    transform: none;
  }
}

.card {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 24px;
  box-shadow: var(--shadow);
}
.card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}
.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Ürün kartı: vitrin ızgarası; dar ekranda 2 sütun, çok darda 1 sütun */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(312px, 100%), 1fr));
  gap: clamp(23px, 3.1vw, 32px);
  min-width: 0;
}
@media (max-width: 380px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (min-width: 381px) and (max-width: 600px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

/* Ürünler listesi: vitrine göre bir tık daha kompakt kart */
.product-grid--catalog {
  grid-template-columns: repeat(auto-fill, minmax(min(264px, 100%), 1fr));
  gap: clamp(18px, 2.5vw, 26px);
}
@media (max-width: 380px) {
  .product-grid--catalog {
    gap: 14px;
  }
}
.product-grid--catalog .product-card {
  border-radius: 16px;
}
.product-grid--catalog .product-card:hover {
  transform: translateY(-3px) scale(1.006);
}
.product-grid--catalog .product-card-body {
  padding: 16px 16px 18px;
}
.product-grid--catalog .product-card-thumb {
  aspect-ratio: 16 / 11;
}
.product-grid--catalog .product-card-title {
  margin: 0 0 8px;
  font-size: 0.98rem;
  line-height: 1.25;
}
.product-grid--catalog .product-card-seller {
  margin: 0 0 6px;
  font-size: 0.76rem;
}
.product-grid--catalog .product-card-excerpt {
  font-size: 0.84rem;
  line-height: 1.5;
  min-height: 3.78em;
}
.product-grid--catalog .product-card-reviews-link {
  margin: 4px 0 0;
  font-size: 0.86rem;
}
.product-grid--catalog .product-card-reviews-stars {
  font-size: 0.88rem;
}
.product-grid--catalog .product-card-reviews-numeric {
  font-size: 0.8rem;
}
.product-grid--catalog .product-card-footer {
  margin-top: 14px;
  padding-top: 14px;
  gap: 12px;
}
.product-grid--catalog .product-card-price-row {
  min-height: 2.35rem;
  padding: 8px 10px 8px 12px;
  border-radius: 10px;
}
.product-grid--catalog .product-card-price {
  font-size: 1.05rem;
}
.product-grid--catalog .product-card-demo {
  font-size: 0.75rem;
  padding: 4px 10px;
}
.product-grid--catalog .product-card-actions {
  gap: 8px;
}
.product-grid--catalog .btn-product-detail,
.product-grid--catalog .btn-product-add {
  min-height: 40px;
  padding: 8px 12px;
  font-size: 0.82rem;
  border-radius: 8px;
}
.product-grid--catalog .product-card-actions--single .btn-product-detail {
  min-height: 42px;
}
.product-grid--catalog .product-card-badge {
  top: 8px;
  left: 8px;
  padding: 5px 10px;
  font-size: 0.6rem;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #fffefc 0%, #ffffff 28%, #f7fee7 100%);
  border: 1px solid rgba(34, 197, 94, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 8px 28px rgba(21, 128, 61, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-card:hover {
  transform: translateY(-4px) scale(1.008);
  border-color: rgba(34, 197, 94, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 16px rgba(21, 128, 61, 0.1),
    0 24px 55px rgba(21, 128, 61, 0.12);
}

.product-card:hover .product-card-media {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 0 0 1px rgba(34, 197, 94, 0.12),
    0 12px 32px rgba(21, 128, 61, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .product-card {
    transition: none;
  }
  .product-card:hover {
    transform: none;
  }
  .product-grid--catalog .product-card:hover {
    transform: none;
  }
}

.product-card-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #ecfdf5 0%, #f0fdf4 100%);
  border-bottom: 1px solid rgba(34, 197, 94, 0.09);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  transition: box-shadow 0.3s ease;
}

.product-card-thumb-link {
  display: block;
  text-decoration: none;
  outline: none;
}

.product-card-thumb-link:focus-visible .product-card-thumb {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.product-card-thumb {
  aspect-ratio: 16 / 10;
  background: linear-gradient(160deg, #ecfdf5 0%, #f0fdf4 45%, #dcfce7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.product-card-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.03) 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
}

.product-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease-out);
  position: relative;
  z-index: 0;
}

.product-card:hover .product-card-thumb img {
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .product-card:hover .product-card-thumb img {
    transform: none;
  }
}

.product-card-thumb-placeholder {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(21, 128, 61, 0.42);
}

.product-card-thumb-placeholder__glow {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(134, 239, 172, 0.35) 0%, transparent 70%);
  filter: blur(2px);
  z-index: -1;
  animation: product-card-ph-pulse 4.5s ease-in-out infinite;
}

@keyframes product-card-ph-pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card-thumb-placeholder__glow {
    animation: none;
  }
}

.product-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(140deg, #15803d 0%, #22c55e 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 14px rgba(21, 128, 61, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card-badge:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(140deg, #166534 0%, #16a34a 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(21, 128, 61, 0.32);
}

.product-card-badge--muted {
  pointer-events: none;
  background: rgba(255, 255, 255, 0.95);
  color: var(--brand-dark);
  border: 1px solid var(--border);
  box-shadow: none;
}

.product-card-body {
  padding: 20px 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: linear-gradient(180deg, #fff 0%, #fdfbff 100%);
}

.product-card-seller {
  margin: 0 0 8px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #22c55e;
}

.product-card-seller__lbl {
  font-weight: 800;
  font-size: 0.65rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #22c55e;
  margin-right: 4px;
}

.product-card-seller__name {
  font-weight: 700;
  color: #14532d;
}

.product-card-title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.28;
}

.product-card-title a {
  color: #14532d;
  text-decoration: none;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card-title a:hover {
  color: var(--brand);
}

.product-card-excerpt {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #64748b;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  min-height: 4.05em; /* 3 satır, grid hizalama */
}

.product-card-reviews-link {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin: 5px 0 0;
  width: max-content;
  max-width: 100%;
  font-size: 0.92rem;
  font-weight: 700;
  color: #15803d;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(21, 128, 61, 0.35);
  padding-bottom: 1px;
  line-height: 1.3;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.product-card-reviews-stars {
  display: inline-flex;
  align-items: center;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.product-card-reviews-numeric {
  font-size: 0.82rem;
  font-weight: 800;
  color: #334155;
  min-width: 2.1em;
}

.product-card-reviews-star {
  color: #f59e0b;
  text-shadow: 0 0 6px rgba(245, 158, 11, 0.25);
}

.product-card-reviews-star--empty {
  color: #e4e4e7;
  text-shadow: none;
}

.product-card-reviews-link:hover {
  color: #166534;
  border-bottom-color: rgba(76, 29, 149, 0.55);
}

.product-card-reviews-link:focus-visible {
  outline: 2px solid var(--brand, #22c55e);
  outline-offset: 2px;
  border-radius: 2px;
}

.product-card-footer {
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid rgba(187, 247, 208, 0.35);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Fiyat + demo: belirgin şerit — görsel ayrım */
.product-card-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 12px;
  min-height: 2.7rem;
  padding: 10px 12px 10px 14px;
  background: linear-gradient(105deg, #f0fdf4 0%, #f7fee7 45%, #fffcff 100%);
  border: 1px solid rgba(34, 197, 94, 0.12);
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.product-card-price {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #15803d;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.product-card-demo {
  font-size: 0.8rem;
  font-weight: 700;
  color: #16a34a;
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1.5px solid rgba(34, 197, 94, 0.38);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(21, 128, 61, 0.08);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.product-card-demo:hover {
  background: #fff;
  border-color: rgba(34, 197, 94, 0.55);
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(21, 128, 61, 0.12);
  transform: translateY(-1px);
}

.product-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: stretch;
}

.product-card-actions--single {
  grid-template-columns: 1fr;
}

.product-card-actions--single .btn-product-detail {
  width: 100%;
  min-height: 48px;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(21, 128, 61, 0.05);
  letter-spacing: 0.01em;
}

.product-card-cart {
  margin: 0;
  min-width: 0;
}

.btn-product-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 9px;
  font-weight: 600;
  font-size: 0.86rem;
  text-decoration: none;
  color: #15803d;
  background: #fff;
  border: 1.5px solid rgba(34, 197, 94, 0.32);
  box-shadow: 0 1px 2px rgba(21, 128, 61, 0.04);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-product-detail:hover {
  text-decoration: none;
  background: linear-gradient(180deg, #f7fee7 0%, #f0fdf4 100%);
  border-color: rgba(34, 197, 94, 0.5);
  box-shadow: 0 4px 12px rgba(21, 128, 61, 0.1);
  transform: translateY(-1px);
}

.btn-product-detail:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.btn-product-add {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 0.86rem;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background: linear-gradient(120deg, #166534 0%, #16a34a 55%, #22c55e 100%);
  box-shadow: 0 2px 8px rgba(21, 128, 61, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.04) inset;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.btn-product-add:hover {
  background: linear-gradient(120deg, #15803d 0%, #22c55e 100%);
  box-shadow: 0 6px 20px rgba(21, 128, 61, 0.35);
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.btn-product-add:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 380px) {
  .product-card-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-product-detail:hover,
  .btn-product-add:hover,
  .product-card-demo:hover,
  .product-cat-tab.is-active {
    transform: none;
  }
}

.section-product-detail {
  padding-bottom: 64px;
}

/* —— Ürün detay (premium) —— */
.product-detail-page {
  position: relative;
  padding: 20px 0 72px;
  overflow: clip;
}

.pd-bg {
  position: absolute;
  inset: 0 0 auto 0;
  height: 420px;
  background: radial-gradient(100% 80% at 10% 0%, rgba(134, 239, 172, 0.32) 0%, transparent 55%),
    radial-gradient(80% 60% at 90% 20%, rgba(34, 197, 94, 0.18) 0%, transparent 50%),
    linear-gradient(180deg, #ecfdf5 0%, #f0f2f8 100%);
  pointer-events: none;
  z-index: 0;
}

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

.pd-breadcrumb,
.product-detail-breadcrumb {
  font-size: 0.875rem;
  margin-bottom: 22px;
  color: var(--muted);
}

.pd-breadcrumb a,
.product-detail-breadcrumb a {
  color: var(--brand-dark);
  text-decoration: none;
  font-weight: 600;
}

.pd-breadcrumb a:hover,
.product-detail-breadcrumb a:hover {
  text-decoration: underline;
}

.product-detail-breadcrumb-sep {
  margin: 0 8px;
  opacity: 0.5;
}

.pd-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 36px);
  margin-bottom: clamp(24px, 4vw, 40px);
}

.pd-hero__text {
  flex: 1 1 min(100%, 560px);
}

.pd-hero__title {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 4.2vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #0f0a2e;
  line-height: 1.1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.pd-hero__slogan {
  margin: 0;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  color: #4338a3;
  font-weight: 600;
  line-height: 1.4;
  max-width: 42ch;
}

.pd-hero-trust {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pd-hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #14532d;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(34, 197, 94, 0.18);
}

.pd-hero-trust__ic {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #22c55e, #15803d);
  color: #fff;
  font-size: 0.65rem;
}

.pd-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pd-hero-proof__chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 10px;
  background: linear-gradient(140deg, rgba(34, 197, 94, 0.1), rgba(134, 239, 172, 0.06));
  border: 1px solid rgba(34, 197, 94, 0.14);
  color: #166534;
  font-size: 0.77rem;
  font-weight: 700;
}

.pd-hero__seller {
  margin: 12px 0 0;
  font-size: 0.92rem;
  color: #166534;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  max-width: 48ch;
}

.pd-hero__seller-lbl {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #22c55e;
}

.pd-hero__seller-name {
  font-weight: 800;
  color: #14532d;
}

.pd-hero-rating {
  margin: 8px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  color: #475569;
  font-weight: 600;
}

.pd-hero-rating__stars {
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}

.pd-hero-rating__txt {
  color: #334155;
}

.pd-hero__cta {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.pd-price-badge {
  padding: 16px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(243, 244, 255, 0.88) 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow:
    0 4px 24px rgba(21, 128, 61, 0.12),
    0 0 0 1px rgba(34, 197, 94, 0.08) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-align: right;
  min-width: 200px;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}

.pd-price-badge:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 32px rgba(21, 128, 61, 0.16),
    0 0 0 1px rgba(34, 197, 94, 0.1) inset;
}

.pd-price-meta {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 4px;
  font-size: 0.77rem;
  font-weight: 700;
  color: #166534;
}

.pd-price-meta li::before {
  content: "•";
  color: #22c55e;
  margin-right: 6px;
}

.pd-price-installment {
  margin: 8px 0 0;
  font-size: 0.79rem;
  font-weight: 700;
  color: #14532d;
}

.pd-price-badge__eyebrow {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #22c55e;
  font-weight: 800;
  margin: 0 0 4px;
}

#product-detail-price,
.product-detail-price-line {
  margin: 0;
  font-size: 1.22rem;
  color: #15803d;
  font-weight: 600;
  line-height: 1.25;
}

#product-detail-price .pd-price-label,
.product-detail-price-line .pd-price-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #22c55e;
  font-weight: 800;
  margin: 0 0 2px;
}

#product-detail-price strong,
.product-detail-price-line strong {
  font-weight: 800;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  background: linear-gradient(100deg, #15803d 0%, #22c55e 45%, #86efac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.6));
}

.pd-btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  font-weight: 800;
  font-size: 0.95rem;
  border: none;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 50%, #86efac 100%);
  box-shadow:
    0 8px 28px rgba(21, 128, 61, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset,
    0 0 26px rgba(34, 197, 94, 0.36);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
  width: 100%;
  max-width: 260px;
}

.pd-btn-hero:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 12px 36px rgba(21, 128, 61, 0.5),
    0 0 30px rgba(34, 197, 94, 0.42);
}

.pd-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 380px);
  gap: clamp(24px, 4vw, 40px);
  align-items: start;
  margin-bottom: clamp(32px, 5vw, 48px);
}

.pd-top__media {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  order: 0;
}

.pd-purchase {
  order: 1;
}

.pd-purchase {
  position: relative;
  align-self: start;
}

.pd-purchase__glass {
  position: relative;
  padding: clamp(22px, 3.5vw, 30px);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 255, 0.86) 48%, rgba(245, 243, 255, 0.82) 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 16px 44px rgba(15, 23, 42, 0.09),
    0 0 0 1px rgba(34, 197, 94, 0.1) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px) saturate(1.45);
  -webkit-backdrop-filter: blur(20px) saturate(1.45);
  transition: box-shadow 0.3s var(--ease-out);
}

.pd-purchase__glass::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, #166534 0%, #22c55e 45%, #86efac 100%);
  pointer-events: none;
}

@supports (position: sticky) {
  .pd-purchase__glass {
    position: sticky;
    top: 88px;
  }
}

.pd-purchase__seller {
  margin: 0 0 14px;
  padding: 8px 12px;
  font-size: 0.86rem;
  color: #4338a3;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.08) 0%, rgba(34, 197, 94, 0.02) 100%);
  border-radius: 10px;
  border: 1px solid rgba(34, 197, 94, 0.12);
}

.pd-purchase__seller span:first-child {
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #22c55e;
  margin-right: 6px;
}

.pd-purchase__seller strong {
  color: #14532d;
  font-weight: 800;
}

.pd-purchase__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 16px;
}

.pd-purchase__h {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: #14532d;
  letter-spacing: -0.02em;
}

.pd-purchase__inline-price {
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: right;
  max-width: 12rem;
}

.pd-purchase__inline-price .pd-price-label {
  display: block;
  font-size: 0.62rem;
  margin: 0 0 1px;
}

.pd-purchase__oos {
  margin: 0 0 14px;
  padding: 10px 12px;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #7f1d1d;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
}

.pd-purchase__alert {
  margin: 0 0 14px;
  padding: 10px 12px;
  font-size: 0.88rem;
  line-height: 1.45;
  border-radius: 10px;
}

.pd-purchase__alert--ok {
  color: #14532d;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.pd-purchase__alert--err {
  color: #7f1d1d;
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.pd-purchase__form--notify .btn-pd-cta {
  width: 100%;
  margin-top: 6px;
}

.pd-trust {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pd-trust li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #14532d;
}

.pd-trust__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(140deg, rgba(34, 197, 94, 0.12), rgba(134, 239, 172, 0.1));
  color: #15803d;
  flex-shrink: 0;
}

.pd-purchase__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.pd-purchase__form .product-detail-cart,
.pd-purchase__form.product-detail-cart {
  margin: 0;
  flex: none;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.pd-input-label {
  width: 100% !important;
  font-size: 0.82rem;
  font-weight: 800;
  color: #166534;
  letter-spacing: 0.02em;
}

.pd-input,
.pd-purchase__form .product-detail-qty-input,
.pd-purchase__form select {
  width: 100% !important;
  max-width: 100% !important;
  padding: 14px 16px;
  border-radius: 1.15rem;
  border: 1px solid rgba(21, 128, 61, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #fbfaff 100%);
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: border-color 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.pd-purchase__form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.35rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%237c3aed' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")
    no-repeat right 12px center / 1.1rem 1.1rem,
    linear-gradient(180deg, #ffffff 0%, #fbfaff 100%);
  cursor: pointer;
}

.pd-input:focus,
.pd-purchase__form .product-detail-qty-input:focus,
.pd-purchase__form select:focus {
  outline: none;
  border-color: rgba(34, 197, 94, 0.3);
  box-shadow:
    0 0 0 3px rgba(34, 197, 94, 0.12),
    0 2px 8px rgba(21, 128, 61, 0.08);
}

.pd-input--sm {
  max-width: 100% !important;
}

.btn-pd-cta {
  width: 100%;
  min-height: 54px;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: 1.4rem;
  margin-top: 6px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  background: linear-gradient(150deg, #16a34a 0%, #22c55e 40%, #86efac 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 4px 18px -2px rgba(21, 128, 61, 0.35),
    0 10px 28px -6px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 0 24px rgba(34, 197, 94, 0.35);
  transition: transform 0.22s var(--ease-out), box-shadow 0.22s var(--ease-out);
  cursor: pointer;
}

.btn-pd-cta:hover {
  transform: translateY(-1px);
  box-shadow:
    0 6px 22px -1px rgba(21, 128, 61, 0.38),
    0 12px 36px -4px rgba(15, 23, 42, 0.14),
    0 0 30px rgba(34, 197, 94, 0.42);
}

.btn-pd-cta:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(34, 197, 94, 0.2),
    0 4px 18px -2px rgba(21, 128, 61, 0.35);
}

.pd-purchase__foot {
  margin: 14px 0 0;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4;
  opacity: 0.9;
}

.pd-purchase__foot--secure {
  color: #15803d;
  font-weight: 600;
  opacity: 1;
}

.pd-purchase__assurances {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 4px;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #166534;
}

.pd-purchase__assurances li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pd-purchase__assurances-sep {
  color: #86efac;
  user-select: none;
  font-weight: 700;
  padding: 0 2px;
}

.pd-purchase__assur-ic {
  display: inline-flex;
  color: #16a34a;
  flex-shrink: 0;
}

.pd-guarantees {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.pd-guarantees li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.86rem;
  color: #334155;
  font-weight: 600;
}

.pd-guarantees__ic {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.1);
  flex-shrink: 0;
}

.pd-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #ecfdf5 0%, #f0fdf4 100%);
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow:
    0 8px 40px rgba(21, 128, 61, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.pd-frame__inner {
  position: relative;
  line-height: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(165deg, #e6ebf5 0%, #eef1fb 50%, #f0eefc 100%);
}

.pd-main-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.45s var(--ease-out);
}

.pd-main-zoom:focus-visible {
  outline: 3px solid rgba(34, 197, 94, 0.55);
  outline-offset: 2px;
}

.pd-main-img,
.pd-main-zoom .pd-main-img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: auto;
}

@media (hover: hover) and (pointer: fine) {
  .pd-main-zoom:hover {
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.2);
  }
}

.pd-main-zoom__shine {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.1) 50%, transparent 60%);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.4s;
  mix-blend-mode: soft-light;
}

.pd-main-zoom:hover .pd-main-zoom__shine {
  opacity: 0.4;
  animation: pd-shine 1.4s var(--ease-out) forwards;
}

@keyframes pd-shine {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

.pd-demo-overlay {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 0.85rem;
  font-weight: 800;
  color: #14532d;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 242, 255, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(21, 128, 61, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.2s, box-shadow 0.2s;
}

.pd-demo-overlay:hover {
  color: #14532d;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(21, 128, 61, 0.28);
}

.pd-demo-overlay__ic {
  display: flex;
  color: #22c55e;
}

.pd-demo-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pd-demo-actions__btn {
  min-height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 0 12px;
  font-size: 0.84rem;
  font-weight: 800;
  color: #166534;
  border: 1px solid rgba(34, 197, 94, 0.2);
  background: linear-gradient(145deg, #fff 0%, #f7f3ff 100%);
  box-shadow: 0 4px 14px rgba(21, 128, 61, 0.1);
}

.pd-demo-actions__btn:hover {
  color: #166534;
  text-decoration: none;
  transform: translateY(-1px);
}

.pd-demo-actions__btn--main {
  color: #fff;
  background: linear-gradient(140deg, #15803d 0%, #22c55e 55%, #86efac 100%);
  border-color: transparent;
}

.product-detail-placeholder,
.pd-frame__placeholder {
  position: relative;
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(21, 128, 61, 0.45);
  font-weight: 600;
  font-size: 0.9rem;
  background: linear-gradient(155deg, #ecfdf5 0%, #f0fdf4 50%, #dcfce7 100%);
}

.pd-frame__placeholder::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(134, 239, 172, 0.28) 0%, transparent 72%);
  z-index: 0;
  pointer-events: none;
  animation: product-card-ph-pulse 4.5s ease-in-out infinite;
}

.pd-frame__placeholder > * {
  position: relative;
  z-index: 1;
}

.pd-thumb-scroller {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.pd-thumb-track {
  display: flex;
  gap: 10px;
  padding: 8px 4px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  flex: 1 1 auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
}

.pd-thumb-track::-webkit-scrollbar {
  display: none;
}

.pd-thumb-nav {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
  color: #15803d;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 242, 255, 0.9) 100%);
  box-shadow: 0 2px 12px rgba(21, 128, 61, 0.1);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.pd-thumb-nav:hover {
  background: #fff;
  transform: scale(1.04);
}

.pd-thumb-nav:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.pd-thumb-nav--prev,
.pd-thumb-nav--next {
  margin-top: 0;
}

.product-detail-thumb,
.pd-thumb {
  position: relative;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #ecfdf5;
  width: 84px;
  height: 64px;
  flex: 0 0 auto;
  flex-shrink: 0;
  scroll-snap-align: start;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.product-detail-thumb img,
.pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-detail-thumb:hover,
.pd-thumb:hover,
.product-detail-thumb:focus-visible,
.pd-thumb:focus-visible {
  border-color: rgba(34, 197, 94, 0.45);
  outline: none;
  transform: translateY(-1px);
}

.product-detail-thumb.is-active,
.pd-thumb.is-active {
  border-color: #15803d;
  box-shadow: 0 0 0 1px rgba(21, 128, 61, 0.25);
}

.product-detail-thumb-badge,
.pd-thumb .product-detail-thumb-badge {
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(90deg, #15803d, #22c55e);
  padding: 3px 4px;
  border-radius: 4px;
  text-align: center;
  pointer-events: none;
}

.pd-lower {
  max-width: 100%;
}

.pd-fade {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}

.pd-fade.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .pd-fade,
  .pd-fade.is-visible,
  .pd-main-img,
  .pd-btn-hero,
  .btn-pd-cta {
    transition: none;
  }
  .pd-main-img {
    transform: none !important;
  }
  .pd-main-zoom:hover .pd-main-img {
    transform: none !important;
  }
  .pd-fade {
    opacity: 1;
    transform: none;
  }
}

.pd-section-h {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f0a2e;
  margin: 0 0 20px;
  text-align: center;
}

.pd-social {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.pd-social__proof {
  margin-bottom: 18px;
}

.pd-stars {
  font-size: 1.15rem;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 6px;
}

.pd-star {
  color: #f59e0b;
  text-shadow: 0 0 8px rgba(245, 158, 11, 0.45);
}

.pd-star--dim {
  color: #d4d4d8;
  text-shadow: none;
  opacity: 0.9;
}

.pd-social__line {
  margin: 0;
  font-size: 0.98rem;
  color: var(--muted);
  font-weight: 600;
}

.pd-social__line strong {
  color: #14532d;
  font-size: 1.15rem;
}

.pd-quote {
  margin: 0;
  padding: 20px 24px;
  text-align: left;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78) 0%, rgba(248, 250, 255, 0.7) 100%);
  border: 1px solid rgba(34, 197, 94, 0.1);
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
  font-size: 0.98rem;
  line-height: 1.6;
  color: #3d3a66;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pd-quote p {
  margin: 0 0 8px;
}

.pd-quote cite {
  font-size: 0.85rem;
  font-style: normal;
  color: var(--muted);
  font-weight: 600;
}

.pd-shop-reviews {
  max-width: 900px;
  margin: 0 auto clamp(36px, 5vw, 48px);
  padding: 0 4px;
}

.pd-shop-reviews__n {
  font-weight: 700;
  color: #22c55e;
  font-size: 0.85em;
}

.pd-shop-reviews__sub {
  margin: -4px 0 20px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

.pd-reviews {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pd-review {
  margin: 0;
  padding: 16px 18px 18px;
  border-radius: 16px;
  background: linear-gradient(150deg, #fff 0%, #f7fee7 100%);
  border: 1px solid rgba(34, 197, 94, 0.12);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  text-align: left;
}

.pd-review__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  margin-bottom: 8px;
}

.pd-review__name {
  font-weight: 800;
  font-size: 0.95rem;
  color: #14532d;
}

.pd-review__stars {
  font-size: 0.95rem;
  letter-spacing: 2px;
  line-height: 1;
}

.pd-review__body {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
}

.pd-reviews-reveal:not(.is-expanded) .pd-review--more,
.pd-qa-reveal:not(.is-expanded) .pd-qa__item--more {
  display: none;
}

.pd-reveal-bar {
  text-align: center;
  margin: 18px 0 0;
}

.btn-pd-expand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 0.92rem;
  color: #15803d;
  background: linear-gradient(180deg, #fff 0%, #f0fdf4 100%);
  border: 1px solid rgba(34, 197, 94, 0.35);
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(21, 128, 61, 0.1);
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.btn-pd-expand:hover {
  background: #fff;
  border-color: #22c55e;
  transform: translateY(-1px);
}

.pd-qa-reveal {
  margin-top: 32px;
}

.pd-qa {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.pd-qa__item {
  border-radius: 16px;
  padding: 22px 24px 24px;
  text-align: left;
  background: linear-gradient(150deg, #fff 0%, #f8fafc 100%);
  border: 1px solid rgba(34, 197, 94, 0.1);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}


.pd-qa__meta {
  margin: 0 0 8px;
  font-size: 0.82rem;
  color: #64748b;
}
.pd-qa__name {
  font-weight: 800;
  color: #14532d;
}
.pd-qa__q {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #334155;
}
.pd-qa__answer {
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.06) 0%, rgba(34, 197, 94, 0.05) 100%);
  border: 1px solid rgba(34, 197, 94, 0.12);
}
.pd-qa__ans-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #22c55e;
  margin: 0 0 6px;
}
.pd-qa__a {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #1e293b;
}

.pd-inquiry-card {
  border: 1px solid rgba(34, 197, 94, 0.2) !important;
  background: linear-gradient(150deg, #fff 0%, #faf5ff 55%, #f0fdf4 100%) !important;
  box-shadow: 0 8px 32px rgba(21, 128, 61, 0.08) !important;
  border-radius: 20px;
  padding: clamp(20px, 2.5vw, 28px) !important;
  overflow: hidden;
}
.pd-inquiry-card__head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(34, 197, 94, 0.12);
}
.pd-inquiry-card__ic {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(140deg, #22c55e, #15803d);
  color: #fff;
  box-shadow: 0 6px 18px rgba(21, 128, 61, 0.35);
}
.pd-inquiry-card__ic svg {
  display: block;
  opacity: 0.95;
}
.pd-inquiry-card__title {
  margin: 0 0 6px;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.3;
  color: #14532d;
  text-align: left;
}
.pd-inquiry-card__lead {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #64748b;
  text-align: left;
}
.pd-inquiry-card__note {
  margin: 0;
  line-height: 1.5;
  font-size: 0.9rem;
}
.pd-inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pd-inquiry-form__label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #15803d;
  text-align: left;
}
.pd-inquiry-form__ta {
  min-height: 100px;
  resize: vertical;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(34, 197, 94, 0.22) !important;
  background: #fff;
  padding: 12px 14px;
  font-size: 0.95rem;
  line-height: 1.5;
}
.pd-inquiry-form__ta:focus {
  outline: 2px solid rgba(34, 197, 94, 0.35);
  outline-offset: 0;
  border-color: #22c55e;
}
.pd-inquiry-form__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
.pd-inquiry-form__send {
  min-width: 120px;
  font-weight: 700;
  border-radius: 12px;
  padding: 10px 18px;
  box-shadow: 0 4px 16px rgba(21, 128, 61, 0.25);
}

.pd-about {
  margin-bottom: clamp(36px, 6vw, 52px);
}

.pd-about__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 3vw, 22px);
  margin-bottom: 28px;
}

.pd-about__card {
  padding: 20px 18px 22px;
  border-radius: 18px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 255, 0.65) 100%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s;
  backdrop-filter: blur(8px);
}

.pd-about__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(21, 128, 61, 0.1);
}

.pd-about__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 0 12px;
  color: #22c55e;
  background: linear-gradient(130deg, rgba(34, 197, 94, 0.1), rgba(134, 239, 172, 0.08));
  border-radius: 14px;
}

.pd-about__h {
  margin: 0 0 8px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #14532d;
}

.pd-about__p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted);
}

.pd-prose-wrap {
  margin-top: 8px;
  padding: 24px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(34, 197, 94, 0.1);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.pd-prose__h {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #22c55e;
  font-weight: 800;
  margin: 0 0 12px;
}

.product-detail-prose,
.pd-prose {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0;
}

.pd-features {
  margin-bottom: 20px;
}

.pd-features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.pd-feature {
  position: relative;
  padding: 20px 16px 20px 18px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86) 0%, rgba(243, 240, 255, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 4px 20px rgba(21, 128, 61, 0.08);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  overflow: hidden;
  backdrop-filter: blur(6px);
}

.pd-feature::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 48%;
  background: radial-gradient(circle at 100% 0%, rgba(34, 197, 94, 0.15), transparent 60%);
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.pd-feature:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 10px 32px rgba(21, 128, 61, 0.12);
  border-color: rgba(34, 197, 94, 0.25);
}

.pd-feature__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 0 10px;
  color: #16a34a;
  background: rgba(34, 197, 94, 0.1);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.pd-feature__h {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 0 4px;
  color: #14532d;
  letter-spacing: -0.02em;
}

.pd-feature__p {
  position: relative;
  z-index: 1;
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0;
  color: var(--muted);
}

@media (max-width: 900px) {
  .pd-top {
    display: flex;
    flex-direction: column;
  }

  .pd-top__media {
    order: 1;
    width: 100%;
  }

  .pd-purchase {
    order: 2;
    width: 100%;
  }

  .pd-purchase__glass {
    position: relative;
    top: 0;
  }

  .pd-hero {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .pd-hero__cta {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .pd-demo-actions {
    grid-template-columns: 1fr;
  }

  .pd-hero__cta .pd-btn-hero {
    max-width: 100%;
  }

  .pd-price-badge {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .pd-hero-trust li {
    width: 100%;
    justify-content: flex-start;
  }

  .pd-hero-proof__chip {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .pd-price-badge {
    width: 100%;
    min-width: 0;
  }

  .pd-btn-hero,
  .btn-pd-cta,
  .pd-demo-actions__btn {
    min-height: 52px;
  }

  .pd-qa__item {
    padding: 18px;
  }

  .pd-about__grid {
    grid-template-columns: 1fr;
  }
}

/* Lightbox — ürün görseli büyütme */
.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.product-lightbox[hidden] {
  display: none !important;
}

.product-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.88);
  cursor: zoom-out;
}

.product-lightbox-stage {
  position: relative;
  z-index: 1;
  max-width: min(98vw, 1920px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-lightbox-stage img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  /* Tam çözünürlükte, özellikle aşağı ölçeklemede daha netleştirme (Chromium) */
  image-rendering: high-quality;
  border-radius: 0.5rem;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.4);
}

.product-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.product-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.product-lightbox-prev,
.product-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.product-lightbox-prev:hover,
.product-lightbox-next:hover {
  background: rgba(255, 255, 255, 0.26);
}

.product-lightbox-prev {
  left: 12px;
}

.product-lightbox-next {
  right: 12px;
}

@media (max-width: 600px) {
  .product-lightbox-prev {
    left: 4px;
  }
  .product-lightbox-next {
    right: 4px;
  }
}

.page-hero {
  background: linear-gradient(145deg, #14532d 0%, #15803d 50%, #16a34a 100%);
  color: #fff;
  padding: 56px 0 64px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(187, 247, 208, 0.35), transparent 50%);
  pointer-events: none;
}
.page-hero .container {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.page-hero--slim {
  padding: 40px 0 48px;
}
.page-hero .lead {
  margin: 0;
  opacity: 0.92;
  max-width: 50ch;
}

.section--tight {
  padding-top: 32px;
}

.prose {
  max-width: 68ch;
  margin: 0 auto;
}
.prose p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 28px;
  align-items: start;
  max-width: 1040px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .contact-page-grid {
    grid-template-columns: 1fr;
  }
}

.contact-hero-tile {
  position: relative;
  padding: 28px 26px;
  border-radius: 20px;
  background: linear-gradient(145deg, #f0fdf4 0%, #fff 48%, #ecfdf5 100%);
  border: 1px solid rgba(34, 197, 94, 0.12);
  box-shadow: 0 4px 24px rgba(21, 128, 61, 0.06);
  overflow: hidden;
}

.contact-hero-tile::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.08);
  pointer-events: none;
}

.contact-hero-tile h2 {
  margin: 0 0 8px;
  font-size: 1.45rem;
  color: var(--text);
  letter-spacing: -0.02em;
}

.contact-hero-tile .contact-lead {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.contact-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-info-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-info-ic {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.1);
  color: #15803d;
  font-size: 1.1rem;
}

.contact-info-list strong {
  display: block;
  color: var(--text);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.contact-info-list a {
  color: var(--brand-dark);
  font-weight: 600;
}

.contact-form-card--elevated {
  border-radius: 20px;
  border: 1px solid var(--border);
  padding: 28px 26px 32px;
  background: var(--surface, #fff);
  box-shadow: 0 8px 40px rgba(15, 23, 42, 0.08);
}

.contact-form-card--elevated h2 {
  margin: 0 0 6px;
  font-size: 1.3rem;
}

.contact-form-card--elevated .contact-form-hint {
  margin: 0 0 22px;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.5;
}

.contact-form-actions {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.contact-form-actions .btn {
  min-width: 140px;
}

.contact-form-grid--nice label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.4rem;
}

.contact-form-grid--nice input,
.contact-form-grid--nice textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--border, #d1d5db);
  font: inherit;
  background: #fafafa;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.contact-form-grid--nice input:focus,
.contact-form-grid--nice textarea:focus {
  outline: none;
  border-color: #86efac;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

/* Canlı destek: iletişim adımı */
.site-chat__form {
  border-radius: 12px;
  padding: 12px 0 0;
  margin: 0;
}
.site-chat__form--after-reply {
  border-top: 1px solid var(--border, rgba(34, 197, 94, 0.12));
  padding-top: 14px;
  margin-top: 8px;
}
.site-chat__form--after-reply .site-chat__lead {
  font-weight: 600;
  color: var(--text);
}
.site-chat__form-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 360px) {
  .site-chat__form-grid2 {
    grid-template-columns: 1fr;
  }
}
.site-chat__form .site-chat__finput {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--border, #d1d5db);
  font: inherit;
}

/* —— Satıcı başvurusu (Satışa başla) —— */
.vendor-apply {
  max-width: 640px;
  margin: 0 auto;
}
.vendor-apply__intro {
  margin-bottom: 28px;
}
.vendor-apply__title {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  letter-spacing: -0.02em;
  color: var(--text);
}
.vendor-apply__lead {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 1.02rem;
}
.vendor-apply__alert {
  padding: 16px 18px;
  border-radius: 14px;
  margin-bottom: 20px;
  line-height: 1.55;
}
.vendor-apply__alert--ok {
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  color: #065f46;
}
.vendor-apply__alert--wait {
  background: #eff6ff;
  border: 1px solid #93c5fd;
  color: #1e3a8a;
}
.vendor-apply__err {
  margin-bottom: 20px;
}
.vendor-apply__form {
  margin-top: 8px;
  padding: 28px 24px 32px;
  border-radius: 20px;
  background: var(--surface, #fff);
  border: 1px solid var(--border, #e5e7eb);
  box-shadow: 0 4px 32px rgba(15, 23, 42, 0.06);
}
.vendor-apply__section {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border, #eee);
}
.vendor-apply__section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.vendor-apply__section-title {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: var(--text);
}
.vendor-apply__section-hint {
  margin: 0 0 16px;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
}
.vendor-apply__opt {
  font-weight: 500;
  color: var(--muted);
  font-size: 0.88em;
}
.vendor-apply__label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 14px;
}
.vendor-apply__input,
.vendor-apply__textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 6px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--border, #d1d5db);
  font: inherit;
  background: #fafafa;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.vendor-apply__input:focus,
.vendor-apply__textarea:focus {
  outline: none;
  border-color: #86efac;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}
.vendor-apply__textarea {
  min-height: 88px;
  resize: vertical;
}
.vendor-apply__foot {
  margin: 0 0 16px;
}
.vendor-apply__submit {
  min-width: 200px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: start;
}

.contact-flash {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.contact-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.contact-list li {
  margin-bottom: 16px;
  color: var(--muted);
}
.contact-list a {
  color: var(--brand-dark);
  font-weight: 600;
}

.card--glass {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
}

.contact-card h2 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  color: var(--text);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

.site-footer {
  background: #0f1729;
  color: #a8b5c8;
  /* margin-top kalktı: flex ile altta sabit kalsın; boşluk padding ile */
  padding: 48px 0 24px;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}
@media (max-width: 600px) {
  .site-footer .footer-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .site-footer .copy {
    text-align: center;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .site-footer .footer-trust-pay {
    align-items: center;
    text-align: center;
  }
  .site-footer .footer-trust-pay__logos {
    justify-content: center;
  }
}
.site-footer h4 {
  color: #fff;
  margin: 0 0 12px;
  font-size: 0.95rem;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer li {
  margin-bottom: 8px;
}
.site-footer .footer-legal {
  line-height: 1.5;
}
.site-footer .footer-legal a {
  font-size: 0.9rem;
}
.site-footer a {
  color: #a8b5c8;
}
.site-footer .footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  padding-top: 24px;
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer .copy {
  margin: 0;
  font-size: 0.85rem;
  flex: 1 1 auto;
  min-width: min(100%, 220px);
}
.site-footer .footer-trust-pay {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex: 0 1 auto;
  min-width: min(100%, 320px);
}
.site-footer .footer-trust-pay__text {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #8fa3bc;
  text-align: right;
  max-width: 22rem;
}
.site-footer .footer-trust-pay__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 14px;
}
.site-footer .footer-trust-pay__img {
  height: 28px;
  width: auto;
  max-width: 72px;
  object-fit: contain;
  vertical-align: middle;
  opacity: 0.95;
  filter: brightness(1.02);
}

.site-footer-affiliate {
  background: #0f1729;
  padding: 0 0 22px;
  text-align: center;
}
.site-footer-affiliate__text {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #8fa3bc;
}

.muted {
  color: var(--muted);
}
.small {
  font-size: 0.88rem;
}

.form-grid {
  display: grid;
  gap: 14px;
  max-width: 480px;
}
.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
  font-size: 0.9rem;
}
.form-grid input,
.form-grid textarea,
.form-grid select {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--border);
  font: inherit;
}
.form-grid label.inline {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

/* Yönetim: Ayarlar (tek form, çekmece bölümler) */
.admin-settings-form {
  position: relative;
}
.admin-settings-form,
.admin-settings__top {
  max-width: 800px;
}
/* Enter tuşu: önce bu göndericiyi kullan (test e-postasını değil) */
.admin-settings__default-submit {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.admin-settings__lede {
  max-width: 40rem;
  line-height: 1.5;
  margin: 0.4rem 0 0;
}
.admin-settings__stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0.5rem;
}
.admin-settings__panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.2s ease;
}
.admin-settings__panel[open] {
  box-shadow: 0 4px 20px rgba(21, 128, 61, 0.08);
  border-color: rgba(34, 197, 94, 0.22);
}
.admin-settings__summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px 16px 44px;
  font-size: 1.02rem;
  font-weight: 800;
  color: #0f172a;
  position: relative;
  user-select: none;
  background: linear-gradient(180deg, #fafbfe, #fff);
}
.admin-settings__summary::-webkit-details-marker {
  display: none;
}
.admin-settings__summary::before {
  content: "›";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  color: #22c55e;
  transition: transform 0.2s var(--ease-out, ease);
}
.admin-settings__panel[open] .admin-settings__summary::before {
  transform: rotate(90deg);
}
.admin-settings__summary:hover {
  color: #166534;
  background: #f7fee7;
}
.admin-settings__summary-hint {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 2px;
}
@media (min-width: 640px) {
  .admin-settings__summary-hint {
    display: inline;
    margin-left: 0.4rem;
  }
  .admin-settings__summary-hint::before {
    content: "·";
    margin-right: 0.4rem;
    color: #cbd5e1;
  }
}
.admin-settings__body {
  padding: 0 18px 20px;
  border-top: 1px solid #f1f5f9;
  background: #fff;
}
.admin-settings__body .form-grid {
  max-width: none;
  width: 100%;
}
.admin-settings__subh {
  margin: 0.5rem 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #22c55e;
}
.admin-settings__hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 0.75rem 0 1rem;
  width: 100%;
  grid-column: 1 / -1;
}
.admin-settings__test-mail {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px 16px;
  margin-top: 0.5rem;
  grid-column: 1 / -1;
}
.admin-settings__footer {
  position: sticky;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  max-width: 800px;
  margin-top: 0.5rem;
  margin-bottom: 24px;
  padding: 16px 0 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 22%);
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.04);
}
.admin-settings__foot-note {
  flex: 1 1 220px;
  min-width: 0;
}

.table-wrap {
  overflow-x: auto;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
th,
td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
th {
  background: #f8fafc;
  font-weight: 600;
}

.alert {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.alert-error {
  background: #fdecea;
  color: #922b21;
  border: 1px solid #f5c6c2;
}
.alert-success {
  background: #e8f8f2;
  color: #1e7a54;
  border: 1px solid #b8e6d3;
}

.install-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.install-wrap {
  width: min(100%, 560px);
}
.install-card {
  background: var(--surface);
  padding: 32px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.install-card h1 {
  margin: 0 0 8px;
}
.checklist {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px;
}
.checklist li {
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}
.checklist li.ok::before {
  content: "✓ ";
  color: var(--accent);
  font-weight: 700;
}
.checklist li.fail::before {
  content: "✕ ";
  color: #c0392b;
  font-weight: 700;
}

.admin-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 100vh;
}
.admin-nav {
  background: #0f1729;
  color: #a8b5c8;
  padding: 20px 0;
}
.admin-nav a {
  display: block;
  padding: 10px 20px;
  color: #cbd5e1;
}
.admin-nav a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
}
.admin-main {
  padding: 28px 32px;
  background: var(--bg);
}
.admin-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.blog-admin-form {
  max-width: 920px;
}

.blog-content-area {
  width: 100%;
  min-height: 280px;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.9rem;
  line-height: 1.5;
}

.admin-content-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  background: var(--bg);
}
.admin-content-column .admin-main {
  flex: 1 1 auto;
  min-height: 0;
}
/* Duyuru şeridi: her sayfada topbar / üst bilgi çubuğunun üstünde (şablon sırası) */
body.site-layout--ticker-top .site-ticker--home-top {
  z-index: 50;
  flex-shrink: 0;
}

.vendor-ticker {
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(90deg, #15803d, #22c55e, #15803d);
  background-size: 200% 100%;
  animation: vendor-ticker-bg 12s ease-in-out infinite;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 12px rgba(21, 128, 61, 0.2);
}
@keyframes vendor-ticker-bg {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.vendor-ticker__inner {
  max-width: 100%;
  overflow: hidden;
  padding: 10px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.vendor-ticker__track {
  display: flex;
  width: max-content;
  gap: 3rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  animation: vendor-ticker-scroll var(--vendor-ticker-sec, 40s) linear infinite;
  will-change: transform;
}
.vendor-ticker__item {
  flex: 0 0 auto;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@keyframes vendor-ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .vendor-ticker__track {
    animation: none;
    margin-inline: auto;
  }
  .vendor-ticker {
    animation: none;
    background: #15803d;
  }
  .vendor-ticker__item:last-of-type {
    display: none;
  }
}

@media (max-width: 768px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }
  .admin-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* —— Satıcı paneli (vendor) —— */
body.vendor-panel {
  margin: 0;
  background: #0a0c14;
  -webkit-font-smoothing: antialiased;
}

body.vendor-panel .admin-layout.vendor-layout {
  min-height: 100dvh;
  min-height: 100vh;
  grid-template-columns: 272px 1fr;
  background: #0a0c14;
}

body.vendor-panel .admin-nav.vendor-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: linear-gradient(165deg, #0b1020 0%, #111827 42%, #0c1222 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 6px 0 32px rgba(0, 0, 0, 0.22);
  z-index: 2;
}

body.vendor-panel .admin-nav a.vendor-nav__item,
body.vendor-panel .vendor-nav a.vendor-nav__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  margin: 0 0 2px;
  border-radius: 10px;
  color: #cbd5f5;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.3;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  border: 1px solid transparent;
}
body.vendor-panel .admin-nav a.vendor-nav__item:hover,
body.vendor-panel .vendor-nav a.vendor-nav__item:hover {
  background: rgba(34, 197, 94, 0.14);
  color: #fff;
  text-decoration: none;
}
body.vendor-panel .admin-nav a.vendor-nav__item.is-active,
body.vendor-panel .vendor-nav a.vendor-nav__item.is-active {
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.32) 0%, rgba(21, 128, 61, 0.08) 100%);
  color: #fff;
  border-color: rgba(134, 239, 172, 0.25);
  box-shadow: inset 3px 0 0 #86efac;
}
body.vendor-panel .vendor-nav__ic {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  opacity: 0.88;
  color: #bbf7d0;
}
body.vendor-panel a.vendor-nav__item.is-active .vendor-nav__ic,
body.vendor-panel a.vendor-nav__item:hover .vendor-nav__ic {
  opacity: 1;
  color: #dcfce7;
}
body.vendor-panel .vendor-nav__ic svg {
  display: block;
  width: 100%;
  height: 100%;
}
body.vendor-panel .vendor-nav__txt {
  flex: 1;
  min-width: 0;
}

body.vendor-panel .vendor-nav__head {
  padding: 22px 16px 10px;
}
body.vendor-panel .vendor-nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 12px;
  text-decoration: none;
  color: #e2e8f0;
  transition: background 0.2s ease;
}
body.vendor-panel .vendor-nav__brand:hover {
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
  color: #fff;
}
body.vendor-panel .vendor-nav__brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(21, 128, 61, 0.4);
  flex-shrink: 0;
}
body.vendor-panel .vendor-nav__brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
body.vendor-panel .vendor-nav__brand-title {
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f1f5f9;
}
body.vendor-panel .vendor-nav__brand-sub {
  font-size: 0.7rem;
  font-weight: 500;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
body.vendor-panel .vendor-nav__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 6px 12px 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}
body.vendor-panel .vendor-nav__foot {
  padding: 14px 12px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin-top: auto;
}
body.vendor-panel .admin-nav a.vendor-nav__item--out {
  font-size: 0.8rem;
  font-weight: 500;
  color: #8b9cb8;
  line-height: 1.4;
  align-items: flex-start;
  padding: 10px 14px;
}
body.vendor-panel .admin-nav a.vendor-nav__item--out:hover {
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.04);
}
body.vendor-panel a.vendor-nav__item--out .vendor-nav__ic {
  color: #64748b;
  margin-top: 1px;
}

body.vendor-panel .admin-content-column.vendor-content {
  background: linear-gradient(180deg, #e8ebf1 0%, #eef0f5 32%, #e9ecf2 100%);
  position: relative;
  overflow-x: hidden;
}
body.vendor-panel .admin-content-column.vendor-content::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: min(50vw, 520px);
  height: 280px;
  background: radial-gradient(ellipse at top right, rgba(34, 197, 94, 0.1) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
body.vendor-panel .admin-main {
  position: relative;
  z-index: 1;
  padding: 32px 36px 48px;
  background: transparent;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
body.vendor-panel .admin-top {
  margin-bottom: 28px;
  padding: 0 0 2px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  padding-bottom: 20px;
}
body.vendor-panel .admin-top h1 {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f1729;
  margin: 0;
}
body.vendor-panel .admin-top .btn.btn-ghost {
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 600;
  border: 1px solid rgba(21, 128, 61, 0.2);
  background: #fff;
  color: #15803d;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
body.vendor-panel .admin-top .btn.btn-ghost:hover {
  background: #f0fdf4;
  border-color: #86efac;
  text-decoration: none;
  color: #166534;
}
body.vendor-panel .table-admin {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}
body.vendor-panel .admin-main .card.card--glass,
body.vendor-panel .card--glass {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, #fff 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}
body.vendor-panel .pd-section-h,
body.vendor-panel h2.pd-section-h {
  color: #14532d;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

/* Ürün sihirbazı (vendor product_edit) */
body.vendor-panel .vendor-product-wizard {
  max-width: 720px;
  margin: 0 auto;
}
body.vendor-panel .vendor-wizard-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 40px rgba(15, 23, 42, 0.08), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  padding: 28px 30px 32px;
  margin-top: 8px;
}
body.vendor-panel .vendor-wizard-lead {
  margin: 0 0 20px;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.55;
}
body.vendor-panel .vendor-pstep-rail {
  display: flex;
  gap: 0;
  margin: 0 0 24px;
  padding: 4px;
  background: #f1f5f9;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  flex-wrap: wrap;
  position: relative;
}
body.vendor-panel .vendor-pstep-tab {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  padding: 10px 8px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #64748b;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s;
  position: relative;
}
body.vendor-panel .vendor-pstep-tab[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(135deg, #15803d, #22c55e);
  box-shadow: 0 2px 12px rgba(21, 128, 61, 0.35);
  z-index: 1;
}
body.vendor-panel .vendor-pstep-tab[aria-selected="false"]:hover {
  color: #475569;
  background: rgba(255, 255, 255, 0.55);
}
body.vendor-panel .vendor-pstep-tab .num {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 2px;
}
body.vendor-panel .vendor-pstep {
  margin: 0;
  padding: 0;
  margin-top: 4px;
}
body.vendor-panel .vendor-pstep[hidden] {
  display: none !important;
}
body.vendor-panel .vendor-pstep-h {
  margin: 0 0 18px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #14532d;
  letter-spacing: -0.02em;
}
body.vendor-panel .vendor-wizard-card .form-grid label,
body.vendor-panel .vendor-wizard-card .form-grid {
  --label-weight: 600;
}
body.vendor-panel .vendor-wizard-card .form-grid input,
body.vendor-panel .vendor-wizard-card .form-grid select,
body.vendor-panel .vendor-wizard-card .form-grid textarea {
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  padding: 10px 12px;
  font-size: 0.95rem;
  background: #fafbfc;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
body.vendor-panel .vendor-wizard-card .form-grid input:focus,
body.vendor-panel .vendor-wizard-card .form-grid select:focus,
body.vendor-panel .vendor-wizard-card .form-grid textarea:focus {
  outline: none;
  border-color: #86efac;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}
body.vendor-panel .vendor-pstep-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
}
body.vendor-panel .vendor-pstep-cta {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(21, 128, 61, 0.04) 100%);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: #166534;
  font-size: 0.9rem;
  line-height: 1.45;
}
body.vendor-panel .vendor-pstep-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
body.vendor-panel .vendor-pstep-actions .btn {
  min-height: 44px;
  padding: 0 20px;
  font-weight: 600;
  border-radius: 10px;
}
body.vendor-panel .vendor-pstep-actions .btn-primary {
  background: linear-gradient(135deg, #15803d, #22c55e);
  box-shadow: 0 2px 12px rgba(21, 128, 61, 0.3);
  border: none;
}
body.vendor-panel .admin-field-group {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 18px 18px;
  margin-bottom: 0;
}
body.vendor-panel .admin-field-group + .admin-field-group {
  margin-top: 16px;
}
body.vendor-panel .admin-field-group strong {
  color: #14532d;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  body.vendor-panel .admin-layout.vendor-layout {
    grid-template-columns: 1fr;
  }
  /* Genel .admin-nav { flex-wrap } satıcıda istenmeyen kırılmayı engelle */
  body.vendor-panel .admin-nav.vendor-nav {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  body.vendor-panel .vendor-nav__head {
    width: 100%;
  }
  body.vendor-panel .vendor-nav__scroll {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-height: none;
    padding: 8px 10px 12px;
    gap: 4px;
  }
  body.vendor-panel a.vendor-nav__item {
    flex: 1 1 calc(50% - 4px);
    min-width: 140px;
  }
  body.vendor-panel .vendor-nav__foot {
    width: 100%;
  }
  body.vendor-panel .admin-main {
    padding: 20px 16px 40px;
  }
}
@media (max-width: 480px) {
  body.vendor-panel a.vendor-nav__item {
    flex: 1 1 100%;
  }
  body.vendor-panel .vendor-pstep-rail {
    flex-direction: column;
  }
  body.vendor-panel .vendor-pstep-tab {
    text-align: left;
    justify-content: flex-start;
  }
}

/* Yönetim paneli: satıcı ile aynı yerleşim; marka rengi hafif ayrışır */
body.admin-app .vendor-nav__brand-mark {
  background: linear-gradient(135deg, #14532d 0%, #16a34a 100%);
  box-shadow: 0 4px 16px rgba(49, 46, 129, 0.42);
}

/* Header: İşinizi büyütün — masaüstünde üzerine gelince açılır */
.header-nav-dropdown {
  position: relative;
  z-index: 30;
}

/* Tetikleyici ile panel arasında boşlukta hover kaybını önlemek için görünmez köprü */
.header-nav-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
  z-index: 199;
  pointer-events: none;
}

@media (min-width: 901px) {
  .header-nav-dropdown::after {
    pointer-events: auto;
  }
}

.header-nav-dropdown-trigger {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 6px;
  color: var(--text);
  font-weight: 600;
  font-size: 0.93rem;
  letter-spacing: -0.01em;
  border-radius: 8px;
  outline: none;
}

.header-nav-dropdown-trigger .header-nav-text::after {
  display: none;
}

.header-nav-chevron {
  flex-shrink: 0;
  opacity: 0.65;
  transition: transform 0.28s var(--ease-out);
}

.header-nav-dropdown-trigger:hover,
.header-nav-dropdown-trigger.is-active {
  color: var(--brand-dark);
}

@media (min-width: 901px) {
  .header-nav-dropdown:hover .header-nav-chevron,
  .header-nav-dropdown:focus-within .header-nav-chevron {
    transform: rotate(180deg);
  }

  .header-nav-dropdown-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 240px;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 16px 48px rgba(21, 128, 61, 0.18);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 0.22s ease, visibility 0.22s, transform 0.22s var(--ease-out);
  }

  .header-nav-dropdown:hover .header-nav-dropdown-panel,
  .header-nav-dropdown:focus-within .header-nav-dropdown-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

.header-nav-dropdown-panel a {
  display: block;
  padding: 10px 18px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text) !important;
  text-decoration: none !important;
}

.header-nav-dropdown-panel a:hover {
  background: rgba(34, 197, 94, 0.08);
  color: var(--brand-dark) !important;
}

@media (max-width: 900px) {
  .header-nav-dropdown::after {
    display: none;
  }

  .header-nav-dropdown {
    width: 100%;
  }

  .header-nav-dropdown-panel {
    position: static;
    left: auto;
    top: auto;
    min-width: auto;
    width: 100%;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.98);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    margin-top: 8px;
    box-shadow: none;
    border: 1px solid var(--border);
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-nav-dropdown-panel {
    transition: none;
  }

  .header-nav-chevron {
    transition: none;
  }
}

/* Hakkımızda — geniş SSS paneli (iki kart) */
@media (min-width: 901px) {
  .header-nav-dropdown--align-end .header-nav-dropdown-panel--mega {
    left: auto;
    right: 0;
  }
}

.header-nav-dropdown-panel--mega {
  min-width: min(580px, calc(100vw - 32px));
  max-width: 640px;
  padding: 16px 16px 18px;
}

.header-about-hero-link {
  display: block;
  padding: 10px 12px 14px;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text) !important;
  text-decoration: none !important;
  border-bottom: 1px solid var(--border);
  margin: -4px -4px 12px;
  border-radius: 10px;
}

.header-about-hero-link:hover {
  background: rgba(34, 197, 94, 0.06) !important;
  color: var(--brand-dark) !important;
}

.header-about-hero-link__sub {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--muted);
  margin-top: 2px;
}

.header-faq-mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.header-nav-dropdown-panel--mega a.header-faq-mega-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 16px 20px !important;
  text-decoration: none !important;
  color: var(--text) !important;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(21, 128, 61, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s var(--ease-out);
  min-height: 100%;
}

.header-faq-mega-card:hover {
  box-shadow: 0 10px 32px rgba(21, 128, 61, 0.14);
  transform: translateY(-2px);
  color: var(--text) !important;
  background: rgba(255, 255, 255, 0.99);
}

.header-faq-mega-ic {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 10px;
  color: #fff;
  background: linear-gradient(145deg, #22c55e, #15803d);
  box-shadow: 0 6px 18px rgba(34, 197, 94, 0.3);
  flex-shrink: 0;
}

.header-faq-mega-card--buyer .header-faq-mega-ic {
  background: linear-gradient(145deg, #0d9488, #0f766e);
  box-shadow: 0 6px 18px rgba(13, 148, 136, 0.25);
}

.header-faq-mega-kicker {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.header-faq-mega-title {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.25;
}

.header-faq-mega-desc {
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--muted);
  font-weight: 500;
  padding-right: 4px;
}

.header-faq-mega-arrow {
  position: absolute;
  left: 16px;
  bottom: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brand);
  line-height: 1;
}

.header-faq-mega-card--buyer .header-faq-mega-arrow {
  color: #0d9488;
}

@media (max-width: 640px) {
  .header-faq-mega-grid {
    grid-template-columns: 1fr;
  }
  .header-nav-dropdown-panel--mega {
    min-width: auto;
    max-width: none;
  }
}

/* SSS sayfaları: akordeon */
.faq-hero {
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}

.faq-section {
  position: relative;
  z-index: 1;
  padding-top: clamp(28px, 4.5vw, 52px);
  padding-bottom: 56px;
  background: var(--bg);
}

@media (max-width: 640px) {
  .faq-section {
    padding-bottom: 40px;
  }
}

.faq-accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
}

@media (min-width: 768px) {
  .faq-accordion {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
  }
}

.faq-accordion__item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-accordion__item[open] {
  box-shadow: 0 8px 28px rgba(21, 128, 61, 0.1);
}

.faq-accordion__summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 44px 16px 20px;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
  position: relative;
  user-select: none;
}

.faq-accordion__summary::-webkit-details-marker {
  display: none;
}

.faq-accordion__summary::after {
  content: "›";
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -0.6em;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: var(--brand);
  transition: transform 0.2s var(--ease-out);
  opacity: 0.85;
}

.faq-accordion__item[open] .faq-accordion__summary::after {
  transform: rotate(90deg);
}

.faq-accordion__body {
  padding: 0 20px 18px 20px;
  border-top: 1px solid rgba(34, 197, 94, 0.1);
  margin: 0 0 0 0;
  animation: faqOpen 0.2s ease;
}

@keyframes faqOpen {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

.faq-accordion__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text);
}

.faq-cta {
  margin-top: 2rem;
  padding: 1.1rem 1.25rem;
  background: rgba(34, 197, 94, 0.06);
  border-radius: var(--radius);
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text);
}

.faq-cta a {
  font-weight: 700;
}

.faq-section--buyer .faq-accordion__summary::after {
  color: #0d9488;
}

/* Ana sayfa: Ürünlerimiz + İşinizi büyütün */
.section-home-split {
  padding: 40px 0 8px;
}

.home-split-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.home-split-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 26px 26px;
  border-radius: var(--radius);
  text-decoration: none !important;
  color: var(--text) !important;
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease;
}

.home-split-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.home-split-card--shop::before {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(34, 197, 94, 0.06));
}

.home-split-card--blog::before {
  background: linear-gradient(135deg, rgba(192, 38, 211, 0.08), rgba(34, 197, 94, 0.06));
}

.home-split-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.home-split-card:hover::before {
  opacity: 1;
}

.home-split-icon {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 16px;
  color: #fff;
}

.home-split-card--shop .home-split-icon {
  background: linear-gradient(145deg, #22c55e, #15803d);
  box-shadow: 0 10px 28px rgba(34, 197, 94, 0.35);
}

.home-split-card--blog .home-split-icon {
  background: linear-gradient(145deg, #16a34a, #22c55e);
  box-shadow: 0 10px 28px rgba(192, 38, 211, 0.28);
}

.home-split-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.home-split-title {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.home-split-desc {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 12px;
}

.home-split-arrow {
  margin-top: auto;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brand);
}

/* Ana sayfa: ürün vitrininden sonra platform tanıtımı */
.section-home-intro {
  padding: 18px 0 18px;
}

.home-intro-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding: clamp(26px, 4.5vw, 48px);
  border: 1px solid rgba(34, 197, 94, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 9% 12%, rgba(34, 197, 94, 0.14), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f7fee7 52%, #ecfdf5 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.home-intro-card::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -86px;
  bottom: -92px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.14);
  pointer-events: none;
}

.home-intro-copy,
.home-intro-panel {
  position: relative;
  z-index: 1;
}

.home-intro-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--brand-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-intro-title {
  max-width: 760px;
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.home-intro-text {
  max-width: 66ch;
  margin: 0;
  color: #526174;
  font-size: 1rem;
  line-height: 1.7;
}

.home-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.home-intro-panel {
  display: grid;
  gap: 12px;
}

.home-intro-stat {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid rgba(21, 128, 61, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.home-intro-stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #22c55e, #15803d);
  box-shadow: 0 10px 24px rgba(21, 128, 61, 0.26);
}

.home-intro-stat strong {
  display: block;
  margin-bottom: 3px;
  color: #123022;
  font-size: 0.98rem;
}

.home-intro-stat small {
  display: block;
  color: #64748b;
  line-height: 1.4;
}

@media (max-width: 860px) {
  .home-intro-card {
    grid-template-columns: 1fr;
  }
}

/* Blog listesi & detay */
.hero-crumb {
  font-size: 0.88rem;
  margin: 0 0 16px;
  opacity: 0.9;
}

.hero-crumb a {
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.hero-crumb span {
  opacity: 0.6;
  margin: 0 6px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}

.blog-card {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(21, 128, 61, 0.12);
}

.blog-card-thumb {
  display: block;
  aspect-ratio: 16/10;
  background: linear-gradient(145deg, #ede9fe, #fae8ff);
  overflow: hidden;
}

.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/10;
  color: var(--brand);
  opacity: 0.5;
}

.blog-card-body {
  padding: 20px 22px 22px;
}

.blog-card-cat {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-dark) !important;
  margin-bottom: 8px;
  text-decoration: none !important;
}

.blog-card-body h2 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  line-height: 1.35;
}

.blog-card-body h2 a {
  color: var(--text) !important;
  text-decoration: none !important;
}

.blog-card-body h2 a:hover {
  color: var(--brand-dark) !important;
}

.blog-card-body > .muted {
  margin: 0 0 12px;
  font-size: 0.94rem;
}

.blog-card-date {
  font-size: 0.82rem;
  color: var(--muted);
}

.card--empty {
  text-align: center;
  padding: 40px 24px;
}

.container--narrow {
  max-width: 720px;
}

/* SSS: iki sütun için biraz daha geniş üst sınır */
.container--faq {
  max-width: 960px;
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem !important;
}

.blog-detail-dot {
  opacity: 0.5;
}

.blog-detail-cat {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95) !important;
}

.blog-detail-cover {
  margin: 0 0 28px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}

.blog-detail-cover img {
  width: 100%;
  display: block;
}

.prose-content {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text);
}

.prose-content h2,
.prose-content h3 {
  margin: 1.5em 0 0.75em;
  line-height: 1.3;
}

.prose-content p {
  margin: 0 0 1em;
}

.prose-content ul,
.prose-content ol {
  margin: 0 0 1em 1.25em;
}

.prose-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.prose-content a {
  color: var(--brand-dark) !important;
  text-decoration: underline;
}

.blog-detail-back {
  margin-top: 36px;
}

/* Ziyaretçi daveti (sol alt) — .site-fixed-overlays içinde absolute */
.site-help-toast {
  position: absolute;
  left: max(12px, env(safe-area-inset-left, 0px));
  bottom: max(env(safe-area-inset-bottom, 0px) + 10px, var(--site-help-toast-above-footer, 8.5rem));
  z-index: 1;
  max-width: min(360px, calc(100vw - 24px));
  pointer-events: auto;
}

.site-help-toast__inner {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--surface, #fff);
  border: 1px solid var(--border, rgba(34, 197, 94, 0.15));
  box-shadow: 0 8px 32px rgba(21, 128, 61, 0.12);
  align-items: flex-start;
}

.site-help-toast__avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.75rem;
  color: #fff;
  background: linear-gradient(140deg, #22c55e, #86efac);
}

.site-help-toast__name {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.site-help-toast__msg {
  margin: 0 0 10px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--muted, #5c6278);
}

.site-help-toast__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Cookie consent bar (English copy in layout.php) */
.site-cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1700;
  padding: max(12px, env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-right, 0px))
    max(16px, env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-left, 0px));
  pointer-events: none;
}
.site-cookie-consent__inner {
  pointer-events: auto;
  max-width: 960px;
  margin: 0 auto;
  background: #0f172a;
  color: #f8fafc;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.35);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  justify-content: space-between;
}
.site-cookie-consent__text {
  flex: 1 1 280px;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
}
.site-cookie-consent__text a {
  color: #86efac;
  text-decoration: underline;
}
.site-cookie-consent__text a:hover {
  color: #bbf7d0;
}
.site-cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.site-cookie-consent__btn {
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 0.88rem;
  cursor: pointer;
}
.site-cookie-consent__btn--essential {
  background: transparent;
  border: 1px solid rgba(248, 250, 252, 0.35);
  color: #f8fafc;
}
.site-cookie-consent__btn--essential:hover {
  border-color: rgba(248, 250, 252, 0.55);
}
.site-cookie-consent__btn--accept {
  background: #22c55e;
  border: none;
  color: #052e16;
  font-weight: 600;
}
.site-cookie-consent__btn--accept:hover {
  filter: brightness(1.06);
}

/* Destek kökü: viewport altı (bottom); layout.php <style> ile de tekrarlanır. */
body.site-layout > #site-chat-root.site-chat {
  flex: none !important;
  align-self: flex-end !important;
}

/* Auth modal (2000) / lightbox (9999) altında; header (100) ve toast katmanı (1300) üstünde */
#site-chat-root.site-chat {
  position: fixed !important;
  left: auto !important;
  top: auto !important;
  right: max(16px, env(safe-area-inset-right, 0px)) !important;
  bottom: max(16px, env(safe-area-inset-bottom, 0px)) !important;
  z-index: 1600 !important;
  isolation: isolate;
  font-size: 0.92rem;
  line-height: 1.45;
  margin: 0 !important;
  width: max-content !important;
  max-width: min(420px, calc(100vw - 24px));
  min-width: 0;
  height: auto !important;
  min-height: 0;
  pointer-events: none;
  display: block;
  box-sizing: border-box;
}

#site-chat-root.site-chat > * {
  pointer-events: auto;
}

.site-chat__fab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px 12px 16px;
  min-height: 52px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  background: linear-gradient(180deg, #8f56f0 0%, #7b3fe4 45%, #6d36d4 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 6px 20px rgba(123, 63, 228, 0.45),
    0 2px 8px rgba(21, 128, 61, 0.25);
  font-family: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-chat__fab:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 10px 28px rgba(123, 63, 228, 0.5),
    0 4px 12px rgba(21, 128, 61, 0.3);
}

.site-chat__fab--nora {
  background: linear-gradient(180deg, #22c55e 0%, #4f46e5 50%, #15803d 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 6px 20px rgba(79, 70, 229, 0.42),
    0 2px 8px rgba(67, 56, 202, 0.28);
}

.site-chat__fab-teaser {
  max-width: min(260px, calc(100vw - 48px));
  margin-bottom: 4px;
  padding: 10px 14px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #0f172a;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(34, 197, 94, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-chat__fab-teaser:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.14), 0 0 0 1px rgba(34, 197, 94, 0.18);
}

.site-chat__fab--pulse {
  animation: site-chat-fab-pulse 2.2s ease-in-out 2;
}

@keyframes site-chat-fab-pulse {
  0%,
  100% {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.2) inset,
      0 6px 20px rgba(79, 70, 229, 0.42);
  }
  50% {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.25) inset,
      0 8px 28px rgba(34, 197, 94, 0.55);
  }
}

.site-chat__fab-badge {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.site-chat__fab-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.12));
}

.site-chat__fab--with-photo {
  padding-left: 10px;
}

.site-chat__fab-ic--photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.35),
    0 2px 8px rgba(15, 23, 42, 0.15);
  filter: none;
}

.site-chat__fab-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

.site-chat__fab-svg {
  display: block;
}

/* [hidden] HTML özniteliğini ezer; aksi halde display:flex panel hep görünür kalıyor */
.site-chat__panel[hidden] {
  display: none !important;
}

.site-chat__panel {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 10px;
  width: min(100vw - 32px, 380px);
  max-height: min(72vh, 520px);
  display: flex;
  flex-direction: column;
  background: var(--surface, #fff);
  border: 1px solid var(--border, rgba(34, 197, 94, 0.15));
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.site-chat__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: linear-gradient(135deg, #f0fdf4, #ede9fe);
  border-bottom: 1px solid var(--border, rgba(34, 197, 94, 0.12));
}

.site-chat__head strong {
  font-size: 1rem;
}

.site-chat__close {
  border: none;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted, #5c6278);
  padding: 0 4px;
}

.site-chat__body {
  padding: 12px 14px 16px;
  overflow-y: auto;
  max-height: calc(72vh - 52px);
}

.site-chat__lead {
  font-size: 0.88rem;
  color: var(--muted, #5c6278);
  margin: 0 0 10px;
}

.site-chat__form label,
.site-chat__msgform label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.site-chat__form input,
.site-chat__msgform textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--border, #d1d5db);
  font: inherit;
}

.site-chat__msgform {
  margin-top: 8px;
}

.site-chat__quick {
  margin-bottom: 10px;
}

.site-chat__quicklab {
  font-size: 0.8rem;
  margin: 0 0 6px;
}

.site-chat__chip {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 6px 10px;
  font-size: 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--border, #bbf7d0);
  background: #f0fdf4;
  color: #15803d;
  cursor: pointer;
  font-family: inherit;
}

.site-chat__chip:hover {
  background: #ede9fe;
}

.site-chat__msgs {
  max-height: 220px;
  overflow-y: auto;
  margin-bottom: 8px;
  padding: 4px 0;
}

.site-chat__empty {
  margin: 0;
  font-size: 0.88rem;
}

.site-chat__msg {
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.88rem;
}

.site-chat__msg--user {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.site-chat__msg--admin {
  background: #f0fdf4;
  border: 1px solid #dcfce7;
}

.site-chat__msg--erdal,
.site-chat__msg--nora {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #faf5ff, #f0fdf4);
}

.site-chat__meta {
  font-size: 0.75rem;
  margin-bottom: 4px;
  color: var(--muted, #5c6278);
}

.site-chat__text {
  white-space: pre-wrap;
  word-break: break-word;
}

.site-chat__err {
  display: none;
  margin-bottom: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fef2f2;
  color: #991b1b;
  font-size: 0.85rem;
}

.btn-sm {
  font-size: 0.85rem;
  padding: 6px 12px;
}

@media (max-width: 480px) {
  .site-help-toast {
    left: 10px;
    bottom: max(env(safe-area-inset-bottom, 0px) + 8px, var(--site-help-toast-above-footer, 8.5rem));
    max-width: calc(100vw - 20px);
  }

  .site-chat__fab {
    gap: 8px;
    padding: 10px 14px 10px 12px;
    min-height: 48px;
    font-size: 0.88rem;
  }

  .site-chat__fab-svg {
    width: 20px;
    height: 20px;
  }
}

/* —— Hakkımızda —— */
.section-head--left .section-title {
  text-align: left;
}

.about-hero .hero-crumb {
  margin-bottom: 14px;
}

.about-hero__sep {
  margin: 0 6px;
  opacity: 0.6;
}

.about-hero__lead {
  max-width: 60ch;
  line-height: 1.55;
}

@media (min-width: 900px) {
  .about-hero__lead {
    font-size: 1.15rem;
  }
}

.section--about-muted {
  background: linear-gradient(180deg, #f8fafc 0%, #f0fdf4 45%, #f8fafc 100%);
  padding-top: 48px;
  padding-bottom: 56px;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 40px);
  align-items: start;
}

@media (min-width: 880px) {
  .about-split {
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  }
}

.about-prose p {
  color: #475569;
  font-size: 1.04rem;
  line-height: 1.7;
  margin: 0 0 1.1rem;
}

.about-prose p:last-child {
  margin-bottom: 0;
}

.about-prose em {
  color: #15803d;
  font-style: normal;
  font-weight: 600;
}

.about-spot {
  background: linear-gradient(155deg, #ffffff 0%, #f7fee7 55%, #f0fdf4 100%);
  border: 1px solid rgba(34, 197, 94, 0.16);
  border-radius: 18px;
  padding: 24px 22px 22px;
  box-shadow: 0 4px 24px rgba(21, 128, 61, 0.08);
}

.about-spot--plain {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.about-spot__brand {
  color: #14532d;
  font-weight: 800;
}

.about-spot__h {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #14532d;
  letter-spacing: -0.02em;
}

.about-spot:not(.about-spot--plain) p {
  margin: 0 0 16px;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.65;
}

.about-spot__btn {
  width: 100%;
  justify-content: center;
}

@media (min-width: 400px) {
  .about-spot__btn {
    width: auto;
  }
}

.about-mv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 720px) {
  .about-mv {
    grid-template-columns: 1fr 1fr;
  }
}

.about-mv__card {
  padding: 24px 22px 26px;
  border: 1px solid rgba(34, 197, 94, 0.12) !important;
  background: linear-gradient(170deg, #fff 0%, #f7fee7 100%) !important;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease;
}

.about-mv__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(21, 128, 61, 0.1);
}

.about-mv__h {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #14532d;
}

.about-mv__ic {
  display: flex;
  color: #22c55e;
  flex-shrink: 0;
}

.about-mv__card p {
  margin: 0;
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.65;
}

@media (prefers-reduced-motion: reduce) {
  .about-mv__card,
  .about-mv__card:hover {
    transition: none;
    transform: none;
  }
}

.about-value-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 600px) {
  .about-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .about-value-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.about-value-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px 20px 24px;
  box-shadow: var(--shadow);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-value-card:hover {
  border-color: rgba(34, 197, 94, 0.2);
  box-shadow: 0 12px 36px rgba(21, 128, 61, 0.08);
}

.about-value-card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.about-value-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted);
}

.about-value-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #fff;
}

.about-value-icon--violet {
  background: linear-gradient(145deg, #22c55e, #15803d);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.3);
}

.about-value-icon--magenta {
  background: linear-gradient(145deg, #16a34a, #4ade80);
  box-shadow: 0 8px 24px rgba(192, 38, 211, 0.25);
}

.about-value-icon--indigo {
  background: linear-gradient(145deg, #22c55e, #15803d);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.28);
}

.about-offer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 860px) {
  .about-offer {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

.about-offer__h {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #14532d;
  letter-spacing: -0.02em;
}

.about-offer__lead {
  margin: 0 0 14px;
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.65;
}

.about-offer__lead strong {
  color: #15803d;
  font-weight: 700;
}

.about-bullets {
  margin: 0;
  padding: 0 0 0 1.1rem;
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.65;
}

.about-bullets li {
  margin-bottom: 8px;
}

.about-bullets li:last-child {
  margin-bottom: 0;
}

.about-steps__intro {
  text-align: center;
  max-width: 56ch;
  margin: 0 auto 2.25rem;
}

.about-steps__intro .section-title {
  margin-bottom: 0.35em;
}

.about-steps__intro .section-sub {
  margin: 0;
}

.about-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  counter-reset: aboutstep;
}

@media (min-width: 800px) {
  .about-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.about-step {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #f7fee7 100%);
  border: 1px solid rgba(34, 197, 94, 0.12);
  border-radius: 16px;
  padding: 24px 20px 22px 22px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.about-step__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #15803d, #22c55e);
  margin-bottom: 12px;
  box-shadow: 0 4px 14px rgba(21, 128, 61, 0.3);
}

.about-step h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 800;
  color: #14532d;
}

.about-step p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #64748b;
}

.about-cta {
  padding-top: 40px;
  padding-bottom: 56px;
}

.about-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 4vw, 36px) clamp(22px, 4vw, 40px);
  border-radius: 20px;
  background: linear-gradient(120deg, #166534 0%, #16a34a 45%, #22c55e 100%);
  color: #fff;
  box-shadow: 0 20px 50px rgba(21, 128, 61, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.about-cta__title {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.about-cta__copy p {
  margin: 0;
  max-width: 48ch;
  font-size: 0.98rem;
  line-height: 1.6;
  opacity: 0.95;
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-cta__actions .btn-primary {
  background: #fff;
  color: #166534;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.about-cta__actions .btn-primary:hover {
  background: #f0fdf4;
  color: #166534;
}

.about-cta__actions .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

.about-cta__actions .btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

/* —— Admin: Ürün listesi (durum + sil) —— */
.table-wrap--products {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.table-wrap--products table {
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.table-wrap--products th {
  background: rgba(34, 197, 94, 0.06);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  font-weight: 700;
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.table-wrap--products td {
  padding: 12px;
  border-bottom: 1px solid rgba(34, 197, 94, 0.08);
  vertical-align: middle;
  font-size: 0.92rem;
}
.table-wrap--products tbody tr:hover {
  background: rgba(34, 197, 94, 0.03);
}
.table-wrap--products tbody tr:last-child td {
  border-bottom: 0;
}
.products-cell-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0;
}
.products-form-inline {
  display: inline;
  margin: 0;
}
/* Satır aksiyonları: gerçek buton görünümü (Yeni ürün / tema ile uyumlu) */
.table-wrap--products .products-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  transition:
    color 0.2s var(--ease-out),
    background 0.2s var(--ease-out),
    border-color 0.2s var(--ease-out),
    box-shadow 0.2s var(--ease-out),
    transform 0.15s var(--ease-out);
}
.table-wrap--products .products-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}
.table-wrap--products .products-btn:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.table-wrap--products .products-btn--to-passive {
  background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
  color: #92400e;
  border-color: rgba(245, 158, 11, 0.45);
  box-shadow: 0 1px 2px rgba(146, 64, 14, 0.08);
}
.table-wrap--products .products-btn--to-passive:hover {
  background: #fef3c7;
  border-color: rgba(217, 119, 6, 0.55);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
  color: #78350f;
}
.table-wrap--products .products-btn--to-active {
  background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
  color: #065f46;
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 1px 2px rgba(5, 95, 70, 0.08);
}
.table-wrap--products .products-btn--to-active:hover {
  background: #d1fae5;
  border-color: rgba(5, 150, 105, 0.5);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.22);
  color: #047857;
}
.table-wrap--products .products-btn--edit {
  background: #fff;
  color: var(--brand-dark);
  border-color: rgba(34, 197, 94, 0.3);
  box-shadow: 0 2px 8px rgba(21, 128, 61, 0.08);
}
.table-wrap--products .products-btn--edit:hover {
  color: #fff;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border-color: #16a34a;
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35);
}
.table-wrap--products .products-btn--delete {
  background: #fff;
  color: #b91c1c;
  border-color: rgba(220, 38, 38, 0.35);
  box-shadow: 0 1px 3px rgba(185, 28, 28, 0.1);
}
.table-wrap--products .products-btn--delete:hover {
  background: linear-gradient(180deg, #fef2f2 0%, #fee2e2 100%);
  color: #991b1b;
  border-color: rgba(220, 38, 38, 0.55);
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.2);
}
.table-wrap--products .products-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.products-status-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.products-status-badge.is-on {
  background: rgba(16, 185, 129, 0.15);
  color: #047857;
}
.products-status-badge.is-off {
  background: rgba(100, 116, 139, 0.18);
  color: #475569;
}
.admin-flash {
  max-width: 800px;
  margin: 0 0 16px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  line-height: 1.45;
}
.admin-flash--ok {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #0f5132;
}
.admin-flash--warn {
  background: rgba(234, 179, 8, 0.12);
  border: 1px solid rgba(234, 179, 8, 0.4);
  color: #854d0e;
}
.admin-flash--err {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.3);
  color: #991b1b;
}
@media (max-width: 720px) {
  .products-cell-status {
    flex-direction: column;
    align-items: flex-start;
  }
  .table-wrap--products .products-btn {
    width: 100%;
    max-width: 200px;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .table-wrap--products .products-btn:hover {
    transform: none;
  }
}

/* —— Admin: Sayfa düzeni —— */
.page-layout-h2 {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}
.page-layout-h3 {
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.page-layout-card {
  max-width: 800px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 20px;
  margin-bottom: 16px;
}
.page-layout-form--row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.page-layout-form .page-layout-label {
  display: block;
  width: 100%;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 6px;
}
.page-layout-input,
.page-layout-form select {
  display: block;
  width: 100%;
  max-width: 480px;
  font: inherit;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fafafa;
  margin-top: 4px;
}
.page-layout-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  margin-top: 8px;
  cursor: pointer;
}
.page-layout-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  margin-top: 8px;
  border: 1px solid var(--border);
  border-radius: 10px;
}
.page-layout-table-wrap th {
  background: rgba(34, 197, 94, 0.06);
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.section-home-products--morelink {
  padding-top: 0;
}

/* —— Admin: Satıcılar —— */
.vendors-title {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.vendors-lead {
  max-width: 70ch;
  line-height: 1.55;
}
.vendors-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 920px;
}
.vendors-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.2s var(--ease-out), border-color 0.2s var(--ease-out);
}
.vendors-card:hover {
  border-color: rgba(34, 197, 94, 0.22);
  box-shadow: 0 12px 36px rgba(21, 128, 61, 0.12);
}
.vendors-card__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 20px;
}
.vendors-card__identity {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.vendors-card__email {
  font-weight: 700;
  font-size: 0.98rem;
  word-break: break-word;
}
.vendors-card__name {
  color: var(--muted);
  font-size: 0.9rem;
}
.vendors-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.vendors-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.vendors-pill--role {
  background: rgba(34, 197, 94, 0.1);
  color: var(--brand-dark);
}
.vendors-pill--bal {
  background: rgba(15, 23, 42, 0.06);
  color: var(--text);
}
.vendors-pill--warn {
  background: rgba(220, 38, 38, 0.1);
  color: #b91c1c;
}
.vendors-pill--ban {
  background: rgba(234, 179, 8, 0.15);
  color: #a16207;
}
.vendors-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-top: 4px;
  border-top: 1px solid var(--border);
}
.vendors-form-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.vendors-btn {
  font-size: 0.85rem !important;
  padding: 7px 12px !important;
}
.vendors-select {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 6px 10px;
  font: inherit;
  background: var(--surface);
  min-width: 120px;
}
.vendors-modal[hidden] {
  display: none !important;
}
.vendors-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.vendors-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(2px);
}
.vendors-modal__box {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: 0 24px 64px rgba(21, 128, 61, 0.2);
  max-height: min(90vh, 640px);
  overflow: auto;
}
.vendors-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
}
.vendors-modal__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
}
.vendors-modal__x {
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
  padding: 4px 8px;
  border-radius: 8px;
}
.vendors-modal__x:hover {
  background: rgba(34, 197, 94, 0.1);
  color: var(--text);
}
.vendors-modal__form {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vendors-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.vendors-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}
.vendors-textarea,
.vendors-input {
  width: 100%;
  font: inherit;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
  background: #fafafa;
  resize: vertical;
  min-height: 0;
}
.vendors-textarea:focus,
.vendors-input:focus {
  outline: 2px solid rgba(34, 197, 94, 0.35);
  border-color: var(--brand);
  background: var(--surface);
}
.vsm-mode {
  gap: 8px;
}
.vendors-radio {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  line-height: 1.4;
}
.vendors-radio input {
  margin-top: 3px;
}
.vendors-freeze {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(34, 197, 94, 0.05);
  border: 1px dashed rgba(34, 197, 94, 0.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vendors-freeze__days {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: 1.5rem;
}
.vsm-indef {
  margin-top: 4px;
}
.vendors-modal__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
}

/* Satıcı: donduruldu ekranı */
.vendor-suspended {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0 24px;
}
.vendor-suspended__icon {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 12px;
  filter: grayscale(0.2);
}
.vendor-suspended__title {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.vendor-suspended__lead {
  color: var(--muted);
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 0.95rem;
}
.vendor-suspended__reason {
  text-align: left;
  background: rgba(34, 197, 94, 0.06);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
}
.vendor-suspended__reason p {
  margin: 6px 0 0;
  white-space: pre-wrap;
  word-break: break-word;
}
.vendor-suspended__meta {
  margin: 0 0 20px;
}
.vendor-suspended__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* Kayıt: politika onayı + vurgulu “diğer politikalar” */
.form-grid .auth-policy-consent {
  margin: 10px 0 6px;
  font-size: 0.9rem;
}
.auth-policy-consent {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--muted);
  text-align: left;
}

.auth-policy-consent a {
  color: var(--brand);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-policy-consent a:hover {
  color: var(--brand-dark);
}

a.auth-policy-link--other,
.auth-policy-consent a.auth-policy-link--other {
  color: #0d9488;
  font-weight: 800;
  text-decoration-thickness: 2px;
}

a.auth-policy-link--other:hover,
.auth-policy-consent a.auth-policy-link--other:hover {
  color: #0f766e;
}

label.auth-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--text);
  cursor: pointer;
  margin: 0;
}

label.auth-check input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: var(--brand);
}

.auth-check__text {
  flex: 1;
  min-width: 0;
}

/* Politikalar: hub + uzun metin */
.legal-hub__crumb,
.legal-doc__crumb {
  margin: 0 0 0.5rem;
}

.legal-hub__sep,
.legal-doc__sep {
  opacity: 0.45;
  margin: 0 0.35em;
}

.legal-hub__hero .lead,
.legal-doc__hero .lead {
  max-width: 48rem;
}

.legal-hub__meta {
  margin: 0.75rem 0 0;
}

.legal-doc__crumb-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-doc__crumb-current {
  font-weight: 600;
}

.legal-doc__short {
  margin: 0.5rem 0 0.25rem;
  font-size: 1.05rem;
  color: var(--muted);
}

/* Politika detay: yeşil page-hero üstünde kısa metin + “Last updated” okunaklı olsun */
.legal-doc__hero .legal-doc__short {
  color: rgba(255, 255, 255, 0.95);
}
.legal-doc__hero .muted,
.legal-doc__hero p.muted {
  color: rgba(255, 255, 255, 0.88) !important;
}
.legal-doc__hero h1 {
  color: #fff;
}
.legal-doc__hero .legal-doc__crumb,
.legal-doc__hero .legal-doc__crumb-current {
  color: rgba(255, 255, 255, 0.95);
}
.legal-doc__hero .legal-doc__crumb-link {
  color: #fff;
}

.legal-hub__hero h1 {
  color: #fff;
}
.legal-hub__hero .legal-hub__lead,
.legal-hub__hero .lead {
  color: rgba(255, 255, 255, 0.95);
}
.legal-hub__hero .muted,
.legal-hub__hero p.muted {
  color: rgba(255, 255, 255, 0.88) !important;
}

.legal-hub__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.legal-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.legal-card:hover {
  border-color: rgba(34, 197, 94, 0.35);
  box-shadow: 0 10px 28px rgba(21, 128, 61, 0.1);
  transform: translateY(-2px);
}

.legal-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brand-dark);
}

.legal-card__desc {
  margin: 0 0 1rem;
  flex: 1;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}

.legal-card__more {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--brand);
}

.legal-doc {
  max-width: 52rem;
  padding: 1.5rem 0 0;
  font-size: 0.98rem;
  line-height: 1.65;
}

.legal-doc h2 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 1.5rem 0 0.65rem;
  color: #14532d;
  letter-spacing: -0.02em;
}

.legal-doc h2:first-child {
  margin-top: 0.25rem;
}

.legal-doc p {
  margin: 0.5rem 0 0.75rem;
  color: var(--text);
}

.legal-doc ul,
.legal-doc ol {
  margin: 0.4rem 0 1rem;
  padding-left: 1.2rem;
}

.legal-doc li {
  margin: 0.3rem 0;
}

.legal-doc strong {
  color: var(--text);
  font-weight: 700;
}

.legal-doc__inner .legal-doc__lead {
  font-size: 1.05rem;
  color: var(--muted);
}

.legal-doc__back {
  margin: 2rem 0 0;
}


/* ——— Sellora tarzı vitrin header (marka metni site adından gelir) */
.sellora-util {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #64748b;
  width: 100%;
  box-sizing: border-box;
}

.sellora-util__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: end;
  align-items: center;
  gap: 0;
  padding: 8px 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}

/* Sağ hizalama margin-left:auto ile yönetilir; pseudo spacer kapalı. */
.sellora-util__inner::before {
  display: none;
}

.sellora-util__nav {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 20px;
  justify-self: end;
  margin-inline-end: 18px;
}

.sellora-util__nav a {
  color: #94a3b8;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.sellora-util__nav a:hover,
.sellora-util__nav a:focus-visible {
  color: #475569;
  text-decoration: none !important;
}

.site-header--sellora {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}

body.is-header-scroll-hidden .site-header--sellora::before {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.site-header--sellora::before {
  content: "";
  position: absolute;
  inset: -1px 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0), rgba(37, 99, 235, 0.5), rgba(56, 189, 248, 0.8), rgba(37, 99, 235, 0.5), rgba(37, 99, 235, 0));
  transform: translateX(-55%);
  animation: sellora-header-sheen 9s linear infinite;
  pointer-events: none;
}

.sellora-main-wrap {
  background: #fff;
}

.sellora-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: #0f172a;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
  white-space: nowrap;
  min-width: 0;
  max-width: min(18rem, 92vw);
  overflow: visible;
  background: transparent;
  transition: transform 0.28s var(--ease-out), text-shadow 0.28s var(--ease-out), color 0.22s ease;
}

.sellora-logo__mark {
  flex-shrink: 0;
  display: block;
  height: 44px;
  width: auto;
  max-width: 52px;
  object-fit: contain;
  background: transparent;
}

.sellora-logo__text {
  color: inherit;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sellora-logo:hover,
.sellora-logo:focus-visible {
  color: #1d4ed8;
  transform: translateY(-1px);
  text-shadow: 0 8px 22px rgba(37, 99, 235, 0.18);
}

@media (min-width: 901px) {
  .header-inner--sellora {
    display: grid;
    grid-template-columns: auto minmax(420px, 1fr) auto;
    align-items: center;
    column-gap: clamp(20px, 3vw, 52px);
    padding: 14px 0 16px;
    min-height: 64px;
  }

  .header-inner--sellora .header-burger {
    display: none !important;
  }

  .header-inner--sellora .sellora-logo {
    grid-column: 1;
  }

  .header-inner--sellora .header-search-slot {
    grid-column: 2;
    max-width: min(820px, 100%);
    width: 100%;
    margin: 0 auto;
    justify-self: center;
  }

  .header-inner--sellora .header-end {
    grid-column: 3;
    margin-left: 0;
  }

  .site-header--sellora .header-nav {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .header-inner--sellora {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "burger logo end"
      "search search search";
    align-items: center;
    gap: 10px 12px;
    padding: 10px 0 12px;
    min-height: 56px;
  }

  .header-inner--sellora .header-burger {
    grid-area: burger;
  }

  .header-inner--sellora .sellora-logo {
    grid-area: logo;
    font-size: 1.1rem;
    max-width: min(14rem, 58vw);
    gap: 8px;
  }

  .header-inner--sellora .sellora-logo__mark {
    height: 36px;
    max-width: 44px;
  }

  .header-inner--sellora .header-end {
    grid-area: end;
    margin-left: 0;
  }

  .header-inner--sellora .header-search-slot {
    grid-area: search;
    max-width: none;
  }
}

.site-header--sellora .header-end {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.site-header--sellora .header-search-slot {
  position: relative;
  min-width: 0;
  width: 100%;
  z-index: 120;
}

.site-header--sellora .header-search-form {
  display: flex;
  align-items: stretch;
  background: #f3f4f6;
  border-radius: 999px;
  padding: 0 4px 0 16px;
  border: 1px solid transparent;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.site-header--sellora .header-search-form:focus-within {
  border-color: #cbd5e1;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  background: #fff;
}

.site-header--sellora .header-search-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 12px 8px 12px 0;
  font-size: 0.94rem;
  outline: none;
  color: #0f172a;
  border-radius: 0;
}

.site-header--sellora .header-search-input::placeholder {
  color: #94a3b8;
}

.site-header--sellora .header-search-submit {
  flex-shrink: 0;
  width: 44px;
  min-height: 44px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--brand-dark);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s var(--ease-out);
  margin: 4px 4px 4px 0;
}

.site-header--sellora .header-search-submit:hover {
  background: rgba(34, 197, 94, 0.08);
  color: var(--brand);
  transform: scale(1.05);
}

.sellora-util__nav a {
  position: relative;
}

.sellora-util__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #16a34a, #4ade80);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--ease-out);
}

.sellora-util__nav a:hover::after,
.sellora-util__nav a:focus-visible::after {
  transform: scaleX(1);
}

.site-header--sellora .header-user-signin,
.site-header--sellora .header-user-avatar {
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out), border-color 0.2s, background 0.2s, color 0.2s;
}

.site-header--sellora .header-user-signin:hover,
.site-header--sellora .header-user-avatar:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.16);
}

@keyframes sellora-header-sheen {
  0% {
    transform: translateX(-55%);
  }
  100% {
    transform: translateX(55%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header--sellora::before {
    animation: none;
  }

  .sellora-logo,
  .site-header--sellora .header-search-submit,
  .site-header--sellora .header-user-signin,
  .site-header--sellora .header-user-avatar,
  .sellora-util__nav a::after {
    transition: none;
  }
}

.site-header--sellora .header-search-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(15, 23, 42, 0.06);
  max-height: min(70vh, 380px);
  overflow-y: auto;
  padding: 6px;
}

.site-header--sellora .header-search-panel__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none !important;
  color: inherit;
}

.site-header--sellora .header-search-panel__item:hover,
.site-header--sellora .header-search-panel__item.is-active {
  background: #f1f5f9;
}

.site-header--sellora .header-search-panel__type {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #64748b;
}

.site-header--sellora .header-search-panel__title {
  font-size: 0.91rem;
  font-weight: 600;
  color: #0f172a;
}

.site-header--sellora .header-user-signin {
  border: none !important;
  background: transparent !important;
  color: #0f172a !important;
  font-weight: 700;
  font-size: 0.9rem;
  gap: 8px;
  padding: 0 4px 0 0;
  min-height: 48px;
  height: auto;
  box-shadow: none !important;
}

.site-header--sellora .header-user-signin:hover {
  color: #0f172a !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none;
}

.site-header--sellora .header-user-signin-ic {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  border: 1.5px solid #cbd5e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  background: #fff;
  box-sizing: border-box;
}

.site-header--sellora .header-user-signin-ic svg {
  width: 20px;
  height: 20px;
}

.site-header--sellora .header-cart {
  width: auto;
  min-width: auto;
  height: 48px;
  padding: 0 10px 0 4px;
  border-radius: 999px;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #0f172a;
  font-weight: 700;
  box-shadow: none;
}

.site-header--sellora .header-cart:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
  color: #0f172a;
}

.site-header--sellora .header-cart-ic-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: 1.5px solid #cbd5e1;
  background: #fff;
  box-sizing: border-box;
}

.site-header--sellora .header-cart-icon {
  width: 20px;
  height: 20px;
}

.site-header--sellora .header-cart--labeled .header-cart-badge {
  top: -2px;
  right: -4px;
  background: #ef4444;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.45);
}

.site-header--sellora .header-cart-label {
  font-weight: 700;
  font-size: 0.88rem;
  color: #0f172a;
}

@media (max-width: 480px) {
  .site-header--sellora .header-cart-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .site-header--sellora .header-cart {
    padding: 0 8px;
    width: 48px;
    min-width: 48px;
  }
}

/* Marketplace product card refresh */
.product-card {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d8e0ea;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.product-card:hover,
.product-grid--catalog .product-card:hover {
  transform: translateY(-2px);
  border-color: #c8d3df;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.product-card-media {
  background: #f8fafc;
  border-bottom: 1px solid #e5ebf2;
}

.product-card-thumb,
.product-grid--catalog .product-card-thumb {
  aspect-ratio: 16 / 8.55;
  background: #e5e7eb;
}

.product-card-thumb img {
  object-fit: cover;
}

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

.product-card-badge {
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 0 0 4px 0;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 0;
  background: linear-gradient(135deg, #0f9f7a 0%, #0f9f7a 50%, transparent 50%);
  box-shadow: none;
  border: 0;
}

.product-card-badge::after {
  content: "↯";
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 5px 0 0 7px;
}

.product-card-body,
.product-grid--catalog .product-card-body {
  padding: 16px 18px 18px;
  background: #fff;
}

.product-card-title,
.product-grid--catalog .product-card-title {
  margin: 0 0 4px;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.product-card-title a {
  color: #3b3f49;
  -webkit-line-clamp: 2;
}

.product-card-title a:hover {
  color: var(--brand-dark);
}

.product-card-excerpt,
.product-grid--catalog .product-card-excerpt {
  min-height: 0;
  margin: 0 0 14px;
  font-size: 0.84rem;
  line-height: 1.35;
  color: #8b95a1;
  font-style: italic;
  -webkit-line-clamp: 1;
}

.product-card-footer,
.product-grid--catalog .product-card-footer {
  margin-top: auto;
  padding-top: 0;
  border-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: end;
}

.product-card-market-row {
  display: contents;
}

.product-card-market-meta {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.product-card-price,
.product-grid--catalog .product-card-price {
  display: block;
  font-size: 1.1rem;
  line-height: 1.15;
  font-weight: 800;
  color: #5b6472;
  text-shadow: none;
}

.product-card-price--external {
  color: #15803d;
  font-size: 0.92rem;
}

.product-card-reviews-link,
.product-grid--catalog .product-card-reviews-link {
  width: auto;
  max-width: 100%;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  padding: 0;
  text-decoration: none;
  color: #8b95a1;
  font-size: 0.8rem;
  font-weight: 500;
}

.product-card-reviews-stars,
.product-grid--catalog .product-card-reviews-stars {
  font-size: 0.86rem;
  letter-spacing: 0;
}

.product-card-reviews-txt {
  color: #8b95a1;
}

.product-card-sales {
  color: #8b95a1;
  font-size: 0.8rem;
  line-height: 1.2;
}

.product-card-cart {
  margin: 0;
  grid-column: 2;
  align-self: end;
}

.product-card-cart-icon {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #16a34a;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 17px;
}

.product-card-cart-svg {
  width: 18px;
  height: 18px;
  display: block;
}

.product-card-cart-icon:hover {
  background: #15803d;
  color: #fff;
  text-decoration: none;
}

.product-card-live {
  grid-column: 3;
  align-self: end;
  min-width: 118px;
  min-height: 40px;
  border: 1px solid var(--brand-dark);
  color: var(--brand-dark);
  background: #fff;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.product-card-live:hover {
  background: var(--brand-dark);
  color: #fff;
  text-decoration: none;
}

.product-card-price-row,
.product-card-actions,
.product-card-demo,
.btn-product-detail,
.btn-product-add {
  display: none !important;
}

@media (max-width: 420px) {
  .product-card-footer,
  .product-grid--catalog .product-card-footer {
    grid-template-columns: 40px minmax(0, 1fr);
  }
  .product-card-market-meta {
    grid-column: 1 / -1;
  }
  .product-card-cart {
    grid-column: 1;
  }
  .product-card-live {
    grid-column: 2;
    width: 100%;
  }
  .product-card-cart-icon {
    width: 40px;
  }
}
