.buffs-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;
}

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

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

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

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

.buffs-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));
}

.buffs-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;
}

.buffs-sub{
  max-width: 760px;
  margin: 20px auto 0;
  color: #dce5f3;
  font-size: 1rem;
  line-height: 1.65;
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));
}

.buffs-main-card,
.buff-box,
.buff-preview-card,
.buff-stats-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);
}

.buffs-main-card{
  padding: 13px;
}

.buffs-banner{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 22px;
  min-height: 340px;
}

.buffs-banner img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  filter: brightness(1.15);
}

.buffs-overlay{
  position: absolute;
  inset: 0;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(3,7,16,.78));
}

.buffs-overlay h2{
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d8b062;
text-shadow: 0 2px 10px rgb(0 0 0), 0 2px 10px rgb(0 0 0), 0 2px 10px rgb(0 0 0), 0 0px 10px rgb(0 0 0), 0 0px 5px rgb(0 0 0), 0 0px 5px rgb(0 0 0), 0 0px 5px rgb(0 0 0);
}

.buffs-overlay p{
  max-width: 720px;
  margin: 0;
  color: #d7e0ee;
  line-height: 1.6;
text-shadow: 0 2px 10px rgb(0 0 0), 0 2px 10px rgb(0 0 0), 0 2px 10px rgb(0 0 0), 0 0px 10px rgb(0 0 0), 0 0px 5px rgb(0 0 0), 0 0px 5px rgb(0 0 0), 0 0px 5px rgb(0 0 0);
}

.buffs-content{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.buff-box{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  padding: 26px;
  align-items: center;
}

.buff-text{
  position: relative;
}

.buff-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #050914;
  font-weight: 900;
  background: linear-gradient(180deg,#f6d37a,#b9852d);
  box-shadow: 0 0 18px rgba(246,203,106,.18);
}

.buff-text h3{
  margin: 0 0 16px;
  color: #f6cb6a;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.buff-text h4,
.buff-stats-card h4{
  margin: 20px 0 10px;
  color: #f6cb6a;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.buff-text p,
.buff-text li{
  color: #d7e0ee;
  font-size: .95rem;
  line-height: 1.7;
}

.buff-text p{
  margin: 0 0 12px;
}

.buff-text strong{
  color: #f3ddb2;
}

.buff-text ul{
  margin: 0 0 14px;
  padding-left: 20px;
}

.buff-text li{
  margin-bottom: 7px;
}

.buff-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.buff-tags span{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(246,203,106,.20);
  background: rgba(246,203,106,.07);
  color: #f6cb6a;
  font-size: .78rem;
  font-weight: 800;
}



.buff-preview-card{
  min-height: 210px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buff-preview-card img{
  width: 100%;
  height: 100%;
  max-height: 240px;
  object-fit: contain;
  border-radius: 12px;
}

.buff-stats-card{
  padding: 24px;
}

.buff-stats-card h4{
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  letter-spacing: 0;
}

.stat-row{
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.stat-row span{
  color: #d7e0ee;
}

.stat-row strong{
  color: #69e97a;
  font-size: 1.15rem;
}

.buff-stats-card p{
  margin: 16px 0 0;
  color: #bfc9d8;
  line-height: 1.6;
  font-size: .9rem;
}

.buff-warning{
margin-top: 30px; 
 padding: 18px 22px;
  border-radius: 16px;
  border: 1px solid rgba(246,203,106,.22);
  background: linear-gradient(180deg, rgba(246,203,106,.08), rgba(246,203,106,.03));
  color: #d7e0ee;
  line-height: 1.6;
}

.buff-warning strong{
  color: #f6cb6a;
}

.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;
}


@media(max-width:1200px){
  .buff-box{
    grid-template-columns: 1fr;
  }

  .buff-preview-grid{
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:780px){
  .buffs-main-card,
  .buff-box{
    padding: 18px;
  }

  .buffs-banner,
  .buffs-banner img{
    height: 300px;
    min-height: 300px;
  }

  .buffs-title{
    font-size: 3.4rem;
  }

  .buff-preview-grid{
    grid-template-columns: 1fr;
  }
}

.buff-info-card{
  width: 100%;
  max-width: 430px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(203,175,113,.36);
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 18px 36px rgba(0,0,0,.42);
}

.buff-info-top{
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.buff-info-top img{
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(246,203,106,.22);
  box-shadow: 0 0 18px rgba(246,203,106,.16);
}

.buff-info-meta strong{
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
}

.buff-info-row{
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  margin-bottom: 8px;
  color: #d7e0ee;
}

.buff-info-row span{
  color: #aeb8c6;
}

.buff-info-row b{
  color: #ffffff;
}

.buff-info-desc{
  padding-top: 18px;
}

.buff-info-desc p{
  margin: 0 0 9px;
  color: #d7e0ee;
  font-size: .95rem;
  line-height: 1.5;
}

.buff-info-desc p:last-child{
  margin-bottom: 0;
}

.buff-preview-grid{
  align-items: center;
  justify-items: center;
}


.siege-status-card{
  width: 100%;
  max-width: 390px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(203,175,113,.36);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 36px rgba(0,0,0,.42);
background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015))
}

.siege-status-header{
  text-align: center;
  color: #f6cb6a;
  font-weight: 900;
  font-size: 1.05rem;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(246,203,106,.25);
}

.siege-race-row,
.siege-info-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.siege-race-row strong,
.siege-race-row b{
  font-size: 1.05rem;
  font-weight: 900;
}

.siege-race-row.elyos strong,
.siege-race-row.elyos b{
  color: #4ccfff;
}

.siege-race-row.asmodians strong,
.siege-race-row.asmodians b{
  color: #ff4d4d;
}

.siege-status-divider{
  height: 1px;
  margin: 16px 0;
  background: rgba(255,255,255,.10);
}

.siege-info-row span{
  color: #d7e0ee;
}

.siege-info-row strong,
.siege-info-row b{
  color: #f6cb6a;
  font-weight: 900;
}

.buff-side-panel{
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.buff-side-panel .buff-info-card,
.buff-side-panel .siege-status-card{
  width: 100%;
  max-width: 380px;
}	

.buff-side-panel .buff-info-card,
.buff-side-panel .siege-status-card{
  width: 100%;
  max-width: 380px;
}

.siege-layout{
  grid-template-columns: minmax(0, 1fr) 760px;
}

.siege-layout .buff-text{
  max-width: 760px;
}

.siege-layout .buff-side-panel{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.siege-layout .buff-side-panel .buff-info-card,
.siege-layout .buff-side-panel .siege-status-card{
  width: 100%;
  max-width: none;
}

/* 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);
}

/* finall */
