
.guide-leveling-page{
  background:
    linear-gradient(
      180deg,
      rgba(2, 6, 14, 0.08),
      rgba(2, 6, 14, 0.18)
    ),
    url("/assets/img/foto.png") no-repeat center top fixed;

  background-size: cover;
}

.guide-leveling-main{
  min-height: calc(100vh - var(--header-h) - 120px);
  padding-top: var(--header-h);
}

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

.guide-breadcrumb{
  margin-bottom: 24px;
  color: #aeb9cb;
  font-size: .88rem;
  font-weight: 600;
}

.guide-breadcrumb span{
  margin: 0 8px;
  color: #d6aa58;
}

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

.guide-leveling-title{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 5vw, 3.4rem);
  line-height: .95;
  letter-spacing: .02em;
  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));
}

.guide-leveling-title span,
.guide-leveling-title small{
  font: inherit;
  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;
  background-clip: text;
  color: transparent;
}

.guide-title-line{
  width: 280px;
  height: 1px;
  margin: 18px auto 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246,203,106,.9),
    transparent
  );
  position: relative;
}

.guide-title-line::after{
  content: "◆";
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  color: #d6aa58;
  font-size: 13px;
}

.guide-leveling-sub{
  max-width: 720px;
  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);
}

.guide-level-tabs{
  max-width: 1060px;
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(184,205,255,.14);
  background: linear-gradient(
    180deg,
    rgba(15,25,45,.82),
    rgba(7,13,27,.92)
  );
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 16px 34px rgba(0,0,0,.26);
}

.guide-level-tab{
  height: 58px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.05);
  background: transparent;
  color: #dfe7f4;
  font-size: 1rem;
  font-weight: 700;
  cursor: default;
  position: relative;
}

.guide-level-tab:last-child{
  border-right: 0;
}

.guide-level-tab.active{
  color: #f6cb6a;
}

.guide-level-tab.active::after{
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    #f6cb6a,
    transparent
  );
  box-shadow: 0 0 14px rgba(246,203,106,.55);
}

.guide-layout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 22px;
  align-items: start;
}

.guide-main-card,
.guide-side-card,
.guide-image-card,
.guide-tips-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);
  -webkit-backdrop-filter: blur(7px);
}

.guide-main-card{
  padding: 28px 24px 18px;
}

.guide-main-card h2,
.guide-side-card h3,
.guide-tips-card h3{
  margin: 0;
  font-family:"Jost", ui-sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #f6cb6a;
  text-shadow:
    0 2px 16px rgba(0,0,0,.45),
    0 0 10px rgba(246,203,106,.12);
}

.guide-main-description{
  max-width: 700px;
  margin: 14px 0 20px;
  color: #d9e3f3;
  line-height: 1.65;
  font-size: .98rem;
}

.guide-steps{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(4,9,20,.28);
}

.guide-step{
  min-height: 112px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  position: relative;
}

.guide-step:last-child{
  border-bottom: 0;
}

.guide-step::after{
  content: "";
  position: absolute;
  right: 34px;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  opacity: .08;
  border: 1px solid rgba(216,178,110,.55);
  border-radius: 50%;
  box-shadow:
    0 0 0 8px rgba(216,178,110,.04),
    inset 0 0 16px rgba(216,178,110,.08);
}

.guide-step-number{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f6cb6a;
  font-size: 1.25rem;
  font-weight: 800;
  border: 2px solid #d6aa58;
  background: rgba(3,7,16,.55);
  box-shadow:
    0 0 16px rgba(216,170,88,.16),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.guide-step-content{
  padding-right: 60px;
}

.guide-step-content strong{
  display: block;
  margin-bottom: 7px;
  color: #f6cb6a;
  font-family: "Jost", ui-sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.guide-step-content p{
  margin: 0;
  color: #cfd8e8;
  font-size: .92rem;
  line-height: 1.55;
}

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

.guide-side-card{
  padding: 26px 24px 24px;
}

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

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

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

.guide-side-info strong{
  display: block;
  color: #eebd4f;
  font-size: 2rem;
  line-height: 1;
}

.guide-side-info small{
  display: block;
  margin-top: 8px;
  color: #aeb9cb;
  font-size: .82rem;
}

.guide-side-info ul{
  margin: 0;
  padding-left: 18px;
  color: #dfe7f4;
  font-size: .92rem;
  line-height: 1.85;
}

.guide-side-tip{
  margin-top: 22px;
  padding: 18px 18px 20px;
  border-radius: 12px;
  border: 1px solid rgba(216,178,110,.36);
  background:
    linear-gradient(
      180deg,
      rgba(216,178,110,.12),
      rgba(255,255,255,.03)
    );
}

.guide-side-tip strong{
  display: block;
  margin-bottom: 10px;
  color: #f6cb6a;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
}

.guide-side-tip p{
  margin: 0;
  color: #e6edf8;
  font-size: .95rem;
  line-height: 1.6;
}

.guide-image-card{
  overflow: hidden;
  min-height: 520px;
}

.guide-image-card img{
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05) brightness(.72);
}

.guide-tips-card{
  margin-top: 18px;
  padding: 24px;
}

.guide-tips-card h3{
  margin-bottom: 18px;
}

.guide-tips-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.guide-tip{
  min-height: 104px;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.04),
      rgba(255,255,255,.015)
    );
}

.guide-tip strong{
  display: block;
  margin-bottom: 8px;
  color: #f6cb6a;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
}

.guide-tip p{
  margin: 0;
  color: #cfd8e8;
  font-size: .86rem;
  line-height: 1.5;
}

.guide-leveling-page .site-footer{
  padding-top: 24px;
  padding-bottom: 30px;
  background: rgba(3,7,16,.55);
}

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

  .guide-image-card{
    min-height: 320px;
  }

  .guide-image-card img{
    min-height: 320px;
  }

  .guide-tips-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:780px){
  .guide-leveling-hero{
    padding-top: 16px;
  }

  .guide-breadcrumb{
    display: none;
  }

  .guide-level-tabs{
    grid-template-columns: repeat(2, 1fr);
  }

  .guide-leveling-title{
    font-size: 3rem;
  }

  .guide-main-card,
  .guide-side-card,
  .guide-tips-card{
    padding: 18px;
  }

  .guide-step{
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 14px;
  }

  .guide-step-number{
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .guide-step-content{
    padding-right: 0;
  }

  .guide-step::after{
    display: none;
  }

  .guide-step-content strong{
    font-size: 1.15rem;
  }

  .guide-tips-grid{
    grid-template-columns: 1fr;
  }
}


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

.dropdown-menu.guide-menu a.active{
  color: #f6cb6a !important;
  background: rgba(246,203,106,.08) !important;
  -webkit-text-fill-color: #f6cb6a !important;
  text-shadow: none !important;
  filter: none !important;
}


.guide-discord-card{
  overflow: hidden;
  min-height: 620px;
  border-radius: 20px;
  border: 1px solid rgba(203,175,113,.28);
  background:
    linear-gradient(180deg, rgba(8,15,31,.82), rgba(5,10,21,.96));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 18px 42px rgba(0,0,0,.36);
  backdrop-filter: blur(7px);
  position: relative;
}

.discord-card-art{
  height: 390px;
  overflow: hidden;
  position: relative;
}

.discord-card-art::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(5,10,21,.96) 100%),
    radial-gradient(circle at center, rgba(246,203,106,.10), transparent 55%);
}

.discord-card-art img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.82) contrast(1.08) saturate(1.05);
}

.discord-card-content{
  padding: 26px 26px 30px;
  text-align: center;
}

.discord-card-content h3{
  margin: 0 0 14px;
  color: #f6cb6a;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  letter-spacing: .04em;
}

.discord-card-content p{
  max-width: 270px;
  margin: 0 auto 24px;
  color: #d7e0ee;
  font-size: 1rem;
  line-height: 1.55;
}

.discord-card-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 230px;
  padding: 14px 22px;
  border-radius: 12px;
  border: 1px solid rgba(246,203,106,.35);
  background: linear-gradient(180deg, rgba(140, 170, 255, .16), transparent 40%), linear-gradient(181deg, #0d1830, #0d1830);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: .04em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 0 18px rgba(40,120,220,.20);
}

.discord-card-btn:hover{
  transform: translateY(-1px);
}

.discord-card-btn{
    width: 100%;
    min-height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin-top: 26px;

    border-radius: 999px;

    text-decoration: none;

    color: #eef3ff;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .01em;

    position: relative;
    overflow: hidden;


    border: 1px solid rgba(120, 160, 255, 0.45);

    box-shadow:
        0 0 0 1px rgba(120, 160, 255, 0.25),
        0 0 12px rgba(120, 160, 255, 0.25),
        0 0 30px rgba(80, 120, 255, 0.15),
        inset 0 1px 0 rgba(255,255,255,0.15);

    backdrop-filter: blur(6px);

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}

.discord-card-btn:hover{
    transform: translateY(-3px);

    border-color: rgba(160, 190, 255, 0.65);

    box-shadow:
        0 0 0 1px rgba(140,180,255,0.4),
        0 0 18px rgba(140,180,255,0.35),
        0 0 40px rgba(100,150,255,0.25),
        inset 0 1px 0 rgba(255,255,255,0.2);
}

.discord-card-btn__icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.discord-card-btn__icon img{
    width: 55px;
    height: 55px;
    object-fit: contain;

    filter:
        brightness(1.15)
        drop-shadow(0 0 6px rgba(255,255,255,.18));
}

.discord-card-btn__text{
    position: relative;
    top: 1px;
}

.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 */
