/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/

.grid-bg-true-background {
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  background-color: #0b0f1a;
  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px),
    linear-gradient(to bottom,
      #0b0f1a 0%,
      #0d1524 30%,
      rgba(195, 0, 255, 0.34) 60%,
      #030000f6 100%
    );
  background-size: 32px 32px, 32px 32px, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-position: top left, top left, top;
  animation: grid-gradient-slide 60s linear infinite;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255,255, 0.05));
  mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255,255, 0.05));
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}


.badge-glow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #a200ff, #ff00c8);
  color: #fff;
  backdrop-filter: blur(12px);
  background-blend-mode: overlay;
  opacity: 0.9;
  box-shadow: 0 0 18px rgba(0, 123, 255, 0.25);
  transition: all 0.4s ease;
}

.badge-glow::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #7700ff, #8d47ff);
  filter: blur(20px);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.badge-glow:hover {
  transform: scale(1.1);
}

.badge-glow:hover i {
  transform: rotate(360deg);
}

.badge-glow i {
  transition: transform 0.6s ease;
}


.btn-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.75rem;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(1);
}

.btn-modern i {
  transition: transform 0.4s ease;
}

.btn-modern:hover i {
  transform: scale(1.2);
}

.btn-modern:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.btn-primary-modern {
  background: linear-gradient(135deg, #2c2f33, #2c2f33);
}

.btn-discord-modern {
  background: #23272a;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-discord-modern:hover {
  background: #2c2f33;
  box-shadow: 0 8px 24px rgba(114, 137, 218, 0.2);
}

.btn-primary-modern:hover {
  background: #2c2f33;
  box-shadow: 0 8px 24px rgba(114, 137, 218, 0.2);
}

.grid-bg-true-background {
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  background-color: #0b0f1a;
  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px),
    linear-gradient(to bottom,
      #0b0f1a 0%,
      #0d1524 30%,
      rgba(0, 123, 255, 0.342) 60%,
      #030000f6 100%
    );
  background-size: 32px 32px, 32px 32px, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-position: top left, top left, top;
  animation: grid-gradient-slide 60s linear infinite;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255,255, 0.05));
  mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255,255, 0.05));
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}


.badge-glow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #8c00ff, #7e47ff);
  color: #fff;
  backdrop-filter: blur(12px);
  background-blend-mode: overlay;
  opacity: 0.9;
  box-shadow: 0 0 18px rgba(0, 123, 255, 0.25);
  transition: all 0.4s ease;
}

.badge-glow::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #7700ff, #9747ff);
  filter: blur(20px);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.badge-glow:hover {
  transform: scale(1.1);
}

.badge-glow:hover i {
  transform: rotate(360deg);
}

.badge-glow i {
  transition: transform 0.6s ease;
}


.btn-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.75rem;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(1);
}

.btn-modern i {
  transition: transform 0.4s ease;
}

.btn-modern:hover i {
  transform: scale(1.2);
}

.btn-modern:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.btn-primary-modern {
  background: linear-gradient(135deg, #2c2f33, #2c2f33);
}

.btn-discord-modern {
  background: #23272a;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-discord-modern:hover {
  background: #2c2f33;
  box-shadow: 0 8px 24px rgba(114, 137, 218, 0.2);
}

.btn-primary-modern:hover {
  background: #2c2f33;
  box-shadow: 0 8px 24px rgba(114, 137, 218, 0.2);
}
<style>
  /* Subtle blue glowing neon text animation */
  @keyframes glowPulse {
    0% { text-shadow: 0 0 4px #2854a8; }
    100% { text-shadow: 0 0 6px #2854a8; }
  }

  .neon {
    color: #2854a8;
    text-shadow: 0 0 5px #2854a8;
    animation: glowPulse 3s infinite alternate;
  }

  /* Glowing border for the discord section */
  .discord-section {
    background-color: #000;
    border-radius: 18px;
    box-shadow: 0 0 15px #2854a8, 0 0 30px #2854a8;
    padding: 40px;
    width: 100%;
    max-width: 1100px;
    min-height: 400px;
    margin: 0 auto 80px;
    color: white;
    font-family: 'Inter', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    transition: box-shadow 0.3s ease;
  }

  .discord-section:hover {
    box-shadow: 0 0 20px #2854a8, 0 0 40px #2854a8;
  }

  /* Discord button styles */
  .discord-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: linear-gradient(90deg, #2854a8 0%, #2854a8 100%);
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(88, 101, 242, 0.4);
    user-select: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    z-index: 0;
  }

  .discord-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    pointer-events: none;
    z-index: 1;
    transition: none;
  }

  .discord-btn:hover::before {
    animation: shine 1.2s forwards;
  }

  @keyframes shine {
    100% {
      left: 125%;
    }
  }

  .discord-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(88, 101, 242, 0.7);
  }

  .discord-btn:focus {
    outline: none;
  }

  /* Mobile scaling to keep layout but fit */
  @media (max-width: 500px) {
    .discord-section {
      transform-origin: top left;
      transform: scale(0.55);
      width: calc(100% / 0.55);
      margin-bottom: 0px;
    }
  }
</style>

<!-- Discord Section -->
<div class="discord-section">
  <!-- Background Image Layer -->
  <div style="position: absolute; inset: 0; z-index: 0; border-radius: 18px; overflow: hidden;">
    <img src="backgroundimagelinkhere.png" 
         alt="Background"
         style="width: 100%; height: 100%; object-fit: contain; object-position: center; opacity: 0.3;">
  </div>

  <!-- Left Text Content -->
  <div style="position: relative; z-index: 1; max-width: 600px; padding-left: 20px;">
    <p style="font-weight: 700; font-size: 16px; margin-bottom: 8px;">Join the Community</p>

    <h2 class="neon" style="
      font-size: 38px;
      font-weight: 700;
      letter-spacing: -2px;
      margin: 0 0 16px;
      white-space: nowrap;
      overflow: hidden;
    ">
      ENTER TITLE HERE
    </h2>

    <p style="color: rgba(255, 255, 255, 0.6); font-weight: 500; margin-bottom: 24px; text-shadow: 0 0 6px rgba(255, 255, 255, 0.4);">
      ENTER DESC HERE 
    </p>

    <!-- Discord Button -->
    <a href="enter discord link here" target="_blank" rel="noopener noreferrer" class="discord-btn">
<svg xmlns="http://www.w3.org/2000/svg" fill="white" height="20" viewBox="0 0 24 24" width="20" aria-hidden="true" focusable="false">
  <path d="M20.317 4.369a19.791 19.791 0 0 0-4.885-1.515.07.07 0 0 0-.074.035c-.211.375-.444.864-.608 1.249a18.44 18.44 0 0 0-5.489 0 12.58 12.58 0 0 0-.617-1.25.07.07 0 0 0-.073-.034 19.736 19.736 0 0 0-4.886 1.514.063.063 0 0 0-.03.027C2.438 9.045 1.942 13.596 2.265 18.105a.08.08 0 0 0 .031.055 19.9 19.9 0 0 0 5.993 2.94.07.07 0 0 0 .078-.027c.462-.63.873-1.295 1.226-1.99a.07.07 0 0 0-.038-.098 13.124 13.124 0 0 1-1.872-.896.07.07 0 0 1-.007-.118c.126-.094.252-.19.372-.287a.07.07 0 0 1 .073-.01c3.927 1.803 8.18 1.803 12.062 0a.07.07 0 0 1 .075.009c.12.098.246.194.373.288a.07.07 0 0 1-.006.118 12.787 12.787 0 0 1-1.873.895.07.07 0 0 0-.037.099c.36.695.772 1.36 1.227 1.99a.07.07 0 0 0 .078.028 19.884 19.884 0 0 0 6.001-2.94.07.07 0 0 0 .031-.054c.5-6.523-.838-11.048-2.89-13.71a.06.06 0 0 0-.03-.028ZM8.02 15.331c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.174 1.094 2.157 2.42 0 1.333-.955 2.418-2.157 2.418Zm7.974 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.174 1.094 2.157 2.42 0 1.333-.947 2.418-2.157 2.418Z"/>
</svg>
      ENTER DISCORD NAME HERE
    </a>
  </div>

  <!-- Right Logo -->
  <div 
    style="position: relative; z-index: 1; flex-shrink: 0; width: 240px; height: 240px; cursor: pointer;"
    onclick="openLogoModal()"
  >
    <img 
      id="logo-main"
      src="logoimagelinkhere.gif" 
      alt="Logo"
      style="width: 100%; height: 100%; object-fit: contain; border-radius: 12px; transition: transform 0.4s ease; position: relative; z-index: 2;"
      onmouseover="this.style.transform='scale(1.15)'"
      onmouseout="this.style.transform='scale(1)'"
    >
  </div>
</div>

<!-- Fullscreen Modal -->
<div id="logo-modal" style="display: none; position: fixed; inset: 0; background-color: rgba(0,0,0,0.9); z-index: 9999; align-items: center; justify-content: center;" onclick="closeLogoModal()">
  <img src="https://i.imgur.com/G5ceZN3.png" alt="Full Logo" style="max-width: 90%; max-height: 90%;">
</div>

<script>
  function openLogoModal() {
    document.getElementById('logo-modal').style.display = 'flex';
  }

  function closeLogoModal() {
    document.getElementById('logo-modal').style.display = 'none';
  }
</script>

.grid-bg-true-background {
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  background-color: #0b0f1a;
  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px),
    linear-gradient(to bottom,
      #0b0f1a 0%,
      #0d1524 30%,
      rgba(195, 0, 255, 0.34) 60%,
      #030000f6 100%
    );
  background-size: 32px 32px, 32px 32px, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-position: top left, top left, top;
  animation: grid-gradient-slide 60s linear infinite;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255,255, 0.05));
  mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255,255, 0.05));
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}


.badge-glow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #a200ff, #ff00c8);
  color: #fff;
  backdrop-filter: blur(12px);
  background-blend-mode: overlay;
  opacity: 0.9;
  box-shadow: 0 0 18px rgba(0, 123, 255, 0.25);
  transition: all 0.4s ease;
}

.badge-glow::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #7700ff, #8d47ff);
  filter: blur(20px);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.badge-glow:hover {
  transform: scale(1.1);
}

.badge-glow:hover i {
  transform: rotate(360deg);
}

.badge-glow i {
  transition: transform 0.6s ease;
}


.btn-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.75rem;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(1);
}

.btn-modern i {
  transition: transform 0.4s ease;
}

.btn-modern:hover i {
  transform: scale(1.2);
}

.btn-modern:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.btn-primary-modern {
  background: linear-gradient(135deg, #2c2f33, #2c2f33);
}

.btn-discord-modern {
  background: #23272a;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-discord-modern:hover {
  background: #2c2f33;
  box-shadow: 0 8px 24px rgba(114, 137, 218, 0.2);
}

.btn-primary-modern:hover {
  background: #2c2f33;
  box-shadow: 0 8px 24px rgba(114, 137, 218, 0.2);
}