﻿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%, #fde68a 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(253, 211, 107, 0.65) !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: #120c00 !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: #f59e0b !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 0 0 2px  "rgba(217, 119, 6, $($args[0].Groups[1].Value))"  !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(253, 211, 107, 0.72) !important;
    border-bottom: 2px solid rgba(253, 211, 107, 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(253, 220, 140, 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(217, 119, 6, $($args[0].Groups[1].Value))" , transparent, transparent);
    opacity: 0.5;
    pointer-events: none;
}

.wcv2-featured-glow {
    position: absolute;
    right: -5rem;
    top: -5rem;
    width: 24rem;
    height: 24rem;
    background:  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" ;
    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.8;
    transition: opacity 0.5s;
    background: url('https://image2url.com/r2/default/images/1775582862576-588fcaf5-4ab8-463e-bb75-3dade2e5f188.png') 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(217, 119, 6, $($args[0].Groups[1].Value))" ;
    color: #eab308;
    font-size: 0.75rem;
    font-weight: 500;
    width: fit-content;
    border: 1px solid  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" ;
}

.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, #eab308, #d97706);
    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(217, 119, 6, $($args[0].Groups[1].Value))" ;
    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(217, 119, 6, $($args[0].Groups[1].Value))" ;
}

.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(217, 119, 6, $($args[0].Groups[1].Value))" ;
    animation-delay: 0.3s;
}

.wcv2-ring-5 {
    width: 150px;
    height: 150px;
    border-color:  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" ;
    animation-delay: 0.4s;
}

.wcv2-ring-6 {
    width: 100px;
    height: 100px;
    border-color:  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" ;
    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, #eab308, #d97706);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" ;
    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: #eab308;
}

.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: #b45309;
    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(217, 119, 6, $($args[0].Groups[1].Value))" ;
    box-shadow: 0 0 15px  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" ;
}

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

.wcv2-delivery:hover .wcv2-step-2 {
    border-color:  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" ;
    box-shadow: 0 0 20px  "rgba(234, 179, 8, $($args[0].Groups[1].Value))" ;
    transform: scale(1.1);
    transition-delay: 0.3s;
}

.wcv2-delivery:hover .wcv2-step-2 svg {
    color: #eab308;
    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, #eab308, 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(217, 119, 6, $($args[0].Groups[1].Value))" ;
}

.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(234, 179, 8, $($args[0].Groups[1].Value))" ;
}

.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(217, 119, 6, $($args[0].Groups[1].Value))" ;
    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: #150d00 !important;
}

.wcv2-delivery-header {
    background-color: #150d00 !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(217, 119, 6, $($args[0].Groups[1].Value))" ,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))" , transparent 70%) !important;
    filter: blur(90px);
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

.footer-modern {
    background-color: #120c00 !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://wallpapercave.com/wp/wp2514160.jpg');
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    z-index: 2 !important;
    opacity: 0.5 !important;
    filter: brightness(0.72) contrast(0.95) saturate(0.9) !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(234, 179, 8, $($args[0].Groups[1].Value))"  0%,  "rgba(200, 155, 10, $($args[0].Groups[1].Value))"  20%, rgba(146,64,14, 0.10) 45%, rgba(120,53,15, 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(234, 179, 8, $($args[0].Groups[1].Value))"  0%,  "rgba(200, 155, 10, $($args[0].Groups[1].Value))"  28%, rgba(146,64,14, 0.07) 52%, rgba(120,53,15, 0.02) 68%, transparent 84%), radial-gradient( ellipse 32% 68% at 84% 52%,  "rgba(200, 155, 10, $($args[0].Groups[1].Value))"  0%, rgba(146,64,14, 0.14) 24%, rgba(120,53,15, 0.05) 44%, rgba(100,40,10, 0.01) 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(30, 20, 0, 0.72);
    border: 1px solid  "rgba(234, 179, 8, $($args[0].Groups[1].Value))" ;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 400;
    color: rgba(253, 224, 120, 0.95);
    margin-bottom: 28px;
    letter-spacing: 0.015em;
    animation: fadeInDown 0.55s ease both;
}

.trust-star {
    color: #eab308;
    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(13, 8, 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(13, 8, 0, 0.18);
}

.line-blue {
    display: inline-block !important;
    background: linear-gradient( to bottom, #fde68a 0%, #fbbf24 18%, #f59e0b 52%, #d97706 76%, #b45309 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, 230, 160, 0.85) !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, #fbbf24 0%, #eab308 46%, #b45309 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, #fde68a 0%, #f59e0b 46%, #d97706 100%) !important;
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 26px  "rgba(234, 179, 8, $($args[0].Groups[1].Value))" ;
}

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

.btn-discord {
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    color: rgba(253, 224, 120, 0.95);
    background: linear-gradient( to bottom, rgba(40, 28, 0, 0.72) 0%, rgba(20, 14, 0, 0.86) 100%) !important;
    border: 1px solid  "rgba(234, 179, 8, $($args[0].Groups[1].Value))" ;
    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(60, 40, 0, 0.82) 0%, rgba(30, 20, 0, 0.94) 100%) !important;
    border-color:  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" ;
    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(234, 179, 8, $($args[0].Groups[1].Value))"  0%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  28%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  52%,  "rgba(200, 155, 10, $($args[0].Groups[1].Value))"  68%, transparent 84%), radial-gradient( ellipse 32% 68% at 84% 52%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  0%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  24%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  44%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  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(234, 179, 8, $($args[0].Groups[1].Value))"  0%,  "rgba(217, 119, 6, $($args[0].Groups[1].Value))"  22%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  42%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  58%, transparent 78%), linear-gradient( to bottom,  "rgba(217, 119, 6, $($args[0].Groups[1].Value))"  0%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  18%, transparent 42%) !important;
}

.hero::after {
    background: radial-gradient( ellipse 62% 88% at -8% 18%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  0%,  "rgba(217, 119, 6, $($args[0].Groups[1].Value))"  22%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  42%,  "rgba(200, 155, 10, $($args[0].Groups[1].Value))"  58%, transparent 78%), radial-gradient( ellipse 62% 88% at 108% 42%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  0%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  22%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  42%,  "rgba(200, 155, 10, $($args[0].Groups[1].Value))"  58%, transparent 78%), linear-gradient( to right,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  0%, transparent 24%, transparent 76%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  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(234, 179, 8, $($args[0].Groups[1].Value))"  0%,  "rgba(217, 119, 6, $($args[0].Groups[1].Value))"  22%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  42%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  58%, transparent 78%), linear-gradient( to bottom,  "rgba(217, 119, 6, $($args[0].Groups[1].Value))"  0%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  18%, transparent 42%) !important;
}

.nb-nav .nb-wrap {
    box-shadow: 0 18px 44px rgba(13, 8, 0, .68), 0 0 0 1px  "rgba(234, 179, 8, $($args[0].Groups[1].Value))" , 0 14px 30px rgba(3, 8, 13, 0.42) !important;
}

.hero-content {
    transform: translateY(135px);
}

body {
    background: #0d0a00 !important;
}

.hero-overlay-dark {
    background: rgba(13, 8, 0, 0.45) !important;
}

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

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

.hero-headline::before {
    background: radial-gradient( ellipse 55% 50% at 50% 50%, rgba(13, 8, 0, 0.82) 0%, rgba(13, 8, 0, 0.65) 30%, rgba(13, 8, 0, 0.45) 55%, rgba(13, 8, 0, 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(13, 8, 0, 1) 0%, rgba(13, 8, 0, 0.96) 20%, rgba(13, 8, 0, 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(13, 8, 0, 0.9);
        background: linear-gradient(135deg, #d97706, #854d0e);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        font-weight: 700;
        color: rgba(251, 191, 36, 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(217, 119, 6, $($args[0].Groups[1].Value))" ;
        font-weight: 400;
        line-height: 1.4;
        text-align: left;
    }
    .mobile-social-proof .proof-text strong {
        color: rgba(251, 191, 36, 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: 2rem;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.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.5rem;
    align-items: center;
    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: #eab308;
    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, #eab308 0%, #854d0e 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(234, 179, 8, $($args[0].Groups[1].Value))" ;
    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, #eab308 0%, #854d0e 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(13, 8, 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(217, 119, 6, $($args[0].Groups[1].Value))" , transparent 24%), radial-gradient(circle at 78% 38%,  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" , transparent 26%), radial-gradient(circle at 52% 82%,  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" , 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(217, 119, 6, $($args[0].Groups[1].Value))" ;
    box-shadow: 0 0 0 1px  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" ;
}

.product-image-shell .thumbnails button:hover {
    transform: translateY(-1px);
    border-color:  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" ;
}

.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(217, 119, 6, $($args[0].Groups[1].Value))" ;
    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(234, 179, 8, $($args[0].Groups[1].Value))" ;
    color: #fbbf24;
}

.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(217, 119, 6, $($args[0].Groups[1].Value))" ;
    border: 1px solid  "rgba(217, 119, 6, $($args[0].Groups[1].Value))" ;
    color: #eab308;
    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(234, 179, 8, $($args[0].Groups[1].Value))"  1px, transparent 1px), linear-gradient(90deg,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  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(217, 119, 6, $($args[0].Groups[1].Value))"  !important;
    border: 1px solid  "rgba(217, 119, 6, $($args[0].Groups[1].Value))"  !important;
    color: #ffdada !important;
}

.product-card-redesign .stock-glass-badge .dot {
    background: #fbbf24 !important;
    box-shadow: 0 0 10px  "rgba(217, 119, 6, $($args[0].Groups[1].Value))"  !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(234, 179, 8, $($args[0].Groups[1].Value))"  1px, transparent 1px), linear-gradient(90deg,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  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(217, 119, 6, $($args[0].Groups[1].Value))"  0%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  28%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  52%, transparent 74%), radial-gradient(circle at 50% 52%,  "rgba(234, 179, 8, $($args[0].Groups[1].Value))"  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(251, 191, 36, 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, #fbbf24 0%, #eab308 46%, #b45309 100%) !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    box-shadow: 0 10px 26px  "rgba(234, 179, 8, $($args[0].Groups[1].Value))" ;
}

.accounts-mini-cta-btn:hover {
    transform: translateY(-1px);
    color: #ffffff !important;
    background: linear-gradient( to bottom, #fde68a 0%, #f59e0b 46%, #d97706 100%) !important;
    box-shadow: 0 14px 30px  "rgba(234, 179, 8, $($args[0].Groups[1].Value))" ;
}

.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(253, 224, 120, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(253, 224, 120, 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%);
}

.hero-bg {
    background-position: center 33% !important;
}

@media (max-width: 640px) {
    .hero {
        min-height: 100svh !important;
        height: 100svh !important;
        justify-content: center !important;
        padding: 88px 20px 36px !important;
        margin-top: 0 !important;
        overflow: hidden !important;
    }
    .hero-bg {
        inset: 0 !important;
        transform: none !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center 38% !important;
        opacity: 0.42 !important;
    }
    .hero-content {
        transform: none !important;
        position: relative !important;
        z-index: 20 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-top: 110px !important;
    }
    .hero-overlay-top {
        height: 18% !important;
    }
    .hero-overlay-bottom {
        height: 46% !important;
        background: linear-gradient( to top, rgba(13, 8, 0, 1) 0%, rgba(13, 8, 0, 0.94) 28%, rgba(13, 8, 0, 0.55) 62%, transparent 100%) !important;
    }
    .hero-headline {
        font-size: 34px !important;
        line-height: 0.96 !important;
        margin-bottom: 18px !important;
    }
    .hero-sub {
        width: 100% !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
        margin-bottom: 26px !important;
    }
    .cta-group {
        width: 100% !important;
        flex-direction: column !important;
        gap: 12px !important;
    }
    .btn-shop,
    .btn-discord {
        width: 100% !important;
        min-width: 100% !important;
    }
}



