@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Allianz Neo";
  src: url("../fonts/allianzneo-regular-webfont.woff2") format("woff2"), url("../fonts/allianzneo-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Allianz Neo";
  src: url("../fonts/allianzneo-bold-webfont.woff2") format("woff2"), url("../fonts/allianzneo-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: bold;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

body {
  font-family: "Allianz Neo", sans-serif;
  font-size: 18px;
  background: url("../images/bg.webp") no-repeat center top;
  background-color: #050726;
  background-size: contain;
  color: white;
  line-height: 1.4;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}

.site-content {
  position: relative;
  z-index: 100;
  text-align: center;
  padding-top: 110px;
}
@media (min-width: 768px) {
  .site-content {
    padding-top: 150px;
  }
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.text-with-shadow {
  text-shadow: 2px 2px 5px rgb(0, 0, 0), -2px -2px 5px rgba(0, 0, 0, 0.1);
}

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 30px;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 60px;
  background: rgba(0, 0, 0, 0.9);
}
@media (min-width: 600px) {
  header:before {
    height: 75px;
  }
}
@media (min-width: 768px) {
  header {
    margin-bottom: 50px;
  }
  header:before {
    height: 150px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 30%, transparent 100%);
  }
}

.header-inner {
  position: relative;
  z-index: 100;
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  margin: 0 auto;
  gap: 20px;
}
.header-inner div {
  width: 50%;
}
@media (min-width: 768px) {
  .header-inner {
    padding: 30px 20px;
  }
}

.logo-at {
  max-width: 300px;
  width: 100%;
}

.logo-pa {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
}

.logo-inspired {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .logo-inspired {
    max-width: 400px;
    margin-bottom: 70px;
  }
}

.hhl {
  text-align: right;
  font-weight: 500;
  font-size: 5vw;
}
@media (min-width: 600px) {
  .hhl {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .hhl {
    font-size: 38px;
  }
}

.agenda {
  margin-bottom: 50px;
}
.agenda h2 {
  font-size: 27px;
  margin-bottom: 5px;
}
.agenda h3 {
  font-size: 17px;
  font-weight: normal;
}
.agenda h3 span {
  opacity: 0.7;
}
.agenda h3 strong {
  display: inline-block;
  padding-left: 5px;
  font-size: 120%;
}
@media (min-width: 768px) {
  .agenda {
    margin-bottom: 100px;
  }
  .agenda h2 {
    font-size: 45px;
  }
  .agenda h3 {
    font-size: 25px;
  }
}
.agenda__sep {
  width: 300px;
  height: 1px;
  margin: 20px auto;
  background: linear-gradient(to right, transparent, white, transparent);
}
.agenda__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 450px;
  text-align: left;
  margin: 0 auto;
}
.agenda__list li {
  margin-bottom: 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .agenda__list li {
    font-size: 22px;
  }
}
.agenda__list li > span {
  font-weight: 600;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  text-align: center;
  margin-right: 20px;
  font-size: 18px;
}
.agenda__list li > span span {
  display: inline-block;
  padding: 10px;
  width: 140px;
}
@media (min-width: 768px) {
  .agenda__list li > span {
    font-size: 20px;
  }
}
.agenda__list li strong {
  font-weight: normal;
}

#search-container {
  padding-top: 100px;
  margin-top: -100px;
}

.search-container {
  background: rgba(97, 127, 151, 0.15);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 30px 20px;
  border-radius: 10px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .search-container {
    padding: 50px 20px;
    margin-bottom: 80px;
  }
}
.search-container label {
  font-size: 25px;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .search-container label {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .search-container label br {
    display: none;
  }
}
.search-container input {
  max-width: 500px;
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  background: none;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 20px;
  color: white;
}
.search-container input:focus {
  outline: none;
  border-color: #ff6f00;
}
.search-container .results {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}
.search-container .results p {
  margin-bottom: 10px;
  font-size: 18px;
}
.search-container .results p span {
  display: inline-block;
  margin-right: 10px;
  opacity: 0.5;
}
.search-container .result-box {
  margin-bottom: 40px;
  position: relative;
}
.search-container .result-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 20px;
  width: 80px;
  height: 1px;
  background: #fff;
}
.search-container .result-item {
  font-size: 18px;
  margin-bottom: 20px;
}
.search-container .result-item span {
  display: inline-block;
  padding: 0 5px;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .search-container .result-item {
    font-size: 20px;
  }
}

.title--md {
  font-size: 25px;
}
@media (min-width: 768px) {
  .title--md {
    font-size: 30px;
  }
}
.title--sm {
  font-size: 22px;
}
@media (min-width: 768px) {
  .title--sm {
    font-size: 26px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.info-utile {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
}
.info-utile figure img {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  border-radius: 10px;
}
.info-utile a {
  text-decoration: underline;
  color: #fff;
}
.info-utile a:hover {
  text-decoration: none;
}
.info-utile h4 {
  position: relative;
  margin-bottom: 20px;
}
.info-utile h4:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  width: 50px;
  opacity: 0.5;
}

.btn-scroll-up {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-scroll-up:hover {
  border-color: #fff;
}

.btn-scroll-up .arrow {
  display: inline-block;
  margin-left: 8px;
  animation: pulseUp 2s infinite;
}

@keyframes pulseUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-4px);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.btn-white {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #6f92a9;
  color: #fff;
  font-size: 18px;
  padding: 15px 25px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-white:hover {
  background-color: #4d83a8;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-content {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(0, 0, 0, 0.5); /* adăugat border negru semiopac */
}

.popup-content img {
  width: 100%;
  height: auto;
  display: block;
}

/* Butonul de închidere stilizat ca cerc */
.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7); /* fundal negru semiopac */
  color: #000;
  border: none;
  border-radius: 0 10px 0 10px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  transition: background-color 0.3s ease;
}

.popup-close:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.link-white {
  text-decoration: underline;
  color: #fff;
}

.sau-sep {
  padding: 20px 0;
}

.name-h {
  white-space: nowrap;
  opacity: 0.7;
  color: #ff6f00;
}

.gallery {
  padding: 20px;
  max-width: 1920px;
  margin: 0 auto 50px;
}
.gallery__list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 768px) {
  .gallery__list {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (min-width: 1024px) {
  .gallery__list {
    -moz-column-count: 6;
         column-count: 6;
  }
}
@media (min-width: 1560px) {
  .gallery__list {
    -moz-column-count: 7;
         column-count: 7;
  }
}
.gallery__list .thumb {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
  transition: box-shadow 0.3s ease;
  position: relative;
}
.gallery__list .thumb:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.gallery__list .thumb img {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery__list .thumb:hover:before {
    opacity: 0.2;
  }
  .gallery__list .thumb:hover img {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.35s, transform 0.35s;
  }
  .gallery__list .thumb img {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-40px, 0, 0);
  }
}
.gallery__pag {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.gallery__pag .page-btn, .gallery__pag .arrow {
  background: none;
  border: 1px solid #555;
  color: #eee;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .gallery__pag .page-btn, .gallery__pag .arrow {
    width: 40px;
    height: 40px;
  }
  .gallery__pag .page-btn :hover, .gallery__pag .arrow :hover {
    background: #333;
  }
}
.gallery__pag .page-btn.active {
  background: #eee;
  color: #111;
  font-weight: bold;
  pointer-events: none;
}
.gallery__pag .page-btn.ellipsis {
  cursor: default;
  border: none;
  color: #888;
  pointer-events: none;
  padding-top: 15px;
}
.gallery__pag .arrow {
  padding-top: 5px;
}
.gallery__pag .arrow svg {
  width: 18px;
  height: 18px;
}
.gallery__pag .arrow:disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (min-width: 768px) {
  .gallery__pag .arrow {
    padding-top: 8px;
  }
  .gallery__pag .arrow svg {
    width: 22px;
    height: 22px;
  }
}

#gallery {
  padding-top: 100px;
  margin-top: -100px;
}

.btn-download {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  padding: 5px 5px 2px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  line-height: 1;
  z-index: 100;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  gap: 10px;
}

.glightbox-container .gslide {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.glightbox-clean .gslide-description {
  background: transparent !important;
  margin-top: -42px !important;
}

/*power arena 2026*/
body.page-pa2026 {
  background-image: none;
}

.bg-pa2026 {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.3;
}
.bg-pa2026 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-content--pa2026 {
  backdrop-filter: blur(2px);
  padding-top: 80px;
}
@media (min-width: 640px) {
  .site-content--pa2026 {
    padding-top: 110px;
  }
}
@media (min-width: 768px) {
  .site-content--pa2026 {
    padding-top: 150px;
  }
}

.hl-container {
  overflow: hidden;
  padding-bottom: 50px;
}

.hl {
  position: relative;
}
.hl__img {
  opacity: 0.4;
}
@media (max-width: 640px) {
  .hl__img {
    max-width: none;
    width: 200%;
    margin-left: -100%;
  }
}
.hl h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-45%);
}
.hl h2 img {
  width: 55%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .hl h2 img {
    width: 80%;
  }
}
.hl__subhl {
  position: absolute;
  top: 100%;
  right: 20px;
  margin-top: 20px;
  font-family: "Allianz Neo", sans-serif;
  font-weight: normal;
  font-size: 22px;
  text-align: right;
}
.hl__subhl:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  background: #fff;
  height: 3px;
  width: 40%;
}
.hl__subhl span {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .hl__subhl {
    margin-top: 25px;
    font-size: 18px;
    white-space: nowrap;
    right: 10px;
  }
  .hl__subhl br {
    display: none;
  }
  .hl__subhl:before {
    height: 2px;
    top: -7px;
  }
}
@media (min-width: 1024px) {
  .hl__subhl {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .hl__subhl {
    right: 10%;
    font-size: 40px;
  }
}

/*end power arena 2026*//*# sourceMappingURL=app.css.map */