/* [project]/webproject/app/[locale]/page.module.css [app-client] (css) */
.page-module__w8QZsW__Main {
  padding: 24px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 24px;
}

.page-module__w8QZsW__Main h2 {
  text-align: center;
  margin-bottom: 18px;
}

.page-module__w8QZsW__Main p:not(:last-of-type) {
  margin-bottom: 12px;
}

.page-module__w8QZsW__Card {
  background-color: #9669eb;
  border-radius: 12px;
  width: 100%;
  padding: 20px;
}

.page-module__w8QZsW__PageBackground {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.page-module__w8QZsW__PageBackground:before {
  content: "";
  filter: blur(4px) brightness(.85);
  z-index: -1;
  background-image: url("../media/voda.a41aba64.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.page-module__w8QZsW__NewsSection {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #ffffffb3;
  border-radius: 12px;
  margin-top: 40px;
  padding: 20px;
}

.page-module__w8QZsW__NewsList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-module__w8QZsW__NewsItem {
  background: #fff;
  border-left: 4px solid #7ba4ff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px;
}

.page-module__w8QZsW__NewsItem h4 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.page-module__w8QZsW__NewsButton {
  color: #fff;
  background: #6b8bff;
  border-radius: 6px;
  margin-top: 8px;
  padding: 6px 12px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.page-module__w8QZsW__NewsButton:hover {
  background: #5874d9;
}

.page-module__w8QZsW__Footer {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #29ce3f26;
  border-top: 2px solid #fff3;
  margin-top: 60px;
  padding: 40px 20px;
}

.page-module__w8QZsW__Footer h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
  font-weight: bold;
}

.page-module__w8QZsW__FooterContent {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.page-module__w8QZsW__Footer a {
  color: #b43535;
  text-decoration: none;
  transition: opacity .2s;
}

.page-module__w8QZsW__Footer a:hover {
  opacity: .8;
}

.page-module__w8QZsW__SocialList, .page-module__w8QZsW__FooterLinks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-module__w8QZsW__SocialList li, .page-module__w8QZsW__FooterLinks li {
  margin-bottom: 8px;
}

@media (max-width: 700px) {
  .page-module__w8QZsW__FooterContent {
    flex-direction: column;
  }
}

.page-module__w8QZsW__FlexSection {
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin: 3rem 0;
  display: flex;
}

.page-module__w8QZsW__FlexText {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.6;
}

.page-module__w8QZsW__FlexImageWrapper {
  flex-shrink: 0;
  width: 350px;
  height: 350px;
  position: relative;
}

.page-module__w8QZsW__FlexImage {
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .page-module__w8QZsW__FlexSection {
    text-align: center;
    flex-direction: column;
  }

  .page-module__w8QZsW__FlexImageWrapper {
    width: 100%;
    height: 250px;
  }
}

/*# sourceMappingURL=webproject_app_%5Blocale%5D_page_module_d2ed9a4e.css.map*/