/* razboiul stelelor de zahar */
/* Here lies the White Line. 2025–2025. Never forget. */
* {
  box-sizing: border-box;
}
html, body {
  height: auto;
  overflow-y: auto;
}
.vtdz_war_main {
  position: relative;       /* nu mai e fixed/absolute */
  min-height: 100vh;        /* pagină are cel puțin o înălțime de ecran */
  margin: 0;
  padding: 0;
  z-index: 0;

  /* dim integrat în background (nu afectează textul/imagini) */
  background:
    linear-gradient(rgba(0,0,0,0.30), rgba(0,0,0,0.30)),
    url('https://data-erots.vatadezahar.com/vatadezahar/images/christmasWar.png')
      center / cover no-repeat fixed;
}


.vtdz_christmas_war_upbar{
    background: linear-gradient(90deg, #0a1a33, #1e3b5c, #4576b3, #8fbbe9);
}
.vtdz_christmas_war_upbar_w{
    fill:#FFF;
    box-sizing: content-box;
}
.vtdz_christmas_war_upbar_w_b{
    background: linear-gradient(135deg, #3b6da1, #5d9ed8, #7fc8ff);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s ease;
}
.upbarTopRightstatsMoreSvg{
    fill:#FFF;
    box-sizing: content-box;
}
.upBarLeftMenuP, .upbarTopRightLanguageSelectorTitleIcon, .footerLogoSectionMini, .footerLogoSection{
    box-sizing: content-box;
}
.vtdz_war_banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px; /* cât are imaginea */
}
/* imaginea propriu-zisă */
.vtdz_war_banner img {
  width: 1200px;
  height: 800px;
  margin: 0 auto;
  margin-top:80px;
  pointer-events: none;
  filter:
    brightness(1.3)
    contrast(1.35)
    saturate(1.15)
    drop-shadow(0 0 20px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 40px rgba(0, 0, 0, 0.5));
  transition: filter 0.3s ease;
  z-index: 1;
  filter:
    brightness(1.45)
    contrast(1.25)
    saturate(1.1)
    drop-shadow(0 0 25px rgba(0,0,0,0.8))
    drop-shadow(0 0 50px rgba(0,0,0,0.4));
}

/* stratul care întunecă fundalul și scoate textul în evidență */
.vtdz_war_banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0px; /* cât să acopere zona tranziției */
  background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0));
  pointer-events: none;
  z-index: 2;
}
.vtdz_war_faq{
    width:1050px;
    margin: 0 auto;
}
.vtdz_war_faq_alignment{
    display:inline-block;
    width:500px;
    vertical-align:top;
    margin-right:20px;
}
.vtdz_war_case {
  position: relative;
  background: rgba(15, 29, 51, 0.75);
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  z-index: 1;
  border: 5px solid transparent;
  width:1100px;
  margin: 0 auto;

  /* gradient rece, cu reflexii */
  background-image:
    linear-gradient(rgba(15, 29, 51, 0.85), rgba(15, 29, 51, 0.85)),
    linear-gradient(135deg, #4fa3ff, #b3e4ff, #7bc9ff, #4576b3);
  background-origin: border-box;
  background-clip: padding-box, border-box;

  box-shadow: inset 0 0 10px rgba(255,255,255,0.05), 0 0 20px rgba(79,163,255,0.25);
  transition: all 0.3s ease;
  animation: shineBorder 6s linear infinite;
  background-size: 300% 300%;
}

/* animația de mișcare lentă a gradientului */
@keyframes shineBorder {
  0% {
    background-position: 0% 50%, 0% 50%;
  }
  50% {
    background-position: 100% 50%, 100% 50%;
  }
  100% {
    background-position: 0% 50%, 0% 50%;
  }
}


.vtdz_war_case:hover {
  box-shadow: 0 0 25px rgba(123, 201, 255, 0.45);
  background-image: 
    linear-gradient(rgba(15, 29, 51, 0.85), rgba(15, 29, 51, 0.85)),
    linear-gradient(135deg, #63b3ff, #c0eaff, #8fd3ff, #5891d9);
}
.vtdz_war_case h2{
    font-size:25px;
    background: linear-gradient(135deg, #f6e27a, #d4af37, #f8efb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(255, 230, 150, 0.4);
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.vtdz_war_case p{
    font-size:17px;
    letter-spacing: 0.5px;
    line-height:35px;
}
.vtdz_war_faq_alignment_q h2{
    font-size:23px;
}
.vtdz_war_faq_alignment_q p{
    font-size:17px;
    line-height:30.7px;
}
.vtdz_hr {
  border: none;
  height: 2px;
  width: 80%;
  margin: 30px auto;
  background: linear-gradient(90deg, transparent, #9cd6ff, #cceaff, #9cd6ff, transparent);
  box-shadow: 0 0 8px rgba(150, 220, 255, 0.4);
  border-radius: 5px;
  opacity: 0.9;
}
.vtdz_button_play {
  display: inline-block;
  padding: 14px 40px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 8px rgba(255,255,255,0.4);
  background: linear-gradient(135deg, #3b6da1, #5d9ed8, #7fc8ff);
  border: none;
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(120,200,255,0.25), inset 0 0 10px rgba(255,255,255,0.1);
  cursor: pointer;
  transition: all 0.25s ease;
  letter-spacing: 0.5px;
  margin-top: 40px;
  animation: frostGlow 3s ease-in-out infinite;
}

.vtdz_button_play:hover {
  background: linear-gradient(135deg, #4f8cd1, #70b8f5, #a2e0ff);
  box-shadow: 0 0 25px rgba(150,220,255,0.5), inset 0 0 12px rgba(255,255,255,0.15);
  transform: scale(1.03);
}

.vtdz_button_play:active {
  transform: scale(0.98);
  box-shadow: 0 0 10px rgba(100,180,255,0.4) inset;
}

/* centrare */
.vtdz_button_play_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* puls subtil de glow */
@keyframes frostGlow {
  0%, 100% { box-shadow: 0 0 18px rgba(120,200,255,0.25); }
  50% { box-shadow: 0 0 28px rgba(180,240,255,0.5); }
}

/* === 📱 RESPONSIVE DESIGN === */

/* laptopuri mici / tablete landscape */
@media (max-width: 1200px) {
  .vtdz_war_banner img {
    width: 90%;
    height: auto;
  }

  .vtdz_war_case {
    width: 90%;
    padding: 18px;
  }

  .vtdz_war_faq {
    width: 90%;
  }
}

/* tablete portrait */
@media (max-width: 900px) {
  .vtdz_war_banner {
    height: auto;
    margin-top: 80px;
  }

  .vtdz_war_banner img {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .vtdz_war_case {
    width: 95%;
    border-width: 4px;
  }

  .vtdz_war_faq_alignment {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }

  .vtdz_button_play {
    padding: 12px 35px;
    font-size: 1rem;
  }

  .vtdz_hr {
    width: 90%;
  }
}

/* telefoane mari */
@media (max-width: 600px) {
  .vtdz_war_banner img {
    width: 100%;
    margin-top: 20px;
  }

  .vtdz_war_case {
    width: 94%;
    border-width: 3px;
    padding: 16px;
    border-radius: 14px;
  }

  .vtdz_war_case h2 {
    font-size: 20px;
  }

  .vtdz_war_case p,
  .vtdz_war_faq_alignment_q p {
    font-size: 15px;
    line-height: 28px;
  }

  .vtdz_button_play {
    padding: 10px 30px;
    font-size: 1rem;
    border-radius: 10px;
  }
}

/* telefoane mici */
@media (max-width: 400px) {
  .vtdz_war_case {
    width: 92%;
    padding: 14px;
  }

  .vtdz_war_case h2 {
    font-size: 18px;
  }

  .vtdz_button_play {
    font-size: 0.95rem;
    padding: 9px 26px;
  }
}
