html, body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

body {
  scrollbar-width: none;
}

.faq.component {
    background: transparent !important;
    padding: 4.5rem 0 !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
  }

  .faq.component .container {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .faq-static-head {
    text-align: center !important;
    margin-bottom: 1.8rem !important;
  }

  .faq-static-title {
    margin: 0 !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: clamp(2.2rem, 4vw, 3.4rem) !important;
    line-height: 1.02 !important;
    font-weight: 600 !important;
    letter-spacing: -0.045em !important;
    background: linear-gradient(to bottom, #ffffff 0%, #facaca 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
  }

  .faq-static-subtitle {
    margin: 0.35rem 0 0 !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    color: rgba(246, 162, 162, 0.62) !important;
    letter-spacing: -0.01em !important;
  }

  .faq.component .section-title,
  .faq.component .section-subtitle {
    display: none !important;
  }

  .faq.component .accordion {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    max-width: 760px !important;
    margin: 0 auto !important;
  }

  .faq.component .accordion-item {
    background: #200303 !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  .faq.component .accordion-header {
    margin: 0 !important;
  }

  .faq.component .accordion-button {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 72px !important;
    padding: 1.15rem 4rem 1.15rem 2.8rem !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    color: #f5f7fb !important;
    letter-spacing: -0.025em !important;
  }

  .faq.component .accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .faq.component .accordion-button:focus {
    box-shadow: none !important;
    border: 0 !important;
  }

  .faq.component .accordion-button::before {
    content: "" !important;
    position: absolute !important;
    left: 1.45rem !important;
    top: 50% !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 999px !important;
    background: #ff5e5e !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 0 0 2px rgba(255, 94, 94, 0.08) !important;
  }

  .faq.component .accordion-button::after {
    content: "" !important;
    position: absolute !important;
    right: 1.45rem !important;
    top: 50% !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    background-image: none !important;
    transform: translateY(-58%) rotate(45deg) !important;
    border-right: 2px solid rgba(251, 213, 213, 0.72) !important;
    border-bottom: 2px solid rgba(251, 213, 213, 0.72) !important;
    transition: transform 0.22s ease !important;
  }

  .faq.component .accordion-button:not(.collapsed)::after {
    transform: translateY(-32%) rotate(225deg) !important;
  }

  .faq.component .accordion-collapse {
    border: 0 !important;
  }

  .faq.component .accordion-body {
    padding: 0 1.45rem 1.25rem 2.8rem !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 0.94rem !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
    color: rgba(247, 174, 174, 0.74) !important;
  }

  .faq.component .whitespace-pre-line {
    white-space: pre-line !important;
  }

  @media (max-width: 767.98px) {
    .faq.component {
      padding: 4rem 0 !important;
    }

    .faq.component .container {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    .faq-static-head {
      margin-bottom: 1.5rem !important;
    }

    .faq-static-title {
      font-size: 2rem !important;
    }

    .faq-static-subtitle {
      font-size: 0.9rem !important;
    }

    .faq.component .accordion {
      max-width: 100% !important;
      gap: 10px !important;
    }

    .faq.component .accordion-item {
      border-radius: 16px !important;
    }

    .faq.component .accordion-button {
      min-height: 66px !important;
      padding: 1rem 3.5rem 1rem 2.55rem !important;
      font-size: 0.96rem !important;
    }

    .faq.component .accordion-button::before {
      left: 1.3rem !important;
      width: 6px !important;
      height: 6px !important;
    }

    .faq.component .accordion-button::after {
      right: 1.3rem !important;
      width: 13px !important;
      height: 13px !important;
    }

    .faq.component .accordion-body {
      padding: 0 1.3rem 1.15rem 2.55rem !important;
      font-size: 0.9rem !important;
    }
  }

.faq.component .accordion {
  gap: 3px !important;
}

.faq-static-title {
  margin-bottom: 14px !important;
}

.faq-static-head {
  margin-bottom: 38px !important;
}

.faq.component .accordion-button {
  font-size: inherit !important; 
}

.faq.component .accordion-button span,
.faq.component .accordion-button {
  font-size: 1.12rem !important;
}

* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: "Plus Jakarta Sans", sans-serif;
      
      color: #ffffff;
    }

    #wcus-v2 {
      position: relative;
      padding: 5rem 1rem;
      overflow: hidden;
      z-index: 1;
    }

    @media (min-width: 1024px) {
      #wcus-v2 {
        padding: 6rem 2rem;
      }
    }

    .wcv2-inner {
      max-width: 80rem;
      margin: 0 auto;
    }

    .wcv2-header {
      text-align: center;
      margin-bottom: 5rem;
    }

    .wcv2-title {
      font-size: 1.875rem;
      font-weight: 600;
      line-height: 2.25rem;
      margin: 0 0 1.5rem;
    }

    @media (min-width: 640px) {
      .wcv2-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
    }

    @media (min-width: 1024px) {
      .wcv2-title {
        font-size: 3rem;
        line-height: 1.1;
      }
    }

    .wcv2-title span {
      background: linear-gradient(to bottom, #ffffff, #9ca3af);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .wcv2-subtitle {
      color: #9ca3af;
      max-width: 42rem;
      margin: 0 auto;
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

    .wcv2-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    @media (min-width: 1024px) {
      .wcv2-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    .wcv2-featured {
      position: relative;
      background-color: #0a0a0a;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 1.5rem;
      padding: 2rem;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      min-height: 320px;
    }

    .wcv2-featured-bg-gradient {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom right, rgba(255, 69, 69, 0.08), transparent, transparent);
      opacity: 0.5;
      pointer-events: none;
    }

    .wcv2-featured-glow {
      position: absolute;
      right: -5rem;
      top: -5rem;
      width: 24rem;
      height: 24rem;
      background: rgba(255, 69, 69, 0.12);
      filter: blur(100px);
      border-radius: 9999px;
      pointer-events: none;
    }

    .wcv2-featured-img-wrap {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0.4;
      transition: opacity 0.5s;
      background: url('https://predatorservices.mysellauth.com/storage/images/841805.webp') center/cover no-repeat;
    }

    .wcv2-featured:hover .wcv2-featured-img-wrap {
      opacity: 0.6;
    }

    .wcv2-featured-img-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, #0a0a0a, rgba(10, 10, 10, 0.5), transparent);
      z-index: 10;
    }

    .wcv2-featured-img {
      position: absolute;
      right: 0;
      top: 0;
      width: 75%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .wcv2-featured-content {
      position: relative;
      z-index: 10;
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .wcv2-badge-bestseller {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.25rem 0.75rem;
      border-radius: 9999px;
      background-color: rgba(255, 69, 69, 0.15);
      color: #ff4545;
      font-size: 0.75rem;
      font-weight: 500;
      width: fit-content;
      border: 1px solid rgba(255, 69, 69, 0.35);
    }

    .wcv2-badge-bestseller svg {
      width: 0.75rem;
      height: 0.75rem;
      fill: currentColor;
    }

    .wcv2-featured-title {
      font-size: 1.875rem;
      font-weight: 700;
      color: #ffffff;
      margin: 0 0 0.5rem;
      line-height: 1.2;
    }

    .wcv2-featured-desc {
      color: #9ca3af;
      max-width: 28rem;
      font-size: 0.875rem;
      line-height: 1.625;
      margin: 0 0 1.5rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .wcv2-view-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      white-space: nowrap;
      background: linear-gradient(to bottom, #ff4545, #e81717);
      color: #ffffff;
      padding: 0.5rem 1.5rem;
      border-radius: 0.5rem;
      font-size: 0.875rem;
      font-weight: 600;
      cursor: pointer;
      border: none;
      text-decoration: none;
      transition: opacity 0.2s, transform 0.1s;
      box-shadow: 0 4px 18px rgba(255, 69, 69, 0.35);
      width: fit-content;
    }

    .wcv2-view-btn:hover {
      opacity: 0.9;
      color: #ffffff;
    }

    .wcv2-view-btn:active {
      transform: scale(0.98);
    }

    .wcv2-right {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .wcv2-top-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    @media (min-width: 640px) {
      .wcv2-top-row {
        grid-template-columns: 1fr 1fr;
      }
    }

    .wcv2-trusted {
      position: relative;
      background-color: #0a0a0a;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 1.5rem;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 240px;
      transition: border-color 0.3s;
    }

    .wcv2-trusted:hover {
      border-color: rgba(255, 69, 69, 0.35);
    }

    .wcv2-trusted-visual {
      flex: 1;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem 0;
    }

    .wcv2-pulse-rings {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
    }

    .wcv2-ring {
      position: absolute;
      border: 1px solid;
      border-radius: 9999px;
      animation: wcv2-pulse-scale 3s ease-in-out infinite;
    }

    .wcv2-ring-1 { width: 350px; height: 350px; border-color: rgba(255, 255, 255, 0.02); animation-delay: 0s; }
    .wcv2-ring-2 { width: 300px; height: 300px; border-color: rgba(255, 255, 255, 0.03); animation-delay: 0.1s; }
    .wcv2-ring-3 { width: 250px; height: 250px; border-color: rgba(255, 255, 255, 0.04); animation-delay: 0.2s; }
    .wcv2-ring-4 { width: 200px; height: 200px; border-color: rgba(255, 69, 69, 0.08); animation-delay: 0.3s; }
    .wcv2-ring-5 { width: 150px; height: 150px; border-color: rgba(255, 69, 69, 0.12); animation-delay: 0.4s; }
    .wcv2-ring-6 { width: 100px; height: 100px; border-color: rgba(255, 69, 69, 0.18); animation-delay: 0.5s; }

    @keyframes wcv2-pulse-scale {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.7; transform: scale(1.1); }
    }

    .wcv2-shield-icon {
      position: relative;
      z-index: 10;
      width: 4rem;
      height: 4rem;
      border-radius: 9999px;
      background: linear-gradient(to bottom, #ff4545, #e81717);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 24px rgba(255, 69, 69, 0.35);
      animation: wcv2-pulse-scale 3s ease-in-out infinite;
    }

    .wcv2-shield-icon svg {
      width: 2rem;
      height: 2rem;
    }

    .wcv2-trusted-body {
      position: relative;
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 1.5rem 1.5rem;
    }

    .wcv2-trusted-body h3 {
      font-size: 1.25rem;
      font-weight: 700;
      color: #ffffff;
      margin: 0 0 0.5rem;
    }

    .wcv2-trusted-body p {
      color: #9ca3af;
      font-size: 0.875rem;
      line-height: 1.625;
      margin: 0;
      max-width: 220px;
    }

    .wcv2-delivery {
      background-color: #0a0a0a;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 1.5rem;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 240px;
      transition: border-color 0.3s;
    }

    .wcv2-delivery:hover {
      border-color: #ff4545;
    }

    .wcv2-delivery-header {
      position: relative;
      z-index: 20;
      padding: 1.25rem;
      background-color: #111111;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .wcv2-delivery-header h3 {
      font-size: 1.25rem;
      font-weight: 700;
      color: #ffffff;
      margin: 0 0 0.25rem;
    }

    .wcv2-delivery-header p {
      font-size: 0.75rem;
      color: #9ca3af;
      line-height: 1.625;
      font-weight: 500;
      margin: 0;
    }

    .wcv2-delivery-flow {
      flex: 1;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.5rem;
    }

    .wcv2-dot-pattern {
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
      background-size: 16px 16px;
      -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000000 70%, transparent 100%);
      mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000000 70%, transparent 100%);
      pointer-events: none;
    }

    .wcv2-step {
      position: relative;
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
    }

    .wcv2-step-circle {
      border-radius: 9999px;
      background-color: #1a1a1a;
      border: 1px solid rgba(255, 255, 255, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.5s;
    }

    .wcv2-step-circle-lg { width: 2.5rem; height: 2.5rem; }
    .wcv2-step-circle-md { width: 2rem; height: 2rem; }

    .wcv2-step-circle svg {
      color: #d91616;
      transition: color 0.5s;
    }

    .wcv2-step-circle-lg svg { width: 1rem; height: 1rem; }
    .wcv2-step-circle-md svg { width: 0.875rem; height: 0.875rem; }

    .wcv2-delivery:hover .wcv2-step-1 {
      border-color: rgba(255, 69, 69, 0.5);
      box-shadow: 0 0 15px rgba(255, 69, 69, 0.35);
    }

    .wcv2-delivery:hover .wcv2-step-1 svg { color: #ff4545; }

    .wcv2-delivery:hover .wcv2-step-2 {
      border-color: rgba(255, 69, 69, 0.5);
      box-shadow: 0 0 20px rgba(255, 69, 69, 0.55);
      transform: scale(1.1);
      transition-delay: 0.3s;
    }

    .wcv2-delivery:hover .wcv2-step-2 svg {
      color: #ff4545;
      transition-delay: 0.3s;
    }

    .wcv2-delivery:hover .wcv2-step-end {
      border-color: rgba(16, 185, 129, 0.5);
      box-shadow: 0 0 15px rgba(16, 185, 129, 0.4);
      transition-delay: 0.7s;
    }

    .wcv2-delivery:hover .wcv2-step-end svg {
      color: rgb(52, 211, 153);
      transition-delay: 0.7s;
    }

    .wcv2-flow-line {
      flex: 1;
      height: 2px;
      background: rgba(255, 255, 255, 0.05);
      margin: 0 0.5rem;
      position: relative;
      overflow: hidden;
    }

    .wcv2-flow-shimmer {
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, transparent, #ff4545, transparent);
      transform: translateX(-100%);
    }

    .wcv2-delivery:hover .wcv2-flow-shimmer { animation: wcv2-shimmer 1.5s infinite; }
    .wcv2-delivery:hover .wcv2-flow-shimmer-2 { animation: wcv2-shimmer 1.5s 0.4s infinite; }

    @keyframes wcv2-shimmer {
      0% { transform: translateX(-100%); }
      100% { transform: translateX(100%); }
    }

    .wcv2-payments {
      position: relative;
      background-color: #0a0a0a;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 1.5rem;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow: hidden;
      min-height: 240px;
      transition: border-color 0.3s;
    }

    .wcv2-payments:hover {
      border-color: rgba(255, 69, 69, 0.35);
    }

    .wcv2-payments-content {
      position: relative;
      z-index: 10;
    }

    .wcv2-payments-content h3 {
      font-size: 1.25rem;
      font-weight: 700;
      color: #ffffff;
      margin: 0 0 0.5rem;
    }

    .wcv2-payments-content > p {
      color: #9ca3af;
      font-size: 0.875rem;
      margin: 0 0 2rem;
      max-width: 28rem;
    }

    .wcv2-pm-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
    }

    .wcv2-pm-item {
      width: 3.5rem;
      height: 2.5rem;
      border-radius: 0.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      padding: 0.35rem;
      transition: transform 0.15s, border-color 0.2s;
    }

    .wcv2-pm-item:hover {
      transform: scale(1.05);
      border-color: rgba(255, 69, 69, 0.3);
    }

    .wcv2-pm-item img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: brightness(0) invert(1);
      opacity: 0.8;
    }

    .wcv2-payments-deco {
      position: absolute;
      right: -2.5rem;
      bottom: -2.5rem;
      pointer-events: none;
    }

    .wcv2-payments-deco-glow {
      position: absolute;
      inset: 0;
      background: rgba(255, 69, 69, 0.08);
      filter: blur(80px);
      border-radius: 9999px;
    }

    .wcv2-payments-deco svg {
      width: 16rem;
      height: 16rem;
      color: rgba(255, 255, 255, 0.03);
      transform: rotate(-12deg);
    }

    .wcv2-svg-shield {
      animation: wcv2-shield-breathe 3s ease-in-out infinite;
    }

    .wcv2-svg-shield .shield-inner-check {
      stroke-dasharray: 17;
      stroke-dashoffset: 17;
      animation: wcv2-check-draw 3s 0.9s ease-in-out infinite;
    }

    @keyframes wcv2-shield-breathe {
      0%, 100% { filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.35)); }
      50% { filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.85)); }
    }

    .wcv2-svg-wallet {
      animation: wcv2-float 2.4s ease-in-out infinite;
    }

    @keyframes wcv2-float {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-3px); }
    }

    .wcv2-svg-bolt {
      transform-origin: center;
      animation: wcv2-bolt-flicker 1.7s ease-in-out infinite;
    }

    @keyframes wcv2-bolt-flicker {
      0%, 100% { transform: scale(1); opacity: 1; }
      18% { transform: scale(0.8); opacity: 0.35; }
      36% { transform: scale(1.25); opacity: 1; }
      54% { transform: scale(0.9); opacity: 0.65; }
      72% { transform: scale(1.1); opacity: 1; }
    }

    .wcv2-svg-check .check-path {
      stroke-dasharray: 28;
      stroke-dashoffset: 28;
      animation: wcv2-check-draw 2.5s ease-in-out infinite;
    }

    @keyframes wcv2-check-draw {
      0% { stroke-dashoffset: 28; opacity: 0; }
      15% { opacity: 1; }
      55% { stroke-dashoffset: 0; opacity: 1; }
      80% { stroke-dashoffset: 0; opacity: 1; }
      100% { stroke-dashoffset: -28; opacity: 0; }
    }
    
.wcv2-featured,
.wcv2-trusted,
.wcv2-delivery,
.wcv2-payments {
  background-color: #230303 !important;
}

.wcv2-delivery-header {
  background-color: #230303 !important;
}

.wcv2-pm-item {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.wcv2-pm-item img {
  filter: none !important;
  opacity: 1 !important;
}

.footer-modern {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(35% 128px at 50% 0%, rgba(255, 255, 255, 0.08), transparent);
  padding: 3rem 1.5rem;
}

@media (min-width: 768px) {
  .footer-modern {
    padding: 3rem 1.5rem;
  }
}

.footer-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .footer-container {
    padding: 0 2rem;
  }
}

@media (min-width: 1024px) {
  .footer-container {
    padding: 0 4rem;
  }
}

.footer-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer-brand {
    margin-bottom: 0;
    flex: 0 0 auto;
  }
}

.footer-logo {
  max-height: 60px;
  width: auto;
}

.footer-brand-name {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}

.footer-description {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.5;
  max-width: 300px;
}

.footer-links-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-links-wrapper {
    width: auto;
    grid-template-columns: repeat(3, auto);
    gap: 3rem;
    margin-left: auto;
    margin-right: 2rem;
  }
}

.footer-column {
  flex: 0 0 auto;
}

.footer-heading {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-list-item {
  font-size: 0.875rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 1);
}

.footer-link-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.footer-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}

.footer-bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  margin-top: 2rem;
  text-align: center;
}

.footer-copyright {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer-modern {
  background: none !important;
}

.footer-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    45% 160px at 50% 0%,
    rgba(255, 106, 106, 0.25),
    rgba(255, 106, 106, 0.12),
    transparent 70%
  ) !important;
  filter: blur(90px);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.footer-modern {
  background-color: #200303 !important;
}

*, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    :root {
      --font: "Plus Jakarta Sans", sans-serif;
    }

    body {
      font-family: var(--font);
      background: #03080d;
      color: #ffffff;
      min-height: 100vh;
      overflow-x: hidden;
    }

    
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 0 24px;
      overflow: hidden;
      isolation: isolate;
    }

    
    #particles {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 0 !important;
      pointer-events: none;
    }

    
      .hero-bg {
      position: absolute;
      inset: 0;
      background-image: url('https://i.imgur.com/gUyGxc2.jpeg');
      background-size: 90% !important;
      background-position: center 14% !important;
      background-repeat: no-repeat !important;
      z-index: 2 !important;
      opacity: 0.5 !important;
      filter: brightness(0.76) contrast(0.95) saturate(0.9) blur(0.2px) !important;
    }

    
    .hero-overlay-dark {
      position: absolute;
      inset: 0;
      background: rgba(3, 8, 13, 0.4) !important;
      z-index: 3 !important;
    }

    
    .hero-overlay-glow,
    .hero-overlay-sides {
      display: none !important;
    }

    
    .hero-overlay-top {
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 24% !important;
      background: linear-gradient(
        to bottom,
        rgba(3, 8, 13, 0.42) 0%,
        rgba(3, 8, 13, 0.14) 58%,
        transparent 100%
      ) !important;
      z-index: 4 !important;
    }

    
    .hero-overlay-bottom {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 62% !important;
      background: linear-gradient(
        to top,
        rgba(3, 8, 13, 1) 0%,
        rgba(3, 8, 13, 0.9) 24%,
        rgba(3, 8, 13, 0.42) 56%,
        transparent 100%
      ) !important;
      z-index: 4 !important;
    }

    
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1 !important;
      pointer-events: none;
      background:
        radial-gradient(
          ellipse 78% 46% at 50% 2%,
          rgba(255, 50, 50, 0.38) 0%,
          rgba(235, 35, 35, 0.22) 20%,
          rgba(209, 21, 21, 0.10) 45%,
          rgba(184, 16, 16, 0.03) 65%,
          transparent 82%
        ),
        linear-gradient(
          to bottom,
          rgba(3, 8, 13, 0.20) 0%,
          rgba(3, 8, 13, 0.06) 32%,
          transparent 62%
        ) !important;
      filter: blur(18px);
    }

    
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1 !important;
      pointer-events: none;
      background:
        radial-gradient(
          ellipse 44% 54% at -2% 6%,
          rgba(255, 40, 40, 0.36) 0%,
          rgba(227, 23, 23, 0.20) 28%,
          rgba(194, 16, 16, 0.08) 52%,
          rgba(164, 6, 6, 0.02) 68%,
          transparent 84%
        ),
        radial-gradient(
          ellipse 32% 68% at 84% 52%,
          rgba(184, 16, 16, 0.30) 0%,
          rgba(184, 16, 16, 0.18) 24%,
          rgba(184, 16, 16, 0.07) 44%,
          rgba(184, 16, 16, 0.02) 60%,
          transparent 80%
        ) !important;
      filter: blur(22px);
    }

    
    .hero-content {
      position: relative;
      z-index: 20;
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 980px;
      width: 100%;
    }

    
    .trust-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 16px;
      border-radius: 999px;
      background: rgba(45, 5, 5, 0.72);
      border: 1px solid rgba(255, 69, 69, 0.28);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      font-size: 13px;
      font-weight: 400;
      color: rgba(255, 180, 180, 0.9);
      margin-bottom: 28px;
      letter-spacing: 0.015em;
      animation: fadeInDown 0.55s ease both;
    }

    .trust-star {
      color: #ff4545;
      font-size: 15px;
      line-height: 1;
    }

    
    .hero-headline {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
      position: relative;
      font-size: clamp(42px, 5.2vw, 72px) !important;
      font-weight: 475;
      line-height: 0.98 !important;
      letter-spacing: -0.04em !important;
      margin-bottom: 20px !important;
      text-wrap: balance;
      filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.18));
      animation: fadeInUp 0.65s 0.1s ease both;
    }

    .hero-headline::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: min(1200px, 110vw);
      height: 140%;
      z-index: -1;
      pointer-events: none;
      background: radial-gradient(
        ellipse 55% 50% at 50% 50%,
        rgba(3, 8, 13, 0.82) 0%,
        rgba(3, 8, 13, 0.65) 30%,
        rgba(3, 8, 13, 0.45) 55%,
        rgba(3, 8, 13, 0.2) 75%,
        transparent 90%
      );
      filter: blur(38px);
    }

    .line-white {
      display: block;
      color: rgba(255, 255, 255, 0.97);
      font-weight: 500;
      text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.06),
        0 14px 30px rgba(0, 0, 0, 0.18);
    }

    .line-blue {
      display: inline-block !important;
      background: linear-gradient(
        to bottom,
        #ffa8a8 0%,
        #ff6a6a 18%,
        #ff4545 52%,
        #e51515 76%,
        #b40909 100%
      ) !important;
      -webkit-background-clip: text !important;
      background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
      color: transparent !important;
      font-weight: 500;
      text-shadow: none !important;
    }

    
    .hero-sub {
      max-width: 900px !important;
      width: min(900px, 92vw);
      font-size: clamp(17px, 1.55vw, 22px) !important;
      font-weight: 500 !important;
      color: rgba(255, 170, 170, 0.8) !important;
      line-height: 1.42 !important;
      text-wrap: balance;
      margin-bottom: 34px !important;
      letter-spacing: -0.015em;
      animation: fadeInUp 0.65s 0.2s ease both;
    }

    .hero-sub br {
      display: none;
    }

    
    .cta-group {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      justify-content: center;
      animation: fadeInUp 0.65s 0.3s ease both;
    }

    .btn-shop,
    .btn-discord {
      padding: 13px 30px !important;
      min-width: 170px;
      justify-content: center;
    }

    .btn-shop {
      font-family: var(--font);
      font-size: 15px;
      font-weight: 500;
      color: #ffffff;
      background: linear-gradient(
        to bottom,
        #ff6a6a 0%,
        #ff4545 46%,
        #cd1515 100%
      ) !important;
      border: none;
      cursor: pointer;
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
      letter-spacing: 0.005em;
     
    }

    .btn-shop:hover {
      background: linear-gradient(
        to bottom,
        #ff8585 0%,
        #ff5a5a 46%,
        #e81e1e 100%
      ) !important;
      transform: translateY(-1px);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 10px 26px rgba(255, 30, 30, 0.45);
    }

    .btn-shop:active { transform: translateY(0); }

    .btn-discord {
      font-family: var(--font);
      font-size: 15px;
      font-weight: 500;
      color: rgba(255, 180, 180, 0.9);
      background: linear-gradient(
        to bottom,
        rgba(64, 6, 6, 0.72) 0%,
        rgba(36, 3, 3, 0.86) 100%
      ) !important;
      border: 1px solid rgba(255, 69, 69, 0.28);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      cursor: pointer;
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      transition: background 0.2s, border-color 0.2s, transform 0.15s;
      letter-spacing: 0.005em;
    }

    .btn-discord:hover {
      background: linear-gradient(
        to bottom,
        rgba(86, 9, 9, 0.82) 0%,
        rgba(51, 5, 5, 0.94) 100%
      ) !important;
      border-color: rgba(255, 100, 100, 0.38);
      transform: translateY(-1px);
    }

    
    @keyframes fadeInDown {
      from { opacity: 0; transform: translateY(-10px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(16px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 640px) {
      .hero-headline { font-size: 38px !important; }
      .btn-shop, .btn-discord { padding: 12px 20px !important; font-size: 14px; min-width: auto; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
      }
    }
    .hero::after {
  background:
    radial-gradient(
      ellipse 50% 60% at -3% 5%,
      rgba(255, 40, 40, 0.38) 0%,
      rgba(227, 23, 23, 0.22) 28%,
      rgba(194, 16, 16, 0.09) 52%,
      rgba(164, 6, 6, 0.02) 68%,
      transparent 84%
    ),
    radial-gradient(
      ellipse 32% 68% at 84% 52%,
      rgba(184, 16, 16, 0.30) 0%,
      rgba(184, 16, 16, 0.18) 24%,
      rgba(184, 16, 16, 0.07) 44%,
      rgba(184, 16, 16, 0.02) 60%,
      transparent 80%
    ) !important;
}

.hero::before,
.hero::after {
  z-index: 5 !important;
}

.hero::before,
.hero::after {
  z-index: 5 !important;
  filter: blur(50px) !important;
}

.hero::before {
  background:
    radial-gradient(
      ellipse 120% 52% at 50% -8%,
      rgba(255, 50, 50, 0.28) 0%,
      rgba(235, 35, 35, 0.18) 22%,
      rgba(209, 21, 21, 0.09) 42%,
      rgba(184, 16, 16, 0.035) 58%,
      transparent 78%
    ),
    linear-gradient(
      to bottom,
      rgba(255, 50, 50, 0.08) 0%,
      rgba(209, 21, 21, 0.04) 18%,
      transparent 42%
    ) !important;
}

.hero::after {
  background:
    radial-gradient(
      ellipse 62% 88% at -8% 18%,
      rgba(255, 40, 40, 0.30) 0%,
      rgba(227, 23, 23, 0.18) 22%,
      rgba(194, 16, 16, 0.08) 42%,
      rgba(164, 6, 6, 0.025) 58%,
      transparent 78%
    ),
    radial-gradient(
      ellipse 62% 88% at 108% 42%,
      rgba(255, 40, 40, 0.28) 0%,
      rgba(227, 23, 23, 0.16) 22%,
      rgba(194, 16, 16, 0.075) 42%,
      rgba(164, 6, 6, 0.02) 58%,
      transparent 78%
    ),
    linear-gradient(
      to right,
      rgba(255, 40, 40, 0.03) 0%,
      transparent 24%,
      transparent 76%,
      rgba(255, 40, 40, 0.03) 100%
    ) !important;
}

.hero {
  padding-top: 0px !important;
  margin-top: -80px !important;
}

.hero::before {
  inset: 0 0 auto 0 !important;
  top: 28px !important;
  height: calc(100% + 28px) !important;

  background:
    radial-gradient(
      ellipse 120% 52% at 50% 0%,
      rgba(255, 50, 50, 0.28) 0%,
      rgba(235, 35, 35, 0.18) 22%,
      rgba(209, 21, 21, 0.09) 42%,
      rgba(184, 16, 16, 0.035) 58%,
      transparent 78%
    ),
    linear-gradient(
      to bottom,
      rgba(255, 50, 50, 0.08) 0%,
      rgba(209, 21, 21, 0.04) 18%,
      transparent 42%
    ) !important;
}

.nb-nav .nb-wrap {
  box-shadow:
    0 18px 44px rgba(0, 0, 0, .68),
    0 0 0 1px rgba(255, 69, 69, 0.04),
    0 14px 30px rgba(3, 8, 13, 0.42) !important;
}


.hero-content {
  transform: translateY(135px);
}
.hero-bg{
 transform: translateY(50px)
}
body {
  background: #180101 !important;
}

.hero-overlay-dark {
  background: rgba(24, 1, 1, 0.45) !important;
}

.hero-overlay-top {
  background: linear-gradient(
    to bottom,
    rgba(24, 1, 1, 0.55) 0%,
    rgba(24, 1, 1, 0.18) 58%,
    transparent 100%
  ) !important;
}

.hero-overlay-bottom {
  background: linear-gradient(
    to top,
    rgba(24, 1, 1, 1) 0%,
    rgba(24, 1, 1, 0.92) 24%,
    rgba(24, 1, 1, 0.45) 56%,
    transparent 100%
  ) !important;
}

.hero-headline::before {
  background: radial-gradient(
    ellipse 55% 50% at 50% 50%,
    rgba(24, 1, 1, 0.82) 0%,
    rgba(24, 1, 1, 0.65) 30%,
    rgba(24, 1, 1, 0.45) 55%,
    rgba(24, 1, 1, 0.2) 75%,
    transparent 90%
  ) !important;
}

    
    
    .mobile-social-proof { display: none; }

    @media (max-width: 640px) {

      
      .hero-bg {
        transform: none !important;
        background-size: 118% !important;
        background-position: center 6% !important;
      }

      .hero-content {
        transform: none !important;
      }

      
      .hero {
        justify-content: flex-end !important;
        padding-bottom: 44px !important;
        margin-top: 0 !important;
        min-height: 100svh;
      }

      
      .hero-overlay-bottom {
        height: 58% !important;
        background: linear-gradient(
          to top,
          rgba(24, 1, 1, 1) 0%,
          rgba(24, 1, 1, 0.96) 20%,
          rgba(24, 1, 1, 0.60) 44%,
          transparent 100%
        ) !important;
      }

      
      .cta-group {
        flex-direction: column;
        gap: 10px;
        width: 100%;
      }

      .btn-shop,
      .btn-discord {
        width: 100% !important;
        min-width: unset !important;
        padding: 14px 20px !important;
        font-size: 15px !important;
        border-radius: 10px !important;
        box-shadow: none !important;
      }

      
      .mobile-social-proof {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
        animation: fadeInUp 0.65s 0.45s ease both;
        opacity: 0;
      }

      .mobile-social-proof .avatars {
        display: flex;
        align-items: center;
      }

      .mobile-social-proof .avatars span {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid rgba(24, 1, 1, 0.9);
        background: linear-gradient(135deg, #e92929, #9a0f0f);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        font-weight: 700;
        color: rgba(255, 180, 180, 0.95);
        margin-left: -6px;
        flex-shrink: 0;
      }

      .mobile-social-proof .avatars span:first-child { margin-left: 0; }

      .mobile-social-proof .proof-text {
        font-size: 12px;
        color: rgba(255, 150, 150, 0.65);
        font-weight: 400;
        line-height: 1.4;
        text-align: left;
      }

      .mobile-social-proof .proof-text strong {
        color: rgba(255, 180, 180, 0.88);
        font-weight: 600;
      }
    }
    @media (max-width: 640px) {
  .hero-bg {
    background-position: center 45% !important; 
  }
}
@media (max-width: 640px) {
  .hero-content {
    transform: translateY(-80px) !important;
  }
}

#ux-header-dynamic {
    position: fixed;
    top: 16px;
    left: 0;
    z-index: 2000;
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: transparent;
    padding: 0 2rem;
    pointer-events: none;
  }

  #ux-header-dynamic .ux-navbar-dynamic,
  #ux-header-dynamic .collapse {
    pointer-events: auto;
  }

  .ux-navbar-dynamic {
    width: 100%;
    height: 52px;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition:
      padding-left 0.25s ease,
      padding-right 0.25s ease,
      border-radius 0.25s ease,
      background 0.25s ease,
      border 0.25s ease,
      box-shadow 0.25s ease,
      backdrop-filter 0.25s ease,
      -webkit-backdrop-filter 0.25s ease;
  }

  .ux-nav-logo {
    display: flex;
    align-items: center;
    height: 100%;
    min-width: max-content;
  }

  .ux-nav-logo a {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    gap: 0.55rem;
  }

  .ux-nav-logo img {
    height: 32px;
    width: auto;
    display: block;
    margin: 0;
    object-fit: contain;
  }

  .ux-nav-logo span {
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
  }

  .ux-nav-links {
    display: flex;
    gap: 1.75rem;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
  }

  .ux-nav-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    transition: color 0.2s ease, opacity 0.2s ease;
    line-height: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .ux-nav-links a:hover {
    color: #ffffff;
  }

  .ux-nav-buttons {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    padding: 0.2rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    min-width: max-content;
  }

  .ux-nav-plain-btn,
  .ux-nav-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.75rem;
    transition: all 0.2s ease;
    border-radius: 50px;
    line-height: 1;
    background: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
  }

  .ux-nav-plain-btn:hover,
  .ux-nav-cart-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
    text-decoration: none;
  }

  .ux-nav-cart-btn {
    position: relative;
    padding: 0.35rem 0.6rem;
  }

  .ux-nav-cart-btn .icon {
    width: 14px;
    height: 14px;
    display: block;
  }

  .ux-nav-cart-btn .count,
  .ux-mobile-cart-btn .count {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #eb3838;
    color: #340505;
    font-size: 0.6rem;
    font-weight: 700;
    min-width: 14px;
    height: 14px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
  }

  .ux-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 1.1rem;
    background: linear-gradient(135deg, #eb3838 0%, #7a0c0c 100%);
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.78rem;
    border-radius: 50px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.2s ease;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .ux-nav-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(235, 56, 56, 0.25);
    color: #ffffff;
    text-decoration: none;
  }

  .ux-currency-wrap {
    display: flex;
    align-items: center;
    padding: 0 0.15rem;
  }

  .ux-currency-wrap .currency-selector {
    max-width: 110px;
  }

  .ux-currency-wrap .currency-selector select {
    width: 80px;
    height: 28px;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem;
    padding: 0;
  }

  .ux-currency-wrap .choices,
  .ux-currency-wrap .choices__inner {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ux-currency-wrap .choices__list--single {
    padding: 0 !important;
  }

  .ux-currency-wrap .choices[data-type*=select-one]::after {
    display: none !important;
  }

  .ux-mobile-toggle {
    background: none;
    border: none;
    color: #ffffff;
    padding: 0.5rem;
    display: none;
    margin-left: 0.35rem;
  }

  .ux-mobile-toggle svg {
    display: block;
  }

  #uxMobileNavDynamic {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(33, 3, 3, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    margin: 0 1rem;
    padding: 1rem;
  }

  .ux-mobile-nav-inner {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ux-mobile-nav-inner a,
  .ux-mobile-nav-inner button {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease;
    background: none;
    border: none;
    text-align: left;
  }

  .ux-mobile-nav-inner a:hover,
  .ux-mobile-nav-inner button:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
  }

  .ux-mobile-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }

  .ux-mobile-cart-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
  }

  .ux-mobile-cart-btn .icon {
    width: 14px;
    height: 14px;
  }

  .ux-mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #eb3838 0%, #7a0c0c 100%);
    color: #ffffff !important;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
  }

  .ux-mobile-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
  }

  @media (max-width: 991.98px) {
    #ux-header-dynamic {
      padding: 0 1rem !important;
      top: 8px !important;
    }

    .ux-navbar-dynamic {
      padding: 0.3rem 0.5rem !important;
      height: 44px !important;
    }

    .ux-nav-logo img {
      height: 28px !important;
    }

    .ux-nav-logo span {
      font-size: 0.92rem;
    }

    .ux-nav-links {
      display: none !important;
    }

    .ux-nav-buttons {
      background: none !important;
      border: none !important;
      padding: 0 !important;
      gap: 0.3rem !important;
    }

    .ux-desktop-only {
      display: none !important;
    }

    .ux-mobile-toggle {
      display: flex !important;
      align-items: center;
      justify-content: center;
    }
  }
  @media (max-width: 991.98px) {
  .ux-navbar-dynamic {
    background: rgba(33, 3, 3, 0.22) !important;
    backdrop-filter: blur(14px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(160%) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18) !important;
  }
}

.product-wrapper.component,
  .product-wrapper.component * {
    font-family: "Plus Jakarta Sans", sans-serif;
  }

  .product-wrapper.component {
    position: relative;
    overflow: hidden;
  }

  .product-wrapper.component::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 18% 22%, rgba(255, 106, 106, 0.06), transparent 24%),
      radial-gradient(circle at 78% 38%, rgba(255, 106, 106, 0.045), transparent 26%),
      radial-gradient(circle at 52% 82%, rgba(255, 106, 106, 0.035), transparent 24%);
    filter: blur(36px);
    z-index: 0;
  }

  .product-wrapper.component > .container {
    position: relative;
    z-index: 1;
    max-width: 1380px;
  }

  .product-wrapper.component .py-5-nav {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .product-wrapper.component .px-4.px-lg-5.my-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .product-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1.6rem;
    font-size: 0.98rem;
    line-height: 1.4;
    color: rgba(245, 160, 160, 0.68);
  }

  .product-breadcrumbs a {
    color: rgba(245, 160, 160, 0.68);
    text-decoration: none;
    transition: color 0.18s ease;
  }

  .product-breadcrumbs a:hover {
    color: #ff8e8e;
  }

  .product-breadcrumbs .sep {
    color: rgba(245, 160, 160, 0.42);
  }

  .product-breadcrumbs .current {
    color: #ffffff;
    font-weight: 500;
  }

  .product-media-wrap {
    max-width: 690px;
  }

  .product-image-shell {
    position: relative;
  }

  .product-image-shell .carousel,
  .product-image-shell > img,
  .product-image-shell > .product-img-placeholder {
    margin-bottom: 0 !important;
  }

  .product-image-shell .carousel-inner {
    overflow: visible;
  }

  .product-image-shell .carousel-item {
    padding: 0;
  }

  .product-image-shell .aspect-product-page-image,
  .product-image-shell .card-img-top.aspect-product-page-image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    border-radius: 30px;
    display: block;
    background: transparent;
  }

  .product-image-shell .product-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.04);
  }

  .product-image-shell .carousel-indicators,
  .product-image-shell .carousel-control-prev,
  .product-image-shell .carousel-control-next {
    display: none !important;
  }

  .product-instant-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(17, 124, 83, 0.16);
    border: 1px solid rgba(62, 223, 160, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #54e3a4;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 500;
  }

  .product-instant-badge svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
  }

  .product-image-shell .thumbnails {
    display: flex;
    gap: 14px;
    padding: 16px 0 0;
    margin: 0 !important;
    background: transparent;
  }

  .product-image-shell .thumbnails button {
    width: 96px;
    height: 96px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    padding: 0;
    opacity: 1;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  }

  .product-image-shell .thumbnails button.active {
    border-color: rgba(255, 106, 106, 0.75);
    box-shadow: 0 0 0 1px rgba(255, 106, 106, 0.2);
  }

  .product-image-shell .thumbnails button:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 106, 106, 0.45);
  }

  .product-image-shell .thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }

  .product-account-box {
    margin-top: 16px;
    width: 100%;
    max-width: 690px;
    border-radius: 16px;
    padding: 20px 22px;
    background: rgba(62, 6, 6, 0.5);
    border: 1px solid rgba(255, 106, 106, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  }

  .product-account-box-inner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  .product-account-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(221, 22, 22, 0.24);
    color: #ff6a6a;
  }

  .product-account-icon svg {
    width: 22px;
    height: 22px;
  }

  .product-account-title {
    margin: 0 0 4px;
    color: #f5f8ff;
    font-size: 0.98rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  .product-account-desc {
    margin: 0;
    color: rgba(246, 167, 167, 0.7);
    font-size: 0.92rem;
    line-height: 1.5;
    font-weight: 500;
  }

  .product-account-link {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff7878;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
  }

  .product-account-link:hover {
    color: #ff9b9b;
  }

  .product-account-link svg {
    width: 18px;
    height: 18px;
  }

  .product-page-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 0.7rem;
  }

  .product-page-heading h1.display-6.fw-bolder {
    margin: 0 !important;
    font-size: clamp(1.85rem, 3vw, 2.7rem) !important;
    line-height: 1.02 !important;
    font-weight: 500 !important;
    letter-spacing: -0.045em !important;
    color: #ffffff !important;
  }

  .product-top-price {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -0.04em;
    background: linear-gradient(to bottom, #ffffff 0%, #f49090 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
  }

  .product-status-inline {
    margin-bottom: 1.7rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(11, 132, 97, 0.12);
    border: 1px solid rgba(34, 211, 154, 0.14);
    color: #22d39a;
    font-size: 0.92rem;
    line-height: 1;
    font-weight: 500;
  }

  .product-status-inline .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22d39a;
    box-shadow: 0 0 10px rgba(34, 211, 154, 0.42);
  }

  .product-wrapper.component .status,
  .product-wrapper.component .live-stats,
  .product-wrapper.component .badges,
  .product-wrapper.component .mb-4 > .d-flex.align-items-center.gap-3 {
    display: none !important;
  }

  .product-tabs {
    margin-top: 2rem;
  }

  @media (max-width: 991.98px) {
    .product-wrapper.component .py-5-nav {
      padding-top: 3.5rem;
    }

    .product-page-heading {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }

    .product-media-wrap,
    .product-account-box {
      max-width: 100%;
    }

    .product-image-shell .thumbnails button {
      width: 82px;
      height: 82px;
    }
  }

  @media (max-width: 767.98px) {
    .product-wrapper.component .py-5-nav {
      padding-top: 3rem;
    }

    .product-wrapper.component .px-4.px-lg-5.my-5 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .product-breadcrumbs {
      font-size: 0.9rem;
      margin-bottom: 1.1rem;
    }

    .product-image-shell .aspect-product-page-image,
    .product-image-shell .card-img-top.aspect-product-page-image,
    .product-image-shell .product-img-placeholder {
      border-radius: 22px;
    }

    .product-image-shell .thumbnails {
      gap: 10px;
    }

    .product-image-shell .thumbnails button {
      width: 72px;
      height: 72px;
      border-radius: 14px;
    }

    .product-page-heading h1.display-6.fw-bolder {
      font-size: 2rem !important;
    }

    .product-top-price {
      font-size: 2rem;
    }

    .product-account-box {
      padding: 18px 18px;
      border-radius: 16px;
    }

    .product-account-icon {
      width: 46px;
      height: 46px;
      border-radius: 13px;
    }
  }

.product-image-shell .aspect-product-page-image,
.product-image-shell .card-img-top.aspect-product-page-image,
.product-image-shell .product-img-placeholder,
.product-image-shell .carousel-inner {
  border-radius: 20px !important;
}
@media (max-width: 767.98px) {
  .product-wrapper.component {
    margin-top: 70px !important; 
  }
}
@media (max-width: 767.98px) {
  .product-page-heading {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .product-page-heading h1 {
    font-size: 1.4rem !important;
    max-width: 70%;
  }

  .product-top-price {
    font-size: 1.4rem !important;
    white-space: nowrap;
  }
}

.trending-header {
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-align: center;
    padding: 2.5rem 1rem 0;
    position: relative;
    z-index: 1;
  }

  .trending-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 69, 69, 0.12);
    border: 1px solid rgba(255, 69, 69, 0.35);
    color: #ff4545;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 0.6rem;
    letter-spacing: 0.01em;
  }

  .trending-badge svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  .trending-title {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.25rem;
    margin: 0 0 0.4rem;
  }

  @media (min-width: 640px) {
    .trending-title {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }

  @media (min-width: 1024px) {
    .trending-title {
      font-size: 3rem;
      line-height: 1.1;
    }
  }

  .trending-title span {
    background: linear-gradient(to bottom, #ffffff, #9ca3af);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .trending-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #6b7280;
    font-size: 0.95rem;
    margin: 0;
  }

  .trending-grid-wrapper {
    position: relative;
    padding-bottom: 1rem;
  }

.trending-grid-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 69, 69, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 69, 69, 0.035) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
  z-index: 0;
}

  .trending-grid-wrapper > * {
  position: relative;
  z-index: 1;
  
  transform: translateY(60px); 
}

  .trending-grid-wrapper .container.component {
    margin-top: 20px !important;
  }
  
.product-card-redesign .stock-glass-badge {
  background: rgba(255, 90, 90, 0.18) !important;
  border: 1px solid rgba(255, 120, 120, 0.35) !important;
  color: #ffdada !important;
}

.product-card-redesign .stock-glass-badge .dot {
  background: #ff6a6a !important;
  box-shadow: 0 0 10px rgba(255, 106, 106, 0.6) !important;
}

.accounts-mini-cta {
    position: relative;
    overflow: hidden;
    padding: 110px 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    isolation: isolate;
  }

  .accounts-mini-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255, 69, 69, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 69, 69, 0.03) 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
    z-index: 0;
  }

  .accounts-mini-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
      radial-gradient(circle at 50% 52%, rgba(255, 69, 69, 0.08) 0%, rgba(255, 69, 69, 0.045) 28%, rgba(255, 69, 69, 0.02) 52%, transparent 74%),
      radial-gradient(circle at 50% 52%, rgba(255, 69, 69, 0.035) 0%, transparent 62%);
    filter: blur(70px);
  }

  .accounts-mini-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }

  .accounts-mini-cta-title {
    margin: 0;
    font-size: clamp(2.25rem, 4.8vw, 3.8rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-weight: 600;
    background: linear-gradient(
      to bottom,
      #ffffff 0%,
      #ffdbdb 32%,
      #9ca3af 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .accounts-mini-cta-subtitle {
    margin: 18px 0 0;
    font-size: clamp(0.98rem, 1.8vw, 1.15rem);
    line-height: 1.5;
    font-weight: 500;
    color: rgba(255, 170, 170, 0.68);
    letter-spacing: -0.015em;
  }

  .accounts-mini-cta-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .accounts-mini-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 230px;
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.005em;
    color: #ffffff !important;
    background: linear-gradient(
      to bottom,
      #ff6a6a 0%,
      #ff4545 46%,
      #cd1515 100%
    ) !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    box-shadow: 0 10px 26px rgba(255, 30, 30, 0.22);
  }

  .accounts-mini-cta-btn:hover {
    transform: translateY(-1px);
    color: #ffffff !important;
    background: linear-gradient(
      to bottom,
      #ff8585 0%,
      #ff5a5a 46%,
      #e81e1e 100%
    ) !important;
    box-shadow: 0 14px 30px rgba(255, 30, 30, 0.28);
  }

  .accounts-mini-cta-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  @media (max-width: 767.98px) {
    .accounts-mini-cta {
      padding: 90px 18px;
    }

    .accounts-mini-cta-btn {
      min-width: 0;
      width: 100%;
      max-width: 280px;
      padding: 13px 18px;
      font-size: 14px;
      border-radius: 8px;
    }
  }
  
.accounts-mini-cta {
  overflow: visible !important;
  padding: 90px 20px !important; 
}

.accounts-mini-cta::after {
  filter: blur(60px) !important;
  opacity: 0.8;
  transform: translateY(10px); 
}

.accounts-mini-cta-title {
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
}

.accounts-mini-cta-btn {
  padding: 16px 26px !important; 
  border-radius: 14px !important; 
  box-shadow: none !important;
}

.accounts-mini-cta-btn:hover {
  box-shadow: none !important;
  transform: translateY(-1px);
}

.accounts-mini-cta::before {
  background-image:
    linear-gradient(rgba(255, 220, 220, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 220, 220, 0.05) 1px, transparent 1px) !important;

  background-size: 28px 28px !important; 

  
  mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 100%);
}
/* =========================
   FEATURES
   ========================= */

#wcus-v2 .wcv2-featured,
#wcus-v2 .wcv2-trusted,
#wcus-v2 .wcv2-delivery,
#wcus-v2 .wcv2-payments,
.accounts-mini-cta,
.faq .accordion-item {
  opacity: 0;
  will-change: transform, opacity;
}

#wcus-v2 .wcv2-featured {
  transform: translate3d(-70px, 0, 0);
  transition:
    transform .85s cubic-bezier(.22,1,.36,1),
    opacity .85s cubic-bezier(.22,1,.36,1);
}

#wcus-v2 .wcv2-trusted,
#wcus-v2 .wcv2-delivery,
#wcus-v2 .wcv2-payments {
  transform: translate3d(70px, 0, 0);
  transition:
    transform .85s cubic-bezier(.22,1,.36,1),
    opacity .85s cubic-bezier(.22,1,.36,1);
}

#wcus-v2 .wcv2-trusted { transition-delay: .05s; }
#wcus-v2 .wcv2-delivery { transition-delay: .14s; }
#wcus-v2 .wcv2-payments { transition-delay: .23s; }

#wcus-v2 .wcv2-featured.in-view,
#wcus-v2 .wcv2-trusted.in-view,
#wcus-v2 .wcv2-delivery.in-view,
#wcus-v2 .wcv2-payments.in-view {
  opacity: 1;
  transform: translate3d(0,0,0);
}

/* =========================
   LOOKING FOR CHEATS
   ========================= */

.accounts-mini-cta {
  transform: translate3d(0, 28px, 0);
  transition:
    transform .65s cubic-bezier(.22,1,.36,1),
    opacity .65s cubic-bezier(.22,1,.36,1);
  position: relative;
  overflow: hidden;
}

.accounts-mini-cta::after {
  content: "";
  display: block;
  width: min(240px, 44%);
  height: 2px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,.08) 12%,
    rgba(255,255,255,.96) 50%,
    rgba(255,255,255,.08) 88%,
    transparent 100%
  );
  box-shadow:
    0 0 14px rgba(255,255,255,.16),
    0 0 30px rgba(164,30,178,.14);
  transform: scaleX(.2);
  opacity: 0;
  transition:
    transform .55s cubic-bezier(.22,1,.36,1),
    opacity .55s cubic-bezier(.22,1,.36,1);
}

.accounts-mini-cta.in-view {
  opacity: 1;
  transform: translate3d(0,0,0);
}

.accounts-mini-cta.in-view::after {
  opacity: 1;
  transform: scaleX(1);
}

/* =========================
   FAQ CARDS
   ========================= */

.faq .accordion-item {
  transform: translate3d(0, 46px, 0);
  transition:
    transform 1s cubic-bezier(.22,1,.36,1),
    opacity 1s cubic-bezier(.22,1,.36,1);
}

.faq .accordion-item:nth-child(1) { transition-delay: .02s; }
.faq .accordion-item:nth-child(2) { transition-delay: .10s; }
.faq .accordion-item:nth-child(3) { transition-delay: .18s; }
.faq .accordion-item:nth-child(4) { transition-delay: .26s; }
.faq .accordion-item:nth-child(5) { transition-delay: .34s; }
.faq .accordion-item:nth-child(6) { transition-delay: .42s; }
.faq .accordion-item:nth-child(7) { transition-delay: .50s; }
.faq .accordion-item:nth-child(8) { transition-delay: .58s; }

.faq .accordion-item.in-view {
  opacity: 1;
  transform: translate3d(0,0,0);
}

/* =========================
   REDUCED MOTION
   ========================= */

@media (prefers-reduced-motion: reduce) {
  #wcus-v2 .wcv2-featured,
  #wcus-v2 .wcv2-trusted,
  #wcus-v2 .wcv2-delivery,
  #wcus-v2 .wcv2-payments,
  .accounts-mini-cta,
  .faq .accordion-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .accounts-mini-cta::after {
    opacity: 1 !important;
    transform: scaleX(1) !important;
    transition: none !important;
  }
}
}