/* VYXRA site footer — loaded once via WordPress theme */

.vyxra-footer {
  background: #09090f;
  color: #ffffff;
  font-family: 'Barlow', sans-serif;
  position: relative;
  overflow: hidden;
}

.vyxra-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(123, 47, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 47, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.vyxra-footer::after {
  content: '';
  position: absolute;
  top: -120px;
  left: -80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(123, 47, 255, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 2;
  padding: 48px 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.footer-socials { display: flex; gap: 10px; }

.footer-soc {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.footer-soc:hover {
  border-color: #7b2fff;
  background: rgba(123, 47, 255, 0.12);
  transform: translateY(-3px) scale(1.05);
}

.footer-soc svg {
  width: 16px;
  height: 16px;
  fill: rgba(255, 255, 255, 0.5);
}

.footer-soc:hover svg { fill: #fff; }

.footer-nav-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 16px;
}

.footer-nav-links { display: flex; flex-direction: column; gap: 10px; }

.footer-nav-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s, transform 0.15s;
}

.footer-nav-link:hover { color: #fff; transform: translateX(3px); }

.link-badge {
  margin-left: 6px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: #7b2fff;
  color: #fff;
  padding: 1px 6px;
  border-radius: 50px;
}

.footer-partners {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 20px 0;
  overflow: hidden;
  margin-top: 8px;
}

.partners-track {
  display: flex;
  width: max-content;
  animation: vyxraPartnerScroll 24s linear infinite;
}

@keyframes vyxraPartnerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.partner-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
  white-space: nowrap;
}

.partner-item svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
}

.partner-item.accent { color: rgba(123, 47, 255, 0.6); }

.footer-bottom {
  position: relative;
  z-index: 2;
  padding: 24px 24px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-copy {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.18);
  letter-spacing: 0.04em;
}

@media (min-width: 640px) {
  .footer-main { grid-template-columns: 1fr 1fr; padding: 60px 32px 0; }
}

@media (min-width: 900px) {
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; padding: 64px 48px 0; }
}

//

/* ── FOOTER VARIABLES (inherits your page vars) ── */
.vyxra-footer {
  background: #09090f;
  color: #ffffff;
  font-family: 'Barlow', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Subtle background texture lines */
.vyxra-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(123,47,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123,47,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

/* Glow orb top-left */
.vyxra-footer::after {
  content: '';
  position: absolute;
  top: -120px; left: -80px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(123,47,255,0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* ── TOP BAND: NEWSLETTER ── */
.footer-newsletter {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.footer-nl-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #7B2FFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-nl-label::before,
.footer-nl-label::after {
  content: '';
  display: block;
  width: 20px;
  height: 1.5px;
  background: #7B2FFF;
  border-radius: 2px;
}

.footer-nl-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 8vw, 52px);
  letter-spacing: 0.04em;
  line-height: 0.95;
  color: #ffffff;
}
.footer-nl-heading span {
  color: #7B2FFF;
  font-style: italic;
}

.footer-nl-sub {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.45);
  max-width: 300px;
}

.footer-nl-form {
  display: flex;
  gap: 0;
  width: 100%;
  max-width: 420px;
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 50px;
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s;
}
.footer-nl-form:focus-within {
  border-color: #7B2FFF;
  box-shadow: 0 0 0 3px rgba(123,47,255,0.15);
}

.footer-nl-input {
  flex: 1;
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 20px;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: #ffffff;
}
.footer-nl-input::placeholder { color: rgba(255,255,255,0.3); }

.footer-nl-btn {
  height: 50px;
  padding: 0 22px;
  background: #7B2FFF;
  border: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: background .2s, transform .15s;
  flex-shrink: 0;
  border-radius: 0 50px 50px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-nl-btn:hover { background: #6320dd; }
.footer-nl-btn:active { transform: scale(0.97); }
.footer-nl-btn svg { width: 14px; height: 14px; stroke: #fff; fill: none; stroke-width: 2.5; }

.footer-nl-consent {
  font-size: 11px;
  color: rgba(255,255,255,0.22);
  letter-spacing: 0.02em;
}

/* ── MAIN FOOTER GRID ── */
.footer-main {
  position: relative;
  z-index: 2;
  padding: 48px 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

/* Brand column */

.footer-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  text-decoration: none;
}
.footer-logo-star {
  font-size: 13px;
  color: #7B2FFF;
  animation: footerSpin 10s linear infinite;
}
@keyframes footerSpin { to { transform: rotate(360deg); } }

.footer-tagline {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  margin-bottom: 20px;
}

.footer-desc {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.4);
  max-width: 260px;
  margin-bottom: 24px;
}

/* Social icons */
.footer-socials {
  display: flex;
  gap: 10px;
}
.footer-soc {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: border-color .2s, background .2s, transform .2s cubic-bezier(.34,1.2,.64,1);
  flex-shrink: 0;
}
.footer-soc:hover {
  border-color: #7B2FFF;
  background: rgba(123,47,255,0.12);
  transform: translateY(-3px) scale(1.05);
}
.footer-soc svg {
  width: 16px;
  height: 16px;
  fill: rgba(255,255,255,0.5);
  stroke: none;
  transition: fill .2s;
}
.footer-soc:hover svg { fill: #ffffff; }

/* Nav columns */
.footer-nav-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
}
.footer-nav-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color .2s, transform .15s;
  display: inline-block;
  position: relative;
}
.footer-nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1px;
  background: #7B2FFF;
  transition: width .25s;
  border-radius: 1px;
}
.footer-nav-link:hover { color: #ffffff; transform: translateX(3px); }
.footer-nav-link:hover::after { width: 100%; }

/* New badge on link */
.link-badge {
  display: inline-block;
  margin-left: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: #7B2FFF;
  color: #fff;
  padding: 1px 6px;
  border-radius: 50px;
  vertical-align: middle;
}

/* ── PARTNER LOGOS STRIP ── */
.footer-partners {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 20px 0;
  overflow: hidden;
  margin-top: 48px;
}
.footer-partners::before,
.footer-partners::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}
.footer-partners::before { left: 0; background: linear-gradient(to right, #09090f, transparent); }
.footer-partners::after  { right: 0; background: linear-gradient(to left, #09090f, transparent); }

.partners-track {
  display: flex;
  width: max-content;
  animation: partnerScroll 24s linear infinite;
  gap: 0;
}
.partners-track:hover { animation-play-state: paused; }
@keyframes partnerScroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

.partner-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 32px;
  border-right: 1px solid rgba(255,255,255,0.07);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
  white-space: nowrap;
}
.partner-item svg {
  width: 14px; height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}
.partner-item.accent { color: rgba(123,47,255,0.6); }

/* ── BOTTOM BAR ── */
.footer-bottom {
  position: relative;
  z-index: 2;
  padding: 24px 24px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.07);
  margin-top: 0;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  justify-content: center;
}
.footer-bottom-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  text-decoration: none;
  transition: color .2s;
}
.footer-bottom-link:hover { color: rgba(255,255,255,0.7); }

.footer-copy {
  font-size: 11px;
  color: rgba(255,255,255,0.18);
  letter-spacing: 0.04em;
}

.footer-hashtags {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(123,47,255,0.45);
}

/* Payment badges */
.footer-payments {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.pay-badge {
  height: 24px;
  padding: 0 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.35);
  display: flex;
  align-items: center;
}

/* ── RESPONSIVE ── */
@media (min-width: 640px) {
  .footer-newsletter { padding: 60px 32px; }
  .footer-main { padding: 60px 32px 0; grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-bottom { padding: 28px 32px 48px; flex-direction: row; justify-content: space-between; text-align: left; }
  .footer-bottom-links { justify-content: flex-start; }
}

@media (min-width: 900px) {
  .footer-main { padding: 64px 48px 0; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
  .footer-newsletter { padding: 64px 48px; }
  .footer-bottom { padding: 28px 48px 56px; }
}

@media (min-width: 1100px) {
  .footer-main { padding: 72px 80px 0; }
  .footer-newsletter { padding: 72px 80px; }
  .footer-bottom { padding: 28px 80px 56px; }
}


.footer-soc{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    transition:all .3s ease;
}

.footer-soc svg{
    width:24px;
    height:24px;
    fill:currentColor;
}

/* Instagram */
.footer-soc.instagram{
    color:#E4405F;
}

/* TikTok */
.footer-soc.tiktok{
    color:#ffffff;
}

/* WhatsApp */
.footer-soc.whatsapp{
    color:#25D366;
}

.footer-soc:hover{
    transform:translateY(-4px) scale(1.08);
}

.footer-soc.whatsapp:hover{
    box-shadow:0 0 20px rgba(37,211,102,.6);
}

.footer-soc.whatsapp:hover svg { fill: #20D060; }


.footer-soc.tiktok:hover{
    box-shadow:0 0 20px rgba(37,244,238,.6);
}

.footer-soc.instagram:hover{
    background:linear-gradient(
        45deg,
        #F58529,
        #FEDA77,
        #DD2A7B,
        #8134AF,
        #515BD4
    );

    color:white;
}
