/* [project]/src/app/[locale]/home.module.css [app-client] (css) */
.home-module__aUD9Yq__waveContainer {
  position: relative;
  overflow: hidden;
}

.home-module__aUD9Yq__heroSection {
  background-color: #fff;
  background-image: linear-gradient(to right,
      #ffffff80 0%,
      #ffffff1a 40%,
      #fff0 100%),
    var(--hero-bg, url("/hero_bg_clear.jpg"));
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 160px 0 280px;
  display: flex;
  position: relative;
}

.home-module__aUD9Yq__heroSection:before {
  content: "";
  filter: brightness(0) invert();
  opacity: .15;
  pointer-events: none;
  z-index: 1;
  background-image: url("/un_watermark.svg");
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: 38%;
  position: absolute;
  inset: 0;
}

.home-module__aUD9Yq__waveBottom {
  z-index: 3;
  width: 100%;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.home-module__aUD9Yq__waveBottom svg {
  width: 100%;
  height: 120px;
  display: block;
}

.home-module__aUD9Yq__heroContent {
  text-align: left;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 112px 0 220px;
  position: relative;
}

.home-module__aUD9Yq__heroTitle {
  color: #024;
  text-shadow: none;
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-module__aUD9Yq__heroSubtitle {
  color: #036;
  text-shadow: none;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.home-module__aUD9Yq__heroActions {
  justify-content: flex-start;
  gap: 20px;
  display: flex;
}

.home-module__aUD9Yq__btnWhite {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 12px 30px;
  font-weight: 500;
  transition: all .2s;
}

.home-module__aUD9Yq__btnWhite:hover {
  background-color: #f0f0f0;
}

.home-module__aUD9Yq__featuresSectionFull {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  padding: 60px 0;
}

.home-module__aUD9Yq__featuresGrid {
  width: 100%;
  margin: 0;
  padding: 0 112px;
  display: flex;
}

.home-module__aUD9Yq__featureCard {
  text-align: center;
  background-color: #fff;
  border: none;
  flex: 1;
  padding: 60px 40px;
  transition: all .3s;
  position: relative;
}

.home-module__aUD9Yq__featureCard:not(:last-child):after {
  content: "";
  background-color: #eee;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  right: 0;
}

.home-module__aUD9Yq__featureCard:hover {
  background-color: #f8fafc;
}

.home-module__aUD9Yq__featureIcon {
  margin-bottom: 25px;
  font-size: 3.5rem;
}

.home-module__aUD9Yq__featureTitle {
  color: var(--un-blue-dark);
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
}

.home-module__aUD9Yq__featureDesc {
  color: #666;
  margin-bottom: 30px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.home-module__aUD9Yq__statsSection {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.home-module__aUD9Yq__statsRow {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 112px;
  display: flex;
}

.home-module__aUD9Yq__statsLeft {
  flex: none;
  gap: 60px;
  display: flex;
}

.home-module__aUD9Yq__statItem {
  text-align: left;
}

.home-module__aUD9Yq__statItem h3 {
  color: #036;
  margin-bottom: 5px;
  font-size: 4rem;
  font-weight: 700;
}

.home-module__aUD9Yq__statItem p {
  color: #666;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
}

.home-module__aUD9Yq__statsMap {
  z-index: 1;
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.home-module__aUD9Yq__statsMap img {
  object-fit: cover;
  opacity: .95;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.home-module__aUD9Yq__contentSection {
  background-color: #fff;
}

.home-module__aUD9Yq__contentGridFull {
  border-top: 1px solid #eee;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.home-module__aUD9Yq__contentColumn {
  background-color: #fff;
  padding: 80px 112px;
}

.home-module__aUD9Yq__contentColumn:first-child {
  background-color: #fcfdfe;
  border-right: 1px solid #eee;
}

.home-module__aUD9Yq__contentHeader {
  border-bottom: 3px solid var(--un-blue);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
  display: flex;
}

.home-module__aUD9Yq__contentHeader h2 {
  color: var(--un-blue-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2rem;
  font-weight: 700;
}

.home-module__aUD9Yq__newsCard {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  gap: 30px;
  margin-bottom: 35px;
  padding: 25px;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 4px 15px #00000005;
}

.home-module__aUD9Yq__newsCard:hover {
  border-color: var(--un-blue);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px #001f3f14;
}

.home-module__aUD9Yq__newsImageWrapper {
  background-color: #eee;
  border-radius: 8px;
  flex-shrink: 0;
  width: 220px;
  height: 140px;
  overflow: hidden;
}

.home-module__aUD9Yq__newsInfo h4 {
  color: var(--un-blue-dark);
  margin-bottom: 10px;
  font-size: 1.35rem;
  font-weight: 700;
}

.home-module__aUD9Yq__newsDate {
  color: var(--un-gold);
  font-size: .95rem;
  font-weight: 700;
  display: block;
}

.home-module__aUD9Yq__searchBox {
  background: #fff;
  border: 2px solid #eef2f6;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 6px;
  display: flex;
  box-shadow: 0 10px 25px #0000000a;
}

.home-module__aUD9Yq__searchInput {
  background: none;
  border: none;
  outline: none;
  flex: 1;
  padding: 18px 25px;
  font-size: 1.1rem;
}

.home-module__aUD9Yq__searchBtn {
  background-color: var(--un-blue);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: 15px 40px;
  font-weight: 700;
  transition: background .3s;
}

.home-module__aUD9Yq__searchBtn:hover {
  background-color: var(--un-blue-dark);
}

.home-module__aUD9Yq__dbItem {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding: 30px;
  transition: all .3s;
  display: flex;
}

.home-module__aUD9Yq__dbItem:hover {
  border-color: var(--un-blue);
  transform: translateX(12px);
  box-shadow: 0 10px 30px #0000000d;
}

.home-module__aUD9Yq__dbInfo h4 {
  color: var(--un-blue-dark);
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 700;
}

.home-module__aUD9Yq__dbTags span {
  color: #475569;
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: .85rem;
  font-weight: 600;
}

.home-module__aUD9Yq__dbRating {
  color: var(--un-gold);
  letter-spacing: 3px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 1440px) {
  .home-module__aUD9Yq__contentColumn {
    padding: 60px 40px;
  }

  .home-module__aUD9Yq__statsRow {
    padding: 0 40px;
  }
}

@media (max-width: 1024px) {
  .home-module__aUD9Yq__contentGridFull {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .home-module__aUD9Yq__heroSection {
    background-position: center;
    background-size: cover;
    padding: 120px 0 100px;
  }

  .home-module__aUD9Yq__heroContent {
    padding: 0 20px;
  }

  .home-module__aUD9Yq__heroTitle {
    font-size: 2.2rem;
  }

  .home-module__aUD9Yq__heroSubtitle {
    font-size: 1.3rem;
  }

  .home-module__aUD9Yq__heroActions {
    flex-direction: column;
    gap: 15px;
  }

  .home-module__aUD9Yq__featuresGrid {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }

  .home-module__aUD9Yq__featureCard {
    padding: 40px 20px;
  }

  .home-module__aUD9Yq__featureCard:not(:last-child):after {
    display: none;
  }

  .home-module__aUD9Yq__statsRow {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
  }

  .home-module__aUD9Yq__statsLeft {
    flex-direction: column;
    gap: 30px;
  }

  .home-module__aUD9Yq__statsMap {
    width: 100%;
    height: 300px;
    margin-top: 30px;
    position: relative;
  }

  .home-module__aUD9Yq__contentColumn {
    padding: 40px 20px;
  }

  .home-module__aUD9Yq__contentColumn:first-child {
    border-bottom: 1px solid #eee;
    border-right: none;
  }

  .home-module__aUD9Yq__newsCard {
    flex-direction: column;
  }

  .home-module__aUD9Yq__newsImageWrapper {
    width: 100%;
    height: 200px;
  }

  .home-module__aUD9Yq__searchBox {
    flex-direction: column;
    gap: 10px;
  }

  .home-module__aUD9Yq__dbItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

/*# sourceMappingURL=src_app_%5Blocale%5D_home_module_0b.su~m.css.map*/