body {
  background: #000000;
  margin: 0;
  font-family: 'Cairo', 'Inter', Arial, sans-serif;
  color: #2c2c2c;
}

.background-blur {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: url('images/background.jpg') center center / cover no-repeat;
  filter: blur(8px) brightness(0.5);
  opacity: 0.85;
}
.poster-container {
  position: relative;
  z-index: 1;
}
.poster-container {
  max-width: 540px;
  margin: 40px auto;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  padding: 2.5rem 2rem 2rem 2rem;
  text-align: center;
  position: relative;
}
.logo {
  width: 90px;
  margin-bottom: 0.5rem;
}
header h1 {
  font-size: 2.3rem;
  font-weight: 800;
  margin: 0 0 0.5rem 0;
  letter-spacing: 2px;
  color: #663300;
}
.subtitle {
  font-size: 1.1rem;
  font-weight: 500;
  color: #af6446;
  margin-left: 0.5rem;
}
.camel-graphic img {
  margin: 0.7rem 0 1.2rem 0;
}
.info-block h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.8rem 0 0.2rem 0;
  color: #222;
}
.info-block h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #6c4a2b;
  margin: 0 0 0.6rem 0;
}
.unique-number {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #663300;
}
.work-hours {
  background: #f3ede7;
  border-radius: 0.7rem;
  padding: 1rem 0.5rem 0.7rem 0.5rem;
  margin-bottom: 1.1rem;
  font-size: 1rem;
}
.work-hours h4 {
  color: #af6446;
  font-size: 1.07rem;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
}
.work-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.work-hours li {
  margin-bottom: 0.3rem;
  line-height: 1.6;
}
.contact-block {
  margin: 1.1rem 0 0.7rem 0;
  font-size: 1.08rem;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.contact-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.construction-banner {
  margin-top: 2.1rem;
  background: repeating-linear-gradient(135deg, #ffe0b2, #ffe0b2 20px, #fff8e1 20px, #fff8e1 40px);
  color: #c0392b;
  font-weight: 700;
  font-size: 1.18rem;
  padding: 0.8rem 0;
  border-radius: 0.7rem;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.09);
}
@media (max-width: 600px) {
  .poster-container {
    max-width: 98vw;
    padding: 1.2rem 0.3rem 1rem 0.3rem;
  }
  .logo {
    width: 65px;
  }
  .camel-graphic img {
  }
}
