.battlegrounds-page{
  background:
    linear-gradient(180deg, rgba(2,6,14,.08), rgba(2,6,14,.18)),
    url("/assets/img/foto.png") no-repeat center top fixed !important;
  background-size: cover !important;
}

.battlegrounds-main{
  min-height: calc(100vh - var(--header-h) - 120px);
  padding-top: var(--header-h);
  background: transparent !important;
}

.battlegrounds-hero{
  padding: 46px 0 60px;
}

.battlegrounds-hero .container{
  width: min(1400px, calc(100% - 40px)) !important;
  max-width: 1400px !important;
}

.battlegrounds-head{
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}

.battlegrounds-title{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 6vw, 5.4rem);
  line-height: .95;
  color: #f5efe4;
text-shadow: 0 2px 28px rgba(0, 0, 0, .35), 0 6px 14px rgba(0, 0, 0, .25);
filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.7));
}

.battlegrounds-title span{
  background: linear-gradient(180deg,#efdbc3 0%,#f7d3ab 18%,#ffce92 38%,#fabd58 52%,#f6cb6a 70%,#f3dfbf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.battlegrounds-sub{
  max-width: 760px;
  margin: 20px auto 0;
  color: #dce5f3;
  font-size: 1rem;
  line-height: 1.65;
text-shadow: 0px -1px 28px rgb(0 0 0), 0 6px 14px rgb(0 0 0), 0 6px 14px rgb(0 0 0), 0 6px 14px rgb(0 0 0), 0 6px 14px rgb(0 0 0), 0 6px 14px rgb(0 0 0), 0px -1px 28px rgb(0 0 0), 0 6px 14px rgb(0 0 0);
}

.battlegrounds-layout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: start;
}

.battlegrounds-main-card,
.battlegrounds-side-card,
.battlegrounds-info-card{
  border-radius: 20px;
  border: 1px solid rgba(203,175,113,.18);
  background: linear-gradient(180deg, rgba(8,15,31,.82), rgba(5,10,21,.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 42px rgba(0,0,0,.36);
  backdrop-filter: blur(7px);
}

.battlegrounds-main-card{
  padding: 24px;
}

.battlegrounds-banner{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 22px;
}

.battlegrounds-banner img{
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: brightness(.72);
}

.battlegrounds-overlay{
  position: absolute;
  inset: 0;
  padding: 10px 34px 34px;
}

.battlegrounds-overlay h2{
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d8b062;
text-shadow: 0px -1px 28px rgb(0 0 0), 0 6px 14px rgb(0 0 0), 0 6px 14px rgb(0 0 0), 0 6px 14px rgb(0 0 0), 0 6px 14px rgb(0 0 0), 0 6px 14px rgb(0 0 0), 0px -1px 28px rgb(0 0 0), 0 6px 14px rgb(0 0 0);
}

.battlegrounds-info-card{
  padding: 24px;
  margin-bottom: 18px;
}

.battlegrounds-info-card h3,
.battlegrounds-side-card h3{
  margin: 0 0 14px;
  color: #f6cb6a;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
}

.battlegrounds-info-card p{
  margin: 0 0 22px;
  color: #d7e0ee;
  line-height: 1.7;
}

.battlegrounds-feature-grid,
.rules-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.battlegrounds-feature-grid{
  grid-template-columns: repeat(3, 1fr);
}

.battlegrounds-feature,
.rule-item,
.command-item{
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
}

.battlegrounds-feature{
  display: flex;
  align-items: center;
  gap: 16px;
}

.battlegrounds-feature img{
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(246,203,106,.18));
}

.battlegrounds-feature strong,
.rule-item strong,
.command-item strong{
  display: block;
  color: #f6cb6a;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.battlegrounds-feature span,
.command-item span,
.rule-item p{
  color: #d7e0ee;
  font-size: .95rem;
  line-height: 1.5;
}

.rewards-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.reward-item{
  min-height: 140px;
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid rgba(214,170,88,.22);
  background:
    radial-gradient(circle at center, rgba(240,196,106,.10), transparent 62%),
    rgba(3,8,18,.56);
  text-align: center;
}

.reward-item img{
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.reward-item strong{
  color: #f3ddb2;
  font-size: .95rem;
}

.commands-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.battlegrounds-sidebar{
  display: grid;
  gap: 18px;
}

.battlegrounds-side-card{
  padding: 24px;
}

.battlegrounds-side-card h3{
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.side-info{
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.side-info span{
  display: block;
  margin-bottom: 10px;
  color: #bfc9d8;
  font-size: .9rem;
}

.side-info strong{
  display: block;
  color: #f6cb6a;
  font-size: 1.55rem;
}

.side-info ul{
  margin: 0;
  padding-left: 18px;
  color: #dfe7f4;
  line-height: 1.8;
}

.battleground-times{
  margin-top: 10px;
  color: #f6cb6a;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .4px;
}

.battleground-duration{
  margin-top: 10px;
  color: #d7e0ee;
  font-size: .95rem;
}

.guide-side-tip{
  padding-top: 18px;
}

.guide-side-tip strong{
  display: block;
  margin-bottom: 10px;
  color: #f6cb6a;
}

.guide-side-tip p{
  margin: 0;
  color: #d7e0ee;
  line-height: 1.7;
}

.dropdown-menu.guide-menu a.active,
.dropdown-menu.guide-menu a:hover{
  filter: none !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #f6cb6a !important;
  color: #f6cb6a !important;
}

.dropdown-menu.guide-menu a.active::after{
  display: none !important;
}

@media(max-width:1100px){
  .battlegrounds-layout{
    grid-template-columns: 1fr;
  }
}

@media(max-width:780px){
  .battlegrounds-feature-grid,
  .rules-grid,
  .commands-grid,
  .rewards-grid{
    grid-template-columns: 1fr;
  }

  .battlegrounds-banner img{
    height: 320px;
  }
}

/* ACTIVE DROPDOWN - SOFT GLOW */
.dropdown-menu.guide-menu a.active{
  color: #f6cb6a !important;
  -webkit-text-fill-color: #f6cb6a !important;

  background: rgba(246,203,106,.08) !important;

  text-shadow: none !important;
  filter: none !important;
  box-shadow: none !important;
}

.dropdown-menu.guide-menu a.active::before{
  display: none !important;
}

.dropdown-menu.guide-menu a.active::after{
  display: none !important;
}


.main-nav .dropdown-toggle.active{
  color: #f6cb6a !important;
  -webkit-text-fill-color: #f6cb6a !important;
  text-shadow: 0 0 14px rgba(246,203,106,.45);
}

.main-nav .dropdown-toggle.active::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    #f6cb6a,
    transparent
  );
  box-shadow: 0 0 14px rgba(246,203,106,.65);
}


.reward-note {
  margin: 14px 0 22px;
  padding: 14px 16px;
  border: 1px solid rgba(240, 183, 28, 0.35);
  border-radius: 14px;
  background: rgba(240, 183, 28, 0.08);
  color: #ead8a6;
  font-size: 14px;
  line-height: 1.5;
}

/* finall */
