body {
  background: url('images/zakat.jpg') center/cover fixed no-repeat;
}

main.container {
  background-color: rgba(255,255,255,0.95);
  border-radius: 8px;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 40px 0;
  border-radius: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.back-link {
  display: inline-block;
  background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  color: white;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  margin: 20px 0;
}

.back-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  color: white;
  text-decoration: none;
}

.disclaimer {
  font-size: 0.8rem;
  color: #666;
  font-style: italic;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

/* Специфичные цвета для разных достопримечательностей */
.hero-section.bashnya-tura {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.hero-section.derevnya-vikingov {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.hero-section.krepost-trongzund {
  background: linear-gradient(135deg, #8e44ad 0%, #9b59b6 100%);
}

.hero-section.pomeste-hakmanov {
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}

.hero-section.ostrov-ovchinny {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.hero-section.ostrov-malyy-vysotskiy {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

.hero-section.pilskaya-batareya {
  background: linear-gradient(135deg, #16a085 0%, #1abc9c 100%);
}

.hero-section.ostrov-novik {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
} 