/*
 * designed by https://theme.mysellauth.com
 * designed by https://theme.mysellauth.com
*/

body {
  min-height: 100vh;
}

[x-cloak] {
  display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar { 
  display: none;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-5-nav {
  padding-top: calc(74px + 1.5rem);
  padding-bottom: 1.5rem;
}

.bg-gray {
  background: var(--bs-gray-bg);
}

.bg-image {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

/* Override Bootstrap colors */
:root {
  --bs-primary: var(--cl-accent);
  --bs-primary-rgb: var(--cl-accent-rgb);
  --bs-link-color: var(--cl-accent);
  --bs-body-bg: var(--cl-background-primary);
  --bs-body-bg-rgb: var(--cl-background-primary-rgb);
  --bs-gray-bg: var(--cl-background-secondary);
  --bs-gray-bg-rgb: var(--cl-background-secondary-rgb);
  --bs-border-color: var(--cl-border);
  --bs-border-color-rgb: var(--cl-border-rgb);
  --bs-border-radius: 0.5rem;
}

.bg-primary-dark {
  background-color: var(--cl-accent);
}

.form-check-input {
  --bs-form-check-bg: var(--bs-gray-bg);
}

.form-check-input:checked,
form-check-input[type=checkbox]:indeterminate {
  background-color: var(--cl-accent);
  border-color: var(--cl-accent);
}

.form-range::-webkit-slider-thumb,
.form-range::-moz-range-thumb {
  background-color: var(--cl-accent);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus,
.form-range:focus::-webkit-slider-thumb,
.form-range:focus::-moz-range-thumb,
.nav-link:focus-visible {
  border-color: var(--cl-accent);
  box-shadow: 0 0 0 0.25rem rgba(var(--cl-accent-rgb), .25);
}

.form-control:disabled,
.form-select:disabled {
  background-color: initial;
}

.form-control,
.form-select {
  background-color: var(--bs-gray-bg);
}

.btn-primary:hover {
  background-color: var(--cl-accent);
  border-color: var(--cl-accent);
}

.btn-primary {
  --bs-btn-bg: var(--cl-accent);
  --bs-btn-border-color: var(--cl-accent);
  --bs-btn-disabled-bg: var(--cl-accent);
  --bs-btn-disabled-border-color: var(--cl-accent);
  --bs-btn-hover-bg: var(--cl-accent);
  --bs-btn-hover-border-color: var(--cl-accent);
  --bs-btn-active-bg: var(--cl-accent);
  --bs-btn-active-border-color: var(--cl-accent);
}

.btn-outline-primary {
  --bs-btn-color: var(--cl-accent);
  --bs-btn-border-color: var(--cl-accent);
  --bs-btn-hover-bg: var(--cl-accent);
  --bs-btn-active-bg: var(--cl-accent);
  --bs-btn-active-border-color: var(--cl-accent);
  --bs-btn-disabled-color: var(--cl-accent);
  --bs-btn-disabled-border-color: var(--cl-accent);
}

.dropdown-menu,
.dropdown-menu-dark {
  --bs-dropdown-link-active-bg: var(--cl-accent);
}

.nav-pills {
  --bs-nav-pills-link-active-bg: var(--cl-accent);
}

.pagination {
  --bs-pagination-active-bg: var(--cl-accent);
  --bs-pagination-active-border-color: var(--cl-accent);
}

.progress,
.progress-stacked {
  --bs-progress-bar-bg: var(--cl-accent);
}

.list-group {
  --bs-list-group-active-bg: var(--cl-accent);
  --bs-list-group-active-border-color: var(--cl-accent);
}

/* Navbar */
.navbar {
  background: var(--bs-body-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  /* border-bottom: 1px solid var(--bs-gray-bg); */
}

.navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1.5rem 0 0;
  border-right: 0;
}

.navbar .navbar-brand img {
  max-height: 3rem;
}

.navbar .navbar-collapse {
  justify-content: flex-end;
}

.navbar .navbar-toggler,
.navbar .navbar-toggler:focus {
  border: 0;
  box-shadow: none;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar .navbar-toggler:focus .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar .nav-item a.nav-link.active {
  color: var(--cl-accent);
}

.navbar .user .btn,
.navbar .cart .btn {
  position: relative;
  --bs-btn-padding-x: 0.5625rem;
}

.navbar .user .btn:not(.btn-outline-primary) .icon,
.navbar .cart .btn:not(.btn-outline-primary) .icon {
  width: 1.4rem;
  height: 1.4rem;
}

.navbar .user .btn.btn-outline-primary .icon,
.navbar .cart .btn.btn-outline-primary .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.navbar .cart .btn .count {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  background: var(--cl-accent);
  color: #ffffff;
  font-size: 0.625rem;
  border-radius: 100%;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 1.5rem;
  }
}

/* Footer */
footer.footer {
  background: var(--bs-gray-bg);
  border-top: 1px solid var(--bs-border-color);
}

.footer .logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.footer .logo img {
  max-height: 3rem;
}

.footer .logo p {
  margin-bottom: 0;
}

.footer h5 {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.footer .nav li a {
  padding: 0;
  color: var(--bs-secondary-color);
}

.footer .nav li a:hover {
  color: var(--cl-accent);
}

/* Remove number input arrows. */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

/* Push footer to bottom */
.flex-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Generic title. */
.section-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 0 2rem 0;
}

.section-title h1,
.section-title h2 {
  font-size: 1.75rem;
}

.section-title h1,
.section-title h2,
.section-title p {
  margin-bottom: 0;
}

.section-title p {
  font-size: 0.875rem;
  color: #a3a3a3;
}

@media (min-width: 768px) {
  .section-title p {
    padding-left: 1.5rem;
    border-left: 1px solid var(--bs-border-color);
  }
}

.section-subtitle {
  display: flex;
  align-items: center;
  margin: -1rem 0 2rem 0;
}

/* Announcement */
.announcement {
  padding: 0.5rem 0;
  text-align: center;
  background: var(--cl-accent);
  color: #ffffff;
  border-bottom: 1px solid var(--bs-border-color);
}

.announcement a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
}

.announcement a svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* Homepage hero. */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
}

.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 4rem 2rem;
  z-index: 1;
}

.hero .content {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  border-radius: var(--bs-border-radius);
}

.hero .content h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.hero .content p {
  margin-bottom: 2rem;
}

.hero .content a {
  margin-bottom: 2.5rem;
}

.hero .content .stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 30rem;
  padding: 0.5rem;
  margin: 0 auto;
  background: var(--bs-gray-bg);
  border-radius: var(--bs-border-radius);
}

.hero .content .stats div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero .content .stats div .value {
  font-weight: 600;
  font-size: 1rem;
}

.hero .content .stats div .value svg {
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125rem;
}

.hero .content .stats div .label {
  font-size: 0.7rem;
  color: #a3a3a3;
}

.hero .search-modal {
  --bs-modal-width: 700px;
}

.hero .fake-searchbar {
  margin: 0 auto 2rem auto;
}

.hero .fake-searchbar,
.hero .search-modal .searchbar {
  width: 100%;
  position: relative;
}

.hero .fake-searchbar input,
.hero .search-modal .searchbar input {
  background: var(--bs-gray-bg);
  padding: 1rem 2rem 1rem 4rem;
}

.hero .fake-searchbar svg,
.hero .search-modal .searchbar svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1rem;
  fill: #a3a3a3;
}

.hero .search-modal .products {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero .search-modal .product {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: initial;
  color: initial;
}

.hero .search-modal .product .left {
  flex: 1;
  display: flex;
  gap: 1rem;
}

.hero .search-modal .product .image {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-height: 96px;
  background: var(--bs-gray-bg);
  border-radius: var(--bs-border-radius);
}

.hero .search-modal .product .image img {
  border-radius: var(--bs-border-radius);
}

.hero .search-modal .product .image .product-img-placeholder svg {
  width: 48px;
  height: 48px;
}

.hero .search-modal .product .image .badges {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero .search-modal .product .image .badges div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 3px 10px -3px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14));
  backdrop-filter: blur(3px);
}

.hero .search-modal .product .text {
  flex: 1;
  color: #ffffff;
}

.hero .search-modal .product h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.hero .search-modal .product p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.hero .search-modal .product .right {
  display: none;
}

@media (min-width: 468px) {
  .hero .content .stats {
    display: inline-flex;
    gap: 1.5rem;
    padding: 1rem;
  }

  .hero.alignment-left .content .stats {
    justify-content: flex-start;
  }
  
  .hero.alignment-right .content .stats {
    justify-content: flex-end;
  }

  .hero .content .stats div .value {
    font-size: 1.25rem;
  }

  .hero .content .stats div .value svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .hero .content .stats div .label {
    font-size: 0.75rem;
  }

  .hero .search-modal .product .left .stock {
    display: none;
  }

  .hero .search-modal .product .right {
    display: block;
  }
}

@media (min-width: 768px) {
  .hero {
    min-height: 100vh;
  }

  .hero.height-short {
    min-height: unset;
  }

  .hero.height-medium {
    min-height: 60vh;
  }

  .hero .container {
    padding: 6rem 2rem;
  }

  .hero .content {
    min-width: 60%;
  }

  .hero .fake-searchbar {
    max-width: 600px;
  }

  .hero.alignment-left .container,
  .hero.alignment-right .container {
    flex-direction: row;
    justify-content: space-between;
  }

  .hero.alignment-left .content,
  .hero.alignment-right .content {
    margin: 0;
    padding: 0;
  }

  .hero.alignment-left .content {
    text-align: left;
  }

  .hero.alignment-right .content {
    text-align: right;
    order: 1;
  }

  .hero.alignment-left .fake-searchbar {
    margin-left: 0;
    margin-right: 0;
  }

  .hero.alignment-right .fake-searchbar {
    margin-left: auto;
    margin-right: 0;
  }
}

/* ========================================
   Socials
======================================== */

.socials-modern {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}

.socials-modern::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cl-accent);
  opacity: 0.08;
  filter: blur(100px);
  border-radius: 50%;
  pointer-events: none;
}


/* ========================================
   Heading
======================================== */

.socials-heading {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}

.socials-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -1px;
}

.socials-heading p {
  max-width: 620px;
  margin: 12px auto 0;
  opacity: 0.65;
  font-size: 15px;
  line-height: 1.7;
}


/* ========================================
   Grid
======================================== */

.socials-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 1050px;
  margin: auto;
}


/* ========================================
   Social Card
======================================== */

.social-card {
  position: relative;
  flex: 0 0 calc((100% - 32px) / 3);
  min-height: 100px;

  display: flex;
  align-items: center;
  gap: 16px;

  padding: 20px;

  border: 1px solid color-mix(
    in srgb,
    var(--bs-body-color) 10%,
    transparent
  );

  background: color-mix(
    in srgb,
    var(--bs-body-bg) 88%,
    transparent
  );

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border-radius: 20px;

  color: var(--bs-body-color);
  text-decoration: none;

  overflow: hidden;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}


/* ========================================
   Glow
======================================== */

.social-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at 0% 50%,
    color-mix(
      in srgb,
      var(--social-color) 16%,
      transparent
    ),
    transparent 55%
  );

  opacity: 0;
  transition: opacity 0.3s ease;

  pointer-events: none;
}


/* ========================================
   Hover
======================================== */

.social-card:hover {
  transform: translateY(-4px);

  color: var(--bs-body-color);

  border-color: color-mix(
    in srgb,
    var(--social-color) 35%,
    transparent
  );

  /* Very light shadow */
  box-shadow:
    0 6px 18px color-mix(
      in srgb,
      var(--social-color) 7%,
      transparent
    );
}

.social-card:hover::before {
  opacity: 1;
}


/* ========================================
   Icon
======================================== */

.social-icon {
  position: relative;
  z-index: 1;

  flex: 0 0 54px;

  width: 54px;
  height: 54px;

  display: grid;
  place-items: center;

  border-radius: 15px;

  background: color-mix(
    in srgb,
    var(--social-color) 13%,
    transparent
  );

  color: var(--social-color);

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.social-icon svg {
  width: 27px;
  height: 27px;
}

.social-card:hover .social-icon {
  transform: scale(1.08) rotate(-4deg);

  background: var(--social-color);
  color: #fff;
}


/* ========================================
   Text
======================================== */

.social-info {
  position: relative;
  z-index: 1;

  min-width: 0;

  display: flex;
  flex-direction: column;

  gap: 4px;
}

.social-info strong {
  font-size: 16px;
  font-weight: 750;
}

.social-info span {
  font-size: 12px;
  opacity: 0.5;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* ========================================
   Arrow
======================================== */

.social-arrow {
  position: relative;
  z-index: 1;

  margin-left: auto;

  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  border: 1px solid color-mix(
    in srgb,
    var(--bs-body-color) 10%,
    transparent
  );

  opacity: 0.45;

  font-size: 18px;

  transition: 0.3s ease;
}

.social-card:hover .social-arrow {
  opacity: 1;

  color: var(--social-color);

  border-color: color-mix(
    in srgb,
    var(--social-color) 35%,
    transparent
  );

  transform: translate(2px, -2px);
}


/* ========================================
   Social Colors
======================================== */

.discord {
  --social-color: #5865f2;
}

.telegram {
  --social-color: #229ed9;
}

.instagram {
  --social-color: #e1306c;
}

.tiktok {
  --social-color: #ff0050;
}

.youtube {
  --social-color: #ff0000;
}


/* ========================================
   Tablet
======================================== */

@media (max-width: 991px) {
  .social-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}


/* ========================================
   Mobile
======================================== */

@media (max-width: 575px) {
  .socials-modern {
    padding: 65px 0;
  }

  .socials-heading {
    margin-bottom: 30px;
  }

  .socials-grid {
    gap: 12px;
  }

  .social-card {
    flex: 0 0 100%;

    min-height: 88px;

    padding: 16px;

    border-radius: 17px;
  }

  .social-icon {
    flex-basis: 48px;

    width: 48px;
    height: 48px;
  }

  .social-icon svg {
    width: 24px;
    height: 24px;
  }
}

/* Homepage CTA, text + image. */
.cta-text-image {
  display: flex;
  flex-direction: column;
  background: var(--bs-gray-bg);
}

.cta-text-image .content {
  padding: 5rem 2rem;
}

.cta-text-image .content .subtitle {
  color: var(--cl-accent);
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.cta-text-image .content .title {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.cta-text-image .content .description {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.cta-text-image .image {
  background-repeat: no-repeat, no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

@media (min-width: 768px) {
  .cta-text-image {
    flex-direction: row;
  }

  .cta-text-image .content {
    padding: 5rem 8rem;
  }
}

/* Homepage CTA, text only. */
.cta-text-center {
  background: #0c0c0c;
  text-align: center;
}

.cta-text-center .content {
  padding: 5rem 2rem;
}

.cta-text-center .content .subtitle {
  color: var(--cl-accent);
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.cta-text-center .content .title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .cta-text-center .content {
    padding: 6rem 0;
  }
}

/* Homepage products */
.chips {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.chips .btn {
  border-radius: var(--bs-border-radius-xxl);
}

.products .card {
  position: relative;
  background: none;
  border: none;
  transition: all .3s ease;
  background: var(--bs-body-bg);
}

.products .card:hover {
  transform: translateY(-4px);
}

.products .card .card-img-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--bs-gray-bg);
}

.products .card .card-img-top img,
.products .card .card-img-top svg {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.products .card .card-img-top .overlay {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  padding: 1rem;
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
}

.products .card .card-img-top .overlay .btn:hover {
  background-color: var(--cl-accent);
  border-color: var(--bs-btn-border-color);
}

.products .card .card-img-top .overlay .btn {
  width: 100%;
}

.products .card:hover .card-img-top .overlay {
  opacity: 1;
  bottom: 0;
}

.products .card .card-img-top .badges {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.products .card .card-img-top .badges div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 4px 12px -4px rgba(0, 0, 0, 0.45);
  background-image: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
  backdrop-filter: blur(3px);
}

.product-img-placeholder svg {
  width: 96px;
  height: 96px;
}

.product-img-placeholder svg.large {
  width: 256px;
  height: 256px;
}

.products .card .info {
  display: flex;
  justify-content: space-between;
  color: #d1d1d1;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products .card .info p {
  margin-bottom: 0;
}

.products .card .info .price {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products .card .card-title {
  font-size: 1.125rem;
  margin-bottom: 0rem;
}

.stock-indicator {
  pointer-events: none;
}

.stock-unlimited {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.stock-unlimited svg {
  width: 1rem;
  height: 1rem;
}

/* Single product. */
.product-wrapper {
  min-height: calc(100vh - 257px); /* 257px is footer */
}

.product-wrapper .carousel img {
  border-radius: var(--bs-border-radius);
}

.product-wrapper .thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.product-wrapper .thumbnails button {
  border: 0;
  padding: 0;
  background: none;
  border-radius: var(--bs-border-radius);
  transition: all .3s ease;
}

.product-wrapper .thumbnails button:not(.active) {
  opacity: 0.5;
}

.product-wrapper .thumbnails button img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.product-wrapper .badges {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.product-wrapper .badges div,
.product-wrapper .badges a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 4px 14px -6px rgba(0, 0, 0, 0.5);
  transition: transform .2s ease, filter .2s ease;
}

.product-wrapper .badges div:hover,
.product-wrapper .badges a:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.product-tabs .editor p {
  margin-bottom: 0;
}

.product-wrapper .buy-buttons .btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

.input-group-btn svg {
  width: 24px;
  height: 24px;
}

.variants {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.variants .variant {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  position: relative;
  padding: 0.375rem 0.775rem 0.375rem 0.375rem;
  background: var(--bs-gray-bg);
  border-radius: var(--bs-border-radius);
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.variants .variant.active {
  color: var(--bs-body-color);
  background-color: var(--bs-gray-bg);
  border-color: var(--bs-btn-border-color);
  outline: 0;
}

.variants .variant {
  padding: 0.5rem 0.75rem;
}

.variants .variant .name-stock {
  text-align: left;
}

.variants .variant .name,
.variants .variant .stock {
  margin-bottom: 0;
}

.variants .variant .description {
  font-size: 0.875rem;
  color: #a3a3a3;
  white-space: pre-line;
}

.variants .variant .stock {
  font-size: 0.75rem;
}

.variants .variant .price {
  padding: 0.25rem 0.5rem;
  border-radius: var(--bs-border-radius);
  background: rgba(255, 255, 255, 0.025);
  color: #a3a3a3;
  font-weight: 500;
}

.variants .variant .active-indicator {
  position: absolute;
  top: -12px;
  right: -4px;
  z-index: 1;
  background: var(--bs-gray-bg);
  border-radius: 50%;
}

.variants .variant .active-indicator svg {
  width: 24px;
  height: 24px;
}

.addon-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.addon-item:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.addon-image {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-addon-add {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-color: rgba(var(--bs-primary-rgb), 0.2);
  color: var(--bs-primary);
  min-width: 112px;
}

.btn-addon-add:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.2);
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.btn-addon-remove {
  background-color: rgba(var(--bs-danger-rgb), 0.1);
  border-color: rgba(var(--bs-danger-rgb), 0.2);
  color: var(--bs-danger);
  min-width: 112px;
}

.btn-addon-remove:hover {
  background-color: rgba(var(--bs-danger-rgb), 0.2);
  border-color: var(--bs-danger);
  color: var(--bs-danger);
}

.live-stats svg {
  width: 1.25rem;
  height: 1.25rem;
}

.live-stats p {
  margin-bottom: 0;
  flex: 1;
}

/* Testimonials */
.testimonials .col-12 {
  margin-bottom: var(--bs-gutter-x);
}

.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: var(--bs-border-radius);
  background: var(--bs-gray-bg);
  margin-bottom: var(--bs-gutter-x);
}

.testimonial .header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem 0 1.5rem;
  margin-bottom: 0.5rem;
}

.testimonial .header svg {
  width: 2.5rem;
  height: 2.5rem;
  color: rgba(255, 255, 255, 0.1);
}

.testimonial .header p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.testimonial .stars svg {
  width: 1rem;
  height: 1rem;
}

.testimonial .content {
  padding: 0 1.5rem;
}

.testimonial .content .message {
  font-size: 0.9rem;
  word-break: break-word;
}

.testimonial .content .image {
  margin-bottom: 1rem;
}

.testimonial .content .image img {
  width: 100%;
  max-height: 16rem;
  object-fit: cover;
  border-radius: var(--bs-border-radius);
  display: block;
}

.testimonial .content .reply {
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--bs-border-radius);
}

.testimonial .content .reply .text {
  margin: 0;
  font-size: 0.875rem;
  padding-left: 0.5rem;
  border-left: 0.125rem solid var(--cl-accent);
  word-break: break-word;
}

.testimonial .content .reply .author {
  font-size: 0.8rem;
  margin: 1rem 0 0 0;
  text-align: right;
  color: #a3a3a3;
}

.testimonial .content .reply .author span {
  color: var(--cl-accent);
}

.testimonial .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1.5rem;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
  color: #a3a3a3;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial .footer .items {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial .footer .date {
  font-weight: 600;
}

.pagination .page-item:not(.active) .page-link {
  color: var(--bs-secondary-color);
  background-color: var(--bs-gray-bg);
}

/* BLOCKS */
.bg-block-primary {
  background-color: var(--bs-body-bg);
}

.bg-block-secondary {
  background-color: var(--bs-gray-bg);
}

.text-block.alignment-center,
.text-image-block.alignment-center,
.text-video-block.alignment-center {
  text-align: center;
}

.text-block.alignment-center .section-title,
.text-block.alignment-center .section-subtitle,
.text-image-block.alignment-center .section-title,
.text-image-block.alignment-center .section-subtitle,
.text-video-block.alignment-center .section-title,
.text-video-block.alignment-center .section-subtitle {
  justify-content: center;
}

.text-block.alignment-right,
.text-image-block.alignment-right,
.text-video-block.alignment-right {
  text-align: right;
}

.text-block.alignment-right .section-title,
.text-block.alignment-right .section-subtitle,
.text-image-block.alignment-right .section-title,
.text-image-block.alignment-right .section-subtitle,
.text-video-block.alignment-right .section-title,
.text-video-block.alignment-right .section-subtitle {
  justify-content: flex-end;
}

.text-image-block.alignment-right .row,
.text-video-block.alignment-right .row {
  flex-direction: row-reverse;
}

.text-image-block .section-subtitle,
.text-video-block .section-subtitle {
  margin: -1rem 0 1rem 0;
}

.text-image-block .row,
.text-video-block .row {
  --bs-gutter-y: 2rem;
}

.text-image-block img,
.text-video-block iframe {
  width: 100%;
  border-radius: var(--bs-border-radius);
}

.text-image-block .aspect-16\/9 img,
.text-image-block .aspect-4\/3 img,
.text-image-block .aspect-1\/1 img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: var(--bs-border-radius);
}

.text-image-block .aspect-16\/9 img {
  aspect-ratio: 16/9;
}

.text-image-block .aspect-4\/3 img {
  aspect-ratio: 4/3;
}

.text-image-block .aspect-1\/1 img {
  aspect-ratio: 1/1;
}

.text-video-block .video-wrapper {
  display: flex;
  justify-content: center;
}

.text-video-block iframe {
  aspect-ratio: 16/9;
}

.image-gallery .row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

.image-gallery .aspect-16\/9 img,
.image-gallery .aspect-4\/3 img,
.image-gallery .aspect-1\/1 img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: var(--bs-border-radius);
}

.image-gallery .aspect-16\/9 img {
  aspect-ratio: 16/9;
}

.image-gallery .aspect-4\/3 img {
  aspect-ratio: 4/3;
}

.image-gallery .aspect-1\/1 img {
  aspect-ratio: 1/1;
}

/* ============================================================
   FAQ (like the reference)
   ============================================================ */
.faq-section {
  position: relative;
  z-index: 10;
  padding: 80px 24px;
  background: #0b0b0c;
  color: #fff;
  font-family: "Rajdhani", var(--bs-font-sans-serif), system-ui, sans-serif;
}
.faq-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Header */
.faq-header {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.faq-header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-family: var(--font-display);
}
.faq-header p {
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1.6;
}

/* Grid */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  align-items: start;
  max-width: 1040px;
  margin: 40px auto 0;
}

/* Item */
.faq-item {
  break-inside: avoid;
  overflow: hidden;
  border-radius: 14px;
  background: #10131b;
  margin-bottom: 16px;
  transition: background-color 0.3s ease;
}
.faq-item:hover { background: #121722; }

/* Question button */
.faq-question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 24px;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.faq-question-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}
.faq-number {
  flex-shrink: 0;
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  font-variant-numeric: tabular-nums;
}
.faq-title {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.015em;
  transition: color 0.3s ease;
}
.faq-question:hover .faq-title { color: #fff; }

/* Icon */
.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.35);
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.faq-question:hover .faq-icon { color: rgba(255, 255, 255, 0.7); }
.faq-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*
 * designed by https://theme.mysellauth.com
 * designed by https://theme.mysellauth.com
*/

/* Answer */
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.faq-answer p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.7;
  transition: padding 0.35s ease, opacity 0.25s ease;
  opacity: 0;
}

/* Open state */
.faq-item.active .faq-answer { grid-template-rows: 1fr; }
.faq-item.active .faq-answer p { padding: 0 24px 24px; opacity: 1; }
.faq-item.active .faq-icon {
  transform: rotate(180deg);
  color: #00bfff;
  background: rgba(0, 191, 255, 0.08);
}
.faq-question:focus-visible {
  outline: 2px solid #00bfff;
  outline-offset: -2px;
}

/* Responsive */
@media (max-width: 767px) {
  .faq-section { padding: 64px 20px; }
  .faq-header h2 { font-size: 36px; }
  .faq-header p { font-size: 14px; }
  .faq-grid { grid-template-columns: 1fr; column-gap: 0; margin-top: 32px; }
  .faq-item { margin-bottom: 12px; }
  .faq-question { padding: 20px; }
  .faq-title { font-size: 15px; }
  .faq-item.active .faq-answer p { padding: 0 20px 20px; }
}


/* STATUS */
.status-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.status-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 20px 96px;
}
.status-header {
  text-align: center;
  margin-bottom: 40px;
}
.status-eyebrow {
  display: inline-block;
  color: #8bc1ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.status-header h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-family: var(--font-display);
}
.status-header p {
  max-width: 560px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 1.6;
}

.status-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 18px 20px;
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.status-card:hover {
  background: #141922;
  border-color: rgba(255, 255, 255, 0.11);
  transform: translateY(-1px);
}
.status-name {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  flex-shrink: 0;
}
.status-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.status-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.status-pulse {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  animation: status-pulse 1.6s ease-in-out infinite;
}
@keyframes status-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.status-group {
  margin-bottom: 1rem;
}

.status-group h2 {
  margin-bottom: 1rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
}

.status {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.status .indicator {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}

.status .label {
  font-weight: 600;
}

.pulsating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  pointer-events: none;
  animation: pulsating 1.25s linear infinite;
}

@keyframes pulsating {
  0% {
    opacity: 0.4;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.aspect-product-card-image {
  aspect-ratio: var(--product-card-image-aspect-ratio);
}

.aspect-product-page-image {
  aspect-ratio: var(--product-page-image-aspect-ratio);
}

.aspect-group-card-image {
  aspect-ratio: var(--group-card-image-aspect-ratio);
}

.aspect-blog-card-image {
  aspect-ratio: var(--blog-card-image-aspect-ratio);
}

.object-product-image {
  object-fit: var(--product-image-fit);
}

.object-group-image {
  object-fit: var(--group-image-fit);
}

#snow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 9999;
}

#snow .snowflake {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border-radius: 100%;
  background: rgba(var(--cl-snow, 255, 255, 255, 1));
}

.cart .btn-outline-primary svg {
  width: 1.25rem;
  height: 1.25rem;
}
 
.cart .product {
  background: var(--bs-gray-bg);
}

.cart .form {
  background: var(--bs-gray-bg);
}

.cart-item-bg {
  background: rgba(255,255,255,0.01);
  border-color: rgba(255,255,255,0.05) !important;
}

.cart-image-container {
  width: 5rem;
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .cart-image-container {
    width: 8rem;
    max-width: 9rem;
  }
}

.cart-item-details {
  min-width: 0;
}

.cart-placeholder-icon {
  color: #6c757d;
}

.cart-placeholder-svg {
  width: 2.5rem;
  height: 2.5rem;
}

@media (min-width: 576px) {
  .cart-placeholder-svg {
    width: 4rem;
    height: 4rem;
  }
}

.cart-product-link:hover {
  text-decoration: underline !important;
}

.cart-variant-text {
  color: rgba(255,255,255,0.75);
}

.cart-discount-text {
  color: rgba(255,255,255,0.5);
}

.cart-addon-badge {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  color: rgba(255,255,255,0.5);
  font-size: 0.75rem;
}

.cart-quantity-controls {
  max-width: 8rem;
}

.cart-qty-btn {
  background: rgba(255,255,255,0.1);
  width: 2rem;
  height: 2rem;
  transition: background-color 0.3s ease;
}

.cart-qty-btn:hover:not(:disabled) {
  background: var(--bs-primary);
}

.cart-qty-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.cart-qty-input {
  background: rgba(255,255,255,0.05);
  color: white;
  width: calc(100% - 4rem);
  font-size: 0.85rem;
}

.cart-qty-input:focus {
  background: rgba(255,255,255,0.05);
  color: white;
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.5);
}

.cart-qty-icon {
  width: 1rem;
  height: 1rem;
}

.cart-price-text {
  min-width: 5rem;
}

@media (min-width: 576px) {
  .cart-price-text {
    font-size: 1.125rem;
  }
}

.cart-remove-mobile:hover,
.cart-remove-desktop:hover {
  color: var(--bs-danger) !important;
}

.cart-remove-icon-sm {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 576px) {
  .cart-remove-icon-sm {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.cart-remove-icon {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 576px) {
  .cart-remove-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 575px) {
  .cart-controls {
    border-top-color: rgba(255,255,255,0.05) !important;
  }
}

.ticket .ticket-messages-container {
  position: relative;
  height: calc(100vh - 400px);
  min-height: 500px;
}

.ticket .ticket-messages-scroll {
  height: calc(100% - 80px);
  overflow-y: auto;
  overflow-x: hidden;
}

.ticket .ticket-messages-scroll::-webkit-scrollbar {
  width: 6px;
}

.ticket .ticket-messages-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.ticket .ticket-messages-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.ticket .ticket-messages-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.ticket .ticket-avatar {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.ticket .ticket-avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: scale-down;
  background: rgba(var(--bs-primary-rgb), 0.1);
  padding: 4px;
}

.ticket .ticket-avatar-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}

.ticket .ticket-avatar-icon {
  width: 24px;
  height: 24px;
}

.ticket .ticket-sender-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bs-body-color);
}

.ticket .ticket-time-ago {
  font-size: 0.65rem;
  color: var(--bs-body-color);
  opacity: 0.6;
}

.ticket .ticket-message-content {
  font-size: 0.75rem;
  color: var(--bs-body-color);
  opacity: 0.85;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.ticket .ticket-input-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bs-body-bg);
  border-top: 1px solid var(--bs-border-color);
}

.ticket .ticket-textarea {
  resize: none;
  max-height: 100px;
  min-height: 38px;
  field-sizing: content;
}

.ticket .ticket-send-btn {
  white-space: nowrap;
  padding: 0.5rem 1rem;
}

.ticket .bg-accent-500 {
  background-color: var(--bs-primary) !important;
  color: white !important;
}

.ticket .text-accent-500 {
  color: var(--bs-primary) !important;
}

@media (max-width: 575.98px) {
  .ticket .ticket-messages-container {
    height: calc(100vh - 300px);
    min-height: 400px;
  }
  
  .ticket .ticket-send-btn span {
    display: none !important;
  }
}

table td .btn.btn-link {
  font-size: .875em;
  color: var(--bs-primary);
}

/* Container for the notification */
.notification-container {
  position: relative;
}

.notification-popup {
  position: fixed;
  z-index: 1050;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}

@media (min-width: 640px) {
  .notification-popup {
    right: auto;
  }
}

.notification-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: var(--bs-gray-bg);
  border-radius: var(--bs-border-radius);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.notification-image-container {
  position: relative;
}

.notification-image {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: cover;
  border-radius: var(--bs-border-radius);
}

@media (min-width: 640px) {
  .notification-image {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.notification-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.5rem;
}

.notification-text-primary {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .notification-text-primary {
    font-size: 0.875rem;
  }
}

.notification-text-secondary {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .notification-text-secondary {
    font-size: 1rem;
  }
}

.notification-text-tertiary {
  margin-bottom: 0;
  font-size: 0.75rem;
  opacity: 0.75;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .notification-text-tertiary {
    font-size: 0.875rem;
  }
}

.flag-icon {
  width: 0.625rem;
  height: 0.625rem;
}

@media (min-width: 640px) {
  .flag-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.currency-selector {
  max-width: 153px;
}

.currency-selector select {
  width: 80px;
  height: 40px;
  background-color: transparent;
  border: 1px solid var(--cl-accent);
  border-radius: var(--bs-border-radius);
  outline: none;
  color: transparent;
}

.currency-selector .symbol {
  display: inline-block;
  width: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  color: var(--cl-accent) !important;
  text-align: center;
  padding: 0.125rem 0.25rem;
  margin-right: 0.25rem;
}

.currency-selector .default {
  font-size: 0.75rem;
  opacity: 0.75;
}

.currency-selector .choices__inner {
  min-width: 5rem !important;
  height: 40px !important;
  border-radius: var(--bs-border-radius);
  background-color: transparent !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.currency-selector .choices.is-open .choices__inner {
  border-color: var(--cl-accent) !important;
}

.currency-selector .choices__inner .symbol {
  background-color: transparent;
  color: var(--cl-accent);
  min-width: 0;
}

.currency-selector .choices__inner .code,
.currency-selector .choices__inner .default {
  display: none;
}

.currency-selector .choices__inner .choices__item {
  max-width: 50px;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.currency-selector .choices__list.choices__list--dropdown {
  min-width: 11rem !important;
  margin-top: 0.5rem;
  border-radius: var(--bs-border-radius);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.currency-selector .choices__list::-webkit-scrollbar {
  display: none;
}

.currency-selector .choices__list--dropdown .choices__item--selectable {
  padding-right: 0.625rem !important;
}

.currency-selector .choices__list--dropdown .choices__item--selectable.is-highlighted::after {
  display: none;
}

.language-selector {
  max-width: 153px;
}

.language-selector select {
  width: 96px;
  height: 40px;
  background-color: transparent;
  border: 1px solid var(--cl-accent);
  border-radius: var(--bs-border-radius);
  outline: none;
  color: transparent;
}

.language-selector .flag {
  width: 1.25rem;
  height: 0.9375rem;
  flex-shrink: 0;
}

.language-selector .code {
  color: var(--cl-accent);
  font-weight: 600;
}

.language-selector .choices__inner {
  min-width: 6rem !important;
  height: 40px !important;
  border-radius: var(--bs-border-radius);
  background-color: transparent !important;
  border: 1px solid var(--cl-accent) !important;
  padding-top: 5px !important;
}

.language-selector .choices.is-open .choices__inner {
  border-color: var(--cl-accent) !important;
}

.language-selector .choices__inner .name,
.language-selector .choices__list--dropdown .code {
  display: none;
}

.language-selector .choices__inner .choices__item {
  overflow: hidden;
  white-space: nowrap;
}

.language-selector .choices__list.choices__list--dropdown {
  min-width: 12rem !important;
  width: max-content;
  inset-inline-end: 0;
  margin-top: 0.5rem;
  border-radius: var(--bs-border-radius);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.language-selector .choices__list::-webkit-scrollbar {
  display: none;
}

.language-selector .choices__list--dropdown .choices__item--selectable {
  padding-right: 0.625rem !important;
  white-space: nowrap;
}

.language-selector .choices__list--dropdown .choices__item--selectable.is-highlighted::after {
  display: none;
}

.choices {
  border-radius: 0.5rem;
  margin-bottom: 0 !important;
}

.choices.is-open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.choices .choices__inner {
  min-height: 2.5rem;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.025);
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 0;
}

.choices[data-type*="select-one"] .choices__inner {
  padding: 0.5rem 1rem;
}

.choices .choices__list.choices__list--single {
  padding: 0;
}

.choices.is-open .choices__inner {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.choices .choices__list.choices__list--dropdown {
  background-color: var(--bs-gray-bg);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.choices.is-open .choices__list--dropdown,
.choices.is-open .choices__list[aria-expanded] {
  border-color: rgba(255, 255, 255, 0.1);
}

.choices[data-type*="select-one"] .choices__list .choices__input {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.choices[data-type*="select-one"] .choices__list.choices__list--dropdown .choices__input {
  background-color: rgba(255, 255, 255, 0.025);
  color: #fff;
}

.choices .choices__list--dropdown .choices__item,
.choices .choices__list[aria-expanded] .choices__item {
  background-color: rgba(255, 255, 255, 0.025);
  color: #fff;
}

.choices .choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: var(--accent-500);
  color: white;
}

.choices .choices[data-type*="select-one"] .choices__input {
  background-color: var(--accent-500);
  color: white;
}

/* New editor */
.editor .rtl {
  direction: rtl;
}

.editor .e-paragraph {
  position: relative;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  word-wrap: break-word;
}

.editor .e-quote {
  font-size: 1rem;
  padding-left: 1rem;
  border-left-color: var(--cl-accent);
  border-left-width: 0.25rem;
  border-left-style: solid;
}

.editor .e-hr, .editor hr {
  border-top: 1px solid var(--cl-accent);
  margin: 0.5rem 0;
}

.editor .e-heading-h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}

.editor .e-heading-h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 0;
}

.editor .e-heading-h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
}

.editor .e-nested-listitem {
  list-style-type: none;
}

.editor .e-list-ol {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  list-style-type: decimal;
}

.editor .e-list-ul {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  list-style-type: disc;
}

.editor .e-list-ul .e-list-ul {
  list-style-type: circle;
}

.editor .e-list-ul .e-list-ul .e-list-ul {
  list-style-type: square;
}

.editor .e-list-ol .e-list-ol {
  list-style-type: lower-alpha;
}

.editor .e-list-ol .e-list-ol .e-list-ol {
  list-style-type: lower-roman;
}

.editor .e-listitem {
  margin: 0.5rem 1rem 0.5rem 1rem;
}

.editor .e-image img {
  max-width: 100%;
  height: auto;
}

.editor .e-youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.editor .e-link {
  color: var(--cl-accent);
  text-decoration: underline;
}

.editor .e-text-bold {
  font-weight: bold;
}

.editor .e-text-code {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.0625rem 0.25rem;
  font-family: monospace;
  font-size: 95%;
}

.editor .e-text-italic {
  font-style: italic;
}

.editor .e-text-strikethrough {
  text-decoration: line-through;
}

.editor .e-text-underline {
  text-decoration: underline;
}

.editor .e-text-underlineStrikethrough {
  text-decoration: underline line-through;
}

.editor .e-code {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  font-family: monospace;
  border-radius: var(--bs-border-radius);
}

.editor .e-collapsible {
  margin: 0.25rem 0 0.25rem 0;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.editor .e-collapsible-title {
  display: block; 
  position: relative; 
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  font-weight: 600;
}

.editor .e-collapsible-title::marker,
.editor .e-collapsible-title::-webkit-details-marker {
  display: none;
}

.editor .e-collapsible-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-left-color: var(--cl-accent);
  border-width: 4px 6px 4px 6px;
}

.editor .e-collapsible[open] > .editor .e-collapsible-title:before {
  border-left-color: transparent;
  border-top-color: var(--cl-accent);
  border-width: 6px 4px 0 4px;
}

.editor .e-collapsible-content {
  padding: 0.5rem;
  border-top: 1px solid var(--bs-border-color);
}

.editor .e-table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0.5rem 0;
}

.editor .e-table-cell {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent) !important;
}

.editor .e-table-cell-header {
  font-weight: 600;
  background-color: color-mix(in srgb, currentColor 6%, transparent);
}

.editor .e-table-striped tr:nth-child(even) > .e-table-cell {
  background-color: color-mix(in srgb, currentColor 4%, transparent);
}

.editor .e-table-center {
  margin-left: auto;
  margin-right: auto;
}

.editor .e-table-right {
  margin-left: auto;
  margin-right: 0;
}

/* BUILDER */
.builder .component {
  position: relative;
}

.builder .component .builder-toolbar {
  display: none;
}

.builder .component:hover .builder-toolbar {
  display: block;
}

.builder .builder-toolbar {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

.builder .builder-toolbar .actions {
  background: #070d19;
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: var(--bs-border-radius);
}

.builder .builder-toolbar .actions button {
  padding: 0.5rem;
  border-radius: var(--bs-border-radius);
  background: #0c1427;
  border: 0;
}

.builder .builder-toolbar .actions button:hover {
  background: #0a0f1f;
}

.builder .builder-toolbar .actions button svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #ffffff;
}

.builder .announcement .builder-toolbar .actions button:not(.edit),
.builder .navbar .builder-toolbar .actions button:not(.edit),
.builder .footer .builder-toolbar .actions button:not(.edit) {
  display: none;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-3,
.size-3\.5,
.size-4,
.size-5,
.size-6 {
  flex-shrink: 0;
}

.min-w-0 {
  min-width: 0;
}

.text-accent-500 {
  color: var(--bs-primary) !important;
}

.bg-accent-500 {
  background-color: var(--bs-primary) !important;
  color: white !important;
}

:root {
  --altcha-border-width: 1px;
  --altcha-border-radius: var(--bs-border-radius);
  --altcha-color-base: rgba(255, 255, 255, 0.025);
  --altcha-color-border: rgba(255, 255, 255, 0.05);
  --altcha-color-text: #fff;
  --altcha-color-border-focus: currentColor;
  --altcha-color-error-text: #ef4444;
  --altcha-color-footer-bg: #f4f4f4;
  --altcha-max-width: 600px;
}

/* ============================================================
   NULLPOINT design language
   ============================================================ */
:root {
  --bg: #060a12;
  --bg-2: #0a101c;
  --surface: #0e1520;
  --surface-2: #131b28;
  --line: #1c2635;
  --text: #e7edf5;
  --muted: #8090a3;
  --muted-2: #5c6c80;
  --accent: var(--cl-accent, #35d1ff);
  --accent-2: #6f7bff;
  --accent-dim: #1b3b4a;
  --radius-sm: 6px;
  --radius: 10px;
}

body {
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5,
.card-title, .section-title h1, .section-title h2,
.stat .num, .navbar .navbar-brand,
.footer h5, .foot-col h4,
.hero .content h1, .cta-text-center .content .title,
.cta-text-image .content .title, .testimonial .footer .date,
.status-card h3, .status-group h2 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.08;
}

a { color: inherit; }
ul { list-style: none; }

::selection { background: var(--accent); color: #04121a; }

/* subtle backdrop glow + grid */
.grid-glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(700px 420px at 18% -5%, rgba(53,209,255,.10), transparent 60%),
    radial-gradient(600px 500px at 85% 8%, rgba(111,123,255,.09), transparent 55%),
    var(--bg);
}
.grid-glow::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: radial-gradient(900px 600px at 50% 0%, black, transparent 75%);
  mask-image: radial-gradient(900px 600px at 50% 0%, black, transparent 75%);
}

/* body layers sit above the fixed glow.
   NOTE: we intentionally do NOT give .flex-wrapper its own stacking context
   (no z-index / transform / filter). Otherwise every Bootstrap .modal sits
   INSIDE the wrapper's stacking context (z-index 1) while the modal backdrop
   is appended directly to <body> at z-index 1050, so the backdrop would cover
   the modal and block all clicks. Leaving the wrapper at "auto" lets the
   .modal (1055) and .modal-backdrop (1050) compare on the same body level. */
body > .flex-wrapper {
  position: relative;
}
body > .grid-glow + .bg-image {
  position: relative;
  z-index: 1;
}

.container { max-width: 1180px; }

/* Sections: uniform rhythm */
section,
.hero,
.socials,
.cta-text-center,
.cta-text-image {
  position: relative;
  z-index: 1;
}

/* ============================================================
   Header / Navigation
   ============================================================ */
header.sticky-top { z-index: 50; }

.navbar {
  background: rgba(6, 10, 18, .78);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.navbar .container {
  min-height: 68px;
}

.navbar .navbar-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  gap: 10px;
  padding: 0;
}

/* Brand mark - gradient tile with notch */
.brand-mark {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  position: relative;
  flex-shrink: 0;
}
.brand-mark::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: var(--bg);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.navbar-brand .brand-mark { margin: 0; }

.navbar .navbar-collapse { justify-content: flex-end; }

@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 30px;
  }
}

.navbar .navbar-nav .nav-link {
  font-size: .92rem;
  color: var(--muted);
  padding: 0;
  transition: color .15s;
}
.navbar .navbar-nav .nav-link:hover { color: var(--text); }
.navbar .navbar-nav .nav-link.active { color: var(--accent); }

/* nav actions (buttons on the right) */
.navbar .nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  font-family: var(--bs-font-sans-serif);
  font-weight: 600;
  font-size: .88rem;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  transition: all .15s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #03141d;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #5adcff;
  border-color: #5adcff;
  color: #03141d;
}

.btn-outline-primary,
.btn-ghost {
  border-color: var(--line);
  color: var(--text);
  background: transparent;
}
.btn-outline-primary:hover,
.btn-ghost:hover {
  border-color: var(--accent-dim);
  background: rgba(53, 209, 255, .06);
  color: var(--text);
}
.btn-outline-primary:focus { box-shadow: none; }

.btn-lg { padding: 14px 26px; font-size: .95rem; }
.btn-sm { padding: 8px 14px; font-size: .82rem; }

/* ============================================================
   Hero CTA buttons (blue gradient like the reference)
   ============================================================ */
.hero-actions .btn-primary {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(139, 193, 255, 0.45);
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-color: #fff;
  background: linear-gradient(to bottom, #68adff, #2f82ed);
  background-color: transparent;
  border-color: rgba(139, 193, 255, 0.45);
  color: #fff;
  box-shadow:
    0 14px 34px rgba(47, 130, 237, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.hero-actions .btn-primary:hover,
.hero-actions .btn-primary:focus {
  --bs-btn-hover-bg: transparent;
  --bs-btn-color: #fff;
  transform: translateY(-2px);
  background: linear-gradient(to bottom, #79b7ff, #3b8ff8);
  background-color: transparent;
  border-color: rgba(139, 193, 255, 0.45);
  color: #fff;
}

/* Secondary â€” dark/black gradient like the reference */
.hero-actions .btn-secondary {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(255, 255, 255, 0.14);
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-color: #fff;
  background: linear-gradient(to bottom, #191b20, #0d0e11);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.hero-actions .btn-secondary:hover,
.hero-actions .btn-secondary:focus {
  --bs-btn-hover-bg: transparent;
  --bs-btn-color: #fff;
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.25);
  background: linear-gradient(to bottom, #20242b, #11141a);
  background-color: transparent;
  color: #fff;
}

/* ============================================================
   Hero
   ============================================================ */
.hero {
  background: #0b0b0c !important;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 96px 0 70px;
  text-align: center;
}
.hero.alignment-left { text-align: left; }
.hero.alignment-right { text-align: right; }
.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.hero.alignment-left .container,
.hero.alignment-right .container { align-items: stretch; }
.hero .content {
  min-width: 0;
  text-align: inherit;
  margin: 0 auto;
  max-width: 800px;
}

/* Hero background layers (like the reference) */
.hero-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.hero-background img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.18;
}
.hero-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 58% 76% at 50% 42%,
    rgba(11, 11, 12, 0.34) 0%,
    rgba(11, 11, 12, 0.72) 52%,
    #0b0b0c 100%
  );
}
.hero-vertical {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(11, 11, 12, 0.35) 0%,
    transparent 35%,
    transparent 65%,
    #0b0b0c 100%
  );
}
.hero-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  background: linear-gradient(to right, #0b0b0c, transparent);
}
.hero-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  background: linear-gradient(to left, #0b0b0c, transparent);
}
@media (max-width: 600px) {
  .hero-left,
  .hero-right { width: 35%; }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: linear-gradient(to bottom, #17191d, #0b0c0e);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 28px;
}
.eyebrow .customer-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(to bottom, #6eb1ff, #3d8ef5);
  color: #fff;
  font-weight: 700;
  font-family: var(--bs-font-sans-serif);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.eyebrow .customer-count svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.eyebrow .customer-text {
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-family: var(--bs-font-sans-serif);
}
@media (max-width: 480px) {
  .eyebrow { font-size: 13px; }
  .eyebrow .customer-count,
  .eyebrow .customer-text { padding: 9px 11px; }
  .eyebrow .customer-count { gap: 6px; }
}

.hero .content h1 {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  margin-bottom: 22px;
  color: var(--text);
}
.hero .content h1 .line2 { color: var(--muted); display: block; }
.hero .content h1 .hl { color: var(--accent); }
.hero .content h1 .title-highlight { color: #4d9aff; }

.hero .content p {
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 34px;
  font-size: 1.03rem;
}
.hero.alignment-left .content p { margin-left: 0; margin-right: 0; }
.hero.alignment-right .content p { margin-left: auto; margin-right: 0; }

.hero .content .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.hero.alignment-center .hero-actions { justify-content: center; }
.hero.alignment-left .hero-actions { justify-content: flex-start; }
.hero.alignment-right .hero-actions { justify-content: flex-end; }

/* fake searchbar */
.hero .fake-searchbar {
  margin: 0 auto 34px auto;
  max-width: 600px;
}
.hero.alignment-left .fake-searchbar { margin-left: 0; margin-right: 0; }
.hero.alignment-right .fake-searchbar { margin-left: auto; margin-right: 0; }
.hero .fake-searchbar input {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.hero .fake-searchbar input:focus {
  border-color: var(--accent-dim);
  box-shadow: 0 0 0 0.25rem rgba(53,209,255,.12);
}
.hero .fake-searchbar svg { fill: var(--muted); }

/* ========================================
   Hero Search Trigger
======================================== */

.hero .hero-search-trigger {
  display: flex;
  align-items: center;
  gap: 14px;

  width: 100%;
  max-width: 600px;

  margin: 0 auto 34px auto;
  padding: 14px 20px;

  text-align: left;

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;

  color: inherit;
  cursor: pointer;

  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

/* Alignment */
.hero.alignment-left .hero-search-trigger {
  margin-left: 0;
  margin-right: 0;
}

.hero.alignment-right .hero-search-trigger {
  margin-left: auto;
  margin-right: 0;
}

/* Hover */
.hero .hero-search-trigger:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(77, 154, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(77, 154, 255, 0.08);
}

/* Focus */
.hero .hero-search-trigger:focus-visible {
  outline: 2px solid #4d9aff;
  outline-offset: 2px;
}

/* Search Icon */
.hero .hero-search-trigger svg {
  width: 22px;
  height: 22px;

  flex: 0 0 22px;

  fill: rgba(255, 255, 255, 0.55);
}

/* Search Text */
.hero .hero-search-trigger-text {
  flex: 1;

  font-size: 1rem;

  color: rgba(255, 255, 255, 0.5);

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Keyboard */
.hero .hero-search-trigger-kbd {
  flex-shrink: 0;

  font-size: 0.72rem;

  color: rgba(255, 255, 255, 0.55);

  background: rgba(255, 255, 255, 0.07);

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 6px;

  padding: 3px 9px;

  font-family: var(--bs-font-sans-serif);
}

@media (max-width: 576px) {

  .hero .hero-search-trigger {
    width: calc(100% - 32px);
    max-width: 420px;

    margin: 0 auto 26px auto;

    padding: 11px 14px;

    gap: 10px;

    border-radius: 12px;
  }

  .hero .hero-search-trigger svg {
    width: 19px;
    height: 19px;

    flex-basis: 19px;
  }

  .hero .hero-search-trigger-text {
    font-size: 0.9rem;
  }

  .hero .hero-search-trigger-kbd {
    display: none;
  }
}

/* hero stats */
.hero .content .stats-wrapper { display: flex; justify-content: inherit; }
.hero .content .stats {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.hero.alignment-center .stats { justify-content: center; }
.hero .content .stats div { align-items: center; }
.hero .content .stats div .value {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--text);
}
.hero .content .stats div .value svg { color: var(--accent); }
.hero .content .stats div .label {
  font-size: .75rem;
  color: var(--muted);
}

/* search modal surfaces */
.hero .search-modal .modal-content,
.modal .modal-content {
  background: var(--surface);
  border: 1px solid var(--line);
}
.hero .search-modal .product .image {
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.hero .search-modal .product h3 { font-family: var(--font-display); font-weight: 600; }

/* ============================================================
   Section headings
   ============================================================ */
section .section-title,
section .section-subtitle {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  margin: 0 auto 48px;
  max-width: 600px;
}
section .section-title h1,
section .section-title h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}
section .section-title p {
  font-size: .98rem;
  color: var(--muted);
  padding-left: 0;
  border-left: 0;
}

/* ============================================================
   Product / game cards
   ============================================================ */
.products .row { align-items: stretch; }

.products .card {
  background: transparent;
}

/* task-card treatment for product cards */
.products .card .card-body {
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
}
.products .card .card-img-top {
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--surface);
  overflow: hidden;
}
.products .card { border-radius: var(--radius); }

.products .card .card-img-top .overlay {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 0;
  text-align: center;
  opacity: 1;
  transition: none;
}
.products .card .card-img-top .overlay .btn {
  width: 100%;
  padding: 9px 0;
  border-radius: var(--radius-sm);
  background: rgba(53,209,255,.12);
  border: 1px solid var(--accent-dim);
  color: var(--accent);
  font-size: .82rem;
  font-weight: 600;
  transition: background .15s;
}
.products .card:hover .card-img-top .overlay .btn {
  background: var(--accent);
  color: #03141d;
  border-color: var(--accent);
}
.products .card:hover {
  transform: translateY(-4px);
}
.products .card:hover .card-img-top { border-color: var(--accent-dim); }
.products .card:hover .card-body { border-color: var(--accent-dim); }

.products .card .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text);
}
.products .card .info {
  color: var(--muted);
}
.products .card .info .price { color: var(--accent); font-weight: 600; }
.products .card .info p.text-primary { color: var(--muted-2) !important; }

/* ============================================================
   Categories (gaming cards, like the reference)
   ============================================================ */
.categories {
  background: #0b0b0c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  position: relative;
  padding: 48px 0 64px;
}
.categories-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
}
.categories .section-title,
.categories .section-subtitle {
  margin-bottom: 44px;
}
.categories .section-title h2 {
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  letter-spacing: -0.03em;
  color: #fff;
}
.categories .section-subtitle p {
  color: rgba(255, 255, 255, 0.5);
  font-size: .98rem;
}
.categories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 2 / 3;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #10131b;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
}
.category-media {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.category-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
}
.category-card:hover .category-media img { transform: scale(1.025); }
.category-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
}
.category-gradient {
  position: absolute;
  inset-x: 0;
  bottom: 0;
  height: 64px;
  background: linear-gradient(to top, rgba(16, 19, 27, 0.55), transparent);
}
.category-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 12px 12px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 6px;
  background: linear-gradient(to bottom, #68adff, #2f82ed);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow:
    0 10px 24px rgba(47, 130, 237, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.2s ease, background 0.2s ease;
}
.category-card:hover .category-btn {
  transform: translateY(-2px);
  background: linear-gradient(to bottom, #79b7ff, #3b8ff8);
}
@media (min-width: 576px) {
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
  .categories-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .categories { padding: 64px 0 96px; }
}

/* ============================================================
   Features -> bento cards (like the reference)
   ============================================================ */
.features {
  width: 100%;
  padding: 64px 0 112px;
  background: #0b0b0c;
  color: #fff;
  box-sizing: border-box;
}
.features *,
.features *::before,
.features *::after { box-sizing: border-box; }
.features-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.features-header {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.features-header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.045em;
  font-family: var(--font-display);
}
.features-header p {
  max-width: 600px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

/* Grid */
.features-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: 400px 260px;
  gap: 12px;
  margin-top: 48px;
}
.feature-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #10131b;
  isolation: isolate;
}
.feature-large { grid-row: span 2; }
.feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(.2, .7, .2, 1), opacity 0.3s ease;
}
.feature-card:hover img { transform: scale(1.035); }
.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(16, 19, 27, 1) 0%,
    rgba(16, 19, 27, 0.95) 16%,
    rgba(16, 19, 27, 0.55) 38%,
    rgba(16, 19, 27, 0.05) 65%,
    transparent 100%
  );
}
.feature-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 64px 28px 28px;
}
.feature-overlay h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.035em;
}
.feature-overlay p {
  max-width: 440px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}
.feature-card:last-child img {
  object-position: left center;
  opacity: 0.9;
}

/* Tablet */
@media (max-width: 1024px) {
  .features { padding: 56px 0 90px; }
  .features-container { padding: 0 20px; }
  .features-header h2 { font-size: 42px; }
  .features-grid {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 12px;
  }
  .feature-large {
    grid-column: span 2;
    grid-row: auto;
    min-height: 480px;
  }
  .feature-card:not(.feature-large) { min-height: 350px; }
}

/* Mobile */
@media (max-width: 640px) {
  .features { padding: 48px 0 72px; }
  .features-container { padding: 0 16px; }
  .features-header h2 { font-size: 34px; line-height: 1.1; }
  .features-header p { margin-top: 14px; font-size: 14px; line-height: 1.6; }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 36px;
  }
  .feature-large { grid-column: auto; min-height: 430px; }
  .feature-card:not(.feature-large) { min-height: 320px; }
  .feature-overlay { padding: 56px 22px 22px; }
  .feature-overlay h3 { font-size: 19px; }
  .feature-overlay p { font-size: 14px; line-height: 1.6; }
}

/* Small mobile */
@media (max-width: 400px) {
  .features-header h2 { font-size: 30px; }
  .feature-large { min-height: 390px; }
  .feature-card:not(.feature-large) { min-height: 290px; }
}

/* ============================================================
   Feedbacks / testimonials
   ============================================================ */
.testimonial {
  border: 1px solid var(--line);
  background: var(--surface);
}
.testimonial .footer {
  background: transparent;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.testimonial .content .reply {
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.testimonial .header p,
.testimonial .content .message { color: var(--text); }

/* ============================================================
   Socials
   ============================================================ */
.socials {
  background: transparent;
}
.socials .list .social {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  margin-bottom: var(--bs-gutter-x);
  color: var(--text);
}
.socials .list .social .left svg {
  background: rgba(53,209,255,.1);
  border: 1px solid var(--accent-dim);
  color: var(--accent);
}
.socials .list .social:hover { border-color: var(--accent-dim); color: var(--accent); }

/* ============================================================
   Nav pages (products list, blog, etc.) page-header
   ============================================================ */

/* ============================================================
   Footer
   ============================================================ */
footer.footer {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  padding: 56px 0 28px;
  position: relative;
  overflow: hidden;
}
footer.footer .footer-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
footer.footer .footer-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
footer.footer .footer-background .footer-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(16 19 27 / 96%) 0%, rgb(14 16 22 / 95%) 100%);
}
footer.footer .container { max-width: 1180px; position: relative; z-index: 1; }
footer.footer .foot-bottom { position: relative; z-index: 1; }
footer.footer .footer-inner {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 44px;
}
footer.footer .foot-brand p {
  color: var(--muted);
  font-size: .86rem;
  margin-top: 14px;
  max-width: 280px;
}
footer.footer .foot-col h5 {
  font-family: var(--font-display);
  font-size: .85rem;
  letter-spacing: .3px;
  color: var(--text);
  margin-bottom: 14px;
  text-transform: none;
}
footer.footer .foot-col li a {
  color: var(--muted);
  font-size: .85rem;
  padding: 0;
}
footer.footer .foot-col li a:hover { color: var(--accent); }
footer.footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-size: .8rem;
  color: var(--muted-2);
  flex-wrap: wrap;
  gap: 12px;
}
footer.footer .social {
  display: flex;
  gap: 10px;
}
footer.footer .social a {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  color: var(--muted);
}
footer.footer .social a:hover { border-color: var(--accent-dim); color: var(--accent); }
footer.footer .social a svg { width: 18px; height: 18px; }
footer.footer .foot-socials .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
footer.footer .foot-socials .nav-link svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 991.98px) {
  .navbar .navbar-collapse { justify-content: flex-start; }
  .navbar .navbar-nav { gap: 1rem; }
  .navbar .nav-actions { margin-top: 1rem; }

  footer.footer .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 575.98px) {
  footer.footer .footer-inner { grid-template-columns: 1fr; }
  .hero .content .stats { gap: 1rem; padding: .75rem 1rem; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* ============================================================
   Trusted section
   ============================================================ */
.trusted-section {
  width: 100%;
  padding: 112px 0;
  background: #0b0b0c;
  color: #ffffff;
  font-family: "Rajdhani", var(--bs-font-sans-serif), system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  box-sizing: border-box;
}
.trusted-section *,
.trusted-section *::before,
.trusted-section *::after {
  box-sizing: border-box;
}
.trusted-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.trusted-header {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: start;
}
.trusted-header h2 {
  max-width: 400px;
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.045em;
}
.trusted-header p {
  max-width: 600px;
  margin: 0;
  justify-self: end;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1.5;
}
.trusted-grid {
  display: grid;
  grid-template-columns: 1.15fr 2fr;
  gap: 1px;
  margin-top: 56px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}
.trusted-main-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 270px;
  overflow: hidden;
  padding: 32px;
  color: #ffffff;
  background: radial-gradient(
      circle at 75% 20%,
      rgba(104, 173, 255, 0.18),
      transparent 34%
    ),
    linear-gradient(145deg, #17345a 0%, #11233d 48%, #101722 100%);
}
.main-decoration {
  position: absolute;
  right: -64px;
  bottom: -128px;
  width: 384px;
  height: 288px;
  border: 1px solid rgba(104, 173, 255, 0.1);
  border-radius: 50%;
}
.icon-box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: #68adff;
  border-radius: 9px;
  background: #192033;
}
.main-icon {
  width: 48px;
  height: 48px;
  color: #8bc1ff;
  border-radius: 12px;
  background: rgba(77, 154, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.icon-box svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-box i {
  font-size: 18px;
  line-height: 1;
}
.main-icon svg {
  width: 20px;
  height: 20px;
}
.main-icon i {
  font-size: 20px;
  line-height: 1;
}
.main-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-top: 40px;
}
.main-number {
  color: #ffffff;
  font-size: clamp(2.8rem, 5vw, 4.25rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.065em;
}
.main-title {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.main-content p {
  max-width: 380px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.45;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.06);
}
.stat-card {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 24px;
  color: #ffffff;
  background: #10131b;
  transition: background 0.3s ease, transform 0.3s ease;
}
.stat-card:hover {
  background: #121722;
}
.stat-content {
  margin-top: auto;
  padding-top: 32px;
}
.stat-number {
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.stat-number.automatic {
  font-size: 29px;
}
.stat-title {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
.stat-content p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  line-height: 1.55;
}

/* Tablet */
@media (max-width: 1000px) {
  .trusted-header {
    grid-template-columns: 1fr 1fr;
  }
  .trusted-header h2 {
    font-size: 42px;
  }
  .trusted-grid {
    grid-template-columns: 1fr;
  }
  .trusted-main-card {
    min-height: 320px;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .trusted-section {
    padding: 80px 0;
  }
  .trusted-container {
    padding: 0 16px;
  }
  .trusted-header {
    display: block;
  }
  .trusted-header h2 {
    max-width: none;
    font-size: 36px;
  }
  .trusted-header p {
    max-width: none;
    margin-top: 16px;
  }
  .trusted-grid {
    margin-top: 40px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .trusted-main-card {
    min-height: 300px;
    padding: 24px;
  }
  .stat-card {
    min-height: 250px;
  }
}

/* Small mobile */
@media (max-width: 420px) {
  .trusted-header h2 {
    font-size: 32px;
  }
  .trusted-main-card {
    min-height: 280px;
  }
  .main-number {
    font-size: 48px;
  }
  .stat-card {
    min-height: 230px;
  }
}

/* ============================================================
   Advantage section
   ============================================================ */
.advantage-section {
  position: relative;
  display: flex;
  min-height: 560px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 96px 24px;
  background: #0b0b0c;
  color: #ffffff;
  font-family: "Rajdhani", var(--bs-font-sans-serif), system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  isolation: isolate;
}
.advantage-section *,
.advantage-section *::before,
.advantage-section *::after {
  box-sizing: border-box;
}
.advantage-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(
    ellipse 45% 64% at 50% 43%,
    #000 0%,
    rgba(0, 0, 0, 0.86) 34%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 45% 64% at 50% 43%,
    #000 0%,
    rgba(0, 0, 0, 0.86) 34%,
    transparent 100%
  );
}
.advantage-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
  opacity: 0.24;
  filter: saturate(0.5);
}
.video-tint {
  position: absolute;
  inset: 0;
  background: rgba(22, 61, 114, 0.055);
  pointer-events: none;
}
.edge-gradient {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    #0b0b0c 0%,
    transparent 24%,
    transparent 72%,
    #0b0b0c 100%
  );
}
.side-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40%;
  z-index: -1;
  pointer-events: none;
}
.side-fade-left {
  left: 0;
  background: linear-gradient(
    to right,
    #0b0b0c 0%,
    rgba(11, 11, 12, 0.85) 30%,
    transparent 100%
  );
}
.side-fade-right {
  right: 0;
  background: linear-gradient(
    to left,
    #0b0b0c 0%,
    rgba(11, 11, 12, 0.85) 30%,
    transparent 100%
  );
}
.advantage-content {
  position: relative;
  width: 100%;
  max-width: 672px;
  top: -20px;
  text-align: center;
  z-index: 5;
}
.advantage-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.045em;
}
.advantage-content p {
  max-width: 600px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.store-button {
  display: inline-flex;
  min-width: 170px;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid rgba(139, 193, 255, 0.45);
  border-radius: 6px;
  color: #ffffff;
  background: linear-gradient(to bottom, #68adff 0%, #2f82ed 100%);
  box-shadow: 0 14px 34px rgba(47, 130, 237, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.store-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(to bottom, #79b7ff 0%, #3b8ff8 100%);
  box-shadow: 0 18px 40px rgba(47, 130, 237, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.store-button:active {
  transform: translateY(0);
}
.store-button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: none;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}
.store-button:hover svg {
  transform: translateX(2px);
}

/* Tablet */
@media (max-width: 768px) {
  .advantage-section {
    min-height: 520px;
    padding: 80px 20px;
  }
  .advantage-content h2 {
    font-size: 40px;
  }
  .advantage-content p {
    max-width: 540px;
    font-size: 15px;
  }
  .side-fade {
    width: 30%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .advantage-section {
    min-height: 500px;
    padding: 72px 16px;
  }
  .advantage-content {
    top: -10px;
  }
  .advantage-content h2 {
    font-size: 34px;
    line-height: 1.1;
  }
  .advantage-content p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6;
  }
  .button-wrapper {
    margin-top: 24px;
  }
  .store-button {
    width: 170px;
  }
  .side-fade {
    width: 45%;
  }
  .advantage-video {
    -webkit-mask-image: radial-gradient(
      ellipse 70% 55% at 50% 45%,
      #000 0%,
      rgba(0, 0, 0, 0.8) 38%,
      transparent 100%
    );
    mask-image: radial-gradient(
      ellipse 70% 55% at 50% 45%,
      #000 0%,
      rgba(0, 0, 0, 0.8) 38%,
      transparent 100%
    );
  }
}

/* Small mobile */
@media (max-width: 400px) {
  .advantage-section {
    min-height: 470px;
  }
  .advantage-content h2 {
    font-size: 30px;
  }
  .advantage-content p {
    font-size: 13px;
  }
}

/* ============================================================
   Site header / navbar (redesigned)
   ============================================================ */
.site-header {
  background: rgba(11, 12, 15, 0.62);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}
.site-header .site-header-inner {
  min-height: 78px;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-header .navbar-collapse { flex-grow: 1; }

/* Brand */
.site-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.045em;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
}
.site-brand img {
  object-fit: contain;
  width: 36px;
  height: 36px;
}
.site-brand:hover { color: #fff; }

/* Center nav */
.site-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}
.site-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 6px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-nav-link:hover { color: #fff; }
.site-nav-link.active,
.site-nav-link[aria-current="page"] { color: #8bc1ff; }

.site-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(139, 193, 255, 0.45);
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(to bottom, #68adff 0%, #2f82ed 100%);
  box-shadow: 0 8px 20px rgba(47, 130, 237, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.site-nav-btn:hover {
  color: #fff;
  background: linear-gradient(to bottom, #79b7ff 0%, #3b8ff8 100%);
  transform: translateY(-1px);
}

/* Right actions */
.site-actions { gap: 8px; }

/* Auth button (sign in) */
.site-auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to bottom, #68adff 0%, #2f82ed 100%);
  box-shadow: 0 8px 20px rgba(47, 130, 237, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-decoration: none;
  border: 1px solid rgba(139, 193, 255, 0.45);
  transition: background 0.2s ease, transform 0.2s ease;
}
.site-auth-btn:hover {
  color: #fff;
  background: linear-gradient(to bottom, #79b7ff 0%, #3b8ff8 100%);
  transform: translateY(-1px);
}
.site-sign { display: block; }

/* Cart */
.site-cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 14px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #10131b;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.site-cart-btn:hover {
  background: #141519;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}
.site-cart-icon { width: 20px; height: 20px; }
.site-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #2f82ed;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

/* Currency selector */
.site-currency {
  height: 44px;
  align-items: center;
  border-radius: 6px;
  background: #0f1013;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0 6px 0 2px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.site-currency:hover {
  background: #141519;
  border-color: rgba(255, 255, 255, 0.12);
}
.site-currency select {
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background: #0f1013;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba%28255,255,255,0.35%29' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m6 9 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 14px 14px;
  padding-right: 26px;
}
.site-currency select:focus {
  color: #fff;
  border-color: rgba(139, 193, 255, 0.45);
}
.site-currency select .symbol { color: #8bc1ff; }
.site-currency select .default { color: rgba(255, 255, 255, 0.35); }

/* Toggler */
.site-toggler {
  border-radius: 6px;
  background: #10131b;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.site-toggler .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 576px) {
  .site-actions .site-sign { display: block; }
}

/* Collapsed (mobile) nav styling */
@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: rgba(11, 12, 15, 0.72);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    backdrop-filter: blur(20px) saturate(140%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    padding: 12px 20px 20px;
  }
  .site-header .site-nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
  }
  .site-header .site-nav-list .nav-item { width: 100%; }
  .site-header .site-nav-link,
  .site-header .site-auth-btn { width: 100%; }
}

/* ============================================================
   Terms page (like the reference)
   ============================================================ */
.terms-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 20px 96px;
}
.terms-header {
  text-align: center;
  margin-bottom: 40px;
}
.terms-eyebrow {
  display: inline-block;
  color: #8bc1ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.terms-header h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-family: var(--font-display);
}
.terms-header p {
  max-width: 560px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 1.6;
}
.terms-card {
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 14px;
  overflow: hidden;
}
.terms-body {
  padding: 40px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.75;
}
.terms-body h1,
.terms-body h2,
.terms-body h3,
.terms-body h4 {
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 28px 0 12px;
}
.terms-body h1 { font-size: 24px; }
.terms-body h2 { font-size: 20px; }
.terms-body h3,
.terms-body h4 { font-size: 17px; }
.terms-body p,
.terms-body ul,
.terms-body ol {
  color: rgba(255, 255, 255, 0.65);
}
.terms-body a { color: #8bc1ff; }
.terms-body ul,
.terms-body ol { padding-left: 1.25rem; }
.terms-body li { margin-bottom: 6px; }
.terms-body blockquote {
  margin: 16px 0;
  padding: 12px 16px;
  border-left: 2px solid #8bc1ff;
  background: rgba(139, 193, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 0 8px 8px 0;
}
.terms-body hr {
  border-color: rgba(255, 255, 255, 0.08);
  margin: 28px 0;
}

@media (max-width: 767px) {
  .terms-page { padding: 56px 16px 72px; padding-top: 64px; }
  .terms-body { padding: 24px; }
}

@media (max-width: 575px) {
  .terms-body { padding: 20px; }
}

@media (max-width: 767px) {
  .status-page { padding: 56px 16px 72px; padding-top: 64px; }
  .status-card { padding: 14px 16px; }
  .status-dot { display: none; }
}

/* ============================================================
   Blog cards
   ============================================================ */
.blog-grid .post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 14px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.blog-grid .post-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.12);
  background: #141922;
}
.post-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--bs-gray-bg);
  overflow: hidden;
}
.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.post-card-media .product-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-card-media .product-img-placeholder svg { width: 56px; height: 56px; }
.post-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  flex: 1;
}
.post-card-date {
  color: #8bc1ff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.post-card-title {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-family: var(--font-display);
}
.post-card-summary {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.post-card-read {
  margin-top: 4px;
  color: #8bc1ff;
  font-size: 0.85rem;
  font-weight: 600;
}

/* ============================================================
   Blog post page (article)
   ============================================================ */
.article-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 20px 96px;
}
.article-header {
  text-align: center;
  margin-bottom: 36px;
}
.article-eyebrow {
  display: inline-block;
  color: #8bc1ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.article-header h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-family: var(--font-display);
}
.article-header p {
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  line-height: 1.6;
}
.article-date {
  display: inline-block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.article-cover {
  margin-bottom: 28px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.055);
}
.article-cover img {
  width: 100%;
  height: auto;
  display: block;
}
.article-card {
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 14px;
  overflow: hidden;
}
.article-body {
  padding: 40px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.75;
}
.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4 {
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 28px 0 12px;
}
.article-body h1 { font-size: 24px; }
.article-body h2 { font-size: 20px; }
.article-body h3,
.article-body h4 { font-size: 17px; }
.article-body p,
.article-body ul,
.article-body ol {
  color: rgba(255, 255, 255, 0.65);
}
.article-body a { color: #8bc1ff; }
.article-body ul,
.article-body ol { padding-left: 1.25rem; }
.article-body li { margin-bottom: 6px; }
.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.article-body blockquote {
  margin: 16px 0;
  padding: 12px 16px;
  border-left: 2px solid #8bc1ff;
  background: rgba(139, 193, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 0 8px 8px 0;
}
.article-body hr { border-color: rgba(255, 255, 255, 0.08); margin: 28px 0; }

@media (max-width: 767px) {
  .article-page { padding: 56px 16px 72px; padding-top: 64px; }
  .article-body { padding: 24px; }
}
@media (max-width: 575px) {
  .article-body { padding: 20px; }
}

/* ============================================================
   Feedback page
   ============================================================ */
.feedback-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 20px 96px;
}
.feedback-header {
  text-align: center;
  margin-bottom: 44px;
}
.feedback-eyebrow {
  display: inline-block;
  color: #8bc1ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.feedback-header h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-family: var(--font-display);
}
.feedback-header p {
  max-width: 560px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 1.6;
}
.feedback-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Feedback card */
.feedback-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 14px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.feedback-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.12);
  background: #141922;
}
.feedback-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.feedback-stars {
  display: flex;
  gap: 3px;
}
.feedback-star {
  width: 16px;
  height: 16px;
}
.feedback-items {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.feedback-content {
  flex: 1;
}
.feedback-message p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  line-height: 1.6;
  word-break: break-word;
}
.feedback-more {
  color: #8bc1ff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.feedback-more:hover { color: #a8d0ff; }
.feedback-image {
  margin-top: 16px;
}
.feedback-image img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.feedback-reply {
  margin-top: 16px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.22);
  border-left: 2px solid #8bc1ff;
  border-radius: 0 10px 10px 0;
}
.feedback-reply-label {
  display: block;
  margin-bottom: 6px;
  color: #8bc1ff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.feedback-reply-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  line-height: 1.6;
  word-break: break-word;
}
.feedback-reply-date {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.7rem;
}
.feedback-foot {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.feedback-date {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

@media (max-width: 991px) {
  .feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .feedback-page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 64px 16px 72px;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .feedback-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    box-sizing: border-box;
  }

  .feedback-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

/* ============================================================
   Products page header
   ============================================================ */
.products-page-header {
  text-align: center;
  margin-bottom: 36px;
}
.products-eyebrow {
  display: inline-block;
  color: #8bc1ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.products-page-header h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-family: var(--font-display);
}
.product-grid { align-items: stretch; }

/* ============================================================
   Product card
   ============================================================ */
.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 14px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.12);
  background: #141922;
}
.product-card-media {
  position: relative;
  aspect-ratio: var(--product-card-image-aspect-ratio, 16/9);
  background: var(--bs-gray-bg);
  overflow: hidden;
}
.product-card-media img,
.product-card-media svg {
  width: 100%;
  height: 100%;
  object-fit: var(--product-image-fit, contain);
}
.product-card-media .product-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-media .product-img-placeholder svg { width: 64px; height: 64px; }
.product-card-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  z-index: 2;
}
.product-card-badges div {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 4px 10px;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 4px 14px -4px rgba(0, 0, 0, 0.55);
  background-image: linear-gradient(rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14));
  backdrop-filter: blur(3px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transition: transform .2s ease, filter .2s ease;
}
.product-card-badges div:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}
.product-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 20px 20px;
  flex: 1;
}
.product-card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.product-card-price {
  margin: 0;
  color: #8bc1ff;
  font-size: 0.95rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card-old {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
  font-weight: 500;
  margin-left: 6px;
}
.product-card-stock {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
}
.product-card-title {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
  font-family: var(--font-display);
}

/* product card — enhanced layout */
.product-card-media {
  border-radius: 0;
  aspect-ratio: 16/9;
}
.product-card-media img,
.product-card-media .product-img-placeholder {
  transition: transform 0.45s ease, opacity 0.3s ease;
}
.product-card:hover .product-card-media img {
  transform: scale(1.05);
}
.product-card-arrow {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(16, 19, 27, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.product-card:hover .product-card-arrow,
.product-card:focus-within .product-card-arrow {
  opacity: 1;
  transform: translateY(0);
}
.product-card .product-card-arrow i { font-size: 0.8rem; }
.product-card-body {
  padding-top: 16px;
}
.product-card-meta {
  margin-bottom: 12px;
}
.product-card-stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  padding: 3px 10px;
}
.product-card-info {
  justify-content: flex-start;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}
.product-card-price {
  font-size: 1.05rem;
  color: #8bc1ff;
}


@media (max-width: 767px) {
  .products-page-header { margin-bottom: 28px; }
}

/* ============================================================
   Cart page
   ============================================================ */
.cart-title h1 {
  color: #fff;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 600;
  letter-spacing: -0.04em;
  font-family: var(--font-display);
}
.cart .cart-item-bg {
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.055) !important;
  border-radius: 14px !important;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.cart .cart-item-bg:hover {
  border-color: rgba(255, 255, 255, 0.12);
}
.cart .cart-image-container {
  border-radius: 10px;
  overflow: hidden;
}
.cart .form {
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.055) !important;
  border-radius: 14px;
}
.cart .form .form-label {
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.cart .form .text-muted { color: rgba(255, 255, 255, 0.45) !important; }
.cart .cart-price-text { color: #8bc1ff; font-weight: 700; }
.cart .cart-product-link { color: #fff; }
.cart .cart-checkout-btn {
  background: linear-gradient(to bottom, #68adff 0%, #2f82ed 100%);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(47, 130, 237, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}
.cart .cart-checkout-btn:hover {
  background: linear-gradient(to bottom, #79b7ff 0%, #3b8ff8 100%);
  color: #fff;
  transform: translateY(-1px);
}

/* ============================================================
   Hero search product (horizontal)
   ============================================================ */
.search-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 12px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.search-product:hover {
  background: #141922;
  border-color: rgba(255, 255, 255, 0.12);
}
.search-product .left { display: flex; align-items: center; gap: 14px; }
.search-product .image {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--bs-gray-bg);
}
.search-product .image .product-img-placeholder svg { width: 26px; height: 26px; }
.search-product .text h3 {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-family: var(--font-display);
}
.search-product .search-product-price {
  margin: 4px 0 0;
  color: #8bc1ff;
  font-size: 0.85rem;
  font-weight: 700;
}
.search-product .search-product-stock {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  font-weight: 500;
}
.search-product .right { flex-shrink: 0; }

/* ============================================================
   Customer dashboard
   ============================================================ */
.customer-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 14px;
  padding: 24px;
}
.customer-sidebar-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.customer-sidebar-avatar {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(to bottom, #68adff 0%, #2f82ed 100%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 6px 16px -6px rgba(47, 130, 237, 0.6);
}
.customer-sidebar-avatar svg {
  width: 24px;
  height: 24px;
  opacity: 0.95;
}
.customer-sidebar-user {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.customer-sidebar-user small {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.customer-sidebar-email {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.customer-sidebar-menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.customer-sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.customer-sidebar-link i {
  width: 18px;
  text-align: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.customer-sidebar-link:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.customer-sidebar-link.active {
  background: rgba(47, 130, 237, 0.14);
  color: #8bc1ff;
  font-weight: 600;
}
.customer-sidebar-logout {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

/* Dashboard cards */
.dashboard-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 14px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.dashboard-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: #141922;
}
.dashboard-card-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(47, 130, 237, 0.14);
  color: #8bc1ff;
  font-size: 1.1rem;
}
.dashboard-card h4 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.dashboard-card-value {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-family: var(--font-display);
}
.dashboard-card .text-primary { color: #8bc1ff !important; }

@media (max-width: 767px) {
  .customer-sidebar { padding: 20px; }
  .dashboard-card { padding: 20px; }
  .dashboard-card-icon { top: 20px; right: 20px; }
}

/* ============================================================
   Customer dashboard content panels + tables
   ============================================================ */
.customer-dashboard-content .card {
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.75);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.customer-dashboard-content .card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: #141922;
}
.customer-dashboard-content .card.border-primary {
  border-color: rgba(47, 130, 237, 0.55);
}
.customer-dashboard-content .card h3,
.customer-dashboard-content .card h4,
.customer-dashboard-content .card h5 {
  color: #fff;
}
.customer-dashboard-content .card .text-muted,
.customer-dashboard-content .card small.text-muted,
.customer-dashboard-content .card .text-t-primary\/80 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.customer-dashboard-content .card .text-primary a,
.customer-dashboard-content .card a.text-primary { color: #8bc1ff !important; }
.customer-dashboard-content .card .border-top { border-color: rgba(255, 255, 255, 0.08) !important; }

/* Nested tier/program boxes inside dashboard panels */
.customer-dashboard-content .card .border.rounded {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.02);
}
.customer-dashboard-content .card .border.rounded[style*="border-color: var(--cl-accent)"] {
  border-color: var(--cl-accent) !important;
  background: rgba(47, 130, 237, 0.05);
}

/* Tables inside dashboard panels */
.customer-dashboard-content .table {
  --bs-table-color: rgba(255, 255, 255, 0.75);
  --bs-table-bg: transparent;
  --bs-table-border-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}
.customer-dashboard-content .table > :not(caption) > * > * {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.06);
  color: inherit;
}
.customer-dashboard-content .table thead th {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}
.customer-dashboard-content .table tbody tr:hover > * {
  background: rgba(255, 255, 255, 0.02);
}
.customer-dashboard-content .table tbody tr:last-child > * {
  border-bottom: 0;
}
.customer-dashboard-content .table .text-muted,
.customer-dashboard-content .table small.text-muted { color: rgba(255, 255, 255, 0.45) !important; }
.customer-dashboard-content .table .text-accent-500,
.customer-dashboard-content .table a.text-accent-500 { color: #8bc1ff !important; }

/* Bootstrap badge inside table/sidebar area readable on dark */
.customer-dashboard-content .table .text-bg-success { background-color: #1f7a47 !important; color: #d9ffe8 !important; }
.customer-dashboard-content .table .text-bg-info { background-color: #1f6f8b !important; color: #d9f5ff !important; }
.customer-dashboard-content .table .text-bg-warning { background-color: #8a6d1a !important; color: #fff3c4 !important; }
.customer-dashboard-content .table .text-bg-secondary { background-color: #3a3f4b !important; color: #e3e6ee !important; }
.customer-dashboard-content .table .text-bg-danger { background-color: #8c2f2f !important; color: #ffe1e1 !important; }

/* Dashboard action link buttons */
.customer-dashboard-content .card .btn-link,
.customer-dashboard-content .table .btn-link {
  color: #8bc1ff;
  text-decoration: none;
}
.customer-dashboard-content .card .btn-link:hover,
.customer-dashboard-content .table .btn-link:hover {
  color: #b6d6ff;
}
.customer-dashboard-content .card .btn-link.text-danger,
.customer-dashboard-content .table .btn-link.text-danger {
  color: #ff8f8f !important;
}
.customer-dashboard-content .card .btn-outline-primary,
.customer-dashboard-content .card .btn-outline-secondary {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.2);
}
.customer-dashboard-content .card .btn-outline-primary:hover,
.customer-dashboard-content .card .btn-outline-secondary:hover {
  color: #fff;
  border-color: rgba(47, 130, 237, 0.7);
  background: rgba(47, 130, 237, 0.1);
}

/* Alert info inside dashboard content */
.customer-dashboard-content .alert-info {
  background: rgba(47, 130, 237, 0.12);
  border-color: rgba(47, 130, 237, 0.3);
  color: #b6d6ff;
}

/* Ticket chat inside dashboard content (dark) */
.ticket .customer-dashboard-content .card.ticket-messages-container {
  background: #10131b;
  border-color: rgba(255, 255, 255, 0.055);
  border-radius: 14px;
}
.ticket .customer-dashboard-content .ticket-messages-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}
.ticket .customer-dashboard-content .ticket-messages-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
}
.ticket .customer-dashboard-content .ticket-messages-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.28);
}
.ticket .customer-dashboard-content .ticket-sender-name,
.ticket .customer-dashboard-content .ticket-time-ago,
.ticket .customer-dashboard-content .ticket-message-content {
  color: rgba(255, 255, 255, 0.82);
}
.ticket .customer-dashboard-content .ticket-message-content {
  opacity: 1;
}
.ticket .customer-dashboard-content .ticket-input-area {
  background: #10131b;
  border-top-color: rgba(255, 255, 255, 0.08);
}
.ticket .customer-dashboard-content .ticket-textarea {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}
.ticket .customer-dashboard-content .ticket-textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.ticket .customer-dashboard-content .ticket-textarea:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(47, 130, 237, 0.6);
  color: #fff;
}
.ticket .customer-dashboard-content .badge.bg-secondary {
  background: #3a3f4b !important;
  color: #e3e6ee !important;
}
.ticket .customer-dashboard-content .badge.bg-light {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #8bc1ff !important;
}
.ticket .customer-dashboard-content .ticket-avatar-img,
.ticket .customer-dashboard-content .ticket-avatar-placeholder {
  background: rgba(47, 130, 237, 0.2);
  color: #8bc1ff;
}

/* Form controls inside dashboard content */
.customer-dashboard-content .form-control {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}
.customer-dashboard-content .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.customer-dashboard-content .form-control:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(47, 130, 237, 0.6);
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(47, 130, 237, 0.15);
}
.customer-dashboard-content .input-group-text {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
}
.customer-dashboard-content .alert-danger {
  background: rgba(140, 47, 47, 0.18);
  border-color: rgba(140, 47, 47, 0.4);
  color: #ffd7d7;
}
.customer-dashboard-content .text-danger { color: #ff8f8f !important; }

/* ============ STATS COMPONENT ============ */
.stats-section {
  padding: 72px 0;
}
.stats-container {
  max-width: 1200px;
}
.stats-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: center;
}
.stats-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  padding: 0 32px;
}
.stats-item + .stats-item {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.stats-value {
  font-family: "Rajdhani", var(--bs-font-sans-serif);
  font-size: clamp(3.6rem, 9vw, 5.4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #fff;
  background: linear-gradient(180deg, #ffffff 25%, #8bc1ff 110%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stats-label {
  font-family: "Rajdhani", var(--bs-font-sans-serif);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .stats-bar {
    flex-direction: column;
    gap: 40px;
  }
  .stats-item {
    padding: 0;
  }
  .stats-item + .stats-item {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 36px;
  }
}

/* ============ SEARCH PANEL (redesigned modal) ============ */
.hero .search-modal {
  --bs-modal-width: 680px;
}
.hero .search-modal .modal-content.search-panel {
  background: rgba(16, 19, 27, 0.92);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  backdrop-filter: blur(24px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}
.hero .search-modal .search-panel-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.hero .search-modal .search-panel-head .searchbar {
  position: relative;
  display: flex;
  align-items: center;
}
.hero .search-modal .search-panel-head .searchbar svg {
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  fill: rgba(255, 255, 255, 0.45);
  pointer-events: none;
}
.hero .search-modal .search-panel-head input {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 20px 88px 20px 54px;
  font-size: 1.05rem;
  color: #fff;
}
.hero .search-modal .search-panel-head input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.hero .search-modal .search-panel-head input:focus {
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}
.hero .search-modal .search-panel-head .search-panel-esc {
  position: absolute;
  right: 18px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 3px 8px;
  font-family: var(--bs-font-sans-serif);
}
/* Mobile close button: touch-friendly, hidden on desktop where Esc works */
.hero .search-modal .search-panel-head .search-panel-close {
  position: absolute;
  right: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.hero .search-modal .search-panel-head .search-panel-close:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.hero .search-modal .search-panel-body {
  padding: 8px 0;
  flex: 1 1 auto;
  min-height: 0;
  max-height: 60vh;
  overflow-y: auto;
}

.hero .search-modal .search-panel-body .products {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hero .search-modal .search-panel-body .search-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 12px 20px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
  transition: background 0.15s ease;
}
.hero .search-modal .search-panel-body .search-product:hover {
  background: rgba(77, 154, 255, 0.08);
}
.hero .search-modal .search-product .left {
  flex: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.hero .search-modal .search-product .image {
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  border-radius: 0;
  overflow: hidden;
  background: var(--bs-gray-bg);
}
.hero .search-modal .search-product .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.hero .search-modal .search-product .image .product-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .search-modal .search-product .image .product-img-placeholder svg {
  width: 34px;
  height: 34px;
}
.hero .search-modal .search-product .image .badges { top: 0.25rem; left: 0.25rem; }
.hero .search-modal .search-product .text {
  flex: 1;
  color: #fff;
}
.hero .search-modal .search-product h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
  color: #fff;
}
.hero .search-modal .search-product p {
  font-size: 0.85rem;
  margin-bottom: 0;
}
.hero .search-modal .search-product .right .search-product-stock {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px 10px;
  border-radius: 999px;
}
.hero .search-modal .search-panel-empty {
  margin: 0;
  padding: 48px 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.95rem;
}
.hero .search-modal .search-panel-foot {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.02);
}
.hero .search-modal .search-panel-foot span {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero .search-modal .search-panel-foot i {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 576px) {
  .hero .search-modal .modal-dialog {
    margin: 0;
    width: auto;
    min-height: 100%;
    align-items: stretch;
  }
  .hero .search-modal .modal-content.search-panel {
    max-height: calc(100% - 0px);
    max-height: 100dvh;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .hero .search-modal .search-panel-head input {
    font-size: 1rem;
    padding: 18px 76px 18px 50px;
  }
  .hero .search-modal .search-panel-head .search-panel-esc { display: none; }
  .hero .search-modal .search-panel-head .search-panel-close { display: inline-flex; }
  .hero .search-modal .search-panel-body {
    max-height: none;
    flex: 1 1 auto;
  }
  .hero .search-modal .search-product .right { display: none; }
  .hero .search-modal .search-panel-foot { display: none; }
  .hero .search-modal .search-product {
    padding: 12px 14px;
    gap: 0.75rem;
  }
  .hero .search-modal .search-product .image {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }
}

/* search modal backdrop: keep the dim but let clicks pass through */
.modal-backdrop--passthrough {
  pointer-events: none;
}

/* Hero must NOT create a stacking context, otherwise the search modal
   (a child of .hero) stays trapped at z-index 1 while Bootstrap's
   .modal-backdrop (z-index 1050, appended to <body>) covers it and
   blocks all clicks on the panel. Removing the hero's z-index lets the
   modal compare on the body level. Content layering is kept by
   .hero .container { z-index: 1 } and .hero-background { z-index: 0 }. */
.hero {
  z-index: auto;
  isolation: auto;
}

/* ============================================================
   Product page — dark glass redesign
   ============================================================ */
.product-wrapper .row.gx-4.gx-lg-5 {
  --glass-bg: #10131b;
  --glass-line: rgba(255, 255, 255, 0.055);
  --glass-hover: #121722;
  --glass-accent: #4d9aff;
  --glass-accent-soft: #8bc1ff;
  --glass-muted: rgba(255, 255, 255, 0.5);
}

/* Main gallery frame */
.product-wrapper .product-gallery {
  position: relative;
}

.product-wrapper .carousel .carousel-inner {
  background: var(--glass-bg);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  overflow: hidden;
}

.product-wrapper .carousel-inner img {
  width: 100%;
  aspect-ratio: var(--product-page-image-aspect-ratio);
  object-fit: var(--product-image-fit, cover);
  border-radius: 0;
}

/* Thumbnails */
.product-wrapper .thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
  margin-top: 0.625rem;
}

.product-wrapper .thumbnails button {
  border: 1px solid var(--glass-line);
  background: var(--glass-bg);
  border-radius: var(--radius-sm);
  padding: 4px;
  overflow: hidden;
  transition: border-color .25s ease, transform .25s ease, opacity .25s ease;
}

.product-wrapper .thumbnails button:not(.active) {
  opacity: 0.55;
}

.product-wrapper .thumbnails button:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.product-wrapper .thumbnails button.active {
  border-color: var(--glass-accent);
  opacity: 1;
}

.product-wrapper .thumbnails button img {
  border-radius: calc(var(--radius-sm) - 3px);
}

/* Single / placeholder image */
.product-wrapper .product-gallery > img.card-img-top {
  background: var(--glass-bg);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  width: 100%;
  object-fit: var(--product-image-fit, cover);
}

.product-wrapper .product-gallery .product-img-placeholder {
  background: var(--glass-bg);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Product header */
.product-head {
  margin-bottom: 1.25rem;
}

.product-head .product-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 2.6vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: 0.2px;
  margin-bottom: 0.75rem;
  color: #eef3fb;
}

.product-head .status {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.875rem;
}

.product-head .live-stats {
  background: var(--glass-bg);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
}

.product-head .live-stats svg {
  color: var(--glass-accent-soft);
}

.product-head .live-stats p.text-muted {
  color: var(--glass-muted) !important;
}

.product-head .live-stats p strong {
  color: #fff;
  font-weight: 600;
}

/* Price row */
.product-price-row {
  display: flex;
  align-items: center;
  padding: 0.9rem 0 1.1rem;
  border-bottom: 1px solid var(--glass-line);
  margin-bottom: 0.25rem;
}

.product-price-row .product-price {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--glass-accent-soft);
  display: inline-flex;
  align-items: center;
}

/* Tabs */
.product-wrapper .product-tabs {
  padding-top: 1.5rem;
}

.product-wrapper .product-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--glass-line);
  margin-bottom: 1.25rem;
}

/* ============================================================
   Product form — dark glass redesign
   ============================================================ */
/* Variant selector grid */
.product-wrapper .variants.variant-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.product-wrapper .variants .variant {
  background: var(--glass-bg);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  color: #e7edf5;
  transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}

.product-wrapper .variants .variant:hover {
  background: var(--glass-hover);
}

.product-wrapper .variants .variant.active {
  background: var(--glass-hover);
  border-color: var(--glass-accent);
  box-shadow: 0 0 0 1px rgba(77, 154, 255, 0.25), 0 8px 24px rgba(0, 0, 0, 0.25);
}

.product-wrapper .variants .variant .name {
  color: #fff;
  font-weight: 600;
}

.product-wrapper .variants .variant .stock {
  color: var(--glass-muted);
}

.product-wrapper .variants .variant .price {
  background: rgba(255, 255, 255, 0.05);
  color: var(--glass-accent-soft);
}

.product-wrapper .variants .variant .active-indicator {
  background: var(--glass-hover);
  color: var(--glass-accent);
}

.product-wrapper .variants .variant .active-indicator svg {
  color: var(--glass-accent);
}

/* Quantity stepper */
.product-wrapper .qty-stepper {
  width: 100%;
  max-width: 220px;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--glass-bg);
}

.product-wrapper .qty-stepper .input-group-btn {
  width: 48px;
  border: 0;
  background: transparent;
  color: var(--glass-accent-soft);
  font-size: 1.25rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: background-color .2s ease;
}

.product-wrapper .qty-stepper .input-group-btn:hover:not(:disabled) {
  background: rgba(77, 154, 255, 0.12);
}

.product-wrapper .qty-stepper .input-group-btn:disabled {
  opacity: 0.35;
}

.product-wrapper .qty-stepper .form-control {
  text-align: center;
  border: 0;
  border-left: 1px solid var(--glass-line);
  border-right: 1px solid var(--glass-line);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-weight: 600;
  -moz-appearance: textfield;
}

.product-wrapper .qty-stepper .form-control::-webkit-outer-spin-button,
.product-wrapper .qty-stepper .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Purchase footer */
.product-wrapper .purchase-footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--glass-line);
}

.product-wrapper .buy-buttons .btn {
  padding: 0.75rem 1rem;
  font-weight: 600;
  border-radius: var(--radius);
}

.product-wrapper .buy-buttons .btn-primary {
  box-shadow: 0 10px 24px -12px rgba(77, 154, 255, 0.6);
}

/* ============================================================
   Instant balance modal — utility classes (no Tailwind present)
   This theme renders without Tailwind, so the utility classes used
   by the instant-balance modal markup must be provided here.
   ============================================================ */
.fixed { position: fixed; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.z-50 { z-index: 1050; }
.overflow-y-auto { overflow-y: auto; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-baseline { align-items: baseline; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.min-h-screen { min-height: 100vh; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.p-4 { padding: 1rem; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.mb-0 { margin-bottom: 0; }
.mb-4 { margin-bottom: 1rem; }
.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.ms-1 { margin-left: 0.25rem !important; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.align-middle { vertical-align: middle; }
.w-full { width: 100%; }
.max-w-md { max-width: 28rem; }
.inline-block { display: inline-block; }
.block { display: block; }
.whitespace-nowrap { white-space: nowrap; }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.font-semibold { font-weight: 600; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-grow-1 { flex-grow: 1; }
.transition-all { transition-property: all; }
.transform { transform: none; }
.transition-opacity { transition-property: opacity; }

/* Instant balance modal — dark glass */
.bg-black\/75 {
  background: rgba(4, 10, 18, 0.78);
  backdrop-filter: blur(2px);
}

/* Modal card */
div.fixed > div.flex > div.inline-block,
.inline-block.w-full.max-w-md,
.instant-balance-card {
  background: #10131b;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  color: #e7edf5;
}

.border-b { border-bottom: 1px solid rgba(255, 255, 255, 0.075); }
.border-secondary-subtle { border-color: rgba(255, 255, 255, 0.075); }
.pb-4 { padding-bottom: 1rem; }
.text-body-secondary { color: rgba(255, 255, 255, 0.5) !important; }
.text-body { color: #e7edf5; }
.shadow { box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5); }

.sm\:flex-row { flex-direction: row; }
.sm\:scale-95 { transform: scale(0.95); }
.sm\:scale-100 { transform: scale(1); }
.translate-y-4 { transform: translateY(1rem); }
.translate-y-0 { transform: translateY(0); }

.flex-fill { flex: 1 1 auto; }

@media (max-width: 575.98px) {
  .product-wrapper .variants.variant-grid {
    grid-template-columns: 1fr;
  }
  .sm\:flex-row { flex-direction: column; }
}

/* ============================================================
   Before / After comparison slider
   ============================================================ */
.before-after {
  padding: 72px 0 40px;
}

.before-after .container,
.before-after .ba-container {
  max-width: 960px;
}

.before-after .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.ba-container {
  margin: 0 auto;
}

.ba-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
  border-radius: var(--radius);
  border: 1px solid var(--glass-line, rgba(255, 255, 255, 0.055));
  background: var(--glass-bg, #10131b);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.6);
  outline: none;
}

.ba-wrapper[data-aspect="1/1"] { aspect-ratio: 1 / 1; }
.ba-wrapper[data-aspect="4/3"] { aspect-ratio: 4 / 3; }
.ba-wrapper[data-aspect="16/9"] { aspect-ratio: 16 / 9; }

.ba-wrapper:focus-visible {
  box-shadow: 0 0 0 3px rgba(77, 154, 255, 0.55);
}

.ba-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.ba-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  will-change: clip-path;
}

.ba-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #16203a 0%, #0a101c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.25);
}

.ba-placeholder::after {
  content: "\f03e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2.25rem;
}

.ba-label {
  position: absolute;
  top: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(6, 10, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
  pointer-events: none;
  z-index: 3;
}

.ba-label--before { left: 14px; }
.ba-label--after { right: 14px; }

.ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--ba-pos, 50%);
  width: 2px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-1px);
  pointer-events: none;
  z-index: 4;
}

.ba-divider::before,
.ba-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 46px;
  background: rgba(255, 255, 255, 0.35);
}

.ba-divider::before { top: 0; }
.ba-divider::after { bottom: 0; }

.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(160deg, #68adff 0%, #2f82ed 100%);
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform .15s ease;
}

.ba-handle i {
  font-size: 1rem;
  line-height: 1;
}

.ba-wrapper:hover .ba-handle,
.ba-wrapper:focus-visible .ba-handle {
  transform: translate(-50%, -50%) scale(1.12);
}

/* Hidden but accessible range input */
.ba-range {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .before-after {
    padding: 44px 0 24px;
  }
  .ba-handle {
    width: 38px;
    height: 38px;
  }
}

/* ============================================================
   Scroll Up (back to top) button
   ============================================================ */
.scroll-up {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}

.scroll-up.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-up--left {
  right: auto;
  left: 26px;
}

.scroll-up-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(160deg, #68adff 0%, #2f82ed 100%);
  color: #fff;
  font-size: 1.05rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 10px 26px -8px rgba(47, 130, 237, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform .2s ease, box-shadow .2s ease;
}

.scroll-up-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px -8px rgba(47, 130, 237, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.scroll-up-btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 20px -8px rgba(47, 130, 237, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.scroll-up-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(77, 154, 255, 0.55);
}

@media (max-width: 575.98px) {
  .scroll-up {
    right: 18px;
    bottom: 18px;
  }
  .scroll-up--left {
    left: 18px;
    right: auto;
  }
  .scroll-up-btn {
    width: 44px;
    height: 44px;
    font-size: 0.95rem;
  }
}

/* Coupon modal */
.coupon {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.coupon-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
}
.coupon-dialog {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: var(--cl-background-primary, #0a101c);
  border: 1px solid var(--cl-border, #1c2635);
  border-radius: 1rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  padding: 2rem 1.75rem;
  text-align: center;
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.coupon-dialog--open {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.coupon-headline {
  font-family: var(--font-display, 'Rajdhani', sans-serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--cl-accent, #35D1FF);
  margin-bottom: 0.5rem;
}
.coupon-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.coupon-description {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.25rem;
}
.coupon-code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.4);
  border: 1px dashed var(--cl-accent, #35D1FF);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
}
.coupon-code-text {
  font-family: monospace;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--cl-accent, #35D1FF);
}
.coupon-copy {
  background: var(--cl-accent, #35D1FF);
  color: #000;
  border: 0;
  border-radius: 0.375rem;
  padding: 0.35rem 0.8rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}
.coupon-instructions {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.25rem;
}
.coupon-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
.coupon-continue {
  display: inline-block;
  background: var(--cl-accent, #35D1FF);
  color: #000;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.6rem 1.25rem;
  text-decoration: none;
}
.coupon-continue:hover {
  color: #000;
  opacity: 0.9;
}
.coupon-dismiss {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--cl-border, #1c2635);
  border-radius: 0.5rem;
  padding: 0.6rem 1.25rem;
  cursor: pointer;
}
.coupon-close {
  position: absolute;
  top: 0.75rem;
  right: 0.9rem;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

/* ============================================================
   Footer enhancements (refined)
   ============================================================ */
footer.footer {
  position: relative;
}
footer.footer .logo img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}
footer.footer .foot-brand .social {
  margin-top: 18px;
}
footer.footer .foot-col h5 {
  position: relative;
  padding-bottom: 10px;
}
footer.footer .foot-col h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent, var(--cl-accent, #35D1FF));
}
footer.footer .foot-col li a {
  position: relative;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
footer.footer .foot-col li a:hover {
  padding-left: 4px;
}
footer.footer .foot-bottom span:nth-child(2) {
  color: var(--muted-2);
}
footer.footer .foot-brand .title-highlight {
  color: var(--accent, var(--cl-accent, #35D1FF));
  font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
  footer.footer .foot-col li a {
    transition: none;
  }
}

/*
 * designed by https://theme.mysellauth.com
 * designed by https://theme.mysellauth.com
*/