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

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

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

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

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

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

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

.named-sub{
  max-width: 820px;
  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));
}

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

.named-main-card,
.named-side-card,
.named-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);
}

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

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

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

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

.named-zone{
  margin-top: 22px;
}

.named-zone h2{
  position: relative;
  margin: 0 0 22px;
  text-align: center;
  color: #f6cb6a;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 1px;
}

.named-zone h2::after{
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, transparent, rgba(246,203,106,.55), transparent);
}


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

.named-card{
  display: flex;
  flex-direction: column;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(214,170,88,.25);
  background:
    radial-gradient(circle at top left, rgba(246,203,106,.08), transparent 45%),
    linear-gradient(180deg, rgba(11,22,43,.86), rgba(5,11,24,.94));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 12px 28px rgba(0,0,0,.28);
}

.named-card img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 18px;
  filter: brightness(.82);
  border: 1px solid rgba(255,255,255,.08);
}

.named-content h3{
  margin: 0 0 8px;
  color: #f6cb6a;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  line-height: 1.1;
}

.named-content strong{
  display: block;
  margin-bottom: 14px;
  color: #f6cb6a;
  font-size: .88rem;
}

.named-content span{
  display: block;
  margin-bottom: 8px;
  color: #e5edf8;
  font-size: .92rem;
  font-weight: 700;
}

.named-content ul{
  margin: 0;
  padding-left: 18px;
  color: #d7e0ee;
  font-size: .86rem;
  line-height: 1.55;
}

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

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

.named-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.35rem;
  line-height: 1.25;
}

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

.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:1200px){
  .named-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

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

@media(max-width:780px){
  .named-grid{
    grid-template-columns: 1fr;
  }

  .named-card{
    grid-template-columns: 1fr;
  }

  .named-card img{
    width: 100%;
    height: 260px;
  }
}

.named-content{
  width: 100%;
}

.named-content h3{
  margin: 0 0 10px;
  color: #f6cb6a;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.1;
}

.named-content strong{
  display: block;
  margin-bottom: 18px;
  color: #f6cb6a;
  font-size: 1rem;
}

.named-content span{
  display: block;
  margin-bottom: 12px;
  color: #e5edf8;
  font-size: 1rem;
  font-weight: 700;
}

.named-content ul{
  margin: 0;
  padding-left: 22px;
  color: #d7e0ee;
  font-size: .95rem;
  line-height: 1.8;
}

.named-reward-icons{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-top: 14px;
}

.named-reward-item{
  flex: 1;
  text-align: center;
}

.named-reward-item strong{
  display: block;
  margin-top: 10px;
  color: #dfe7f4;
  font-size: .78rem;
  line-height: 1.3;
}

.named-faction-rule{
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.named-faction-rule{
  display: flex;
  align-items: center;
  gap: 18px;
}

.named-faction-rule:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.named-faction-rule img{
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(246,203,106,.12));
}

.named-faction-rule p{
  margin: 0;
  color: #d7e0ee;
  font-size: .95rem;
  line-height: 1.5;
}

/* =========================
   MAIN REWARDS
========================= */

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

/* tamanho individual */

.named-reward-item:nth-child(1) img{
  width: 82px;
  height: 82px;
}

.named-reward-item:nth-child(2) img{
  width: 82px;
  height: 82px;
}

.named-reward-item:nth-child(3) img{
  width: 82px;
  height: 82px;
}


/* =========================
   FACTION RULES
========================= */

.named-faction-rule img{
  width: 54px;
  height: 54px;
  object-fit: contain;
}

/* Elyos */


/* Asmodians */

.named-drop-list{
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.named-drop-item{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
}

.named-drop-item img{
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin: 0;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.10);
  filter: drop-shadow(0 0 8px rgba(246,203,106,.12));
}

.named-drop-item p{
  margin: 0;
  color: #d7e0ee;
  font-size: .95rem;
  line-height: 1.45;
}


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


.named-map-buttons{
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 24px 0 34px;
  flex-wrap: wrap;
}

.named-map-btn{
  min-width: 260px;
  padding: 16px 28px;
  border-radius: 14px;
  border: 1px solid rgba(246,203,106,.55);
  background: linear-gradient(180deg, rgba(13,23,45,.95), rgba(5,10,21,.98));
  color: #f6cb6a;
  font-weight: 800;
  letter-spacing: .7px;
  cursor: pointer;
  box-shadow: 0 0 18px rgba(246,203,106,.12);
}

.named-map-btn:hover{
  background: rgba(246,203,106,.10);
  box-shadow: 0 0 24px rgba(246,203,106,.28);
}

.named-map-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(0,0,0,.86);
  backdrop-filter: blur(5px);
}

.named-map-modal.active{
  display: flex;
}

.named-map-modal img{
  max-width: min(92vw, 980px);
  max-height: 88vh;
  border-radius: 18px;
  border: 1px solid rgba(246,203,106,.35);
  box-shadow: 0 30px 80px rgba(0,0,0,.65);
}

.named-map-close{
  position: fixed;
  top: 28px;
  right: 42px;
  border: 0;
  background: transparent;
  color: white;
  font-size: 58px;
  line-height: 1;
  cursor: pointer;
}
/* finall */
