/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/
.sparkle-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.sparkle {
  position: absolute;
  border-radius: 50%;
  animation: twinkle var(--duration) ease-in-out infinite;
  animation-delay: var(--delay);
}

@keyframes twinkle {
  0%, 100% { opacity: 0; transform: scale(0.5); }
  50% { opacity: var(--max-opacity); transform: scale(1); }
}

nav.navbar {
  border-bottom: 1px solid #2a2a2a;
}

body {
  background: linear-gradient(
    135deg,
    #080808 0%,
    #0a0a0a 40%,
    #161616 50%,
    #0a0a0a 60%,
    #080808 100%
  );
  min-height: 100vh;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  body {
    background: linear-gradient(
      135deg,
      #080808 0%,
      #0a0a0a 40%,
      #111111 50%,
      #0a0a0a 60%,
      #080808 100%
    );
    background-attachment: scroll;
    background-size: 100% 100vh;
  }
}

.bg-block-primary {
  background: transparent !important;
}
/*

body::before, body::after {
  content: '';
  position: fixed;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #9b6bff;
  box-shadow:
    15vw 20vh 4px 1px #9b6bff,
    25vw 35vh 3px 1px #b399ff,
    40vw 50vh 5px 2px #9b6bff,
    55vw 45vh 3px 1px #c2a9ff,
    65vw 60vh 4px 1px #9b6bff,
    75vw 40vh 3px 1px #b399ff,
    85vw 55vh 5px 2px #9b6bff,
    30vw 65vh 3px 1px #c2a9ff,
    50vw 30vh 4px 1px #9b6bff,
    70vw 70vh 3px 1px #b399ff;
  animation: sparkle 4s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

body::after {
  animation-delay: 2s;
  box-shadow:
    20vw 45vh 3px 1px #c2a9ff,
    35vw 25vh 4px 1px #9b6bff,
    45vw 65vh 3px 1px #b399ff,
    60vw 35vh 5px 2px #9b6bff,
    72vw 55vh 3px 1px #c2a9ff,
    80vw 30vh 4px 1px #9b6bff,
    90vw 65vh 3px 1px #b399ff,
    10vw 50vh 4px 1px #9b6bff,
    48vw 80vh 3px 1px #c2a9ff,
    62vw 20vh 5px 2px #9b6bff;
}

@keyframes sparkle {
  0% { opacity: 0.1; }
  50% { opacity: 0.5; }
  100% { opacity: 0.15; }
}
*/


@media (max-width: 768px) {
  #app > div > div.components > section.py-20.faq.bg-block-primary.component > div > div.section-subtitle {
    margin-top: 3rem;
  }
}
/* Animated details body: better than instant expand/collapse */
details.feature .feature-body {
  max-height: 0;               /* start collapsed */
  overflow: hidden;            /* clip while animating */
  transition: max-height 260ms cubic-bezier(.2,.9,.2,1), opacity 180ms ease;
  opacity: 0;
  will-change: max-height, opacity;
}

/* fallback if JS is not available */
details.feature[open] .feature-body {
  max-height: 640px;           /* reasonable fallback limit */
  opacity: 1;
}

.destroy {

  display: none;
}
/* Outer Section (your original custom) */
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container {

  margin-top:1rem;
}

.exodus-review-section {
  margin: 4rem auto;
  padding: 1rem 2rem;
  max-width: 100%;
  font-family: 'Segoe UI', sans-serif;
  background: rgba(36,36,50,0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(150,130,200,0.1);
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.4);
  transition: box-shadow .3s, transform .3s;
}
.exodus-review-section:hover {
  box-shadow: 0 10px 45px rgba(135,105,240,0.1);
  transform: scale(1.002);
}

/* Title */
.exodus-review-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

/* Wrapper & Track */
.exodus-review-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: .5rem;
}
.exodus-review-track {
  display: flex;
  gap: 1rem;
  transition: transform .3s ease-out;
  will-change: transform;
}

/* Card (based on your .discord-review-message) */
.exodus-review {
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, #1c1c29, #27273a);
  border-radius: 12px;
  border: 1px solid #3c3c50;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  padding: 1rem;
  min-width: 320px;
  max-width: 380px;
  flex: 0 0 auto;
  color: #ddd;
  transition: transform .25s, box-shadow .25s;
}
.exodus-review:hover {
  transform: scale(1.015);
  box-shadow: 0 8px 22px rgba(120,90,200,0.15);
}

/* Top Meta */
.exodus-review-top {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .5rem;
}
.exodus-review-top img {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 2px solid #666;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.exodus-review-top img:hover {
  transform: scale(1.1);
  border-color: #b2a0ff;
  box-shadow: 0 0 8px rgba(180,160,250,0.4);
}

/* User & Date */
.exodus-review-meta {
  display: flex;
  flex-direction: column;
}
.exodus-review-user {
  font-size: 1rem;
  font-weight: 700;
  color: #f4f4f4;
}
.exodus-review-date {
  font-size: .82rem;
  color: #999;
  margin-top: 2px;
}

/* Content & Scrollbar */
.exodus-review-content {
  font-size: .95rem;
  line-height: 1.6;
  max-height: 120px;
  overflow-y: auto;
  margin-bottom: .75rem;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
  transition: color .3s;
}
.exodus-review-content pre,
.exodus-review-content code { /* your markdown styling from JS */ }

/* WebKit scrollbar */
.exodus-review-content::-webkit-scrollbar {
  width: 8px;
}
.exodus-review-content::-webkit-scrollbar-track {
  background: rgba(50,50,65,0.2);
  border-radius: 4px;
}
.exodus-review-content::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #888, #aaa);
  border-radius: 4px;
  border: 2px solid rgba(40,40,55,0.6);
  transition: background .3s, box-shadow .3s;
}
.exodus-review-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #999, #bbb);
  box-shadow: 0 0 6px rgba(200,200,255,0.3);
}

/* Thumbnails */
.exodus-review-thumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.exodus-review-thumb {
  width: 80px; height: 80px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid #444;
  cursor: zoom-in;
  transition: transform .3s, border-color .3s;
}
.exodus-review-thumb:hover {
  transform: scale(1.05);
  border-color: #a088ff;
}

/* Responsive */
@media (max-width: 768px) {
  .exodus-review { min-width: 85%; }
  .exodus-review-section { padding: 1rem; }
}

#exodus-image-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 9999;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#exodus-image-overlay.show {
  display: flex;
  opacity: 1;
  transform: scale(1);
}

#exodus-image-overlay .overlay-title {
  font-size: 1.25rem;
  color: #f0eaff;
  margin-bottom: 1rem;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#exodus-image-overlay.show .overlay-title {
  opacity: 1;
  transform: translateY(0);
}

#exodus-image-overlay img {
  max-width: 90%;
  max-height: 70vh;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#exodus-image-overlay img.show {
  opacity: 1;
}

#exodus-image-overlay .close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: #c2a9ff;
  color: #2d004b;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.2s ease;
}

#exodus-image-overlay .close-btn:hover {
  background: #e0d0ff;
}

#exodus-image-overlay .nav-arrow {
  position: absolute;
  top: 50%;
  font-size: 2rem;
  color: #ffffffaa;
  background: none;
  border: none;
  cursor: pointer;
  user-select: none;
  z-index: 10000;
  transition: transform 0.2s ease, color 0.2s ease;
}

#exodus-image-overlay .nav-left {
  left: 2rem; /* slightly inward */
  transform: translateY(-50%) translateX(0);
}

#exodus-image-overlay .nav-right {
  right: 2rem; /* slightly inward */
  transform: translateY(-50%) translateX(0);
}

#exodus-image-overlay .nav-arrow:hover {
  color: #fff;
  transform: translateY(-50%) scale(1.2);
}


  .btn-download.downloading {
    background: #FFD700; /* Yellow */
    color: black;
  }
@media (max-width: 991px) {
  #app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > button:nth-child(6) {
    margin-top: -2rem;
  }

}
@media (min-width: 700px) and (max-width: 1100px) {
  #app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.btn-group-cta {
    display: flex;

  }


}

#downloadIcon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

#downloadIcon circle {
  transform-origin: 50% 50%;
}
.btn-download.downloading {
  background: #f1c40f; /* Yellow */
  color: #000;
    padding-left: 0.8rem;
  padding-right: 0.8rem;
  transition: 0s ease;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn-download.downloading #downloadIcon {
  animation: spin 1s linear infinite;
}
.btn-download.downloaded {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  transition: 0s ease;
}
  .btn-download.downloaded {
    background: #4CAF50; /* Green */
    color: white;
  }

  .btn-download svg {
    fill: currentColor;
  }


#app > div > div.components > section.py-20.text-block.alignment-center.bg-block-primary.component > div > div > div > p {
  user-select: none;
  pointer-events: none; /* Optional: disables interaction like right-click */

}
/* full width, center text */
.toggle-nav {
  display: block;
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background: transparent;
  border: 2px solid #5e4bd3;
  color: #5e4bd3;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.toggle-nav:hover {
  background: #5e4bd3;
  color: #fff;
}
/* ===========================
   FEATURES STYLES (Merged + Mobile)
   Replace your current features CSS with this
   =========================== */

/* ==== FEATURES PAGE HEADER ==== */
.features-proof-line {
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4a0f0;
  margin: 0 0 10px 0;
}
.features-headline {
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 720;
  color: #fff;
  margin: 0 0 32px 0;
  background: linear-gradient(135deg, #ffffff, #e0d0f5, #c4a0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* when collapsed, hide nav & scroll btn */
.features-container.nav-collapsed .features-nav,
.features-container.nav-collapsed #features-nav-select,
.features-container.nav-collapsed .scroll-arrow {
  display: none;
}

/* ==== FEATURES CONTAINER & LAYOUT ==== */
.features-container {
  display: flex;
  flex-direction: column;
  background: transparent;
  backdrop-filter: none;
  border: none;
  border-radius: 0;
  padding: 0 24px;
  max-width: 1000px;
  max-height: 1500px;
  height: auto;
  margin: 0 auto;
  box-shadow: none;
  overflow: hidden;
}

/* Floating promo card mounted on <body>, independent from section wrappers */
#features-floating-promo {
  position: fixed;
  top: 210px;
  left: max(14px, calc((100vw - 1000px) / 4 - 126px));
  width: 252px;
  z-index: 1200;
  border-radius: 24px;
  border: 1px solid #b681ff;
  background: linear-gradient(140deg, #1a1b1f 0%, #15161a 52%, #101115 100%);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.48);
  overflow: hidden;
  color: #fff;
}

#features-floating-promo .features-floating-promo-copy {
  position: relative;
  z-index: 1;
  padding: 15px 14px 14px;
}

#features-floating-promo .features-floating-promo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

#features-floating-promo .features-floating-promo-eyebrow {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

#features-floating-promo .features-floating-promo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(182, 129, 255, 0.62);
  background: rgba(182, 129, 255, 0.22);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#features-floating-promo h3 {
  margin: 9px 0 6px;
  font-size: 1.18rem;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #fff;
  max-width: 130px;
}

#features-floating-promo .features-floating-promo-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  line-height: 1.35;
}

#features-floating-promo .features-floating-promo-media {
  margin: 9px 0 0;
  width: 100%;
}

#features-floating-promo video {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
  background: #000;
  max-height: 86px;
  object-fit: cover;
}

#features-floating-promo[data-media-format="portrait"] .features-floating-promo-media {
  margin: 10px auto 0;
  width: min(100%, 138px);
}

#features-floating-promo[data-media-format="portrait"] video {
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  max-height: 176px;
}

#features-floating-promo .features-floating-promo-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

#features-floating-promo .features-floating-promo-list li {
  position: relative;
  padding-left: 11px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.72rem;
  line-height: 1.32;
}

#features-floating-promo .features-floating-promo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b681ff;
}

#features-floating-promo a {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  min-height: 36px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  color: #f5ecff;
  background: linear-gradient(135deg, #c79aff, #b681ff 56%, #a66cf6);
  border: 1px solid rgba(182, 129, 255, 0.7);
  box-shadow: none;
  transition: transform 0.2s ease, filter 0.2s ease;
  font-size: 0.84rem;
}

#features-floating-promo a .material-icons {
  font-size: 1.05rem;
}

#features-floating-promo a:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

#features-floating-promo .features-floating-promo-note {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.66rem;
}

@media (max-width: 1460px) {
  #features-floating-promo {
    display: none;
  }
}

/* helper classes for JS-driven desktop/mobile swapping */
.mobile-only { display: none; }
.desktop-only { display: block; }

/* Hide/Show toggle button */
.features-container .toggle-nav {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 999px;
  cursor: pointer;
  align-self: center;
  margin-bottom: 12px;
  transition: all 0.2s ease;
}
.features-container .toggle-nav:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
}

/* ==== SEARCH BAR ==== */
.features-search-wrapper {
  position: relative;
  margin-bottom: 18px;
  flex: 0 0 auto;
}
.features-search-wrapper .search-icon {
  position: absolute; left: 14px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem; color: rgba(255, 255, 255, 0.55);
  pointer-events: none;
  transition: color 0.2s, transform 0.2s;
}
#feature-search {
  width: 100%;
  padding: 12px 18px 12px 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 0.95rem;
  box-shadow: none;
  transition: background 0.3s, border-color 0.3s;
}
#feature-search::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#feature-search:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(170, 79, 240, 0.48);
}
#feature-search:focus + .search-icon {
  color: #c4a0f0;
  transform: translateY(-50%) scale(1.05);
}

/* ==== CATEGORY FILTER ==== */
.features-category-filter {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
  flex: 0 0 auto;
}
.features-category-filter button {
  --tab-accent: 170, 79, 240;
  padding: 8px 18px;
  border: 1px solid rgba(var(--tab-accent), 0.2);
  background: rgba(var(--tab-accent), 0.06);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.25s ease;
}
.features-category-filter button:hover {
  background: rgba(var(--tab-accent), 0.11);
  color: rgba(255, 255, 255, 0.97);
  border-color: rgba(var(--tab-accent), 0.34);
}
.features-category-filter button.active {
  background: rgba(var(--tab-accent), 0.18);
  color: #e2c9ff;
  border-color: rgba(var(--tab-accent), 0.4);
}

/* Slight per-tab purple identity (All / Automation / Themes / Quality of Life / EdgeEX) */
.features-category-filter button:nth-child(1) { --tab-accent: 174, 118, 242; } /* All */
.features-category-filter button:nth-child(2) { --tab-accent: 170, 79, 240; }  /* Automation */
.features-category-filter button:nth-child(3) { --tab-accent: 198, 144, 252; } /* Themes */
.features-category-filter button:nth-child(4) { --tab-accent: 136, 96, 220; }  /* Quality of Life */
.features-category-filter button:nth-child(5) { --tab-accent: 186, 66, 255; }  /* EdgeEX */

/* ==== NAV BUTTONS ==== */
.features-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-auto-rows: 40px;
  gap: 8px;
  margin-bottom: 14px;
  flex: 0 0 auto;
  max-height: 164px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px;
  border: 1px solid rgba(170, 79, 240, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  scrollbar-width: thin;
}
.features-nav button {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-start;
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  font-size: 0.78rem;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: left;
  line-height: 1;
  overflow: hidden;
}
.features-nav button .material-icons {
  font-size: 1rem;
  flex-shrink: 0;
  opacity: 0.9;
}
.features-nav button .shortcut-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.features-nav button .shortcut-tag {
  margin-left: auto;
  flex-shrink: 0;
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid rgba(170, 79, 240, 0.36);
  background: rgba(170, 79, 240, 0.16);
  color: #d9bdfa;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
.features-nav::-webkit-scrollbar {
  width: 4px;
}
.features-nav::-webkit-scrollbar-thumb {
  background: rgba(170, 79, 240, 0.28);
  border-radius: 999px;
}
.features-nav button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(170, 79, 240, 0.3);
  color: rgba(255, 255, 255, 0.97);
}

@media (max-width: 980px) {
  .features-nav {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    max-height: 150px;
  }
}

/* ==== INNER SCROLLING CONTENT ==== */
#features-content {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 4px;
  padding-right: 8px;
}
#features-content::-webkit-scrollbar {
  width: 5px;
}
#features-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
}
#features-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.22);
}

/* ==== FEATURE PANELS & CARDS ==== */
.features-container .feature {
  position: relative;
  padding: 16px 18px 14px;
  border-left: none;
  border-bottom: none;
  margin-bottom: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  transition: background 0.25s ease, border-color 0.25s ease;
}
.features-container .feature:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(170, 79, 240, 0.28);
}
.features-container .feature-hovered {
  background: rgba(170, 79, 240, 0.12);
  border-color: rgba(170, 79, 240, 0.34);
  transition: background 0.3s, border-color 0.3s;
}
.feature-hovered:hover {
  background: rgba(170, 79, 240, 0.17);
  border-color: rgba(170, 79, 240, 0.42);
}
.features-container .feature:last-child {
  margin-bottom: 0;
}
.feature-title {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.features-container .feature-icon {
  font-size: 1.25em;
  color: #e2c9ff;
  background: rgba(170, 79, 240, 0.22);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
  line-height: 1;
  transition: background 0.25s ease, color 0.25s ease;
}
.features-container .feature:hover .feature-icon {
  background: rgba(170, 79, 240, 0.3);
  color: #f0e1ff;
}
.features-container .feature-description {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.features-container .feature-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 6px;
  box-shadow: none;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.features-container .feature-card:hover {
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(170, 79, 240, 0.24);
}
.features-container .feature-card-title {
  margin: 0 0 6px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.97);
  font-weight: 620;
}
.features-container .mode-highlight {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.6;
}

.features-container .feature.has-preview .feature-title,
.features-container .feature.has-preview .feature-description,
.features-container .feature.has-preview .feature-card {
  margin-right: 176px;
}

/* ==== VIDEO PREVIEW & LABEL (top-right) ==== */
/* Desktop: top-right preview */
.feature-video-container {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 150px;
  text-align: center;
  box-sizing: border-box;
}
.feature-video-container .video-label {
  font-size: 0.72rem;
  background: rgba(170, 79, 240, 0.14);
  color: #c4a0f0;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.feature-video-container img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  filter: brightness(0.88);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  cursor: pointer;
  transition: filter 0.3s, border-color 0.3s, transform 0.3s;
}
.feature-video-container img:hover {
  filter: brightness(1);
  border-color: rgba(170, 79, 240, 0.3);
  transform: scale(1.03);
}

/* ==== VIDEO OVERLAY ==== */
#video-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#video-overlay .overlay-content {
  position: relative;
  width: 80%;
  max-width: 800px;
}
#video-overlay video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#video-overlay .overlay-close {
  position: absolute;
  top: -12px; right: -12px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  width: 30px; height: 30px;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s;
}
#video-overlay .overlay-close:hover {
  background: rgba(255,255,255,0.2);
}

/* Scroll arrow (desktop) */
.scroll-arrow {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 22px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: all 0.25s ease;
}
.scroll-arrow:hover {
  background: rgba(170, 79, 240, 0.15);
  border-color: rgba(170, 79, 240, 0.3);
  color: #c4a0f0;
}

/* ==== Compact selects & details (mobile) ==== */
.compact-select {
  width: 100%;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* details-based feature styling for mobile */
details.feature {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  margin-bottom: 8px;
  padding: 0;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: border-color 0.25s ease, background 0.25s ease;
}
details.feature summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  font-weight: 640;
  color: rgba(255, 255, 255, 0.96);
  font-size: 15px;
}
details.feature summary::-webkit-details-marker { display: none; }
details.feature .feature-body {
  padding: 10px 16px 18px 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.65;
}
details.feature[open] {
  border-color: rgba(170, 79, 240, 0.34);
  background: rgba(255, 255, 255, 0.055);
}

/* ==== Responsive / Mobile overrides ==== */
@media (max-width: 640px) {
  .mobile-only { display: block; }
  .desktop-only { display: none; }

  .features-headline {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .features-proof-line {
    font-size: 0.78rem;
  }

  .features-container {
    padding: 12px;
    margin: 12px;
    max-width: calc(100% - 24px);
    max-height: none;
    height: auto;
    border-radius: 10px;
    margin-top: 0;
  }

  /* compress search */
  .features-search-wrapper { margin-bottom: 10px; }
  #feature-search { padding: 8px 12px 8px 36px; font-size: 13px; border-radius: 10px; }
  .features-search-wrapper .search-icon { left: 10px; font-size: 18px; }

  /* categories -> compact select style handled by .compact-select; hide desktop buttons */
  .features-category-filter { display: none; }
  .features-nav { display: none; }

  /* content area shorter on mobile, scrollable */
  #features-content {
    max-height: 50vh;
    padding: 6px;
    margin-top: 6px;
  }

  /* feature panels become compact (we use details on mobile) */
  .features-container .feature:not(details) { padding: 0; border: none; background: none; backdrop-filter: none; margin-bottom: 0; }
  .features-container .feature:not(details):hover { transform: none; background: none; border-color: transparent; }
  details.feature { margin-bottom: 6px; border-radius: 12px; }
  details.feature summary {
    padding: 10px 12px;
    gap: 8px;
    font-size: 14px;
  }
  details.feature summary > span:last-child {
    font-size: 11px !important;
    opacity: 0.72;
  }
  details.feature .feature-body {
    padding: 6px 12px 12px;
    font-size: 13px;
    line-height: 1.5;
  }
  .feature-title { font-size: 1.1rem; margin-bottom: 6px; }
  .features-container .feature-icon { font-size: 1em; width: 32px; height: 32px; border-radius: 8px; }
  .features-container .feature-description { font-size: 13px; margin-bottom: 6px; }
  .features-container .feature-card { padding: 8px 10px; margin-bottom: 6px; font-size: 12px; }
  .features-container .feature-card-title { font-size: 0.92rem; margin-bottom: 4px; }
  .features-container .mode-highlight { font-size: 0.84rem; line-height: 1.45; }

  /* move video preview inside flow on mobile */
  .feature-video-container {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 8px 0 6px 0;
  }
  .feature-video-container img {
    border: 1px solid rgba(255, 255, 255, 0.1);
    filter: none;
  }

  /* scroll arrow reposition */
  .scroll-arrow { right: 12px; left: auto; bottom: 12vh; display: none; }

  /* compact selects appear as blocks */
  .compact-select { margin-bottom: 8px; font-size: 14px; }

  /* tweak video overlay width on small */
  #video-overlay .overlay-content { width: 95%; max-width: 640px; }
}

/* small animation highlight (kept from original) */
.feature-hovered { box-shadow: 0 0 0 1px rgba(170, 79, 240, 0.15); transition: all .2s ease; }



.blog-page-title {
  color: transparent;
  margin-top: -1rem;
}
/* Fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0) ;}
}

.blog-video {
  float: left;
  margin: 10px 20px 20px 0;
  width: 70%;
  max-width: 400px;
}

.blog-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
/* Wrapper: full width padding */
.blog-article-wrapper {
  width: 100%;
  padding: 0 16px;
  margin-top: 30px;
  margin-bottom: 60px;
}

/* Main article container */
.blog-article {
  max-width: 920px;
  margin: 0 auto;
  margin-top: -1rem;
  padding: 28px 32px;
  background: linear-gradient(180deg, rgba(10, 13, 20, 0.96), rgba(8, 11, 17, 0.98));
  backdrop-filter: blur(15px);
  border-radius: 12px;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.56);
  border: 1px solid rgba(144, 156, 181, 0.2);
  color: #dde5f3;
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  animation: fadeIn 1s ease-in-out;
  transition: transform 0.3s ease-in-out, background 0.3s ease;
}
.blog-article:hover {
  background: linear-gradient(180deg, rgba(10, 13, 20, 0.98), rgba(8, 11, 17, 1));
}

/* Title and subtitle */
.blog-article h1.blog-title {
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  background: none;
  color: #f4f7fe;
  -webkit-background-clip: border-box;
}
.blog-article .blog-subtitle {
  text-align: left;
  font-size: 1.08rem;
  margin-bottom: 18px;
  background: none;
  color: #b4bfd5;
}

/* Headings inside */
.blog-article h2 {
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #f0f4fe;
  font-weight: 600;
  border-left: 4px solid #715aa8;
  padding-left: 8px;
}
.blog-article h3 {
  font-size: 1.4rem;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #ddd;
  font-weight: 500;
}

/* Paragraphs and lists */
.blog-article p {
  margin-bottom: 18px;
  font-size: 1rem;
}
.blog-article ul {
  margin: 1rem 0 1rem 1.5rem;
  padding-left: 0.5rem;
}
.blog-article li {
  margin-bottom: 0.6rem;
}

/* Links */
.blog-article a {
  color: #ad95e9;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow 0.2s ease;
}
.blog-article a:hover {
  text-shadow: none;
}

/* CTA button */
.blog-article .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 20px 0;
  padding: 9px 16px;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(180deg, rgba(45, 53, 75, 0.7), rgba(31, 37, 55, 0.7));
  color: #edf2ff;
  border-radius: 999px;
  display: inline-flex;
  border: 1px solid rgba(154, 166, 191, 0.44);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.blog-article .cta-button i {
  margin: 0;
}
.blog-article .cta-button:hover {
  transform: none;
  border-color: rgba(182, 162, 231, 0.58);
  box-shadow: 0 8px 20px rgba(96, 80, 145, 0.24);
}

/* Balance icon buttons so text doesn't look right-shifted */
.blog-article .cta-button.cta-button-balanced,
.blog-article .cta-button.discord-button {
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-columns: 1.1em auto 1.1em;
  align-items: center;
  column-gap: 0.45rem;
}

.blog-article .cta-button.cta-button-balanced::after,
.blog-article .cta-button.discord-button::after {
  content: "";
  width: 1.1em;
  height: 1em;
  display: inline-block;
}

.blog-article .cta-button.cta-button-balanced i,
.blog-article .cta-button.discord-button i {
  width: 1.1em;
  text-align: center;
}

/* Universal icon-button balance for legacy blog markup */
.blog-article a.cta-button:has(i),
.blog-article.blog-article-standard a.cta-button:has(i),
#how-it-works-article-wrapper .blog-article a.cta-button:has(i) {
  display: inline-grid !important;
  grid-auto-flow: column;
  grid-template-columns: 1.1em auto 1.1em;
  align-items: center;
  column-gap: 0.45rem;
}

.blog-article a.cta-button:has(i)::after,
.blog-article.blog-article-standard a.cta-button:has(i)::after,
#how-it-works-article-wrapper .blog-article a.cta-button:has(i)::after {
  content: "";
  width: 1.1em;
  height: 1em;
  display: inline-block;
}

.blog-article a.cta-button:has(i) > i,
.blog-article.blog-article-standard a.cta-button:has(i) > i,
#how-it-works-article-wrapper .blog-article a.cta-button:has(i) > i {
  width: 1.1em;
  text-align: center;
  margin: 0 !important;
}

/* Images: left-aligned float at 50%, textbook style */
.blog-article img {
  display: block;
  float: none;
  width: auto;
  max-width: min(100%, 780px);
  max-height: 500px;
  margin: 18px auto;
  border-radius: 10px;
  border: 1px solid rgba(150, 161, 184, 0.22);
  background: rgba(10, 13, 19, 0.84);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
  object-fit: contain;
}
.blog-article img:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
}
/* Clear floats after paragraphs so that long text wraps correctly */
.blog-article p::after {
  content: "";
  display: table;
  clear: both;
}

.blog-article a.cta-button[style] {
  margin: 0 !important;
  width: auto !important;
  max-width: 100% !important;
}

.blog-article img[style] {
  width: auto !important;
  height: auto !important;
  max-width: min(100%, 780px) !important;
  max-height: 500px !important;
}

/* Footer */
.blog-article .blog-footer {
  text-align: center;
  font-size: 0.9rem;
  color: #aaa;
  margin-top: 50px;
  clear: both;
}

/* Adjust UL to have some left padding so checkmark fits */
.blog-article ul {
  margin: 1rem 0 1rem 2rem; /* increase left margin */
  padding-left: 1rem;
}

/* Make LIs relatively positioned for pseudo-element */
.blog-article ul li {
  position: relative;
  padding-left: 1.5rem; /* space for checkmark */
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

/* Hover effect: green box-shadow and subtle bg */
.blog-article ul li:hover {
  background: rgba(76, 175, 80, 0.1); /* light green tint */
  box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
}

/* Pseudo-element for checkmark on hover */
.blog-article ul li:hover::before {
  content: "✔";
  position: absolute;
  left: 0; top: 0;
  color: #4caf50;
  font-size: 1rem;
  line-height: 1.2; /* adjust so it aligns with text */
}

/* For better alignment: ensure multi-line LIs keep space */
.blog-article ul li::before {
  /* invisible placeholder so lines align when hovering */
  content: "";
  position: absolute;
  left: 0;
  width: 1rem;
}
/* Target the image right after the features heading */
.blog-article h3 + img {
  float: none !important;
  display: block;
  max-width: 70%;
  margin-left: 20px auto;
}

/* Ensure the UL clears any earlier floats */
.blog-article h3 + img + ul,
.blog-article h3 + ul {
  clear: both;
}
/* Responsive: if float images affect layout, ensure list items still align */
@media (max-width: 768px) {
  .blog-article ul {
    margin-left: 1rem;
  }
  .blog-article ul li {
    padding-left: 1.5rem;
  }
}
.blog-article img:nth-of-type(4) {
  max-width: 48%;
  float: left;
  margin: 20px 1% 20px 0;

}

.blog-article img:nth-of-type(5) {
  max-width: 48%;
  float: right;
  margin: 20px 0 20px 1%;

}

/* Standardized blog article skin (keeps layout/spacing, removes gray-heavy styling) */
.blog-standard-wrapper {
  margin-top: 1.2rem !important;
}

.blog-article.blog-article-standard {
  margin-top: 0;
  max-width: 920px;
  padding: 30px 34px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(130% 88% at 50% -24%, rgba(128, 106, 178, 0.03), rgba(128, 106, 178, 0) 58%), linear-gradient(180deg, rgba(8, 11, 17, 0.99), rgba(6, 9, 14, 1));
  border: 1px solid rgba(143, 155, 179, 0.24);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.54);
  color: #e9eef8;
}

.blog-article.blog-article-standard::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(170, 180, 201, 0), rgba(170, 180, 201, 0.28), rgba(127, 105, 182, 0.24), rgba(170, 180, 201, 0));
  pointer-events: none;
}

.blog-article.blog-article-standard:hover {
  border-color: rgba(162, 173, 195, 0.34);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.58);
  transform: none;
}

.blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  color: #a7b1c7;
  font-size: 0.96rem;
  text-decoration: none;
  opacity: 0.86;
}

.blog-back-link:hover {
  color: #e6ecfb;
  text-shadow: none;
}

.blog-article.blog-article-standard h1.blog-title {
  text-align: left;
  line-height: 1.15;
  margin-bottom: 12px;
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  background: none;
  color: #f5f7fd;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

.blog-article.blog-article-standard .blog-subtitle {
  text-align: left;
  margin-bottom: 14px;
  font-size: 1.08rem;
  color: #b5bfd4;
  background: none;
  -webkit-background-clip: unset;
}

.blog-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #95a0b8;
  font-size: 0.92rem;
}

.blog-meta-row span + span::before {
  content: "•";
  margin-right: 10px;
  color: rgba(129, 107, 184, 0.42);
}

.blog-article.blog-article-standard h2 {
  color: #f0f4fe;
  border-left-color: #715aa8;
}

.blog-article.blog-article-standard p,
.blog-article.blog-article-standard li {
  color: #d6deee;
}

.blog-article.blog-article-standard section[itemprop="articleBody"] > :first-child {
  margin-top: 0;
}

.blog-article.blog-article-standard section[itemprop="articleBody"] p {
  line-height: 1.68;
}

.blog-article.blog-article-standard a {
  color: #ad94e9;
}

.blog-article.blog-article-standard a:hover {
  color: #c5b3f1;
  text-shadow: none;
}

.blog-article.blog-article-standard img,
.blog-article.blog-article-standard img:nth-of-type(4),
.blog-article.blog-article-standard img:nth-of-type(5) {
  float: none;
  display: block;
  width: auto;
  max-width: min(100%, 780px);
  margin: 18px auto;
  border-radius: 10px;
  border: 1px solid rgba(150, 161, 184, 0.22);
  background: rgba(10, 13, 19, 0.84);
  height: auto;
  max-height: 500px;
  object-fit: contain;
}


.blog-image-pair {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  margin: 18px 0;
}

.blog-image-pair > p {
  margin: 0;
  flex: 1 1 280px;
  max-width: 420px;
  display: flex;
  justify-content: center;
}

.blog-image-pair img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 320px;
  margin: 0 !important;
  object-fit: contain;
  border: 1px solid rgba(150, 161, 184, 0.22);
  border-radius: 10px;
  background: rgba(10, 13, 19, 0.84);
}

.blog-image-unavailable {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 760px);
  min-height: 56px;
  margin: 16px auto;
  border: 1px dashed rgba(153, 164, 188, 0.38);
  border-radius: 10px;
  color: #a9b5cb;
  font-size: 0.92rem;
  background: rgba(11, 15, 22, 0.68);
}

.blog-cover-shell {
  margin-bottom: 22px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(147, 158, 181, 0.24);
  background: linear-gradient(180deg, rgba(10, 13, 20, 0.98), rgba(8, 11, 17, 1));
}

.blog-article.blog-article-standard .blog-cover-image {
  width: auto;
  max-width: 100%;
  max-height: 430px;
  margin: 0;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.blog-article.blog-article-standard blockquote {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 3px solid rgba(123, 103, 182, 0.72);
  background: rgba(16, 21, 30, 0.78);
  color: #d2dbeb;
}

.blog-article.blog-article-standard hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid rgba(150, 161, 191, 0.26);
}

.blog-article.blog-article-standard table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  background: rgba(10, 14, 21, 0.88);
  border: 1px solid rgba(150, 161, 191, 0.28);
  border-radius: 10px;
  overflow: hidden;
}

.blog-article.blog-article-standard table th,
.blog-article.blog-article-standard table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(150, 161, 191, 0.2);
  text-align: left;
}

.blog-article.blog-article-standard ul li,
.blog-article.blog-article-standard ul li:hover {
  background: transparent;
  box-shadow: none;
}

.blog-article.blog-article-standard ul li::before,
.blog-article.blog-article-standard ul li:hover::before {
  content: "";
}

.blog-article.blog-article-standard .cta-button {
  transform: none;
  box-shadow: 0 6px 16px rgba(96, 80, 145, 0.2);
}

.blog-article.blog-article-standard .cta-button:hover {
  transform: none;
  box-shadow: 0 8px 20px rgba(96, 80, 145, 0.24);
}

.blog-article.blog-article-standard .exd-blog-inline-btn,
.blog-article.blog-article-standard .exd-blog-main-cta,
.blog-article.blog-article-standard .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-sizing: border-box;
  border-radius: 999px;
  display: inline-flex;
  border: 1px solid rgba(154, 166, 191, 0.44);
  background: linear-gradient(180deg, rgba(45, 53, 75, 0.7), rgba(31, 37, 55, 0.7));
  color: #edf2ff;
  padding: 9px 16px;
  line-height: 1.2;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: 600;
  letter-spacing: 0.008em;
  white-space: nowrap;
  text-decoration: none;
}

.blog-article.blog-article-standard .exd-blog-inline-btn:hover,
.blog-article.blog-article-standard .exd-blog-main-cta:hover,
.blog-article.blog-article-standard .cta-button:hover {
  border-color: rgba(182, 162, 231, 0.58);
  background: linear-gradient(180deg, rgba(62, 67, 102, 0.74), rgba(40, 41, 72, 0.74));
  color: #f5f8ff;
}

.blog-article.blog-article-standard .cta-button i,
.blog-article.blog-article-standard .exd-blog-inline-btn i,
.blog-article.blog-article-standard .exd-blog-main-cta i {
  margin: 0;
}

.blog-article.blog-article-standard p.blog-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/* How It Works custom-section hardening for legacy content */
#how-it-works-article-wrapper.blog-article-wrapper {
  margin-top: 0.9rem;
}

#how-it-works-article-wrapper .blog-article {
  max-width: 860px;
  margin-top: 0;
  padding: 26px 30px;
}

#how-it-works-article-wrapper .blog-article h1.blog-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

#how-it-works-article-wrapper .blog-article .blog-subtitle {
  font-size: 1.02rem;
  margin-bottom: 14px;
}

#how-it-works-article-wrapper .blog-article p {
  font-size: 0.99rem;
  line-height: 1.65;
}

#how-it-works-article-wrapper .blog-article img {
  width: auto !important;
  height: auto !important;
  max-width: min(100%, 680px) !important;
  max-height: 420px !important;
  display: block;
  float: none;
  margin: 16px auto;
  object-fit: contain;
}

#how-it-works-article-wrapper .blog-article .cta-button {
  border-radius: 999px;
  display: inline-flex;
  padding: 9px 16px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#how-it-works-article-wrapper .blog-article .cta-button i {
  margin: 0;
}

#how-it-works-article-wrapper .blog-article p.blog-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

#how-it-works-article-wrapper .blog-video {
  width: min(100%, 680px);
  margin: 16px auto 20px;
}

.blog-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.blog-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.82rem;
  color: #c5ccdf;
  border: 1px solid rgba(154, 163, 184, 0.34);
  background: rgba(43, 48, 64, 0.55);
}

@media (max-width: 900px) {
  .blog-standard-wrapper {
    margin-top: 0.8rem !important;
  }

  .blog-article.blog-article-standard {
    padding: 24px 17px;
  }

  .blog-image-pair {
    grid-template-columns: 1fr;
  }
}

  .help-link-purple {
    color: #9E20FF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.2s ease;
  }
  .help-link-purple:hover {
    color: #c65dff;
  }
.christmas-new-ribbon-container {
  position: relative;
  overflow: visible;
}
#navbarSupportedContent > ul.navbar-nav.me-auto.mb-2.mb-lg-0 > li.nav-item.christmas-new-ribbon-container > a {
border-radius: 10px;

}
#navbarSupportedContent > ul.navbar-nav.me-auto.mb-2.mb-lg-0 > li.nav-item.christmas-new-ribbon-container > a:hover {
  border-radius: 10px;
  color: white;
  box-shadow:
    0 2px 5px rgba(255, 100, 100, 0.2),
    0 4px 8px rgba(255, 100, 100, 0.8),
    0 6px 12px rgba(255, 100, 100, 0.6);
}
#navbarSupportedContent > ul.navbar-nav.me-auto.mb-2.mb-lg-0 > li.nav-item.christmas-new-ribbon-container > a.chargup-link:hover::after {
  background-color: rgba(255, 255, 255, 0.767) !important;
}
#navbarSupportedContent > ul.navbar-nav.me-auto.mb-2.mb-lg-0 > li.nav-item.christmas-new-ribbon-container > a.chargup-link::after {
  background-color: rgba(236, 221, 221, 0.767) !important;
}

.christmas-new-ribbon-container::before {
  content: "NEW!";
  position: absolute;
  background: linear-gradient(45deg, #e63946, #a4161a);
  left: 65px;
  top: 18px;
  color: white;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.25em 0.7em;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 6px rgba(230, 57, 70, 0.7);
  transform: rotate(45deg);
  transform-origin: top right;
  animation: ribbonGlow 2.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 10;
  user-select: none;
}

@keyframes ribbonGlow {
  0%, 100% {
    box-shadow:
      0 0 6px rgba(230, 57, 70, 0.7),
      0 0 10px rgba(230, 57, 70, 0.5),
      0 0 20px rgba(230, 57, 70, 0.3);
  }
  50% {
    box-shadow:
      0 0 10px rgba(255, 100, 100, 1),
      0 0 15px rgba(255, 100, 100, 0.8),
      0 0 30px rgba(255, 100, 100, 0.6);
  }
}
/* OLD
.chargup-link {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #ffffffdd;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.25s ease;
  z-index: 0;
}

.chargup-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: #B35AFF;
  animation: chargupBar 3s infinite linear;
  z-index: 1;
}

.chargup-link:hover {
  color:#B35AFF;

}

.chargup-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #B35AFF;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.chargup-link:hover::after {
  width: 80%;
}
*/

.nav-link {
  position: relative;
  display: inline-flex; /* Better layout handling than inline-block */
  align-items: center;
  padding: 0.5rem 1rem;
  color: #ffffffdd;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.25s ease;
  z-index: 0;
}

.chargup-link::before {
  content: "";
  position: absolute;
  top: -3px; /* Prevents vertical nudge */
  left: -100%;
  width: 100%;
  height: 3px;
  background: #B35AFF;
  animation: chargupBar 3s infinite linear;
  z-index: 1;
}

.chargup-link:hover {
  color: #B35AFF;
}

.chargup-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #B35AFF;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.chargup-link:hover::after {
  width: 80%;
}

@keyframes chargupBar {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}


.social-icon {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #ffffffcc;
  transition: color 0.2s ease;
  vertical-align: middle;
}

.nav-link:hover .social-icon {
  color: #9E20FF;
}
.footer .footer-links-col {
  flex: 0 0 auto;
  width: 164px;
  max-width: 164px;
}

.footer .footer-links-col-start {
  margin-left: clamp(0.5rem, 1.8vw, 1.8rem);
}

.footer .footer-links-col-nav {
  width: 186px;
  max-width: 186px;
}

.footer .footer-links-col h5 {
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}

.footer .footer-links-col .nav-link {
  width: fit-content;
  padding: 0;
  text-decoration: none;
  line-height: 1.35;
  white-space: nowrap;
}

.footer .nav-link.nav-special-highlight {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-top: 0.08rem;
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  display: inline-flex;
  border: 1px solid rgba(185, 124, 245, 0.38);
  background: rgba(149, 93, 212, 0.12);
  color: inherit;
  font-weight: 500;
  line-height: 1.15;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.footer .nav-link.nav-special-highlight:hover {
  border-color: rgba(204, 148, 255, 0.55);
  background: rgba(167, 111, 230, 0.18);
  color: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.footer .footer-links-col-nav .nav-link.nav-free-keys {
  text-align: left;
  justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .footer .footer-links-col {
    width: auto;
    max-width: none;
  }

  .footer .footer-links-col-start {
    margin-left: 0;
  }

  .footer .footer-links-col .nav-link {
    width: auto;
    white-space: normal;
  }
}

.footer .footer-disclaimer {
  margin-top: 1.1rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  color: rgba(220, 220, 220, 0.72);
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.01em;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-title {
  font-size: clamp(2.6rem, 5.5vw, 3.8rem) !important;
  font-weight: 800;
  letter-spacing: -0.025em;
  background: linear-gradient(135deg, #ffffff 0%, #e0d0f5 40%, #b57aed 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: -150px;
}
.features-title {
  font-size: clamp(2.4rem, 5vw, 3.4rem) !important;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #ffffff 0%, #e0d0f5 40%, #b57aed 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: -150px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
/* Proof line */
.reviews-proof-line {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 10px;
}

/* Subtitle */
.reviews-subtitle {
  font-size: clamp(1.3rem, 3vw, 1.5rem);
  font-weight: 650;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin-bottom: 2.4rem;
  letter-spacing: -0.005em;
}
#discord-member-count {
  color: #c4a0f0;
}
.reviews-join-soft {
  display: flex;
  align-items: center;
  gap: 0.34rem;
  width: fit-content;
  margin: 0.32rem auto 0;
  padding: 0 0 1px;
  border: 0;
  background: transparent;
  border-radius: 0;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  color: rgba(195, 195, 206, 0.78);
  transition: color 0.2s ease;
}
.reviews-join-soft-icon {
  width: 0.8rem;
  height: 0.8rem;
  flex: 0 0 auto;
  opacity: 0.88;
}
.reviews-join-soft:hover {
  color: rgba(225, 225, 236, 0.92);
}

/* Spinner */
.reviews-container .spinner {
  border: 3px solid rgba(255, 255, 255, 0.06);
  border-top: 3px solid rgba(170, 79, 240, 0.5);
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  animation: spin 0.9s linear infinite;
  margin: 2.5rem auto;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Container */
.reviews-container {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 16px;
  max-width: 850px;
  margin: 0 auto 5rem;
  margin-top: -2rem;
  box-shadow: none;
  max-height: 85vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.08) transparent;
}

/* Scrollbar */
.reviews-container::-webkit-scrollbar {
  width: 5px;
}
.reviews-container::-webkit-scrollbar-track {
  background: transparent;
}
.reviews-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
}
.reviews-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.14);
}

/* Sort Controls */
#sort-controls {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 24px;
}
#sort-controls button {
  padding: 8px 20px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: none;
}
#sort-controls button:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.16);
}
#sort-controls button.active {
  background: rgba(170, 79, 240, 0.16);
  color: #cdb0f5;
  border-color: rgba(170, 79, 240, 0.3);
  box-shadow: 0 0 8px rgba(170, 79, 240, 0.08);
}

/* Review Card */
.discord-review-message {
  display: flex;
  gap: 14px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.035);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: none;
  margin-bottom: 8px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.discord-review-message:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

/* Avatar */
.discord-review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.discord-review-avatar:hover {
  transform: scale(1.08);
  border-color: rgba(170, 79, 240, 0.35);
  box-shadow: 0 0 10px rgba(170, 79, 240, 0.15);
}

/* Review Text Block */
.discord-review-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.discord-review-header {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.discord-review-username {
  font-size: 0.95rem;
  font-weight: 650;
  color: #eff1f6;
}
.discord-review-date {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.38);
}
.discord-review-content {
  font-size: 1rem !important;
  margin-top: 6px;
  color: #cdd1da;
  line-height: 1.72;
}
.discord-review-content b {
  color: #e8ebf2;
  font-weight: 600;
}

/* Emoji sizing */
.discord-review-content img.exodus-emoji {
  height: 1.2em;
  vertical-align: -0.2em;
}

/* Thumbnails */
.discord-review-thumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.discord-review-thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.discord-review-thumb:hover {
  transform: scale(1.06);
  border-color: rgba(170, 79, 240, 0.4);
}

/* Helpful Count */
.discord-review-content-images-box {
  margin-top: 10px;
  text-align: right;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 500;
}

/* CTA Footer */
.reviews-cta-footer {
  text-align: center;
  padding: 20px 0 4px;
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.reviews-cta-btn {
  display: inline-block;
  padding: 10px 28px;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.reviews-cta-btn:hover {
  background: rgba(170, 79, 240, 0.14);
  border-color: rgba(170, 79, 240, 0.3);
  color: #cdb0f5;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .reviews-container {
    padding: 0 8px;
    max-height: 75vh;
  }
  .reviews-proof-line {
    font-size: 0.7rem;
  }
  .reviews-join-soft {
    font-size: 0.68rem;
    margin-top: 0.28rem;
  }
  .discord-review-message {
    gap: 12px;
    padding: 16px;
  }
  .discord-review-avatar {
    width: 36px;
    height: 36px;
  }
  .discord-review-username {
    font-size: 0.88rem;
  }
  .discord-review-content {
    font-size: 0.9rem !important;
  }
  .reviews-cta-btn {
    padding: 9px 24px;
    font-size: 0.82rem;
  }
}

/* Full-screen image overlay */
#image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
#image-overlay img#overlay-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}




.form-group.fake-searchbar input::placeholder {
  color: transparent; /* hide original placeholder */
}

.carousel-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  border-radius: 0.5rem;
}

#products > div.section-title h2 {
  margin: 0 auto;
  display: inline-block; /* shrink wrap */
  text-align: center;
}

.form-group.fake-searchbar {
  position: relative; /* needed for absolute positioning */
  cursor: pointer; /* since this triggers a modal */
  border-radius: 15px;
}
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > button:nth-child(4) {

margin-bottom: 1rem;
}
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > button:nth-child(6) {
margin-bottom: 1rem;
}
.form-group.fake-searchbar::after {
  content: "Find a plan that works for you";
  position: absolute;
  left: 70px; /* enough space for the SVG */
  top: 50%;

  transform: translateY(-50%);
  color: #b8b8b8;
  pointer-events: none; /* allow clicks to pass through */
  font-style: italic;
  font-size: 1rem;
  user-select: none;
}

#app > div:nth-child(1) > div > section:nth-child(2) > div.section-title > h2 > strong {
  color: white;
}
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content {
  margin-left: -0.25rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.btn.dark-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.6rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  height: 4rem;
  border-radius: 0.5rem;
  color: white;
  background: linear-gradient(135deg, #1c1c1c, #333);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 0.5rem;
  //OG HEIGHT IS 3.3 for btn btn-primary and btn-dark is 3.1
}

.btn.dark-btn:hover,
.btm.dark-btn:focus {
  background: linear-gradient(135deg, #2a2a2a, #444);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.material-icons {
  font-family: 'Material Icons';
  font-size: 1.3rem;
  vertical-align: middle;
}
/* Active effect */
.btn.dark-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* Replace "-" with "Contact Us" */
.products .card {
    margin: -0.25rem !important; /* adds space outside the element */
    padding: 0.15rem !important; /* adds space outside the element */
  position: relative;
  background: none;
  transition: all .35s ease-in-out;
  background: var(--bs-body-bg);
        border: 3px solid transparent;

}

.products .card:hover {
  border: 3px solid rgba(4, 255, 100, 0.644);
  transform: translateY(-4px);
  box-shadow: 0 0 15px 5px rgba(4, 255, 100, 0.4);
    transition: all .35s ease-in-out;
}

.card .price span:nth-of-type(2) {
  display: none;
}

.card-body {
  background: linear-gradient(
    135deg,
    #121212 0%,       /* very dark */
    #1c1c1c 45%,      /* dark gray */
    #242424 55%,      /* subtle brighter beam */
    #1c1c1c 65%,      /* back to dark gray */
    #121212 100%      /* very dark */
  );
  /* Alternative 
    background: linear-gradient( 135deg,
    #121212 0%,       
    #1c1c1c 45%,      
    #242424 55%,     
    #1c1c1c 65%,      
    #121212 100%      );
 */
  color: #eee; /* light text for contrast */

  border-radius: 12px;

  transition: box-shadow 0.3s ease;
  text-align: center;
}

.card-body:hover {

}
/* Price container full width and center text */
.card .price {
  display: block;
  width: 100%;
  text-align: center;  /* centers inline/inline-block children */

  margin-bottom: 0.5rem;
  font-size: initial;  /* reset font-size so text displays properly */
  color: transparent;
}

/* Style the first price */
.card .price span:first-of-type {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}

/* Hide the "X Products" line */
.card .text-primary {
  display: none;
}

/* Style the product title */
.card .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5rem;
}


#products > div:nth-child(3) > div > div:nth-child(16) .price::before {
  content: "Contact Us";
  color: inherit;
}
#products > div:nth-child(3) > div > div:nth-child(16) > a {
  pointer-events: none;
  cursor: default;
  
}

/* Optionally reduce space below price */
#products > div:nth-child(3) > div > div:nth-child(16) .price {
  margin-bottom: -0.5rem;

}
#products > div:nth-child(3) > div > div:nth-child(16) .price {
  color: transparent; /* Hide original dash "-" */
  position: relative;
}

#products > div:nth-child(3) > div > div:nth-child(16) .price::before {
  position: absolute;
  left: 0;
  top: 0;
  color: transparent; /* Hide original dash "-" */
}

/* Hide "0 Products" text */
#products > div:nth-child(3) > div > div:nth-child(16) .text-primary {
  display: none;
}
/* Reduce margin above the title */
#products > div:nth-child(3) > div > div:nth-child(16) .card-title {
 margin-bottom: 1rem;
  z-index: 50;
}
.card-img-top img {
  filter: grayscale(70%) contrast(140%) brightness(100%);
  transition: filter 2s ease-in-out;
}

.card:hover .card-img-top img {
  filter: none; /* full color on hover */
}
.modal .fade .show {

    background: linear-gradient(
    135deg,
    #121212 0%,       /* very dark */
    #1c1c1c 45%,      /* dark gray */
    #242424 55%,      /* subtle brighter beam */
    #1c1c1c 65%,      /* back to dark gray */
    #121212 100%      /* very dark */
  );
}

.modal-title:not(#customer-login-modal-label) {
  content: '';
  color: transparent;       /* hide original text */
  margin-right: -1rem;
  position: relative;
  pointer-events: none;     /* prevent interactions */
}
.modal .modal-body .products.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.modal .modal-body {
 margin-top: 1rem;
 margin-bottom: -1rem;
}
/* Enhance modal appearance */
.modal-content {
  gap:20px;
  background: #121212; /* dark sleek background */
  color: #ffffff;

  border-radius: 12px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 0 10px rgba(195, 0, 255, 0.471);
  padding: 1rem;
}

/* Make modal header stand out */
.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.258);
}


.modal .card {
  border: 2px solid rgba(0, 255, 102, 0.387);
  transform: scale(1.1);
  position: relative; /* Prevent layout shift */
}

.modal .card:hover {
  border: 2px solid rgba(0, 255, 100, 0.6);
  box-shadow: 0 0 25px rgba(0, 255, 100, 0.15);
  transform: translateY(4%) scale(1.15);
}

/* Button hover inside overlay */
.modal .card .btn:hover {
  background-color: #00ff88;
  border-color: #00ff88;
  color: #000;
}

/* Optional: active state for click feedback */
.modal .card:active {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 0 10px rgba(0, 255, 100, 0.3);
}


.modal-title:not(#customer-login-modal-label)::before {
  content: "Choose Key Type - Select your plan for instant access.";
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 300%;
  top: 0;
  transform: translate(-50%, 0); /* center horizontally */
  font-size: 1.5rem;
  white-space: nowrap;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .modal-title:not(#customer-login-modal-label)::before {
    font-size: 1.1rem;
    white-space: normal;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    padding: 0 12px;
    width: calc(100% - 4px);
    box-sizing: border-box;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    line-height: 1.4;
    max-height: calc(1.4em * 2); /* height for 2 lines */
  }
}

/* Refined group-product modal */
.exd-group-modal {
  --exd-modal-text-primary: #f7f9ff;
  --exd-modal-text-secondary: #e3e9f5;
  --exd-modal-text-muted: #d4dceb;
}

.exd-group-modal .modal-content {
  backdrop-filter: blur(20px) saturate(135%);
  background:
    linear-gradient(152deg, rgba(12, 14, 19, 0.96), rgba(5, 7, 11, 0.985)),
    radial-gradient(86% 108% at 100% 0%, rgba(128, 88, 194, 0.06) 0%, rgba(128, 88, 194, 0) 62%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 20px 44px rgba(0, 0, 0, 0.68),
    0 0 22px rgba(122, 88, 188, 0.07);
  gap: 0;
  padding: 0.9rem 1rem 1rem;
}

.exd-group-modal .modal-header {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0.2rem 2.4rem 0.85rem;
  position: relative;
  text-align: center;
}

.exd-group-modal__heading {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  width: 100%;
}

.exd-group-modal .modal-title {
  color: #fff !important;
  margin-right: 0;
  pointer-events: auto;
  text-align: center;
}

.exd-group-modal .modal-title::before {
  content: none !important;
}

.exd-group-modal__eyebrow {
  color: var(--exd-modal-text-secondary);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}

.exd-group-modal .modal-title {
  font-size: clamp(1.12rem, 1.62vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin: 0;
}

.exd-group-modal .modal-dialog {
  margin: 0.6rem auto;
}

.exd-group-modal .modal-dialog.modal-dialog-centered {
  align-items: center;
  transform-origin: center center;
  opacity: 1;
  transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.24s ease;
}

.exd-group-modal.fade .modal-dialog.modal-dialog-centered {
  opacity: 0;
  transform: translateY(12px) scale(0.985);
}

.exd-group-modal.show .modal-dialog.modal-dialog-centered {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.exd-group-modal__controls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin: 0 auto;
  padding-top: 0.15rem;
  width: 100%;
}

.exd-group-modal__progress {
  color: var(--exd-modal-text-secondary);
  font-size: 0.86rem;
  font-weight: 600;
  min-width: 64px;
  text-align: center;
}

.exd-group-nav-btn {
  align-items: center;
  background: linear-gradient(180deg, rgba(36, 40, 52, 0.82), rgba(20, 23, 33, 0.88));
  border: 1px solid rgba(165, 136, 227, 0.32);
  border-radius: 999px;
  display: inline-flex;
  color: var(--exd-modal-text-primary);
  font-size: 0.82rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-width: 170px;
  padding: 0.52rem 1rem;
}

.exd-group-nav-btn:hover {
  background: linear-gradient(180deg, rgba(44, 49, 63, 0.88), rgba(25, 28, 40, 0.9));
  border-color: rgba(196, 172, 250, 0.68);
  color: #fff;
}

.exd-group-nav-btn--primary {
  background: linear-gradient(180deg, rgba(97, 71, 150, 0.7), rgba(67, 47, 113, 0.72));
  border-color: rgba(188, 151, 255, 0.52);
  color: #fff;
}

.exd-group-nav-btn--primary:hover {
  background: linear-gradient(180deg, rgba(110, 82, 168, 0.78), rgba(78, 56, 131, 0.82));
}

.exd-group-modal .btn-close {
  position: absolute;
  right: 0.05rem;
  top: 0.1rem;
  filter: invert(1) opacity(0.92);
}

.exd-group-modal .modal-body {
  margin: 0;
  padding: 0.85rem 0 0;
}

.exd-key-faq {
  margin-top: 0.95rem;
  width: 100%;
}

.exd-group-modal .exd-key-faq .accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23cad3e3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23aa4ff0' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.exd-group-modal .exd-key-faq .accordion-item {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.13);
}

.exd-group-modal .exd-key-faq .accordion-button,
.exd-group-modal .exd-key-faq .accordion-button:not(.collapsed) {
  color: var(--exd-modal-text-primary);
}

.exd-group-modal .exd-key-faq .accordion-body {
  background: rgba(0, 0, 0, 0.32);
  color: var(--exd-modal-text-muted);
}

.exd-group-modal__hint {
  color: rgba(192, 196, 214, 0.9);
  font-size: 0.94rem;
  margin: 0 0 0.8rem;
}

.exd-group-modal .modal-body .products.row {
  gap: 18px;
  justify-content: center;
}

.exd-group-modal .modal-body .products.row > [class*="col-"] {
  opacity: 1;
  transition: transform 0.18s ease;
}

.exd-group-modal .modal-body .products.row > [class*="col-"].exd-group-card-active {
  opacity: 1;
}

.exd-group-modal .modal-body .card {
  border: 1px solid rgba(90, 110, 102, 0.45);
  transform: none;
}

.exd-group-modal .modal-body .card:hover {
  border-color: rgba(0, 255, 120, 0.82);
  box-shadow: 0 12px 32px rgba(0, 255, 120, 0.22);
  transform: translateY(-4px);
}

.exd-group-modal .modal-body .card:active {
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .exd-group-modal .modal-header {
    gap: 12px;
    padding: 0.2rem 2.2rem 0.8rem;
  }
}

@media (max-width: 575px) {
  .exd-group-modal .modal-content {
    padding: 0.8rem 0.7rem 0.85rem;
  }

  .exd-group-modal .modal-dialog {
    margin: 0.5rem auto;
  }

  .exd-group-modal .modal-dialog.modal-dialog-centered {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }

  .exd-group-modal.show .modal-dialog.modal-dialog-centered {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .exd-group-modal .modal-header {
    padding: 0.2rem 2rem 0.75rem;
  }

  .exd-group-modal .modal-title {
    font-size: 1rem;
  }

  .exd-group-modal__controls {
    gap: 0.45rem;
  }

  .exd-group-nav-btn {
    min-width: 146px;
  }
}



.badges {
  border: 2px solid rgb(51, 51, 51);      /* slightly thicker border */
  transform: translate(0%, 0%) scale(1.3); /* vertically center & scale */
  margin-right: 1rem;

  max-width: 100%;
  z-index: 1001;
  white-space: nowrap;
  border-radius: 15px !important;
filter: saturate(230%);

  font-size: 1.2rem;            /* larger text */
  font-weight: 600;             /* bolder text for better visibility */
  display: inline-block;        /* so padding affects size properly */
}
.badges > div {
  z-index: 131;
  border-radius: 15px !important;
}
.no-exodus-home .badges {
  border: none;
  transform: translate(15%, 0%) scale(1.3); /* vertically center & scale */
  margin-left: 0; /* remove this if using flex gap */
}

/* Keep global card/search badge effects from breaking product-page badges. */
.product-wrapper .badges {
  border: 0 !important;
  transform: none !important;
  margin: 1rem 0 !important;
  margin-right: 0 !important;
  filter: none !important;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  font-size: inherit !important;
  font-weight: inherit !important;
  white-space: normal !important;
  border-radius: 0 !important;
}

.product-wrapper .badges > div {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  line-height: 1;
  font-size: 0.95rem;
  font-weight: 600;
}

.product-wrapper .badges > div i {
  font-size: 0.9em;
}
.card-img-top {
  position: relative;
  overflow: hidden;
}

.card-img-top img {
  display: block;
  width: 100%;
  height: auto;

}

/* Vignette overlay */
.card-img-top::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 40%, rgba(0,0,0,0.6) 100%);
  transition: background 1s ease;
}
/* Remove vignette on parent hover 
.card-img-top:hover::after {
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 100%);
}
*/
 .btn.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem 0.75rem 3.5rem;
  font-weight: 600;
  font-size: 1rem;
  width: 200px;
  height: 4rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  color: transparent !important; /* hide original text */
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(135deg, #9E20FF, #b96aff);
  background-size: 200% 200%;
  box-shadow: 0 6px 15px rgba(158, 32, 255, 0.4);
  transition: all 0.3s ease-in-out;
  transform-origin: center;
  will-change: transform, background-position, box-shadow;
}

.btn.btn-primary:hover,
 .btn.btn-primary:focus {
  background-position: right center;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(158, 32, 255, 0.6);
  outline: none;
  border: 1px solid rgb(255, 255, 255);
}

 .btn.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(158, 32, 255, 0.3);
  outline: none;
}

.exodus-home .btn.btn-primary svg {
  position: relative;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  fill: white;
}

.btn.btn-primary::before {
  content: "shopping_cart";
  font-family: 'Material Icons';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.btn.btn-primary::after {
  content: "Get Started Now";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-family: inherit;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
}

/* Remove the style and restore original text when .no-exodus-home class is present */
.no-exodus-home .btn.btn-primary {
  color: initial !important;
  padding-left: initial !important;
height: 40px;
  font-size: inherit !important;

}

.no-exodus-home .btn.btn-primary::before,
.no-exodus-home .btn.btn-primary::after {
  content: none !important;
  background-image: none !important;
}
@keyframes shimmerRibbon {
  0% {
    transform: rotate(0deg) scale(1);
    box-shadow: none;
    border-color: transparent;
  }
  20% {
    transform: rotate(-6deg) scale(1.02);
  }
  50% {
    background-image: linear-gradient(
      135deg,
      #00ff7f 10%,
      #9E20FF 40%,
      #00ff7f 60%
    );
    background-size: 400% 400%;
    background-position: 100% center;
    box-shadow: 0 0 0 3px #00ff7f;
    border-color: #00ff7f;
    transform: rotate(2deg) scale(1.01); /* stabilize before switching */
  }
  75% {
    transform: rotate(-2deg) scale(1.01); /* slight opposite tilt */
    background-position: 0% center;
    box-shadow: 0 0 0 2px #00ff7f;
    border-color: #00ff7f;
  }
  87% {
    transform: rotate(-1deg) scale(1.01); /* slight opposite tilt */
    background-position: 0% center;
    box-shadow: 0 0 0 2px #00ff7f;
    border-color: #00ff7f;
  }
  100% {
    transform: rotate(0deg) scale(1);
    background-position: left center;
    box-shadow: none;
    border-color: transparent;
  }
}


.btn.btn-primary.animate-shimmer {
  animation: shimmerRibbon 2s ease-in-out forwards;
}
/* Target the specific stat block */
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(3) .label {
  visibility: hidden; /* Hide original text */
  position: relative;
}

#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(3) .label::after {
  content: "‎‎ ‎‎‎    Exodus Users";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
}

/* Add + to the number */
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(3) .value::after {
  content: "+";
}
/* --- Label Override --- */
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(2) .label {
  visibility: hidden;
  position: relative;
}

#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(2) .label::after {
  content: "Questions Answered";
  visibility: visible;
  position: absolute;
  left: 0;
  margin-left: -20px;
    white-space: nowrap; /* ✅ This keeps it on one line */
  top: 0;
}

/* Initial override to hide original number and show fake one */
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(2) .value {
  color: transparent;
  position: relative;
  display: inline-block;
  min-width: 160px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  left: 20px;
    margin-left: 20px; /* ✅ Apply margin to the real element */
}

#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(2) .value::after {
  content: "95,429,342";
  color: #DEE2E6; /* Or match your site theme */
  position: absolute;
      margin-left: 0px; /* ✅ Apply margin to the real element */
  left: -5px;
  top: 0;
}
#products > div.section-title > h2 > strong:not(#products > div.section-title > h2 > strong > span) {
  color: white;
}
/* When JS kicks in, show real number and remove fake one */
#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(2) .value.js-active {
  color: #DEE2E6; /* Real number color */
    margin-left: 15px; /* ✅ Real number keeps the margin */

}

#app > div:nth-child(1) > div > section.hero.alignment-left.height-short.component > div.container > div.content > div.stats-wrapper > div > div:nth-child(2) .value.js-active::after {
  content: none; /* Remove the fake number */

}

/* Only Troubleshooting Exodus */
.py-5-nav.troubleshooting .section-title h1 {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #e0d0f5 40%,
    #b57aed 100%
  );
  -webkit-background-clip: text;
  color: transparent;
  margin: 50px 0 -100px;
  text-align: center;
}
.py-5-nav.troubleshooting .section-title {
  justify-content: center;
  margin-bottom: -5rem;
}

/* Troubleshoot subtitle styling */
.py-20.troubleshoot .section-subtitle {
  justify-content: center;
  text-align: center;
  margin-bottom: 3rem;
}
.py-20.troubleshoot .section-subtitle p {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.02rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .py-5-nav.troubleshooting {
    padding-top: 14px;
    padding-bottom: 4px;
  }
  .py-5-nav.troubleshooting .section-title h1 {
    font-size: clamp(2rem, 8vw, 2.6rem);
    margin: 0;
    line-height: 1.15;
  }
  .py-5-nav.troubleshooting .section-title {
    margin: 0;
  }
  .py-20.troubleshoot {
    padding-top: 0.5rem;
  }
  .py-20.troubleshoot .section-subtitle {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .py-20.troubleshoot .section-subtitle p {
    font-size: 0.93rem;
  }
}
/* Only Download */

.py-5-nav.downloading .section-title h1 {
  font-size: 56px;
  font-weight: bold;
  background: linear-gradient(
    to right,
    #eedcff,
    #fffafade
  );
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;              /* Center text horizontally */
  display: block;                 /* Ensures block behavior for text-align */
  margin: 0 auto;                 /* Optional: center if limited width */
  margin-bottom: -150px;
}
/* Optional: Center content inside section-title */
.py-5-nav.downloading .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Ensures vertical stack if there's more than h1 */
  width: 100%;
  height: 100%; /* Or set a fixed height like 300px if needed */
}


/* (Optional) If you still need to adjust container height, scope it by these sections: */
.py-5-nav.troubleshooting,
.py-5-nav.downloading {
  padding: 60px 0;
  /* you can also set a min-height here if you’d like */
}

@media (max-width: 768px) {
  .py-5-nav.troubleshooting,
  .py-5-nav.downloading {
    padding-top: 14px !important;
    padding-bottom: 4px !important;
  }
  .py-20.troubleshoot {
    padding-top: 0.25rem !important;
  }
  .py-20.troubleshoot .section-subtitle {
    margin-top: 0 !important;
  }
  .py-5-nav.downloading .section-title h1 {
    margin-bottom: -90px !important;
  }
}
/* styles.css */

.download-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem; /* spacing between logo and button */
  padding: 2rem 1rem;
}
/*

.btn-download.downloaded {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
*/

/* Shared button styles */
.btn-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-decoration: none;
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-size: 200% 200%;
}

/* Desktop button stays centered */
.btn-desktop {
  padding: 1.1rem 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 25px;
  max-width: 400px;
  width: 100%;
  background: linear-gradient(135deg, #9b59b6, #8e44ad, #be90d4);
  background-size: 200% 200%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.btn-desktop:hover {
  background-position: right center;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
.btn-desktop:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn-desktop svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: white;
}



/* Icon sizing */
.btn-download svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: white;
}
.btn-mobile {
  position: absolute;
  left: 20rem;               /* keep this to nudge it horizontally */
  top: 68.5%;                  /* fixed, no animation on this */
  transform: translate(-0%, -50%) translateX(-200px);
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  max-width: 200px;
  background: linear-gradient(45deg, rgba(105,105,105,0.18), rgba(132,94,196,0.6));
  background-size: 200% 200%;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);

  /* only animate transform, background-position, box-shadow, opacity */
  transition: transform 0.3s ease, background-position 0.3s ease, box-shadow 0.3s ease;
  animation: slideInLeft 0.6s ease-out forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.btn-mobile svg {
  width: 6rem;   /* larger icon */
  height: 2.5rem;
  fill: white;
}

/* Hover: lift up 3px (relative to -50% Y) */
.btn-mobile:hover {
    cursor: not-allowed;       /* disabled pointer */
  color: transparent;        /* hide original text/SVG fill */
  filter: grayscale(10%);   /* apply greyscale */
  transform: translate(0%, -53%);   /* X=0 puts it in place, Y=–53% lifts 3px */
  background-position: right center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

/* Active: back to original “centered” spot */
.btn-mobile:active {
  transform: translate(0%, -50%);
  background-position: center center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Slide-in only on X-axis, Y stays at –50% */
@keyframes slideInLeft {
  from {
    transform: translateX(-50%) translateX(-200px);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateX(0);
    opacity: 1;
  }
}
/* Responsive: stack mobile above on narrower screens */
@media (max-width: 768px) {
  .btn-mobile {
    position: static;
    transform: none;
    animation: none;
    opacity: 1;
    margin-bottom: 1rem;
  }
}

/* Responsive: stack mobile above on narrower screens */
@media (max-height: 768px) {
  .btn-mobile {
    position: static;
    transform: none;
    animation: none;
    opacity: 1;
    margin-bottom: 1rem;
  }
}


/* Image link + hover/active effects (unchanged) */
.img-link {
  display: inline-block;
  border: 4px solid #4B0082;
  border-radius: 50%;
  padding: 0.25rem;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.img-link img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.img-link:hover {
  border-color: #e8d2fad0;
  transform: scale(1.1);
}
.img-link:active {
  border-color: #8e44ad;
  transform: scale(1.05);
}

  /* Outer container */
  .install-guide {
    transform: translateY(-200px);
    max-width: 850px;
    margin: 3rem auto;
    padding: 2.5rem;
    background: linear-gradient(45deg, rgba(105,105,105,0.18), rgba(132,94,196,0.6));
    border-radius: 12px;
    color: #f5f5f8;
    margin-bottom: -200px;
  margin-top: -2rem ;
    //once again, remove margin top for the old margins

  }

  /* Header */
  .install-guide h1 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2rem;
    background: linear-gradient(45deg, #ffffff, #d3b9ff);
    -webkit-background-clip: text;
    color: transparent;
  }

  /* Step “cards” */
  .install-guide .step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    transition: background 0.2s ease;
  }
  .install-guide .step:hover {
    background: rgba(255, 255, 255, 0.12);
  }

  /* Number circle */
  .install-guide .step-number {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    background: #c2a9ff;
    color: #2d004b;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
  }

  /* Step content */
  .install-guide .step-content {
    flex: 1;
    line-height: 1.6;
    text-align: left;
  }
  .install-guide .step-content b {
    color: #ffffff;
  }

  /* Plain inline links */
  .install-guide .step-content a {
    color: #c2a9ff;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s;
  }
  .install-guide .step-content a:hover {
    color: #e0d0ff;
  }

  /* Code styling */
  .install-guide code {
    background: rgba(255,255,255,0.15);
    color: #fff;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-family: monospace;
  }

  /* Nested list in step */
  .install-guide .step-content ol {
    margin: 0.5rem 0 0 1.5rem;
    list-style: lower-alpha inside;
    color: #ddd;
  }
.install-guide-pictures {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 850px;
  margin: -180px auto 4rem auto;
  padding: 2rem 2.5rem;
  background: linear-gradient(
    180deg,
    #282331 0%,
    rgba(40, 35, 49, 0.8) 40%, 
    rgba(40, 35, 49, 0.5) 70%, 
    rgba(40, 35, 49, 0.2) 100%
  );
  border-radius: 0 0 12px 12px;
  color: #f5f5f8;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.3);
}

.picture-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  transition: background 0.2s ease;
}

.picture-step:hover {
  background: rgba(255, 255, 255, 0.12);
}

.picture-step-number {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: #c2a9ff;
  color: #2d004b;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  user-select: none;
}

.picture-step-image {
  flex: 1;
}

.picture-step-image img,
.step-content.two-images img {
  max-width: 100%;   /* prevent image from overflowing container */
  width: 100%;       /* scale image to container width */
  height: auto;      /* maintain aspect ratio */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  display: block;
  object-fit: contain;
}

/* For step 2: two images side by side with consistent styling */
.step-content.two-images {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex: 1;
    justify-content: center;   /* center images if small screen */
}

.step-content.two-images img {
  flex: 1 1 48%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  object-fit: contain;
  display: block;
    max-width: 48%;     /* max width caps the size */
  min-width: 250px;   /* optional: prevent images getting too small */
}
.picture-step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.step-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  color: #f0eaff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#app > div:nth-child(1) > div.components > section.py-20.text-block.alignment-left.bg-block-primary.component > div > div > div > section > div:nth-child(1) > div.picture-step-content > h3 > a {
  color: #c2a9ff;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s;
}
#app > div:nth-child(1) > div.components > section.py-20.text-block.alignment-left.bg-block-primary.component > div > div > div > section > div:nth-child(1) > div.picture-step-content > h3 > a:hover {
  color: #e0d0ff;
}
  section[data-component-id="text-block-1748756722916"] {
  color: #161616; /* dark gray text */
  margin-top: -10px 0; /* small top and bottom margins */
  padding: 1rem 1.5rem;
  font-size: 0.6rem; /* slightly smaller font */
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

section[data-component-id="text-block-1748756722916"] p {
  margin: 0;
}
/*
.img-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #4B0082;
  border-radius: 50%;
  padding: 0.15rem;
  margin-top: 0;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.img-link img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
*/
.img-link {
  margin-top: -5rem;

}

/*

.blog-container {
  display: flex;
  min-height: 100vh;
  background: #121212;
}
.sidebar {
  width: 220px;
  background: #1f1f1f;
  padding: 2rem 1rem;
  border-right: 1px solid #333;
}
.sidebar .logo {
  font-size: 1.1rem;
  font-weight: bold;
  color: #e0e0e0;
  margin-bottom: 2rem;
}
.sidebar .nav a {
  display: block;
  color: #aaa;
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  transition: color .2s;
}
.sidebar .nav a:hover {
  color: #e0e0e0;
}

.main {
  flex: 1;
  padding: 3rem 2rem;
  color: #e0e0e0;
}
.main h1 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.search-wrap {
  margin-bottom: 2rem;
}
.search-wrap input {
  width: 100%;
  max-width: 400px;
  padding: 0.6rem 1rem;
  border: 1px solid #333;
  border-radius: 6px;
  background: #1f1f1f;
  color: #e0e0e0;
}
.search-wrap input::placeholder {
  color: #555;
}

.articles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}
.article-card {
  display: flex;
  flex-direction: column;
  background: #1f1f1f;
  border: 1px solid #333;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.7);
}
.article-image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}
.article-content {
  padding: 1rem 1.25rem;
}
.article-content h2 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #e0e0e0;
}
.article-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #aaa;
}
*/

.exodus-cta-glow {
  padding: 9px 24px;
  background: linear-gradient(90deg, #9b6bff, #c85bff, #9b6bff);
  background-size: 200% auto;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(155, 107, 255, 0.4);
  animation: exodusFlowSweep 5s linear infinite;
  transition: box-shadow 0.25s ease, filter 0.25s ease, border-color 0.25s ease, background-position 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.exodus-cta-glow:hover {
  box-shadow: 0 14px 34px rgba(155, 107, 255, 0.55);
  filter: brightness(1.1);
  animation: exodusFlowSweep 2.5s linear infinite;
  border-color: #fff;
}

.exodus-cta-glow:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  filter: saturate(0.85);
  animation-play-state: paused;
}

@keyframes exodusFlowSweep {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}

/* Blog system (index + article) */
.exd-blog-shell {
  max-width: 980px;
  padding-top: 28px;
  padding-bottom: 36px;
}

.exd-blog-index-header {
  margin-bottom: 22px;
}

.exd-blog-kicker {
  margin: 0 0 8px;
  color: #b889ff;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.exd-blog-index-title {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.08;
  color: #f7f3ff;
}

.exd-blog-index-subtitle {
  margin: 8px 0 0;
  color: rgba(225, 218, 243, 0.8);
  max-width: 760px;
}

.exd-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.exd-blog-card {
  border: 1px solid rgba(170, 116, 255, 0.2);
  background: linear-gradient(180deg, rgba(26, 20, 40, 0.72), rgba(12, 10, 18, 0.92));
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.exd-blog-card:hover {
  transform: translateY(-2px);
  border-color: rgba(190, 145, 255, 0.38);
  box-shadow: 0 14px 24px rgba(100, 54, 170, 0.16);
}

.exd-blog-card-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.exd-blog-card-media {
  aspect-ratio: 16 / 9;
  background: #181221;
}

.exd-blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.exd-blog-card-content {
  padding: 14px 14px 16px;
}

.exd-blog-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: rgba(205, 188, 236, 0.72);
  margin-bottom: 8px;
}

.exd-blog-card h2 {
  margin: 0 0 8px;
  color: #f8f3ff;
  font-size: 1.15rem;
  line-height: 1.25;
}

.exd-blog-card p {
  margin: 0;
  color: rgba(223, 214, 238, 0.84);
  font-size: 0.96rem;
  line-height: 1.55;
}

.exd-blog-card-cta {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d7bcff;
  font-weight: 600;
  font-size: 0.88rem;
}

.exd-blog-empty {
  border: 1px dashed rgba(173, 128, 245, 0.3);
  border-radius: 12px;
  padding: 20px;
  background: rgba(22, 16, 34, 0.58);
}

.exd-blog-empty h2 {
  margin: 0 0 8px;
  color: #f5eeff;
}

.exd-blog-empty p {
  margin: 0;
  color: rgba(223, 214, 238, 0.84);
}

.exd-blog-post {
  border: 1px solid rgba(163, 173, 196, 0.24);
  border-radius: 18px;
  padding: 18px clamp(14px, 2.8vw, 30px) 24px;
  background: linear-gradient(180deg, rgba(11, 14, 21, 0.96), rgba(8, 10, 16, 0.98));
}

.exd-blog-back-link {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(181, 193, 219, 0.88);
  text-decoration: none;
}

.exd-blog-post-header h1 {
  margin: 0;
  color: #f7f1ff;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.08;
}

.exd-blog-post-meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: rgba(166, 178, 205, 0.84);
  font-size: 0.92rem;
}

.exd-blog-lead {
  margin: 14px 0 0;
  color: rgba(228, 220, 243, 0.88);
  font-size: 1rem;
  line-height: 1.65;
}

.exd-blog-cover {
  margin: 18px 0 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(161, 173, 196, 0.24);
}

.exd-blog-cover img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.exd-blog-body {
  margin-top: 20px;
  color: rgba(236, 229, 247, 0.9);
  font-size: 1.03rem;
  line-height: 1.8;
}

.exd-blog-body h2,
.exd-blog-body h3 {
  color: #f5eefe;
  margin-top: 28px;
  margin-bottom: 12px;
  line-height: 1.25;
}

.exd-blog-body a {
  color: #aa93eb;
  text-underline-offset: 3px;
}

.exd-blog-body img {
  display: block;
  max-width: 100%;
  margin: 18px auto;
  border-radius: 10px;
  border: 1px solid rgba(166, 177, 200, 0.2);
  max-height: 560px;
  object-fit: contain;
}

.exd-blog-body ul,
.exd-blog-body ol {
  padding-left: 1.2rem;
}

.exd-blog-inline-btn,
.exd-blog-main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  display: inline-flex;
  border: 1px solid rgba(162, 173, 196, 0.48);
  background: linear-gradient(180deg, rgba(62, 70, 96, 0.6), rgba(37, 43, 63, 0.56));
  color: #edf2ff;
  text-decoration: none;
  padding: 9px 15px;
  font-weight: 600;
}

.exd-blog-inline-btn:hover,
.exd-blog-main-cta:hover {
  border-color: rgba(182, 162, 231, 0.58);
  background: linear-gradient(180deg, rgba(79, 80, 122, 0.66), rgba(48, 47, 79, 0.62));
  color: #f5f8ff;
}

.exd-blog-cta-row {
  margin-top: 18px;
}

.exd-blog-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.exd-blog-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(154, 163, 184, 0.34);
  border-radius: 999px;
  display: inline-flex;
  padding: 4px 11px;
  color: #c5ccdf;
  font-size: 0.84rem;
  background: rgba(43, 48, 64, 0.55);
}
