/* Türkiye Akvarist — Katalog (katalog.turkiyeakvarist.com) */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');

:root {
  --ta-deep: #023047;
  --ta-mid: #0077b6;
  --ta-light: #48cae4;
  --ta-gold: #ffb703;
  --ta-gold-soft: #ffd166;
  --ta-bg: #f0f6f9;
  --ta-surface: #ffffff;
  --ta-text: #1a2b33;
  --ta-muted: #5a6b73;
  --ta-seaweed: #2d6a4f;
  --ta-radius: 14px;
  --ta-radius-lg: 22px;
  --ta-shadow: 0 4px 24px rgba(2, 48, 71, 0.08);
  --ta-shadow-hover: 0 12px 40px rgba(2, 48, 71, 0.14);
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--ta-bg);
  color: var(--ta-text);
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--ta-mid); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--ta-deep); }

.container {
  width: min(1280px, 100% - 2rem);
  margin-inline: auto;
}

/* ===== HEADER ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(135deg, var(--ta-deep) 0%, #034a6e 100%);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
  padding: 0.5rem 0;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-mark {
  flex-shrink: 0;
  border-radius: 10px;
}

.logo-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.logo-sub {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #90e0ef;
}

.logo-main {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  background: linear-gradient(90deg, #ffd166, #ffb703);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.logo-link img {
  display: none;
}

.logo-text {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.logo-text span {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  opacity: 0.75;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.main-nav a {
  color: rgba(255,255,255,0.88);
  font-weight: 500;
  font-size: 0.92rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}

.main-nav a:hover,
.main-nav a.active {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.btn-app {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, var(--ta-gold-soft), var(--ta-gold));
  color: var(--ta-deep) !important;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(255, 183, 3, 0.35);
}

.btn-app:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(255, 183, 3, 0.45);
  color: var(--ta-deep) !important;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--ta-deep) 0%, var(--ta-mid) 55%, #0096c7 100%);
  color: #fff;
  padding: 4rem 0 5rem;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(72, 202, 228, 0.25) 0%, transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(255, 214, 102, 0.12) 0%, transparent 40%);
  pointer-events: none;
}

.hero-bubbles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-bubbles span {
  position: absolute;
  bottom: -20px;
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  animation: rise 12s infinite ease-in;
}

.hero-bubbles span:nth-child(1) { left: 10%; animation-duration: 14s; width: 6px; height: 6px; }
.hero-bubbles span:nth-child(2) { left: 25%; animation-duration: 11s; animation-delay: 2s; }
.hero-bubbles span:nth-child(3) { left: 45%; animation-duration: 16s; animation-delay: 1s; width: 10px; height: 10px; }
.hero-bubbles span:nth-child(4) { left: 65%; animation-duration: 13s; animation-delay: 3s; }
.hero-bubbles span:nth-child(5) { left: 85%; animation-duration: 15s; animation-delay: 0.5s; width: 5px; height: 5px; }

@keyframes rise {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  10% { opacity: 0.6; }
  100% { transform: translateY(-420px) scale(1.2); opacity: 0; }
}

.hero-content {
  position: relative;
  max-width: 640px;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ta-gold-soft);
  margin-bottom: 0.75rem;
}

.hero h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.hero p {
  font-size: 1.08rem;
  opacity: 0.9;
  margin: 0 0 1.75rem;
  max-width: 52ch;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin-top: 2rem;
}

.stat {
  text-align: left;
}

.stat-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--ta-gold-soft);
  line-height: 1;
}

.stat-label {
  font-size: 0.82rem;
  opacity: 0.8;
  margin-top: 0.25rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--ta-deep);
  font-weight: 700;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  box-shadow: var(--ta-shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--ta-shadow-hover);
  color: var(--ta-deep);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.35);
  cursor: pointer;
  font-size: 0.95rem;
  transition: background 0.2s, border-color 0.2s;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}

/* ===== HOME CATEGORIES ===== */
.categories-section {
  padding-top: 2rem;
}

.section-muted {
  background: linear-gradient(180deg, transparent, rgba(2, 48, 71, 0.03));
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 520px), 1fr));
  gap: 1.75rem;
}

.category-block {
  background: var(--ta-surface);
  border-radius: var(--ta-radius-lg);
  box-shadow: var(--ta-shadow);
  border: 1px solid rgba(2, 48, 71, 0.06);
  overflow: hidden;
}

.category-block-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem 1.25rem;
  align-items: start;
  padding: 1.5rem 1.5rem 1rem;
  background: linear-gradient(135deg, rgba(0,119,182,0.06), rgba(72,202,228,0.08));
  border-bottom: 1px solid rgba(2, 48, 71, 0.05);
}

.category-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: var(--ta-surface);
  box-shadow: var(--ta-shadow);
}

.category-icon.fish { background: linear-gradient(145deg, #e3f4fb, #fff); }
.category-icon.plant { background: linear-gradient(145deg, #e8f5e9, #fff); }

.category-block-head h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
  color: var(--ta-deep);
}

.category-block-head p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ta-muted);
}

.category-link {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ta-mid);
  white-space: nowrap;
  align-self: center;
}

.category-preview {
  padding: 1rem 1.5rem 1.5rem;
}

.category-preview .species-card {
  max-width: 320px;
}

@media (max-width: 640px) {
  .category-block-head {
    grid-template-columns: auto 1fr;
  }
  .category-link {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* ===== SECTIONS ===== */
.section {
  padding: 3.5rem 0;
}

.section-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-header h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
  color: var(--ta-deep);
}

.section-header p {
  margin: 0.35rem 0 0;
  color: var(--ta-muted);
  font-size: 0.95rem;
}

/* ===== SEARCH BAR ===== */
.catalog-toolbar {
  position: sticky;
  top: var(--header-h);
  z-index: 90;
  background: rgba(240, 246, 249, 0.92);
  backdrop-filter: blur(12px);
  padding: 1rem 0;
  border-bottom: 1px solid rgba(2, 48, 71, 0.06);
  margin-bottom: 1.5rem;
}

.search-wrap {
  position: relative;
  max-width: 480px;
}

.search-wrap svg {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--ta-muted);
  pointer-events: none;
}

.search-input {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  border: 1px solid rgba(2, 48, 71, 0.1);
  border-radius: 999px;
  font: inherit;
  font-size: 0.95rem;
  background: var(--ta-surface);
  box-shadow: var(--ta-shadow);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.search-input:focus {
  outline: none;
  border-color: var(--ta-light);
  box-shadow: 0 0 0 3px rgba(72, 202, 228, 0.25);
}

.toolbar-meta {
  font-size: 0.88rem;
  color: var(--ta-muted);
  margin-top: 0.5rem;
}

/* ===== SPECIES GRID ===== */
.species-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
}

.species-card {
  background: var(--ta-surface);
  border-radius: var(--ta-radius);
  overflow: hidden;
  box-shadow: var(--ta-shadow);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}

.species-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ta-shadow-hover);
}

.species-card a {
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.species-card-img {
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, #e8f4f8, #d4ecf4);
  overflow: hidden;
  position: relative;
}

.species-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.species-card:hover .species-card-img img {
  transform: scale(1.05);
}

.species-card-body {
  padding: 1rem 1.1rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.species-card-body h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  line-height: 1.3;
  color: var(--ta-deep);
}

.species-card-body .scientific {
  font-style: italic;
  font-size: 0.82rem;
  color: var(--ta-muted);
  margin: 0;
}

.species-card-body .badge {
  display: inline-block;
  margin-top: auto;
  padding-top: 0.65rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ta-seaweed);
}

/* ===== DETAIL PAGE ===== */
.species-detail {
  background: var(--ta-surface);
  padding: 1.25rem 0 2rem;
}

.species-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 2.5rem;
  align-items: start;
}

@media (max-width: 960px) {
  .species-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.species-main {
  min-width: 0;
}

.species-header h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: var(--ta-text);
  line-height: 1.15;
}

.species-header .scientific-inline {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.55em;
  font-weight: 400;
  color: var(--ta-muted);
}

.species-header .scientific-inline em {
  font-style: italic;
}

.species-lead {
  font-size: 0.98rem;
  color: var(--ta-muted);
  margin: 0.65rem 0 0.5rem;
  line-height: 1.5;
}

.species-free-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.35rem 0 0;
  padding: 0.25rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ta-deep);
  background: rgba(45, 106, 79, 0.12);
  border: 1px solid rgba(45, 106, 79, 0.25);
  border-radius: 999px;
}

.species-premium-features {
  margin: 0 0 1.25rem;
  padding: 1.15rem 1.25rem;
  background: linear-gradient(145deg, #fffdf8, #fff8e8);
  border: 1px solid rgba(255, 183, 3, 0.35);
  border-radius: var(--ta-radius);
  box-shadow: var(--ta-shadow);
}

.species-premium-features h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  color: var(--ta-deep);
}

.premium-features-lead {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--ta-muted);
  line-height: 1.5;
}

.premium-features-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.premium-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.55rem 0.65rem;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  border: 1px solid rgba(2, 48, 71, 0.06);
}

.premium-features-list .pf-icon {
  flex-shrink: 0;
  width: 1.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}

.premium-features-list strong {
  display: block;
  font-size: 0.88rem;
  color: var(--ta-deep);
  margin-bottom: 0.1rem;
}

.premium-features-list span {
  font-size: 0.8rem;
  color: var(--ta-muted);
  line-height: 1.4;
}

.btn-premium-wide {
  display: block;
  width: 100%;
  text-align: center;
}

.aside-sub,
.aside-friendly {
  font-size: 0.85rem;
  color: var(--ta-muted);
  line-height: 1.45;
  margin: 0 0 0.75rem;
}

.aside-friendly strong {
  color: var(--ta-deep);
}

.aside-recent,
.aside-family-related {
  margin-top: 0.85rem;
}

.aside-species-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.aside-species-item a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0.5rem;
  border-radius: 10px;
  text-decoration: none;
  color: var(--ta-text);
  border: 1px solid rgba(2, 48, 71, 0.07);
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.aside-species-item a:hover {
  border-color: rgba(0, 119, 182, 0.25);
  box-shadow: 0 2px 8px rgba(2, 48, 71, 0.06);
  transform: translateY(-1px);
  color: var(--ta-deep);
}

.aside-species-item img {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  background: #eef4f8;
}

.aside-species-item strong {
  display: block;
  font-size: 0.85rem;
  line-height: 1.25;
}

.aside-species-item em {
  display: block;
  font-size: 0.72rem;
  font-style: italic;
  color: var(--ta-muted);
  margin-top: 0.1rem;
}

.species-toc {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  background: var(--ta-surface);
  border: 1px solid rgba(2, 48, 71, 0.08);
  border-radius: var(--ta-radius);
  box-shadow: var(--ta-shadow);
}

.species-toc-label {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ta-muted);
}

.species-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.species-toc-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ta-text);
  text-decoration: none;
  transition: background 0.15s;
}

.species-toc-list a:hover {
  background: rgba(0, 119, 182, 0.07);
  color: var(--ta-deep);
}

.species-toc-list a.is-free {
  color: var(--ta-deep);
}

.species-toc-list .toc-lock {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #9a6700;
  background: #fff8e1;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 183, 3, 0.35);
  flex-shrink: 0;
}

.species-photo {
  margin: 0 0 1.5rem;
  border-radius: var(--ta-radius);
  overflow: hidden;
  background: #eef4f8;
  border: 1px solid rgba(2, 48, 71, 0.08);
}

.species-photo-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
  line-height: 0;
}

.species-photo-btn:focus-visible {
  outline: 3px solid var(--ta-light);
  outline-offset: 2px;
}

.species-photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.photo-credit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  margin: 0;
  padding: 0.5rem 0.85rem;
  background: rgba(26, 43, 51, 0.88);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.78rem;
}

.photo-credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.photo-credit a:hover {
  color: #fff;
}

.photo-credit svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  opacity: 0.8;
}

/* Sidebar */
.species-aside {
  min-width: 0;
}

.aside-block {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid var(--ta-mid);
}

.aside-block:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.aside-block h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ta-deep);
  margin: 0 0 1rem;
}

.care-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 0.75rem;
}

.care-item {
  text-align: center;
}

.care-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 0.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.care-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.care-icon.tank { background: linear-gradient(145deg, #dbeafe, #bae6fd); }
.care-icon.temp { background: linear-gradient(145deg, #ffedd5, #fed7aa); }
.care-icon.ph   { background: linear-gradient(145deg, #dcfce7, #bbf7d0); }
.care-icon.dkh  { background: linear-gradient(145deg, #f3e8ff, #e9d5ff); }

.care-value {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ta-text);
  line-height: 1.25;
}

.family-common {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.15rem;
  color: var(--ta-text);
}

.family-latin {
  font-size: 0.92rem;
  color: var(--ta-muted);
  margin: 0;
}

.aside-cta h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  color: var(--ta-deep);
}

.aside-cta p {
  font-size: 0.85rem;
  color: var(--ta-muted);
  margin: 0 0 1rem;
  line-height: 1.45;
}

.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.7rem 1rem;
  margin-bottom: 0.5rem;
  background: var(--ta-mid);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 10px;
  text-align: center;
  transition: background 0.2s;
}

.btn-secondary:hover {
  background: var(--ta-deep);
  color: #fff !important;
}

.btn-forum {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--ta-mid);
  border: 2px solid rgba(0, 119, 182, 0.25);
  border-radius: 10px;
  transition: border-color 0.2s, background 0.2s;
}

.btn-forum:hover {
  border-color: var(--ta-mid);
  background: rgba(0, 119, 182, 0.06);
  color: var(--ta-deep);
}

.store-badges {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.store-badge {
  display: block;
  line-height: 0;
  transition: opacity 0.2s, transform 0.2s;
}

.store-badge:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.store-badge img {
  width: 100%;
  max-width: 160px;
  height: auto;
}

/* WP tarzı içerik bölümleri */
.species-sections {
  margin-top: 0.5rem;
}

.ta-species-section {
  background: var(--ta-surface);
  border-radius: var(--ta-radius);
  margin-bottom: 0.85rem;
  box-shadow: var(--ta-shadow);
  border: 1px solid rgba(2, 48, 71, 0.05);
  overflow: hidden;
}

.ta-section-heading {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ta-deep);
  margin: 0;
  padding: 0.85rem 1.15rem;
  background: linear-gradient(90deg, rgba(0, 119, 182, 0.08), transparent);
  border-bottom: 1px solid rgba(2, 48, 71, 0.06);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ta-section-content {
  padding: 0.9rem 1.15rem 1.1rem;
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--ta-text);
}

.ta-section-content p {
  margin: 0 0 0.75rem;
}

.ta-section-content p:last-child {
  margin-bottom: 0;
}

.ta-section-content ul,
.ta-section-content ol {
  margin: 0.35rem 0 0.75rem 1.15rem;
  padding: 0;
}

.ta-section-content li {
  margin-bottom: 0.35rem;
}

.ta-section-content .guide-note {
  margin-top: 0.75rem;
  padding: 0.65rem 0.85rem;
  background: rgba(0, 119, 182, 0.06);
  border-left: 3px solid var(--ta-mid);
  border-radius: 0 8px 8px 0;
  font-size: 0.88rem;
  color: var(--ta-muted);
}

.ta-section-locked .ta-section-content {
  position: relative;
}

.ta-section-locked .premium-preview {
  color: var(--ta-muted);
  filter: blur(3px);
  user-select: none;
  pointer-events: none;
  max-height: 4.5em;
  overflow: hidden;
}

.premium-lock-panel {
  margin-top: 0.75rem;
  padding: 1rem;
  text-align: center;
  background: linear-gradient(135deg, #fffdf5, #fff8e1);
  border: 1px dashed rgba(255, 183, 3, 0.55);
  border-radius: 10px;
}

.premium-lock-panel p {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  color: #7a5a00;
}

.btn-premium {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(135deg, #ffb703, #fb8500);
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn-premium:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(251, 133, 0, 0.35);
  color: #fff !important;
}

.aside-premium {
  background: linear-gradient(145deg, #fffbf0, #fff8e1);
  border: 1px solid rgba(255, 183, 3, 0.35);
}

.aside-premium .btn-premium {
  width: 100%;
}

.premium-badge {
  display: inline-flex;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9a6700;
  background: linear-gradient(135deg, #fff8e1, #ffe082);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 183, 3, 0.45);
}

.ta-section-premium {
  border-color: rgba(255, 183, 3, 0.2);
}

.ta-care-table-wrap {
  overflow-x: auto;
}

.ta-care-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.ta-care-table caption {
  caption-side: top;
  text-align: left;
  font-weight: 700;
  color: #fff;
  background: var(--ta-deep);
  padding: 0.65rem 1rem;
  margin: 0;
}

.ta-care-table tbody tr:nth-child(even) {
  background: #f4f8fb;
}

.ta-care-table td {
  padding: 0.55rem 1rem;
  border-bottom: 1px solid rgba(2, 48, 71, 0.06);
  vertical-align: top;
}

.ta-care-table td:first-child {
  font-weight: 600;
  color: var(--ta-deep);
  width: 42%;
}

.ta-care-table td:last-child {
  color: var(--ta-text);
}

.ta-care-summary-note {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: var(--ta-muted);
  line-height: 1.5;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox[hidden] {
  display: none !important;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 20, 30, 0.92);
  border: none;
  cursor: zoom-out;
}

.lightbox-inner {
  position: relative;
  z-index: 1;
  max-width: min(96vw, 1100px);
  max-height: 90vh;
  padding: 0 1rem;
}

.lightbox-inner img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: var(--ta-radius);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

.lightbox-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}

/* Content below — legacy, unused */
.species-content {
  padding: 2rem 0 3rem;
  background: var(--ta-bg);
}

.species-content-inner {
  max-width: 820px;
}

.species-content .content-section {
  background: var(--ta-surface);
  border-radius: var(--ta-radius);
  padding: 1.5rem 1.75rem;
  margin-bottom: 1rem;
  box-shadow: var(--ta-shadow);
}

.species-content .content-section h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.2rem;
  margin: 0 0 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(0, 119, 182, 0.12);
  color: var(--ta-deep);
}

.species-content .content-section p {
  margin: 0 0 0.85rem;
  line-height: 1.65;
  color: var(--ta-text);
}

.species-content .content-section p:last-child {
  margin-bottom: 0;
}

/* Legacy detail (unused) */
.detail-hero {
  background: var(--ta-surface);
  border-bottom: 1px solid rgba(2, 48, 71, 0.06);
  padding: 2rem 0 2.5rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (max-width: 768px) {
  .detail-grid { grid-template-columns: 1fr; }
}

.detail-image {
  border-radius: var(--ta-radius-lg);
  overflow: hidden;
  box-shadow: var(--ta-shadow-hover);
  background: linear-gradient(145deg, #e8f4f8, #d4ecf4);
  aspect-ratio: 4/3;
}

.detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-title h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  margin: 0 0 0.35rem;
  color: var(--ta-deep);
}

.detail-title .scientific {
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ta-muted);
  margin: 0 0 1.25rem;
}

.care-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.care-pill {
  background: rgba(0, 119, 182, 0.08);
  color: var(--ta-mid);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
}

.content-section {
  background: var(--ta-surface);
  border-radius: var(--ta-radius);
  padding: 1.5rem 1.75rem;
  margin-bottom: 1rem;
  box-shadow: var(--ta-shadow);
}

.content-section h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.15rem;
  margin: 0 0 0.75rem;
  color: var(--ta-deep);
}

.content-section p {
  margin: 0;
  color: var(--ta-text);
  font-size: 0.95rem;
}

.breadcrumb {
  font-size: 0.85rem;
  color: var(--ta-muted);
  margin-bottom: 1.25rem;
}

.breadcrumb a { color: var(--ta-mid); }

/* ===== HOME CARDS ===== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.feature-card {
  background: var(--ta-surface);
  border-radius: var(--ta-radius-lg);
  padding: 2rem;
  box-shadow: var(--ta-shadow);
  border: 1px solid rgba(2, 48, 71, 0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ta-shadow-hover);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0,119,182,0.12), rgba(72,202,228,0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.feature-card h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
  color: var(--ta-deep);
}

.feature-card p {
  margin: 0 0 1.25rem;
  color: var(--ta-muted);
  font-size: 0.92rem;
}

.feature-card .link-arrow {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ta-mid);
}

/* ===== FOOTER ===== */
.site-footer {
  background: var(--ta-deep);
  color: rgba(255,255,255,0.75);
  padding: 2.5rem 0;
  margin-top: 3rem;
  font-size: 0.88rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
}

.site-footer a {
  color: var(--ta-gold-soft);
}

.site-footer a:hover { color: #fff; }

.credits {
  max-width: 520px;
  line-height: 1.5;
  opacity: 0.85;
}

/* ===== UTILS ===== */
.hidden { display: none !important; }
.text-center { text-align: center; }
.empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--ta-muted);
}

@media (max-width: 640px) {
  .main-nav { display: none; }
  .hero { padding: 2.5rem 0 3.5rem; }
  .species-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0.85rem; }
  .species-layout { gap: 1.5rem; }
  .species-header h1 { font-size: 1.65rem; }
  .care-grid { gap: 0.75rem 0.5rem; }
  .store-badge img { max-width: 140px; }
  .container { width: min(1280px, 100% - 1.25rem); }
}

.product-brand {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ta-muted);
  margin: 0 0 0.35rem;
  font-weight: 600;
}

.product-brand .product-model {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 0.85;
}

.category-block-wide {
  grid-column: 1 / -1;
  border: 2px solid rgba(0, 119, 182, 0.15);
  background: linear-gradient(135deg, rgba(72, 202, 228, 0.08), rgba(255, 255, 255, 0));
}

.equipment-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.equipment-hub-section {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.equipment-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
  gap: 1rem;
  align-items: start;
}

.equipment-cat-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem 1rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  background: var(--ta-surface);
  border-radius: var(--ta-radius-lg);
  box-shadow: var(--ta-shadow);
  border: 1px solid rgba(2, 48, 71, 0.07);
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.equipment-cat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(2, 48, 71, 0.12);
  border-color: rgba(0, 119, 182, 0.25);
}

.equipment-cat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  background: linear-gradient(145deg, rgba(72, 202, 228, 0.2), rgba(255, 255, 255, 0.9));
  flex-shrink: 0;
}

.equipment-cat-body {
  min-width: 0;
}

.equipment-cat-body h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.1rem;
  margin: 0 0 0.25rem;
  color: var(--ta-deep);
  line-height: 1.25;
}

.equipment-cat-body p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--ta-muted);
  line-height: 1.45;
}

.equipment-cat-cta {
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--ta-mid);
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 520px) {
  .equipment-cat-card {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }
  .equipment-cat-cta {
    grid-column: 2;
    justify-self: start;
    padding-top: 0.15rem;
  }
}

.hero-compact {
  padding: 2.5rem 0 2rem;
}

.hero-compact h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
}
