/* Catalog download — gold links */

.catalog-gold-link {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  background: linear-gradient(
    105deg,
    #8a6a2f 0%,
    #c9a227 22%,
    #f7e7a1 42%,
    #d4af37 58%,
    #fff6c8 72%,
    #b8860b 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 0 rgba(255, 236, 170, 0.2));
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.catalog-gold-link:hover {
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.45));
  opacity: 0.95;
}

/* Sol alt sabit “Katalog indir” */
.catalog-float {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 65;
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  border-radius: 999px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a1206;
  border: 1px solid rgba(212, 175, 55, 0.65);
  background: linear-gradient(145deg, #fff8dc 0%, #d4af37 48%, #b8860b 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 8px 24px rgba(184, 134, 11, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.catalog-float:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 12px 28px rgba(212, 175, 55, 0.45);
}

@media (max-width: 720px) {
  .catalog-float {
    left: 12px;
    bottom: 12px;
    font-size: 0.88rem;
    padding: 10px 13px;
  }
}
