/* designed by https://theme.mysellauth.com */
/* designed by https://theme.mysellauth.com */
.section-title {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  display: block !important;
  width: 100% !important;
}

.section-title h2 {
  margin-top: 1.25rem;
  text-align: center !important;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #fafafa;
  padding: 0 1rem;
  display: block !important;
  width: 100% !important;
}

@media (min-width: 640px) {
  .section-title h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .section-title h2 {
    font-size: 2.75rem;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .section-title h2 {
    font-size: 3.5rem;
  }
}
/* designed by https://theme.mysellauth.com */
.section-subtitle {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  display: block !important;
  width: 100% !important;
}
/* designed by https://theme.mysellauth.com */
.section-subtitle p {
  color: #a1a1aa;
  margin-top: 1.25rem;
  text-align: center !important;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 0.5rem;
  margin-bottom: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  width: 100% !important;
}

@media (min-width: 640px) {
  .section-subtitle p {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .section-subtitle p {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    padding: 0;
  }
}

/* designed by https://theme.mysellauth.com */
.testimonials .col-12 {
  margin-bottom: 1.5rem;
}

.testimonial {
  background: rgba(18, 18, 21, 0.4) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgb(0 0 255 / 15%) !important;
  border-radius: 1.25rem !important;
  padding: 1.5rem !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.testimonial:hover {
  transform: translateY(-5px) !important;
  border-color: rgb(0 0 255 / 40%) !important;
  box-shadow: 0 15px 40px rgb(0 0 255 / 10%) !important;
  background: rgba(18, 18, 21, 0.6) !important;
}
/* designed by https://theme.mysellauth.com */
.testimonial .header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 1.25rem !important;
  border: none !important;
  padding: 0 !important;
}

.testimonial .quote {
  width: 2rem !important;
  height: 2rem !important;
  color: rgb(0 0 255 / 20%) !important;
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
}

.testimonial .stars {
  display: flex !important;
  gap: 0.25rem !important;
}

.testimonial .stars svg {
  width: 1.125rem !important;
  height: 1.125rem !important;
}

.testimonial .content .message {
  font-size: 0.9375rem !important;
  line-height: 1.6 !important;
  color: #fafafa !important;
  margin-bottom: 1rem !important;
}

.testimonial .content .reply {
  background: rgb(0 0 255 / 5%) !important;
  border-left: 2px solid rgb(0 0 255) !important;
  padding: 1rem !important;
  border-radius: 0.5rem !important;
  margin-top: 1rem !important;
}
/* designed by https://theme.mysellauth.com */
.testimonial .content .reply .text {
  font-size: 0.875rem !important;
  color: #a1a1aa !important;
  margin-bottom: 0.5rem !important;
}

.testimonial .content .reply .author {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.testimonial .content .reply .author span {
  color: rgb(0 0 255) !important;
}

.testimonial .footer {
  margin-top: 1.5rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.testimonial .footer .items {
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  color: rgb(0 0 255) !important;
}

.testimonial .footer .date {
  font-size: 0.75rem !important;
  color: #71717a !important;
}

.pricing-plan-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #09090b;
  color: #fafafa;
}

@media (min-width: 640px) {
  .pricing-plan-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.pricing-plan-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .pricing-plan-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.pricing-plan-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .pricing-plan-header {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-header {
    margin-bottom: 3rem;
  }
}

.pricing-plan-badge-wrapper {
  display: flex;
  justify-content: center;
}

.pricing-plan-badge-mono {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding: 0.375rem 1rem;
  font-family: 'Sora', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  background: rgb(0 0 255 / 10%);
  border: 1px solid rgb(0 0 255 / 40%);
  color: rgb(0 0 255);
}

.pricing-plan-badge-mono svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.pricing-plan-badge-mono .badge-separator {
  width: 1px;
  height: 14px;
  background: rgb(0 0 255 / 30%);
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .pricing-plan-badge-mono {
    padding: 0.375rem 1.25rem;
  }
  
  .pricing-plan-badge-mono svg {
    width: 18px;
    height: 18px;
  }
  
  .pricing-plan-badge-mono .badge-separator {
    height: 16px;
  }
}
/* designed by https://theme.mysellauth.com */
.pricing-plan-main-title {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  color: #fafafa;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .pricing-plan-main-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .pricing-plan-main-title {
    font-size: 2.75rem;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-main-title {
    font-size: 3.5rem;
  }
}

.pricing-plan-main-subtitle {
  color: #a1a1aa;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 0.5rem;
}

@media (min-width: 640px) {
  .pricing-plan-main-subtitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .pricing-plan-main-subtitle {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    padding: 0;
  }
}

.pricing-plan-content {
  position: relative;
}

.pricing-plan-grid-bg {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: -50%;
  left: -25%;
  right: -25%;
  bottom: -50%;
  width: 150%;
  height: 200%;
  background-image: 
    linear-gradient(to right, rgb(0 0 255 / 20%) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(0 0 255 / 20%) 1px, transparent 1px);
  background-size: 50px 50px;
  -webkit-mask-image: radial-gradient(ellipse 65% 55% at center, transparent 0%, black 35%, transparent 75%);
  mask-image: radial-gradient(ellipse 65% 55% at center, transparent 0%, black 35%, transparent 75%);
}

.pricing-plan-cards-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .pricing-plan-cards-container {
    max-width: 56rem;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-cards-container {
    max-width: 64rem;
  }
}
/* designed by https://theme.mysellauth.com */
.pricing-plan-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  background: rgba(9, 9, 11, 0.8);
  backdrop-filter: blur(8px);
  position: relative;
  border: 1px solid rgb(0 0 255 / 30%);
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .pricing-plan-cards-grid {
    gap: 1rem;
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .pricing-plan-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .pricing-plan-cards-grid {
    gap: 1.25rem;
    padding: 1.5rem;
  }
}

.pricing-plus-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  color: rgb(0 0 255);
  background: #09090b;
  z-index: 2;
}

@media (min-width: 640px) {
  .pricing-plus-icon {
    width: 22px;
    height: 22px;
  }
}

.pricing-plus-top-left {
  top: -10px;
  left: -10px;
}

@media (min-width: 640px) {
  .pricing-plus-top-left {
    top: -12px;
    left: -12px;
  }
}

.pricing-plus-top-right {
  top: -10px;
  right: -10px;
}

@media (min-width: 640px) {
  .pricing-plus-top-right {
    top: -12px;
    right: -12px;
  }
}

.pricing-plus-bottom-left {
  bottom: -10px;
  left: -10px;
}

@media (min-width: 640px) {
  .pricing-plus-bottom-left {
    bottom: -12px;
    left: -12px;
  }
}

.pricing-plus-bottom-right {
  right: -10px;
  bottom: -10px;
}

@media (min-width: 640px) {
  .pricing-plus-bottom-right {
    right: -12px;
    bottom: -12px;
  }
}

.pricing-card-item {
  width: 100%;
  padding: 1rem 0.75rem 0.75rem;
  position: relative;
}

@media (min-width: 640px) {
  .pricing-card-item {
    padding: 1.25rem 1rem 1rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-item {
    padding: 1.5rem 1.25rem 1.25rem;
  }
}

.pricing-card-featured {
  border-radius: 0.5rem;
  border: 1px solid rgb(0 0 255);
  background: rgb(0 0 255 / 5%);
}

.pricing-card-content-space {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 640px) {
  .pricing-card-content-space {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-content-space {
    margin-bottom: 2.5rem;
  }
}

.pricing-card-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .pricing-card-header-flex {
    flex-wrap: nowrap;
  }
}

.pricing-card-plan-title {
  line-height: 1;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0;
  color: #fafafa;
}

@media (min-width: 640px) {
  .pricing-card-plan-title {
    font-size: 1.25rem;
  }
}

.pricing-card-discount-flex {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.pricing-card-strikethrough {
  color: #a1a1aa;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-decoration: line-through;
}

@media (min-width: 640px) {
  .pricing-card-strikethrough {
    font-size: 0.875rem;
  }
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid transparent;
  padding: 0.125rem 0.5rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 600;
  transition: colors 0.2s;
}

@media (min-width: 640px) {
  .pricing-badge {
    padding: 0.125rem 0.625rem;
    font-size: 0.75rem;
  }
}

.pricing-badge-secondary {
  background-color: #27272a;
  color: #fafafa;
}

.pricing-badge-primary {
  background-color: rgb(0 0 255);
  color: #ffffff;
}
/* designed by https://theme.mysellauth.com */
.pricing-card-desc {
  color: #a1a1aa;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 640px) {
  .pricing-card-desc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.pricing-card-price-section {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 640px) {
  .pricing-card-price-section {
    margin-top: 2rem;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-price-section {
    margin-top: 2.5rem;
  }
}

.pricing-card-price-wrapper {
  color: #a1a1aa;
  display: flex;
  align-items: flex-end;
  gap: 0.125rem;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .pricing-card-price-wrapper {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-price-wrapper {
    font-size: 1.25rem;
  }
}

.pricing-card-amount {
  color: #fafafa;
  margin-bottom: -0.125rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.025em;
}

@media (min-width: 640px) {
  .pricing-card-amount {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .pricing-card-amount {
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-amount {
    font-size: 4rem;
  }
}

.pricing-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition: all 0.2s;
  height: 2.25rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}

@media (min-width: 640px) {
  .pricing-btn {
    font-size: 0.875rem;
    height: 2.5rem;
    padding: 0.5rem 1rem;
  }
}

.pricing-btn-outline {
  border: 1px solid #27272a;
  background: #09090b;
  color: #fafafa;
}

.pricing-btn-outline:hover {
  background: rgb(0 0 255 / 10%);
  border-color: rgb(0 0 255);
  color: #fafafa;
}

.pricing-btn-primary {
  background: linear-gradient(to bottom, rgb(0 0 255), rgb(0 0 255));
  color: #ffffff;
  border: none;
}

.pricing-btn-primary:hover {
  background: linear-gradient(to bottom, rgb(0 0 255), rgb(0 0 255 /90%));
}

.pricing-footer-info {
  color: #a1a1aa;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-align: center;
  padding: 0 0.5rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 640px) {
  .pricing-footer-info {
    font-size: 0.875rem;
    padding: 0;
  }
}

.pricing-footer-info svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .pricing-footer-info svg {
    width: 16px;
    height: 16px;
  }
}
/* designed by https://theme.mysellauth.com */
.hero-gradient {
  background: linear-gradient(to bottom, rgb(0 0 255), rgb(0 0 255 / 50%));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.pc-reveal-content {
  will-change: opacity, transform, filter;
  opacity: 0;
  transform: translateY(-40px);
  filter: blur(10px);
  transition: opacity 0.8s cubic-bezier(.4, 0, .2, 1), transform 0.8s cubic-bezier(.4, 0, .2, 1), filter 0.8s cubic-bezier(.4, 0, .2, 1);
}
/* designed by https://theme.mysellauth.com */
.is-animated .pc-reveal-content {
  opacity: 1 !important;
  transform: translateY(0) !important;
  filter: blur(0) !important;
}
/* designed by https://theme.mysellauth.com */

/* Sonic Shop V4: one continuous blue-to-black background */
html {
  background: #05060a;
}

body {
  background-color: #05060a !important;
  background-image: linear-gradient(
    100deg,
    rgba(9, 28, 105, 0.72) 0%,
    rgba(7, 18, 60, 0.58) 20%,
    rgba(6, 10, 24, 0.48) 43%,
    rgba(5, 6, 11, 0.82) 70%,
    #05060a 100%
  ) !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.flex-wrapper,
main,
.component,
.products-showcase,
.pricing-plan-section {
  background-color: transparent !important;
}

.products-showcase {
  position: relative;
}

.products-showcase::before {
  content: "";
  position: absolute;
  inset: -5rem 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    rgba(11, 35, 130, 0.12) 0%,
    rgba(7, 17, 50, 0.06) 38%,
    transparent 78%
  );
}


/* Premium navbar navigation */
.navbar-nav .nav-link {
  position: relative;
  border-radius: .75rem;
  transition: color .3s ease, background .3s ease, transform .35s cubic-bezier(.22,1,.36,1) !important;
}
.navbar-nav .nav-link::after {
  content: ""; position: absolute; left: 1.2rem; right: 1.2rem; bottom: .42rem; height: 2px;
  border-radius: 10px; background: linear-gradient(90deg, #2744ff, #0076ff);
  transform: scaleX(0); transform-origin: center; transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.navbar-nav .nav-link:hover { background: rgba(255,255,255,.035); transform: translateY(-1px); }
.navbar-nav .nav-link:hover::after { transform: scaleX(1); }


/* V7: native category dialogs — always clickable above the page */
.sonic-group-dialog {
  width: min(1180px, calc(100vw - 2rem));
  max-height: min(86vh, 900px);
  padding: 0;
  border: 0;
  border-radius: 1.35rem;
  background: transparent;
  color: #fff;
  overflow: visible;
  opacity: 0;
  transform: translateY(18px) scale(.985);
  transition: opacity .28s ease, transform .38s cubic-bezier(.22,1,.36,1), overlay .28s ease allow-discrete, display .28s ease allow-discrete;
}

.sonic-group-dialog[open] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@starting-style {
  .sonic-group-dialog[open] {
    opacity: 0;
    transform: translateY(18px) scale(.985);
  }
}

.sonic-group-dialog::backdrop {
  background: rgba(2, 3, 9, .76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.sonic-dialog-shell {
  max-height: min(86vh, 900px);
  overflow: hidden;
  border-radius: 1.35rem;
  background: linear-gradient(145deg, rgba(15,17,28,.98), rgba(6,7,12,.99));
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 35px 90px rgba(0,0,0,.62), 0 0 0 1px rgba(0,48,255,.08);
}

.sonic-group-dialog .modal-header {
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 1rem 1.25rem;
  background: rgba(10,11,18,.92);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(14px);
}

.sonic-group-dialog .modal-body {
  max-height: calc(min(86vh, 900px) - 70px);
  overflow-y: auto;
  padding: 1.25rem;
}

.sonic-group-dialog .btn-close {
  opacity: .85;
  filter: invert(1) grayscale(1);
  transition: transform .25s ease, opacity .25s ease;
}

.sonic-group-dialog .btn-close:hover {
  opacity: 1;
  transform: rotate(90deg) scale(1.08);
}

body.sonic-dialog-open {
  overflow: hidden !important;
}

@media (max-width: 640px) {
  .sonic-group-dialog {
    width: calc(100vw - 1rem);
    max-height: 92vh;
  }
  .sonic-dialog-shell { max-height: 92vh; }
  .sonic-group-dialog .modal-body { max-height: calc(92vh - 66px); padding: .85rem; }
}


/* Sonic Shop V8 — refined premium finish */
.easy-highlight,
.section-title .easy-highlight,
.hero .easy-highlight,
.easy-main-title .easy-highlight {
  display: inline-block !important;
  padding: 0 .08em !important;
  background: linear-gradient(105deg, #ffffff 0%, #dce9ff 24%, #75a9ff 58%, #1768ff 100%) !important;
  background-size: 180% 100% !important;
  background-position: 0% 50% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  text-shadow: 0 0 28px rgba(35, 100, 255, .14) !important;
  animation: sonicTextFlow 8s ease-in-out infinite alternate;
}

@keyframes sonicTextFlow {
  from { background-position: 0% 50%; }
  to { background-position: 100% 50%; }
}

.section-title h2 {
  letter-spacing: -.045em !important;
  text-wrap: balance;
}

.section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 1.05rem auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, #1768ff, #77aaff, transparent);
  box-shadow: 0 0 22px rgba(23,104,255,.34);
  opacity: .9;
}

.hero h1 {
  letter-spacing: -.055em !important;
  text-wrap: balance;
}

.hero > .container .content > p {
  max-width: 740px !important;
  color: rgba(238,243,255,.68) !important;
  text-wrap: balance;
}

.hero-badge {
  background: rgba(8, 12, 28, .52) !important;
  border-color: rgba(81, 119, 255, .22) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 12px 35px rgba(0,0,0,.18) !important;
  backdrop-filter: blur(14px) !important;
}

.hero-searchbar {
  background: rgba(7, 9, 18, .66) !important;
  border-color: rgba(88, 115, 255, .18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 18px 45px rgba(0,0,0,.18) !important;
  transition: border-color .35s ease, box-shadow .35s ease, transform .4s cubic-bezier(.22,1,.36,1) !important;
}

.hero-searchbar:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 130, 255, .42) !important;
  box-shadow: 0 20px 46px rgba(0,0,0,.25), 0 0 28px rgba(20,72,255,.10) !important;
}

.hero .btn-rounded {
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .35s ease, background .35s ease !important;
}

.hero .btn-rounded:hover {
  transform: translateY(-3px) !important;
}

.stats-grid .stat-card {
  background: linear-gradient(145deg, rgba(18,20,32,.58), rgba(7,8,13,.72)) !important;
  border-color: rgba(255,255,255,.065) !important;
  backdrop-filter: blur(15px);
  transition: transform .5s cubic-bezier(.22,1,.36,1), border-color .35s ease, box-shadow .4s ease !important;
}

.stats-grid .stat-card:hover {
  transform: translateY(-5px);
  border-color: rgba(65,108,255,.28) !important;
  box-shadow: 0 20px 42px rgba(0,0,0,.27), 0 0 24px rgba(18,65,255,.08) !important;
}

.products-showcase,
.features {
  scroll-margin-top: 90px;
}

.products-showcase .section-subtitle p,
.features .section-subtitle p {
  max-width: 760px !important;
  color: rgba(235,240,255,.61) !important;
  text-wrap: balance;
}

.features-list .row {
  align-items: stretch;
}

.feature-frame {
  min-height: 228px !important;
  border-radius: 1.55rem !important;
  background: linear-gradient(145deg, rgba(15,18,31,.78), rgba(7,8,13,.92)) !important;
  border-color: rgba(255,255,255,.065) !important;
}

.feature-frame:hover {
  transform: translateY(-9px) scale(1.008) !important;
  border-color: rgba(53,101,255,.32) !important;
}

.feature-icon-wrapper {
  border-radius: 1.1rem !important;
}

.feature-title {
  font-size: 1.12rem !important;
  letter-spacing: -.025em !important;
}

.feature-description {
  color: rgba(231,236,250,.59) !important;
}

footer {
  border-top: 1px solid rgba(255,255,255,.055);
  background: linear-gradient(180deg, rgba(5,6,10,.10), rgba(4,5,9,.62)) !important;
}

@media (prefers-reduced-motion: reduce) {
  .easy-highlight { animation: none !important; }
}


/* Sonic Shop V9 — Nora-level polish */
.easy-highlight,
.section-title .easy-highlight,
.hero .easy-highlight,
.easy-main-title .easy-highlight {
  background: linear-gradient(106deg, #ffffff 0%, #edf2ff 18%, #a8beff 42%, #456fff 72%, #163bd8 100%) !important;
  background-size: 170% 100% !important;
  text-shadow: 0 0 22px rgba(29, 74, 216, .14) !important;
  animation: sonicTextFlow 11s ease-in-out infinite alternate !important;
}

.hero h1,
.section-title h1,
.section-title h2 {
  text-shadow: 0 10px 40px rgba(0,0,0,.22);
}

.hero-badge {
  letter-spacing: .18em !important;
  text-transform: uppercase;
}

.hero > .container .content > p {
  max-width: 780px !important;
  color: rgba(238,243,255,.72) !important;
}

.navbar,
header nav {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nav-link,
.navbar .links a,
.navbar-nav .nav-link,
header nav a {
  position: relative;
  transition: color .28s ease, opacity .28s ease, transform .28s ease;
}

.nav-link::after,
.navbar .links a::after,
.navbar-nav .nav-link::after,
header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(75,111,255,.92), rgba(255,255,255,0));
  transition: transform .28s ease;
  border-radius: 999px;
}

.nav-link:hover::after,
.navbar .links a:hover::after,
.navbar-nav .nav-link:hover::after,
header nav a:hover::after,
.nav-link.active::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.nav-link:hover,
.navbar .links a:hover,
.navbar-nav .nav-link:hover,
header nav a:hover {
  transform: translateY(-1px);
}

.section-title::after {
  background: linear-gradient(90deg, transparent, #214ff0, #6f92ff, transparent) !important;
  box-shadow: 0 0 18px rgba(33,79,240,.26) !important;
}

.products-page-heading {
  margin-bottom: 2.25rem;
}

.products-page-kicker {
  display: inline-block;
  margin-bottom: .75rem;
  font-size: .78rem;
  letter-spacing: .28em;
  color: rgba(151, 173, 255, .82);
  text-transform: uppercase;
}

.products-page-heading p {
  max-width: 720px;
  margin: 1rem auto 0;
  color: rgba(235,241,255,.66);
}

.products-filter-panel {
  position: sticky;
  top: 96px;
  border-radius: 1.45rem !important;
  border: 1px solid rgba(255,255,255,.065);
  background: linear-gradient(160deg, rgba(15,18,31,.78), rgba(6,8,14,.94)) !important;
  box-shadow: 0 24px 50px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.03);
  overflow: hidden;
}

.products-filter-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(121,155,255,.15), rgba(34,77,255,.92), rgba(121,155,255,.15));
  box-shadow: 0 0 18px rgba(34,77,255,.32);
}

.filter-panel-header, .filter-section { position: relative; z-index: 1; }

.filter-panel-header h2 {
  font-size: 1.45rem;
  letter-spacing: -.03em;
  margin-bottom: .55rem;
}

.filter-panel-eyebrow {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(155,175,255,.76);
  margin-bottom: .9rem;
}

.filter-panel-header p {
  color: rgba(227,235,255,.58);
  line-height: 1.65;
  margin-bottom: 0;
}

.filter-panel-divider {
  height: 1px;
  margin: 1.35rem 0 1.25rem;
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
}

.filter-section .form-label {
  margin-bottom: .75rem;
  color: rgba(245,247,255,.9);
}

.filter-section .form-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  margin-right: .5rem;
  border-radius: 999px;
  background: rgba(34,77,255,.16);
  color: #97adff;
  font-size: .72rem;
}

.products-filter-panel .btn.btn-sm,
.products-filter-panel .btn,
#filters-modal .btn {
  border-radius: .95rem;
}

.products-filter-panel .btn-outline,
#filters-modal .btn-outline {
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.07);
  color: rgba(232,238,255,.85);
}

.products-filter-panel .btn-outline:hover,
#filters-modal .btn-outline:hover {
  background: rgba(34,77,255,.10);
  border-color: rgba(34,77,255,.25);
  color: #fff;
}

.products-filter-panel .form-control,
#filters-modal .form-control {
  background: rgba(5,7,14,.7);
  border-color: rgba(255,255,255,.08);
  color: #fff;
  border-radius: .95rem;
  min-height: 3rem;
}

.products-filter-panel .form-control:focus,
#filters-modal .form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(34,77,255,.12);
  border-color: rgba(60,99,255,.36);
}

footer .footer-title, footer h5, footer h6 {
  letter-spacing: -.02em;
}

@media (max-width: 991px) {
  .products-filter-panel { position: relative; top: auto; }
}

/* Sonic Shop V9.1 — safe highlight fix: no white rectangles */
.easy-highlight,
.section-title .easy-highlight,
.hero .easy-highlight,
.easy-main-title .easy-highlight,
.product-page .easy-highlight {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  background-image: none !important;
  background-color: transparent !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #3657e8 !important;
  color: #3657e8 !important;
  text-shadow: 0 0 18px rgba(54, 87, 232, .22) !important;
  animation: none !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Slightly brighter on small text, still darker than the former cyan */
.hero .easy-highlight,
.section-title h1 .easy-highlight,
.section-title h2 .easy-highlight {
  -webkit-text-fill-color: #4164ef !important;
  color: #4164ef !important;
}

/* Sonic Shop V9.2 — restored white-to-deep-blue text gradient */
.easy-highlight,
.section-title .easy-highlight,
.hero .easy-highlight,
.easy-main-title .easy-highlight,
.product-page .easy-highlight {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  background-image: linear-gradient(102deg,
    #ffffff 0%,
    #f4f6ff 35%,
    #becbff 56%,
    #6d8cff 76%,
    #2749d8 100%
  ) !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  text-shadow: 0 0 16px rgba(39, 73, 216, .10) !important;
  animation: none !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}


/* Sonic Shop V9.4 — final hero balance */
.hero-bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    radial-gradient(ellipse 34% 55% at 50% 45%, rgba(2, 3, 10, .38) 0%, rgba(2, 3, 10, .20) 44%, transparent 76%),
    linear-gradient(90deg, rgba(8, 18, 62, .15) 0%, rgba(4, 5, 13, .05) 42%, rgba(3, 4, 11, .18) 64%, rgba(5, 8, 28, .32) 100%);
}

.hero-bg-slide {
  filter: brightness(.52) saturate(.88) contrast(1.06) !important;
}

.hero-bg-slide.active {
  opacity: .40 !important;
}

.hero .container {
  z-index: 6 !important;
}

.hero h1 {
  text-shadow: 0 14px 42px rgba(0,0,0,.38) !important;
}

.hero > .container .content > p {
  color: rgba(238,243,255,.72) !important;
  text-shadow: 0 4px 20px rgba(0,0,0,.24);
}

.hero-badge {
  transform: scale(.96);
  transform-origin: center;
}

.hero-searchbar {
  max-width: 34rem !important;
}

.stats-grid .stat-card {
  background: linear-gradient(150deg, rgba(16,18,29,.72), rgba(7,8,13,.82)) !important;
  border-color: rgba(255,255,255,.07) !important;
}

@media (max-width: 991px) {
  .hero-bg-image::after {
    background: linear-gradient(180deg, rgba(4,6,18,.22), rgba(3,4,10,.46));
  }
}

/* Sonic Shop V9.5 — seamless hero-to-products transition */
.hero {
  background: transparent !important;
  background-color: transparent !important;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15rem;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(5, 6, 10, 0) 0%,
    rgba(5, 7, 15, 0.18) 28%,
    rgba(6, 10, 28, 0.48) 62%,
    rgba(7, 17, 57, 0.72) 100%
  );
}

.hero-bg-image {
  bottom: -2px !important;
}

.hero-bg-image::after {
  background:
    radial-gradient(ellipse 34% 55% at 50% 45%, rgba(2, 3, 10, .38) 0%, rgba(2, 3, 10, .20) 44%, transparent 76%),
    linear-gradient(90deg, rgba(8, 18, 62, .15) 0%, rgba(4, 5, 13, .05) 42%, rgba(3, 4, 11, .18) 64%, rgba(5, 8, 28, .32) 100%),
    linear-gradient(180deg, transparent 0%, transparent 68%, rgba(6, 11, 34, .22) 84%, rgba(7, 17, 57, .58) 100%) !important;
}

.products-showcase {
  margin-top: -1px;
  background: transparent !important;
}

.products-showcase::before {
  inset: -7rem 0 -5rem !important;
  background: linear-gradient(
    100deg,
    rgba(10, 31, 118, 0.16) 0%,
    rgba(7, 18, 58, 0.08) 38%,
    transparent 78%
  ) !important;
}

@media (max-width: 991px) {
  .hero::after {
    height: 10rem;
    background: linear-gradient(180deg, rgba(5,6,10,0), rgba(7,17,57,.58));
  }
}

/* Sonic Shop V9.6 — true seamless hero transition */
.hero {
  background: transparent !important;
  background-color: transparent !important;
  overflow: hidden !important;
}

/* Remove the artificial blue strip added between Hero and Products */
.hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* Let the global site gradient remain the only continuous background */
.products-showcase,
.products-showcase::before,
.products-showcase::after {
  background: transparent !important;
}

.products-showcase::before,
.products-showcase::after {
  content: none !important;
  display: none !important;
}

.products-showcase {
  margin-top: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

/* Fade the picture itself instead of painting a colored block below it */
.hero-bg-image {
  inset: 0 !important;
  bottom: 0 !important;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 58%,
    rgba(0,0,0,.88) 70%,
    rgba(0,0,0,.48) 84%,
    transparent 100%
  ) !important;
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 58%,
    rgba(0,0,0,.88) 70%,
    rgba(0,0,0,.48) 84%,
    transparent 100%
  ) !important;
}

.hero-bg-slide {
  filter: brightness(.38) saturate(.72) contrast(1.04) !important;
}

.hero-bg-slide.active {
  opacity: .28 !important;
}

/* A discreet readability veil only over the image, with no colored bottom edge */
.hero-bg-image::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  pointer-events: none !important;
  background:
    radial-gradient(ellipse 38% 48% at 50% 43%, rgba(2,3,10,.38) 0%, rgba(2,3,10,.18) 48%, transparent 78%),
    linear-gradient(90deg, rgba(4,9,31,.15) 0%, rgba(2,3,9,.04) 44%, rgba(2,3,9,.12) 66%, rgba(4,7,24,.20) 100%) !important;
}

/* Ensure adjacent home sections never paint their own hard backgrounds */
.hero + .component,
.hero ~ .component,
#app > div > .component,
.flex-wrapper > div > .component {
  background-color: transparent !important;
}

@media (max-width: 991px) {
  .hero-bg-image {
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 62%, rgba(0,0,0,.55) 84%, transparent 100%) !important;
    mask-image: linear-gradient(to bottom, #000 0%, #000 62%, rgba(0,0,0,.55) 84%, transparent 100%) !important;
  }

  .hero-bg-slide.active {
    opacity: .24 !important;
  }
}


/* Sonic Shop V9.7 — deeper seamless blends and consistent heading highlights */
.hero-bg-image {
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 54%,
    rgba(0,0,0,.94) 66%,
    rgba(0,0,0,.78) 78%,
    rgba(0,0,0,.42) 90%,
    transparent 100%
  ) !important;
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 54%,
    rgba(0,0,0,.94) 66%,
    rgba(0,0,0,.78) 78%,
    rgba(0,0,0,.42) 90%,
    transparent 100%
  ) !important;
}

.hero-bg-slide {
  filter: brightness(.31) saturate(.66) contrast(1.03) !important;
}

.hero-bg-slide.active {
  opacity: .22 !important;
}

.hero-bg-image::after {
  background:
    radial-gradient(ellipse 40% 50% at 50% 42%, rgba(2,3,10,.46) 0%, rgba(2,3,10,.24) 48%, transparent 78%),
    linear-gradient(90deg, rgba(4,10,34,.22) 0%, rgba(2,3,9,.06) 42%, rgba(2,3,9,.18) 66%, rgba(4,8,26,.28) 100%),
    linear-gradient(180deg, rgba(2,3,9,.04) 0%, rgba(2,3,9,.06) 56%, rgba(2,3,9,.14) 76%, rgba(2,3,9,.24) 100%) !important;
}

/* Remove section wrapper paints that were creating small color steps between blocks */
.text-block-section,
.text-image-section,
.text-video-section,
.faq,
.cta-discord-section,
.menu-cheat-section,
.pm-section,
.features,
.easy-section {
  background: transparent !important;
  background-color: transparent !important;
}

/* Keep ambient glows subtle so they never read like horizontal bars */
.faq-glows,
.pm-bg-glows {
  opacity: .52 !important;
}

.faq-glow,
.pm-glow {
  filter: blur(95px) !important;
}

/* Same premium gradient on all important highlighted section words */
.pm-title .easy-highlight,
.text-block-title .easy-highlight,
.ti-title .easy-highlight,
.tv-title .easy-highlight,
.faq-title .easy-highlight,
.info-title .easy-highlight,
.cta-main-title .easy-highlight,
.easy-main-title .easy-highlight,
.section-title h1 .easy-highlight,
.section-title h2 .easy-highlight {
  display: inline-block !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background-color: transparent !important;
  background-image: linear-gradient(102deg,
    #ffffff 0%,
    #edf2ff 18%,
    #a8beff 42%,
    #4d74ff 72%,
    #183fdd 100%
  ) !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

@media (max-width: 991px) {
  .hero-bg-image {
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 58%, rgba(0,0,0,.72) 84%, transparent 100%) !important;
    mask-image: linear-gradient(to bottom, #000 0%, #000 58%, rgba(0,0,0,.72) 84%, transparent 100%) !important;
  }

  .hero-bg-slide.active {
    opacity: .19 !important;
  }
}


/* Sonic Shop V9.8.1 — preserve original left-blue/right-black background */
/* Lock the validated global gradient exactly as before */
html {
  background: #05060a !important;
}

body {
  background-color: #05060a !important;
  background-image: linear-gradient(
    100deg,
    rgba(9, 28, 105, 0.72) 0%,
    rgba(7, 18, 60, 0.58) 20%,
    rgba(6, 10, 24, 0.48) 43%,
    rgba(5, 6, 11, 0.82) 70%,
    #05060a 100%
  ) !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

/* The small horizontal bands came from full-section ambient glow layers */
.pm-bg-glows,
.faq-glows {
  display: none !important;
  opacity: 0 !important;
}

/* Do not let any home section repaint the validated page gradient */
.text-block-section,
.text-image-section,
.text-video-section,
.pm-section,
.faq,
.features,
.easy-section,
.menu-cheat-section,
.cta-discord-section,
.products-showcase {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Keep the hero image discreet and fade it into the SAME global background */
.hero-bg-image {
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 56%,
    rgba(0,0,0,.94) 68%,
    rgba(0,0,0,.72) 80%,
    rgba(0,0,0,.34) 92%,
    transparent 100%
  ) !important;
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 56%,
    rgba(0,0,0,.94) 68%,
    rgba(0,0,0,.72) 80%,
    rgba(0,0,0,.34) 92%,
    transparent 100%
  ) !important;
}

.hero-bg-slide {
  filter: brightness(.29) saturate(.63) contrast(1.03) !important;
}

.hero-bg-slide.active {
  opacity: .19 !important;
}

.hero-bg-image::after {
  background:
    radial-gradient(ellipse 40% 50% at 50% 42%, rgba(2,3,10,.49) 0%, rgba(2,3,10,.27) 48%, transparent 78%),
    linear-gradient(90deg, rgba(4,10,34,.23) 0%, rgba(2,3,9,.07) 42%, rgba(2,3,9,.18) 66%, rgba(4,8,26,.29) 100%),
    linear-gradient(180deg, rgba(2,3,9,.05) 0%, rgba(2,3,9,.07) 58%, rgba(2,3,9,.14) 78%, rgba(2,3,9,.20) 100%) !important;
}

@media (max-width: 991px) {
  .hero-bg-image {
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 60%, rgba(0,0,0,.70) 84%, transparent 100%) !important;
    mask-image: linear-gradient(to bottom, #000 0%, #000 60%, rgba(0,0,0,.70) 84%, transparent 100%) !important;
  }

  .hero-bg-slide.active {
    opacity: .17 !important;
  }
}

/* Sonic Shop V10 — real position-matched product card colors */
/* The previous version used an opaque top layer which hid every tint. */
.products-showcase .products > [class*="col-"] .product-neo-card,
.products-page-premium .products > [class*="col-"] .product-neo-card {
  background-image: none !important;
  background-color: transparent !important;
  transition:
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 450ms ease,
    box-shadow 500ms ease,
    background 450ms ease !important;
}

/* Left card — placed over the strongest blue part of the page */
.products-showcase .products > [class*="col-"]:nth-child(4n+1) .product-neo-card,
.products-page-premium .products > [class*="col-"]:nth-child(4n+1) .product-neo-card {
  background: linear-gradient(145deg, #0a1631 0%, #081020 52%, #070b16 100%) !important;
  border-color: rgba(68, 111, 224, 0.18) !important;
}

/* Second card — medium dark blue */
.products-showcase .products > [class*="col-"]:nth-child(4n+2) .product-neo-card,
.products-page-premium .products > [class*="col-"]:nth-child(4n+2) .product-neo-card {
  background: linear-gradient(145deg, #091026 0%, #080d1b 54%, #070a14 100%) !important;
  border-color: rgba(55, 91, 190, 0.14) !important;
}

/* Third card — near the darker center */
.products-showcase .products > [class*="col-"]:nth-child(4n+3) .product-neo-card,
.products-page-premium .products > [class*="col-"]:nth-child(4n+3) .product-neo-card {
  background: linear-gradient(145deg, #080c1b 0%, #070a15 55%, #070910 100%) !important;
  border-color: rgba(43, 68, 139, 0.11) !important;
}

/* Right card — located on the almost-black side */
.products-showcase .products > [class*="col-"]:nth-child(4n+4) .product-neo-card,
.products-page-premium .products > [class*="col-"]:nth-child(4n+4) .product-neo-card {
  background: linear-gradient(145deg, #070a13 0%, #070910 56%, #06080d 100%) !important;
  border-color: rgba(255, 255, 255, 0.066) !important;
}

/* Preserve the same identity on hover, just slightly brighter */
.products-showcase .products > [class*="col-"]:nth-child(4n+1) .product-neo-card,
.products-page-premium .products > [class*="col-"]:nth-child(4n+1) .product-neo-card:hover {
  background: linear-gradient(145deg, #0d1c3d 0%, #0a152b 52%, #080d1a 100%) !important;
}
.products-showcase .products > [class*="col-"]:nth-child(4n+2) .product-neo-card,
.products-page-premium .products > [class*="col-"]:nth-child(4n+2) .product-neo-card:hover {
  background: linear-gradient(145deg, #0b1530 0%, #091024 54%, #080c19 100%) !important;
}
.products-showcase .products > [class*="col-"]:nth-child(4n+3) .product-neo-card,
.products-page-premium .products > [class*="col-"]:nth-child(4n+3) .product-neo-card:hover {
  background: linear-gradient(145deg, #0a1023 0%, #080d1b 55%, #080b16 100%) !important;
}
.products-showcase .products > [class*="col-"]:nth-child(4n+4) .product-neo-card,
.products-page-premium .products > [class*="col-"]:nth-child(4n+4) .product-neo-card:hover {
  background: linear-gradient(145deg, #090d1a 0%, #080b15 56%, #070910 100%) !important;
}

/* On tablets with two columns, follow the visible left/right page positions */
@media (min-width: 768px) and (max-width: 1199px) {
  .products-showcase .products > [class*="col-"]:nth-child(2n+1) .product-neo-card,
  .products-page-premium .products > [class*="col-"]:nth-child(2n+1) .product-neo-card {
    background: linear-gradient(145deg, #0a1631 0%, #081020 52%, #070b16 100%) !important;
  }
  .products-showcase .products > [class*="col-"]:nth-child(2n+2) .product-neo-card,
  .products-page-premium .products > [class*="col-"]:nth-child(2n+2) .product-neo-card {
    background: linear-gradient(145deg, #070a13 0%, #070910 56%, #06080d 100%) !important;
  }
}

/* On phones, retain a subtle blue-black card without forcing desktop column colors */
@media (max-width: 767px) {
  .products-showcase .products > [class*="col-"] .product-neo-card,
.products-page-premium .products > [class*="col-"] .product-neo-card {
    background: linear-gradient(145deg, #091127 0%, #070b17 55%, #070910 100%) !important;
  }
}


/* Sonic Shop V10.2 — product page cards follow the Products page background, not the Home page */
@media (min-width: 1200px) {
  /* Left column on Products page: more blue because it sits on the bluer left side */
  .products-page-premium .products > [class*="col-"]:nth-child(3n+1) .product-neo-card {
    background: linear-gradient(145deg, #0a1530 0%, #081121 52%, #070b16 100%) !important;
    border-color: rgba(66, 108, 223, 0.18) !important;
  }

  /* Middle column on Products page: balanced blue-black */
  .products-page-premium .products > [class*="col-"]:nth-child(3n+2) .product-neo-card {
    background: linear-gradient(145deg, #091025 0%, #080d1a 54%, #070a13 100%) !important;
    border-color: rgba(48, 79, 165, 0.14) !important;
  }

  /* Right column on Products page: darker because it sits on the near-black side */
  .products-page-premium .products > [class*="col-"]:nth-child(3n+3) .product-neo-card {
    background: linear-gradient(145deg, #070a14 0%, #06080f 56%, #05070c 100%) !important;
    border-color: rgba(255, 255, 255, 0.065) !important;
  }

  .products-page-premium .products > [class*="col-"]:nth-child(3n+1) .product-neo-card:hover {
    background: linear-gradient(145deg, #0c1a39 0%, #09152a 52%, #080d1a 100%) !important;
  }

  .products-page-premium .products > [class*="col-"]:nth-child(3n+2) .product-neo-card:hover {
    background: linear-gradient(145deg, #0b1430 0%, #091024 54%, #080c18 100%) !important;
  }

  .products-page-premium .products > [class*="col-"]:nth-child(3n+3) .product-neo-card:hover {
    background: linear-gradient(145deg, #090d1a 0%, #070b14 56%, #06080e 100%) !important;
  }
}

/* On tablet Products page uses 2 columns, so match left/right positions */
@media (min-width: 768px) and (max-width: 1199px) {
  .products-page-premium .products > [class*="col-"]:nth-child(2n+1) .product-neo-card {
    background: linear-gradient(145deg, #0a1530 0%, #081121 52%, #070b16 100%) !important;
    border-color: rgba(66, 108, 223, 0.18) !important;
  }

  .products-page-premium .products > [class*="col-"]:nth-child(2n+2) .product-neo-card {
    background: linear-gradient(145deg, #070a14 0%, #06080f 56%, #05070c 100%) !important;
    border-color: rgba(255, 255, 255, 0.065) !important;
  }

  .products-page-premium .products > [class*="col-"]:nth-child(2n+1) .product-neo-card:hover {
    background: linear-gradient(145deg, #0c1a39 0%, #09152a 52%, #080d1a 100%) !important;
  }

  .products-page-premium .products > [class*="col-"]:nth-child(2n+2) .product-neo-card:hover {
    background: linear-gradient(145deg, #090d1a 0%, #070b14 56%, #06080e 100%) !important;
  }
}
