/* Below-the-fold styles for SMITE 2 patch notes page. */

.nexus-promo {
  margin-top: .95rem;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: .85rem;
}

.nexus-art-link {
  display: block;
  text-decoration: none;
  border: 1px solid rgba(35,86,183,.45);
  background: rgba(0,0,0,.2);
  clip-path: var(--clip-sm);
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease;
}
.nexus-art-link:hover {
  border-color: rgba(226,160,57,.68);
  transform: translateY(-1px);
}
.nexus-art {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: radial-gradient(circle at 55% 38%, rgba(74,110,255,.26) 0%, rgba(10,18,44,.4) 45%, rgba(6,10,24,.65) 100%);
}
.nexus-copy {
  margin-top: .6rem;
  color: rgba(220,229,248,.93);
  font-size: .9rem;
  line-height: 1.36;
}
.nexus-cta {
  display: inline-block;
  margin-top: .55rem;
  text-decoration: none;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .72rem;
  color: var(--sap-pale);
  border: 1px solid rgba(35,86,183,.55);
  background: rgba(35,86,183,.16);
  clip-path: var(--clip-sm);
  padding: .42rem .62rem;
}
.nexus-cta:hover {
  color: #fff;
  border-color: rgba(226,160,57,.72);
}

footer {
  margin-top: 2.75rem;
  padding: 1.4rem 2.5rem 1.6rem;
  background: rgba(6,12,27,.94);
  position: relative;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,transparent 0%,var(--gold) 30%,#2356b7 70%,transparent 100%);
  opacity: .6;
}
.footer-inner {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  gap: .75rem;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  padding: .75rem 2.4rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--txt);
  text-decoration: none;
  white-space: nowrap;
  background: rgba(9,15,32,.75);
  border: 1px solid rgba(35,86,183,.40);
  transform: skewX(-12deg);
  transition: color .2s, border-color .2s, box-shadow .2s, background .2s;
}
.footer-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.06);
  transform: translateX(-110%);
  transition: transform 450ms ease;
}
.footer-btn:hover::before { transform: translateX(110%); }
.footer-btn .btn-inner {
  display: flex;
  align-items: center;
  gap: .5rem;
  transform: skewX(12deg);
  position: relative;
  z-index: 1;
}
.footer-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}
.footer-btn:hover {
  background: rgba(226,160,57,.10);
  border-color: rgba(226,160,57,.65);
  color: #f0bc58;
  box-shadow: 0 0 24px rgba(226,160,57,.18);
}
.footer-copy {
  text-align: center;
  margin-top: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--txt-dim);
  opacity: .5;
}

@media (max-width: 640px) {
  footer { padding: 1.2rem 1rem 1.4rem; }
  .footer-btn { padding: .6rem 1.2rem; font-size: .78rem; }
}
