
:root{
  --aug-ink:#ece8ff;
  --aug-ink-dim:#cfc8ff;
  --aug-core-1:#e9e3ff;
  --aug-core-2:#b9a3ff;
  --aug-core-3:#6f4cff;
  --aug-core-4:#3a1b9a;
  --aug-shadow:rgba(0,0,0,.78);
  --aug-glow-2:rgba(120,90,255,.18);
  --aug-edge:rgba(255,255,255,.18);
}

/* ===== HERO OVERLAY ===== */
.hero-polish{
  position:relative;
  overflow:hidden;
}

.hero-polish::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(10,8,18,.55) 0%, rgba(10,8,18,.78) 58%, rgba(10,8,18,.92) 100%),
    radial-gradient(1200px 60% at 50% 18%, rgba(160,130,255,.14), transparent 60%);
}

.hero-polish::after{
  content:"";
  position:absolute;
  inset:-18% -18% -8% -18%;
  pointer-events:none;
  background:radial-gradient(80% 60% at 50% 55%, transparent 62%, rgba(0,0,0,.55) 100%);
}

/* ===== CENTER TEXT ===== */
.intro-title{
  position:relative;
  font-family:"Cinzel", ui-serif, Georgia, serif;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.055em;
  line-height:1.08;
  margin:0;

  background:linear-gradient(180deg,
    #f4efff 0%,
    #d8d0ff 24%,
    #9c86ff 58%,
    #5f49f2 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;

  -webkit-text-stroke:.4px rgba(255,255,255,.16);

  text-shadow:
    0 1px 0 rgba(255,255,255,.05),
    0 2px 3px rgba(0,0,0,.78),
    0 6px 14px rgba(60,30,140,.45),
    0 0 14px rgba(120,90,255,.18);

  filter:saturate(1.02) contrast(1.03);
}

.intro-title .brand-word{
  background:inherit;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.intro-title .brand-word::before,
.intro-title .brand-word::after{
  display:none;
}

.intro-subtitle{
  margin-top:.85rem;
  display:inline-block;
  font-family:"Cinzel", ui-serif, Georgia, serif;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-weight:500;

  background:linear-gradient(180deg, #f1ecff 0%, #cfc8ff 45%, #9c86ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;

  text-shadow:
    0 1px 2px rgba(0,0,0,.75),
    0 3px 8px rgba(90,60,180,.22);
}

/* ===== BUTTONS ===== */
.hero-buttons{
  margin-top:2.2rem;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  flex-wrap:nowrap;
  width:100%;
}

.hero-button{
  width:260px;
  height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;

  border-radius:9px;
  border:1px solid rgba(166,148,255,.22);

  background:
    radial-gradient(160% 240% at 50% -60%, rgba(123,100,255,.08), transparent 65%),
    linear-gradient(180deg, #0d0b13 0%, #09080f 65%, #06050b 100%);

  color:#cfc8ff!important;
  font-family:"Cinzel",serif;
  font-size:16px;
  font-weight:400;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-decoration:none!important;
  text-shadow:0 0 6px rgba(141,123,255,.25);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 10px 24px rgba(0,0,0,.45);

  transition:.18s ease;
}

.hero-button:hover{
  transform:translateY(-1px);
  color:#fff!important;
  border-color:rgba(166,148,255,.38);

  background:
    radial-gradient(160% 240% at 50% -60%, rgba(123,100,255,.13), transparent 65%),
    linear-gradient(180deg, #11101a 0%, #0b0a12 65%, #06050b 100%);

  text-shadow:0 0 6px rgba(141,123,255,.45);
}

.hero-button i{
  font-size:15px;
  color:#cfc8ff;
  opacity:.9;
}

.hero-button:hover i{
  color:#fff;
}

/* ===== MOBILE ===== */
@media(max-width:768px){
  .hero-buttons{
    margin-top:2rem;
    flex-direction:column;
    gap:14px;
  }

  .hero-button{
    width:230px;
    height:52px;
    font-size:14px;
    letter-spacing:.10em;
  }
}

/* ===== PLAYERS TEXT  ===== */
.mmorpg-font{
  font-family:'UnifrakturCook', cursive;
}

.text-left.mmorpg-font.text-center{
  position:absolute;
  left:2rem;
  bottom:6rem;
  text-align:left;
  transform:scale(.9);
}

.text-left.mmorpg-font.text-center span[aria-hidden="true"]{
  display:none;
}

.text-left.mmorpg-font.text-center p.text-6xl{
  font-size:clamp(2.1rem,3.9vw,3.4rem);
  font-weight:900;
  letter-spacing:.02em;
  background:linear-gradient(180deg,#dcd2ff 0%,#a892ff 35%,#6437db 70%,#30146e 100%);
  -webkit-background-clip:text;
  color:transparent;
  -webkit-text-stroke:1px rgba(25,10,60,.85);
  text-shadow:
    0 2px 0 rgba(0,0,0,.85),
    0 4px 10px rgba(80,50,170,.6),
    0 8px 16px rgba(100,60,200,.45),
    0 0 20px rgba(160,130,255,.22);
}

.text-left.mmorpg-font.text-center p.text-4xl span:first-child,
.text-left.mmorpg-font.text-center p.text-4xl span:last-child{
  background:linear-gradient(180deg,#eee6ff 0%,#c4b2ff 40%,#8b65ff 75%,#4324aa 100%);
  -webkit-background-clip:text;
  color:transparent;
  text-shadow:
    0 2px 0 rgba(0,0,0,.85),
    0 3px 6px rgba(90,60,200,.55),
    0 6px 14px rgba(120,80,255,.3);
}


@media(max-width:768px){
  header.hero-polish{
    height:auto !important;
    min-height:100svh !important;
  }

  header.hero-polish > .relative.z-10{
    justify-content:flex-start !important;
    padding-top:150px !important;
  }

  .intro-title{
    font-size:32px !important;
    line-height:1.12;
  }

  .intro-subtitle{
    font-size:13px !important;
    line-height:1.45;
    max-width:320px;
  }
}