﻿/* External font import disabled for local reliability */

:root {
  --techor-void-black: #0c1f1f;
  --techor-gold: #d4af37;
  --techor-red: #ff3b3b;
  --techor-dark-gray: #163434;
  --techor-light-gray: #1c3a3a;
  --card-cta: #d4af37;
  --transition: cubic-bezier(0.25, 0.8, 0.25, 1);
  --header-h: 88px;
  --techcor-ui-font: Arial, "Segoe UI", sans-serif;
  --tc-bg-main: #0f2a2a;
  --tc-bg-main-dark: #0c1f1f;
  --tc-bg-main-alt: #123333;
  --tc-bg-gradient: #1c3a3a;
  --tc-card-bg: #163434;
  --tc-card-bg-alt: #1b3e3e;
  --tc-text-main: #f5f5f5;
  --tc-text-muted: #c8d0d0;
  --tc-gold-dark: #c9a227;
  --tc-gold-light: #e6c76a;
  --tc-shadow: #0a0a0a;
}

html.theme-light {
  --techor-void-black: #f8fafc;
  --techor-gold: #06b6d4;
  --techor-red: #ef4444;
  --techor-dark-gray: #f1f5f9;
  --techor-light-gray: #e2e8f0;
  --card-cta: #06b6d4;
  --tc-bg-main: #eef5ff;
  --tc-bg-main-dark: #f8fafc;
  --tc-bg-main-alt: #f1f5f9;
  --tc-bg-gradient: #dbeafe;
  --tc-card-bg: #ffffff;
  --tc-card-bg-alt: #f8fafc;
  --tc-text-main: #0f172a;
  --tc-text-muted: #475569;
  --tc-gold-dark: #14b8a6;
  --tc-gold-light: #2dd4bf;
  --tc-shadow: #0f172a;
}

html {
  height: auto !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  height: auto !important;
  overflow-x: hidden;
  overflow-y: visible;
  font-family: var(--techcor-ui-font);
}

html,
body,
body * {
  font-family: var(--techcor-ui-font) !important;
  font-weight: 700 !important;
}

.theme-fab {
  position: fixed;
  right: 14px;
  bottom: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 999px;
  background: rgba(12, 31, 31, 0.9);
  color: var(--techor-gold);
  z-index: 5200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.14s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.theme-fab:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34);
}

.theme-fab:active {
  transform: translateY(0);
}

.theme-fab .theme-fab-icon {
  font-size: 18px;
  line-height: 1;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
label,
strong,
small,
div {
  font-family: var(--techcor-ui-font) !important;
}

.swal2-popup,
.swal2-title,
.swal2-html-container,
.swal2-input,
.swal2-confirm,
.swal2-cancel,
.swal2-toast {
  font-family: var(--techcor-ui-font) !important;
}

h1 {
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-size: clamp(1.55rem, 3.1vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
}

h3 {
  font-size: clamp(1.25rem, 2.1vw, 1.8rem);
  font-weight: 600;
  line-height: 1.2;
}

h4,
h5,
h6 {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
  line-height: 1.25;
}

p,
li,
label,
input,
select,
textarea,
button {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

small {
  font-size: 0.84rem;
  font-weight: 400;
}

.home-section-title,
.subcategory-title,
.hero-split-copy h2,
#sectionTitle,
#modalTitle,
.modal-title,
.modal-specs-title {
  font-weight: 700;
}

.home-section-body,
.hero-split-copy p,
.description,
.model,
.modal-model,
.modal-specs,
.modal-subtitle {
  font-weight: 400;
}

.preloader {
  position: fixed;
  inset: 0;
  background: var(--tc-bg-main-dark);
  color: #ffffff;
  display: grid;
  place-items: center;
  z-index: 9999;
  font-family: var(--techcor-ui-font);
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

html.dev-local .preloader {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@font-face {
  font-family: "Soria";
  src: url("../fonts/soria-font.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soria";
  src: url("../fonts/soria-font.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soria";
  src: url("../fonts/soria-font.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gluten";
  src: url("../fonts/Gluten-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gluten";
  src: url("../fonts/Gluten-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yatra One";
  src: url("../fonts/YatraOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Le Murmure";
  src: url("../fonts/LeMurmure-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Relieve";
  src: url("../fonts/Relieve.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Excon";
  src:
    url("../fonts/Excon-Medium.woff2") format("woff2"),
    url("../fonts/Excon-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vercetti";
  src:
    url("../fonts/Vercetti-Regular.woff2") format("woff2"),
    url("../fonts/Vercetti-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nighty";
  src: url("../fonts/Nightydemo.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Justus Roman";
  src: url("../fonts/Justus-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

/* Estilos personalizados para Header Minimalista y Hero Premium */
.header-minimalist {
  background-color: transparent;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo-typo {
  font-family: "Le Murmure", "Yatra One", serif;
  font-size: 26px;
  font-weight: bold;
  color: white;
  letter-spacing: 1px;
}

.menu-btn-minimalist {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.menu-icon-lines {
  color: white;
  font-size: 24px;
}

.menu-text {
  color: white;
  font-size: 17px;
  text-transform: capitalize;
  font-family: "Gluten", "Segoe UI", Arial, sans-serif;
}

.header-center {
  flex: 1;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}

.search-container {
  width: 100%;
  max-width: 600px;
  position: relative;
  display: flex;
  align-items: center;
}

.search-container input {
  width: 100%;
  padding: 12px 45px 12px 20px;
  border-radius: 30px;
  background-color: white;
  border: 1px solid white;
  outline: none;
  font-size: 15px;
  color: black;
}

.search-container input::placeholder {
  color: black;
  opacity: 0.8;
}

.search-icon-gold {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  color: #d4af37;
  /* Dorado */
  font-size: 18px;
  cursor: pointer;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.login-btn-minimalist {
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-family: "Gluten", "Segoe UI", Arial, sans-serif;
}

.login-btn-minimalist .user-icon {
  color: white;
  font-size: 18px;
  filter: grayscale(1) brightness(2);
}

.cart-btn-minimalist {
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.icon {
  width: 20px;
  height: 20px;
  display: block;
}

.search-icon-gold {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.cart-btn-minimalist {
  gap: 8px;
}

body {
  padding-top: var(--header-h);
  background:
    linear-gradient(165deg,
      var(--tc-bg-main-dark) 0%,
      var(--tc-bg-gradient) 45%,
      var(--tc-bg-main) 100%);
  font-family: "Gluten", "Segoe UI", Arial, sans-serif;
}

body.home-view {
  padding-top: 0;
}

body.category-view {
  padding-top: calc(var(--header-h) - 18px);
}

body.home-view .hero-premium {
  height: 98vh;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  background: transparent;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1090;
  pointer-events: none;
  opacity: 1;
  transform: translateY(0);
  will-change: transform, opacity;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.header-scroll-hidden::before {
  opacity: 0;
  transform: translateY(calc(-100% - 10px));
}

body::after {
  content: none;
}

.content-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  padding-top: 0;
  min-height: 0;
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0,
      transparent var(--header-h),
      #000 var(--header-h),
      #000 100%);
  mask-image: linear-gradient(to bottom,
      transparent 0,
      transparent var(--header-h),
      #000 var(--header-h),
      #000 100%);
}

.top-header-image {
  width: min(1200px, calc(100% - 28px));
  margin: 0 auto 20px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.24);
  box-shadow: 0 20px 44px rgba(10, 10, 10, 0.5);
}

body.home-view .top-header-image {
  margin-top: var(--header-h);
}

.top-header-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
}

.services-strip {
  width: min(1200px, calc(100% - 28px));
  margin: 0 auto 18px;
  padding: 10px 0 6px;
}

.services-strip-title {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--techor-gold);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-strip-title::before,
.services-strip-title::after {
  content: "";
  flex: 1 1 120px;
  min-width: 56px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: none;
  max-width: 260px;
}

.services-strip-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 175, 55, 0.45) transparent;
  padding: 2px 2px 10px;
}

.services-strip-item {
  flex: 0 0 auto;
  width: clamp(165px, 16vw, 220px);
  height: clamp(220px, 24vw, 295px);
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 12px;
  overflow: hidden;
  background: #0c1f1f;
  box-shadow: 0 16px 28px rgba(10, 10, 10, 0.35);
  cursor: pointer;
  isolation: isolate;
}

.services-strip-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(10, 10, 10, 0.98) 0%,
      rgba(10, 10, 10, 0.86) 45%,
      rgba(10, 10, 10, 0.50) 100%);
  opacity: 0;
  transition: opacity 0.28s ease;
  z-index: 1;
}

.services-strip-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-strip-overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 12px 12px;
  color: var(--tc-text-main);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.services-strip-overlay h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--tc-text-main);
}

.services-strip-overlay p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #d2dddd;
}

.services-strip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.6);
  background: var(--techor-gold);
  color: #0a0a0a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.services-strip-btn:hover {
  background: #e6c76a;
  color: #0a0a0a;
}

.services-strip-item:hover::after,
.services-strip-item:focus-visible::after,
.services-strip-item.is-active::after {
  opacity: 1;
}

.services-strip-item:hover .services-strip-overlay,
.services-strip-item:focus-visible .services-strip-overlay,
.services-strip-item.is-active .services-strip-overlay {
  opacity: 1;
  transform: translateY(0);
}

.services-strip-item:focus-visible {
  outline: 2px solid rgba(212, 175, 55, 0.85);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .top-header-image {
    width: calc(100% - 16px);
    margin-bottom: 14px;
    border-radius: 12px;
  }

  .top-header-image img {
    max-height: 320px;
  }

  .services-strip {
    width: calc(100% - 16px);
    margin-bottom: 12px;
  }

  .services-strip-title {
    font-size: clamp(16px, 5vw, 22px);
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }

  .services-strip-title::before,
  .services-strip-title::after {
    max-width: 150px;
    min-width: 44px;
  }

  .services-strip-row {
    justify-content: flex-start;
    gap: 10px;
  }

  .services-strip-item {
    width: 150px;
    height: 205px;
  }

  .services-strip-overlay {
    gap: 6px;
    padding: 10px;
  }

  .services-strip-overlay h3 {
    font-size: 15px;
  }

  .services-strip-overlay p {
    font-size: 12px;
  }
}

#contentWrap,
#contentWrap>main {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

body.category-view .content-wrap {
  padding-top: var(--header-h);
}

body.category-view .top-header-image,
body.category-view .services-strip {
  display: none !important;
}

body.premium-view.category-view .content-wrap,
body.offers-view.category-view .content-wrap,
body.new-view.category-view .content-wrap,
body.combos-view.category-view .content-wrap,
body.topsellers-view.category-view .content-wrap,
body.services-view.category-view .content-wrap {
  padding-top: 0;
  -webkit-mask-image: none;
  mask-image: none;
}

body.mobile-detail-open {
  overflow: hidden;
}

body.mobile-drawer-open {
  overflow: hidden;
}

@media (min-width: 1400px) {
  .content-wrap {
    max-width: none;
  }
}

body.category-view {
  background: linear-gradient(165deg, var(--tc-bg-main-dark) 5%, var(--tc-bg-gradient) 55%, var(--tc-bg-main) 100%);
  background-attachment: fixed;
}

body.category-view .tropical-bg-layer,
body.category-view .global-dim-layer,
body.category-view .aurora-layer {
  opacity: 0;
}

body.category-view .particles-layer {
  opacity: 0;
  display: none;
}

.tropical-bg {
  position: relative;
  background-color: var(--tc-bg-main);
}

.tropical-bg-layer {
  display: none;
}

.global-dim-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(10, 10, 10, 0.2);
}

.aurora-layer {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.45s ease;
}

body.home-view .aurora-layer {
  opacity: 1;
}

.aurora-ribbon {
  position: absolute;
  left: -20vw;
  width: 145vw;
  height: clamp(120px, 16vw, 220px);
  border-radius: 999px;
  background: linear-gradient(90deg,
      rgba(212, 175, 55, 0) 0%,
      rgba(212, 175, 55, 0.14) 18%,
      rgba(255, 230, 140, 0.5) 50%,
      rgba(212, 175, 55, 0.16) 82%,
      rgba(212, 175, 55, 0) 100%);
  filter: blur(17px) saturate(126%);
  mix-blend-mode: screen;
  opacity: 0.5;
  will-change: transform, opacity;
}

.aurora-ribbon--a {
  top: 18vh;
  animation: auroraSweepA 22s linear infinite;
}

.aurora-ribbon--b {
  top: 42vh;
  opacity: 0.42;
  animation: auroraSweepB 28s linear infinite -6s;
}

.aurora-ribbon--c {
  top: 68vh;
  opacity: 0.34;
  animation: auroraSweepC 24s linear infinite -11s;
}

@keyframes auroraSweepA {
  0% {
    transform: translate3d(-18vw, 6vh, 0) rotate(-11deg);
  }

  100% {
    transform: translate3d(16vw, -16vh, 0) rotate(-7deg);
  }
}

@keyframes auroraSweepB {
  0% {
    transform: translate3d(-14vw, 10vh, 0) rotate(-8deg);
  }

  100% {
    transform: translate3d(18vw, -12vh, 0) rotate(-4deg);
  }
}

@keyframes auroraSweepC {
  0% {
    transform: translate3d(-20vw, 8vh, 0) rotate(-10deg);
  }

  100% {
    transform: translate3d(14vw, -18vh, 0) rotate(-6deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .aurora-layer {
    display: none;
  }

  .aurora-ribbon {
    animation: none !important;
  }
}

.particles-layer {
  display: none;
}

.particles-layer canvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* Header hover emphasis */
.header-minimalist.is-hovering .menu-text,
.header-minimalist.is-hovering .login-btn-minimalist,
.header-minimalist.is-hovering .cart-btn-minimalist {
  color: #9a9a9a;
}

.header-minimalist.is-hovering .menu-icon-lines,
.header-minimalist.is-hovering .icon-user,
.header-minimalist.is-hovering .icon-cart {
  filter: grayscale(1) brightness(0.7);
}

.menu-btn-minimalist.is-active .menu-text,
.login-btn-minimalist.is-active,
.cart-btn-minimalist.is-active {
  color: var(--techor-gold);
}

.menu-btn-minimalist.is-active .menu-icon-lines,
.login-btn-minimalist.is-active .icon-user,
.cart-btn-minimalist.is-active .icon-cart {
  filter: brightness(0) saturate(100%) invert(79%) sepia(43%) saturate(478%) hue-rotate(5deg) brightness(96%) contrast(90%);
  color: var(--techor-gold);
}

.login-btn-minimalist .icon-user,
.cart-btn-minimalist .icon-cart {
  transition: filter 0.2s ease;
}

.header-minimalist button {
  transition: color 0.2s ease;
}

/* Blur background when cart is open */
body.cart-open .hero-premium,
body.cart-open main,
body.cart-open .footer {
  filter: blur(6px);
  transition: filter 0.2s ease;
}

body.cart-open .hero-premium,
body.cart-open main,
body.cart-open .footer {
  pointer-events: none;
}

.hero-premium {
  height: 95vh;
  background-image:
    linear-gradient(rgba(0, 0, 0, var(--bg-dim, 0.15)), rgba(0, 0, 0, var(--bg-dim, 0.15)));
  background-size: cover;
  background-position: center calc(50% + var(--bg-offset, 0px));
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  /* Mantener el ancho al 100% */
  max-width: 1200px;
  margin: 0 0 0 auto;
  padding: 0 clamp(24px, 6vw, 96px);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Aumentamos la especificidad para que este estilo tenga prioridad sobre otros */
.hero-premium .hero-content h1 {
  /* Estilos para el texto "SEGURIDAD Y TECNOLOGIA" */
  font-size: clamp(8rem, 12vw, 14rem);
  /* Hacemos el texto aun mas grande y adaptable */
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Yatra One", "Gluten", serif;
  line-height: 1.0;
}

.hero-content p {
  font-size: 1.5rem;
  color: #d4af37;
  /* Champagne Gold */
  margin: 0 0 0 auto;
}

.hero-premium .hero-content .blur-text {
  font-size: clamp(2.1rem, 5.5vw, 6rem);
  text-transform: uppercase;
  font-family: "Gluten", "Segoe UI", Arial, sans-serif;
}

.hero-premium .hero-content .blur-text--primary {
  font-size: 350px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Relieve", "Gluten", "Segoe UI", Arial, sans-serif;
}

.hero-premium .hero-content .blur-text--secondary {
  font-size: clamp(2rem, 5vw, 5.8rem);
  text-transform: uppercase;
  font-family: "Gluten", "Segoe UI", Arial, sans-serif;
}

.blur-text {
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-family: "Yatra One", "Gluten", serif;
}

.hero-title-stack {
  display: grid;
  gap: 0;
  justify-items: start;
  text-align: left;
  max-width: unset;
  /* Permitir que el contenedor del titulo se expanda completamente */
}

.blur-text--primary {
  font-family: "Yatra One", "Gluten", serif;
  /* Corregimos el valor invalido de clamp y lo unificamos con el h1 */
  font-size: 600%;
  line-height: 1.0;
}

.blur-text--secondary {
  text-transform: lowercase;
  letter-spacing: 0.12em;
  font-size: 600%;
  font-family: "Gluten", "Segoe UI", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.0;
}

.blur-text .blur-word {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(-50px);
  transition:
    opacity 0.35s ease,
    filter 0.35s ease,
    transform 0.35s ease;
  will-change: transform, filter, opacity;
}

.blur-text.is-inview .blur-word {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
}

.product-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.product-nav-btn {
  background: var(--techor-dark-gray, #1a1a1a);
  color: white;
  padding: 0.8rem 1.5rem;
  border: 1px solid var(--techor-gold, #d4af37);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.product-nav-btn:hover {
  background: var(--techor-gold, #d4af37);
  color: var(--techor-void-black, #050505);
  box-shadow: 0 0 10px var(--techor-gold, #d4af37);
}


.products {
  padding-top: 0;
  scroll-margin-top: calc(var(--header-h) + 20px);
  order: 1;
}

.catalog-controls {
  width: min(980px, calc(100% - 40px));
  margin: 2px auto 12px;
  display: flex;
  justify-content: center;
}

.catalog-controls[hidden] {
  display: none !important;
}

.catalog-controls-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  width: min(980px, 100%);
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: linear-gradient(135deg, rgba(12, 31, 31, 0.86), rgba(18, 51, 51, 0.78));
  box-shadow: 0 16px 34px rgba(6, 16, 16, 0.34);
}

.catalog-filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.catalog-filter-group label {
  color: var(--techor-gold);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.76rem;
  line-height: 1.2;
}

.catalog-filter-group--price {
  flex: 1 1 540px;
  max-width: 640px;
}

.catalog-slider-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 12px;
}

.catalog-slider-item {
  display: grid;
  gap: 6px;
}

.catalog-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--tc-text-muted);
  font-size: 0.82rem;
}

.catalog-slider-head strong {
  color: var(--tc-text-main);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}

.catalog-slider-item input[type="range"] {
  width: 100%;
  height: 30px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.catalog-slider-item input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31, 60, 136, 0.56), rgba(37, 99, 235, 0.82));
}

.catalog-slider-item input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: -6px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  background: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.24);
}

.catalog-slider-item input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31, 60, 136, 0.56), rgba(37, 99, 235, 0.82));
}

.catalog-slider-item input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  background: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.24);
}

.catalog-filter-group select {
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.26);
  background: rgba(8, 24, 24, 0.65);
  color: var(--tc-text-main);
  padding: 0 12px;
  font-size: 0.92rem;
  font-weight: 600;
}

.catalog-filter-group--sort {
  flex: 0 1 280px;
  min-width: 220px;
  justify-content: flex-end;
}

.catalog-filter-group--sort select {
  min-width: 220px;
}

.catalog-slider-item input[type="range"]:focus-visible {
  outline: 2px solid rgba(230, 199, 106, 0.45);
  outline-offset: 2px;
}

.catalog-filter-group select:focus {
  outline: none;
  border-color: rgba(230, 199, 106, 0.76);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

html.theme-light .catalog-controls-inner {
  border: 1px solid rgba(30, 79, 163, 0.3);
  background: linear-gradient(150deg, rgba(176, 204, 240, 0.86), rgba(145, 190, 235, 0.82));
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.16);
}

html.theme-light .catalog-filter-group label {
  color: #123b88;
}

html.theme-light .catalog-slider-head {
  color: #1e4fa3;
}

html.theme-light .catalog-slider-head strong {
  color: #0f172a;
}

html.theme-light .catalog-slider-item input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.52), rgba(20, 184, 166, 0.78));
}

html.theme-light .catalog-slider-item input[type="range"]::-webkit-slider-thumb {
  border-color: rgba(255, 255, 255, 0.92);
  background: #1e4fa3;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

html.theme-light .catalog-slider-item input[type="range"]::-moz-range-track {
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.52), rgba(20, 184, 166, 0.78));
}

html.theme-light .catalog-slider-item input[type="range"]::-moz-range-thumb {
  border-color: rgba(255, 255, 255, 0.92);
  background: #1e4fa3;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

html.theme-light .catalog-filter-group select {
  border-color: rgba(30, 79, 163, 0.32);
  background: rgba(241, 245, 249, 0.92);
  color: #0f172a;
}

html.theme-light .catalog-slider-item input[type="range"]:focus-visible,
html.theme-light .catalog-filter-group select:focus {
  border-color: rgba(37, 99, 235, 0.7);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.18);
}

.premium-section-banner,
.offers-section-banner,
.new-section-banner,
.combos-section-banner,
.topsellers-section-banner,
.services-section-banner {
  display: none;
  width: 100vw;
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100dvh - var(--header-h));
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 14px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.premium-section-banner img,
.offers-section-banner img,
.new-section-banner img,
.combos-section-banner img,
.topsellers-section-banner img,
.services-section-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.premium-view .premium-section-banner {
  display: flex;
}

body.offers-view .premium-section-banner {
  display: none !important;
}

body.offers-view .offers-section-banner {
  display: none !important;
}

body.new-view .new-section-banner {
  display: flex;
}

body.combos-view .combos-section-banner {
  display: flex;
}

body.topsellers-view .topsellers-section-banner {
  display: flex;
}

body.services-view .services-section-banner {
  display: flex;
}

body.services-view .services-extras {
  display: block;
}

body.services-view #sectionTitle {
  display: none !important;
}

.services-extras {
  display: none;
  width: 100%;
  max-width: 1100px;
  margin: 14px auto 8px;
  padding: 0 20px 10px;
}

.services-carousel {
  position: relative;
  padding: 10px 0 2px;
  transition: transform 0.22s ease, filter 0.22s ease;
  will-change: transform;
}

.services-carousel:hover {
  transform: scale(1.01);
  filter: brightness(1.05);
}

.services-carousel-viewport {
  overflow: hidden;
  border-radius: 18px;
  outline: none;
}

.services-carousel-track {
  display: flex;
  gap: 14px;
  padding: 10px;
  will-change: transform;
  transform: translateX(0);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.services-slide {
  margin: 0;
  flex: 0 0 auto;
  width: clamp(220px, 60vw, 320px);
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
}

.services-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.services-slide:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.02);
}

.services-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.services-carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.services-carousel-btn--prev {
  left: 10px;
}

.services-carousel-btn--next {
  right: 10px;
}

.services-carousel-dots {
  display: none;
  gap: 8px;
  justify-content: center;
  padding: 10px 0 0;
}

.services-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.25);
}

.services-dot.is-active {
  background: rgba(255, 255, 255, 0.85);
}

.services-social-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  padding-bottom: 8px;
}

@media (max-width: 760px) {
  .services-social-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  will-change: transform;
}

.social-btn:hover {
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.04);
}

.social-btn--whatsapp:hover {
  box-shadow: 0 0 22px rgba(37, 211, 102, 0.55);
}

.social-btn--facebook:hover {
  box-shadow: 0 0 22px rgba(24, 119, 242, 0.55);
}

.social-btn--instagram:hover {
  box-shadow: 0 0 24px rgba(221, 42, 123, 0.45);
}

.social-btn--tiktok:hover {
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.22);
}

.social-btn--whatsapp {
  background: #25D366;
}

.social-btn--facebook {
  background: #1877F2;
}

.social-btn--instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.social-btn--tiktok {
  background: #111111;
}

body.category-view .products {
  padding-top: 0;
  display: block;
}

body.home-view .products {
  display: none;
}

/* Contact 3D grid (isolated from product cards) */
.contact-tilt-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 860px) {
  .contact-tilt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 0 6px 22px;
  }
}

.tilt3d {
  perspective: 900px;
  padding: 4px;
}

.tilt3d-card {
  background: var(--techor-void-black);
  border-radius: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  transform-style: preserve-3d;
  transition: transform 0.18s ease;
  will-change: transform;
}

.tilt3d-item {
  transform: translateZ(0);
  transition: transform 0.18s ease;
  transform-style: preserve-3d;
}

.tilt3d:hover .tilt3d-item {
  transform: translateZ(var(--z));
}

.tilt3d-title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tilt3d-desc {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.3;
}

.tilt3d-media {
  margin-top: 10px;
  border-radius: 12px;
  background: transparent;
  width: min(160px, 100%);
  aspect-ratio: 1 / 1;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: visible;
}

.tilt3d-media-link {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.tilt3d-media-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}

.tilt3d-media img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  transform: scale(1.08);
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.tilt3d-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.tilt3d-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
}

.tilt3d-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #050505;
  font-weight: 800;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
}

body.category-view .category-section,
body.category-view .subcategory-section {
  position: relative;
  min-height: 100vh;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  z-index: 2;
}

body.category-view .category-section::before,
body.category-view .subcategory-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(115% 42% at 14% 24%, rgba(255, 230, 140, 0.17) 0%, rgba(255, 230, 140, 0) 64%),
    radial-gradient(120% 40% at 86% 72%, rgba(212, 175, 55, 0.14) 0%, rgba(212, 175, 55, 0) 66%);
  filter: blur(18px);
  mix-blend-mode: screen;
  opacity: 0.56;
  animation: heroSectionAurora 22s ease-in-out infinite alternate;
}

body.category-view .category-section > *,
body.category-view .subcategory-section > * {
  position: relative;
  z-index: 1;
}

/* Services page: if there are no service products, don't force empty vertical space */
body.services-view.category-view .category-section {
  min-height: auto;
}

body.services-view #productsGrid.is-empty {
  display: none;
}

body.category-view .products,
body.category-view .product-grid,
body.category-view .product-grid--fixed,
body.category-view #productsGrid {
  background: transparent;
}


/* Parallax overlap */
body.home-view .parallax-overlap {
  position: relative;
  z-index: 1;
}


body.home-view .parallax-foreground {
  position: relative;
  z-index: 2;
  will-change: transform;
}

body.home-view .parallax-overlap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.0) 0%, rgba(5, 5, 5, 0.35) 100%);
  z-index: 0;
  pointer-events: none;
}

body.category-view .home-section {
  padding-top: 0;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--techor-gold);
  z-index: 1000;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--techor-gold);
}

.nav-links {
  display: flex;
  gap: 1rem;
}

.nav-link {
  padding: 0.5rem 1rem;
  transition: color 0.3s var(--transition);
}

.nav-link:hover,
.nav-link.active {
  color: var(--techor-gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search-bar {
  display: flex;
}

#searchInput {
  padding: 0.5rem;
  background: white;
  border: 1px solid var(--techor-gold);
  color: black;
}

#searchInput::placeholder {
  color: black;
  opacity: 0.8;
}

.icon-btn {
  background: var(--techor-dark-gray);
  padding: 0.5rem;
  border-radius: 5px;
  transition: box-shadow 0.3s var(--transition);
}

.icon-btn:hover {
  box-shadow: 0 0 10px var(--techor-gold);
}

.menu-btn {
  display: none;
}

/* Mega Menu */
.mega-menu {
  position: fixed;
  top: var(--header-h);
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s var(--transition);
}

.mega-menu.active {
  opacity: 1;
  pointer-events: auto;
}

.mega-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-h));
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(4px);
}

.mega-content {
  display: flex;
  height: auto;
  background: var(--techor-void-black);
  border: 1px solid var(--techor-gold);
  border-top: none;
  border-radius: 18px;
  width: max-content;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  transform: translateY(-10px);
  transition: transform 0.3s var(--transition), opacity 0.3s var(--transition);
  opacity: 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.mega-menu.active .mega-content {
  transform: translateY(0);
  opacity: 1;
}

.mega-left {
  width: 240px;
  flex: 0 0 240px;
  background: var(--techor-dark-gray);
  padding: 2rem;
}

.mega-categories li {
  padding: 1rem;
  cursor: pointer;
  transition: background 0.3s var(--transition);
}

.mega-categories li:hover {
  background: var(--techor-gold);
  color: var(--techor-void-black);
}

.mega-categories .mega-category.active {
  background: rgba(212, 175, 55, 0.25);
  color: #ffffff;
}

.mega-right {
  width: max-content;
  flex: 0 0 auto;
  min-width: 260px;
  padding: 2rem;
  overflow-y: auto;
}

.mega-panel {
  display: none;
}

.mega-panel.active {
  display: flex;
  gap: 2rem;
}

.panel-column h4 {
  color: var(--techor-gold);
  margin-bottom: 1rem;
}

.panel-column ul li {
  padding: 0.5rem 0;
}

/* Hero */
.hero {
  background: url('assets/img/hero-bg.jpg') center/cover;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--techor-gold);
  animation: fadeInUp 0.8s ease;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  animation: fadeIn 0.6s ease;
}

.cta-btn {
  background: var(--techor-red);
  color: white;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  animation: pulse 2s infinite;
}

.cta-btn:hover {
  box-shadow: 0 0 20px var(--techor-red);
}


.discount-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.discount-title {
  color: white;
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
  text-transform: none;
  letter-spacing: 0.6px;
  text-align: left;
  font-family: "Soria", "Gluten", "Segoe UI", Arial, sans-serif;
}

.offers-hidden,
.products-hidden {
  display: none;
}

.carousel {
  --items: 6;
  --carousel-duration: 40s;
  --carousel-width: min(92vw, 900px);
  --carousel-item-width: 280px;
  --carousel-item-height: 450px;
  --carousel-item-gap: 2rem;
  --carousel-cta: var(--techor-gold);
  position: relative;
  width: var(--carousel-width);
  height: var(--carousel-item-height);
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 600px) {
  .carousel {
    --carousel-duration: 30s;
  }
}

.carousel[mask] {
  mask-image: linear-gradient(to right, transparent, black 10% 90%, transparent);
}

.carousel[reverse]>article {
  animation-direction: reverse;
}

.carousel:hover>article {
  animation-play-state: paused;
}

.carousel>article {
  position: absolute;
  top: 0;
  left: calc(100% + var(--carousel-item-gap));
  width: var(--carousel-item-width);
  height: var(--carousel-item-height);
  display: grid;
  grid-template-rows: 200px auto 1fr;
  gap: 0.2rem;
  border: 1px solid var(--techor-gold);
  padding-bottom: 0.75rem;
  border-radius: 10px;
  background: #0d0d0d;
  color: white;
  will-change: transform;
  overflow: hidden;
  animation-name: carousel-marquee;
  animation-duration: var(--carousel-duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--carousel-duration) / var(--items) * 1 * var(--i) * -1);
}

.carousel>article:nth-child(1) {
  --i: 0;
}

.carousel>article:nth-child(2) {
  --i: 1;
}

.carousel>article:nth-child(3) {
  --i: 2;
}

.carousel>article:nth-child(4) {
  --i: 3;
}

.carousel>article:nth-child(5) {
  --i: 4;
}

.carousel>article:nth-child(6) {
  --i: 5;
}

.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.carousel>article>*:not(img) {
  padding: 0 1rem;
}

.carousel>article>div {
  grid-row: span 2;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0.35rem;
  font-size: 0.85rem;
  position: relative;
  padding-bottom: 2.6rem;
}

.carousel>article h2 {
  font-size: 1.1rem;
  font-weight: 600;
  padding-block: 0.75rem 0.25rem;
  margin: 0 0 0 auto;
  text-align: left;
  font-family: "Justus Roman", "Gluten", "Segoe UI", Arial, sans-serif;
}

.carousel>article p {
  margin: 0 0 0 auto;
  color: rgba(255, 255, 255, 0.85);
  text-align: left;
  font-family: "Justus Roman", "Gluten", "Segoe UI", Arial, sans-serif;
}

.carousel-price-tag {
  position: absolute;
  right: 0.9rem;
  bottom: 0.6rem;
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid rgba(212, 175, 55, 0.6);
  color: #d4af37;
  padding: 0.35rem 0.65rem;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: "Justus Roman", "Gluten", "Segoe UI", Arial, sans-serif;
}

.carousel-price {
  display: block;
  font-size: 0.95rem;
}

@keyframes carousel-marquee {
  100% {
    transform: translateX(calc((var(--items) * (var(--carousel-item-width) + var(--carousel-item-gap))) * -1));
  }
}

/* Main */
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  flex: 1;
  order: 0;
}

body.home-view main {
  max-width: none;
  padding: 0;
}

.home-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.home-section-title {
  color: var(--techor-gold);
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  padding: 0 40px;
}

.home-section-body {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 0 auto;
}

/* Legacy grid removed */

/* Split hero */
.hero-split {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 0 0 auto;
  padding: 0;
  --hero-split-gutter: 0px;
  background: rgba(12, 31, 31, 0.76);
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
}

.hero-split::before {
  content: "";
  position: absolute;
  inset: -12% -18%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(120% 44% at 12% 24%, rgba(255, 230, 140, 0.22) 0%, rgba(255, 230, 140, 0) 62%),
    radial-gradient(120% 40% at 88% 74%, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0) 64%);
  filter: blur(20px);
  mix-blend-mode: screen;
  opacity: 0.72;
  animation: heroSectionAurora 20s ease-in-out infinite alternate;
}

.hero-split > * {
  position: relative;
  z-index: 1;
}


.hero-split-media {
  display: flex;
  align-items: stretch;
  height: 100%;
  min-height: 100vh;
  padding: 0;
  box-sizing: border-box;
}

.hero-split-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-split-spacer {
  min-height: 100vh;
  background: rgba(12, 31, 31, 0.74);
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.hero-split-copy {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
  max-width: none;
  width: 100%;
  color: var(--techor-gold);
  font-family: Arial, "Segoe UI", sans-serif;
  gap: 16px;
  transition: text-shadow 0.25s ease, filter 0.25s ease;
}

.hero-split-copy h2 {
  margin: 0 0 0 auto;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-split-copy p {
  margin: 0 0 0 auto;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.6;
  font-weight: 400;
}

.hero-split-copy--premium:hover {
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.6), 0 0 32px rgba(212, 175, 55, 0.35);
  filter: brightness(1.05);
}

.hero-split-cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: transparent;
  border: 2px solid var(--techor-gold);
  color: var(--techor-gold);
  font-family: Arial, "Segoe UI", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  margin-top: 14px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hero-split-cta svg {
  width: 18px;
  height: 18px;
}

.hero-split-cta:hover {
  background: var(--techor-gold);
  color: #000000;
  border-color: #000000;
}

@media (max-width: 900px) {
  .hero-split-copy {
    min-height: 60vh;
  }
}

@media (max-width: 900px) {
  .hero-split {
    grid-template-columns: 1fr;
    min-height: 70vh;
  }

  .hero-split-image {
    margin: 0 0 0 auto;
    min-height: 70vh;
  }
}

.hero-split--right .hero-split-media {
  order: 2;
}

.hero-split--right .hero-split-image {
  margin: 0 0 0 auto;
}

.hero-image-premium {
  background-image: url("../img/PRODUCTOS PREMIUM.jpg");
  background-color: rgba(18, 51, 51, 0.72);
  background-size: 95% auto;
  background-position: center;
}

.hero-image-oferta {
  background-image: url("../img/OFERTA.jpg");
  background-color: rgba(18, 51, 51, 0.72);
  background-size: 95% auto;
  background-position: center;
}

.hero-image-nuevos {
  background-image: none;
  background-color: var(--tc-bg-main-alt);
}

.hero-image-combos {
  background-image: url("../img/COMBOS.jpg");
  background-color: rgba(18, 51, 51, 0.72);
  background-size: 95% auto;
  background-position: center;
}

.hero-image-vendido {
  background-image: url("../img/LO MÁS VENDIDO.jpg");
  background-color: rgba(18, 51, 51, 0.72);
  background-size: 95% auto;
  background-position: center;
}

.hero-image-servicios {
  background-image: none;
  background-color: var(--tc-bg-main-alt);
}

.hero-image-redes {
  background-image: none;
  background-color: var(--tc-bg-main-alt);
}

@keyframes heroSectionAurora {
  0% {
    transform: translate3d(-6%, 4%, 0) rotate(-3deg);
  }

  100% {
    transform: translate3d(8%, -6%, 0) rotate(2deg);
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {

  .hero-image-premium::after,
  .hero-image-oferta::after,
  .hero-image-combos::after,
  .hero-image-vendido::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(10, 10, 10, 0.58) 0%,
        rgba(10, 10, 10, 0.42) 45%,
        rgba(10, 10, 10, 0.18) 100%);
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
    z-index: 1;
  }

  .hero-image-premium:hover::after,
  .hero-image-oferta:hover::after,
  .hero-image-combos:hover::after,
  .hero-image-vendido:hover::after {
    opacity: 1;
  }
}

/* Section wave divider */
.section-wave-divider {
  position: relative;
  width: 100%;
  height: clamp(140px, 18vw, 320px);
  overflow: hidden;
  line-height: 0;
  pointer-events: none;
  z-index: 1;
}

html:not(.theme-light) .footer .section-wave-divider {
  display: none;
}

html.theme-light .footer .section-wave-divider {
  display: block;
}

.footer {
  position: relative;
  overflow: hidden;
}

.footer .section-wave-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  height: 72%;
  z-index: 0;
}

.footer .footer-content,
.footer .footer-recaptcha {
  position: relative;
  z-index: 1;
}

.section-wave-divider .wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.section-wave-divider .wave-a {
  animation: waveDriftA 18s ease-in-out infinite alternate;
}

.section-wave-divider .wave-b {
  animation: waveDriftB 24s ease-in-out infinite alternate;
}

.section-wave-divider .wave-c {
  animation: waveDriftC 30s ease-in-out infinite alternate;
}

@keyframes waveDriftA {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateX(-2.2%) translateY(4px);
  }
}

@keyframes waveDriftB {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateX(2.8%) translateY(5px);
  }
}

@keyframes waveDriftC {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateX(-2%) translateY(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-wave-divider .wave-a,
  .section-wave-divider .wave-b,
  .section-wave-divider .wave-c {
    animation: none;
  }
}


.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 0.75rem;
  padding: 0 40px;
  align-items: stretch;
}

.product-grid--fixed {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding: 0 40px;
}

#productsGrid.products-grouped {
  display: block;
}

.subcategory-section {
  width: 100%;
}

.subcategory-section {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.subcategory-title {
  color: var(--techor-gold);
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 8px;
  padding: 0 40px;
  background: transparent;
}

.subcategory-section:first-child {
  margin-top: 0;
}

.product-card {
  background: var(--techor-dark-gray);
  border: 1px solid var(--techor-gold);
  padding: 1rem;
  text-align: center;
  transition: transform 0.3s var(--transition);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px var(--techor-gold);
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: var(--tc-bg-main-dark);
  padding: 10px;
  margin-bottom: 1rem;
}

.product-card h3 {
  color: var(--techor-gold);
  margin-bottom: 0.5rem;
}

.product-card p {
  margin-bottom: 1rem;
}

.offer-card .offer-price {
  margin-bottom: 1rem;
}

.offer-card .price--offer {
  align-items: center;
}

.add-to-cart-btn {
  background: var(--card-accent, var(--techor-red));
  color: white;
  padding: 0.5rem 1rem;
  transition: box-shadow 0.3s var(--transition);
}

.add-to-cart-btn:hover {
  box-shadow: 0 0 10px var(--card-accent, var(--techor-red));
}

/* Product card (new design) */
.card {
  background: var(--tc-card-bg);
  --card-accent: var(--techor-gold);
  --card-accent-mid: var(--tc-gold-light);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 15px;
  width: 100%;
  max-width: 300px;
  height: auto;
  min-height: 560px;
  color: var(--tc-text-main);
  box-shadow: 0 20px 45px rgba(10, 10, 10, 0.5);
  overflow: hidden;
  transition: transform 0.32s ease, box-shadow 0.32s ease, filter 0.32s ease;
  transform: translateZ(0);
  will-change: transform, opacity, filter;
  margin: 0 auto;
  overflow: hidden;
  opacity: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

#productsGrid {
  opacity: 1;
}

.card:hover {
  transform: translateY(-8px) scale(1.022);
  box-shadow:
    0 24px 52px rgba(10, 10, 10, 0.68),
    0 0 0 1px rgba(212, 175, 55, 0.35),
    0 0 28px rgba(212, 175, 55, 0.22);
  filter: brightness(1.04) saturate(1.03);
}

.card.is-unavailable {
  background: #304646;
  --card-accent: #5a6c6c;
  --card-accent-mid: #6f8383;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}

.card.is-unavailable:hover {
  transform: none;
  animation: card-shake 0.35s ease-in-out;
}

.card.is-unavailable.shake {
  animation: card-shake 0.35s ease-in-out;
}

.image-container {
  width: 100%;
  height: 52%;
  background: var(--tc-bg-main-alt);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  --open-modal-width: 120px;
  --open-modal-gap: 8px;
}

.card-offer-badge {
  position: absolute;
  top: 12px;
  right: calc(12px + var(--open-modal-width) + var(--open-modal-gap));
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 59, 59, 0.32);
  color: #ff2a2a;
  border: 1px solid rgba(255, 42, 42, 0.6);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  z-index: 2;
}

.image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg,
      transparent 18%,
      rgba(255, 255, 255, 0.2) 42%,
      rgba(255, 255, 255, 0.42) 50%,
      rgba(255, 255, 255, 0.2) 58%,
      transparent 82%);
  transform: translateX(-135%);
  opacity: 0;
  pointer-events: none;
}

.card.is-unavailable .image-container img {
  filter: grayscale(1) contrast(0.9);
  opacity: 0.75;
}

.availability-badge {
  position: absolute;
  inset: 12px auto auto 12px;
  width: 40px;
  height: 40px;
  color: #2b2b2b;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.availability-badge svg {
  width: 26px;
  height: 26px;
}

.image-container img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transform: scale(1.06);
  transition: transform 0.34s ease, filter 0.34s ease;
}

.card:hover .image-container img {
  transform: scale(1.16);
  filter: brightness(1.1) saturate(1.08);
}

.card:hover .image-container::after {
  opacity: 1;
  animation: card-shine 0.7s ease forwards;
}

.card.is-unavailable:hover .image-container img,
.card.is-unavailable:hover .image-container::after {
  animation: none;
  filter: grayscale(1) contrast(0.9);
  opacity: 0.75;
}

.open-modal {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 30px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.62);
  color: var(--tc-text-main);
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  min-width: var(--open-modal-width);
  justify-content: center;
}

.open-modal:hover {
  background: rgba(10, 10, 10, 0.82);
  border-color: rgba(212, 175, 55, 0.55);
}

.open-modal .open-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  font-size: 14px;
}

.content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 15px 15px;
  padding-bottom: 6px;
  background: var(--tc-card-bg-alt);
  font-family: var(--techcor-ui-font);
  font-weight: 500;
  overflow: visible;
  gap: 6px;
}


.card.is-unavailable .content {
  background: #385151;
}

body.category-view .card {
  background: var(--tc-card-bg);
  --card-accent: var(--techor-gold);
  --card-accent-mid: var(--tc-gold-light);
  z-index: 2;
  box-shadow:
    0 16px 34px rgba(10, 10, 10, 0.6),
    0 0 18px rgba(212, 175, 55, 0.16);
}

body.category-view .card .content {
  background: var(--tc-card-bg-alt);
}

body.category-view .card:hover {
  box-shadow:
    0 24px 52px rgba(10, 10, 10, 0.68),
    0 0 0 1px rgba(212, 175, 55, 0.35),
    0 0 28px rgba(212, 175, 55, 0.22);
}

/* Category/Subcategory view: force consistent "Mas detalles" button style (exclude offers/combos/premium). */
body.category-view:not(.offers-view):not(.combos-view):not(.premium-view):not(.topsellers-view) .open-modal {
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(6, 182, 212, 0.35);
}

body.category-view:not(.offers-view):not(.combos-view):not(.premium-view):not(.topsellers-view) .open-modal:hover {
  background: linear-gradient(135deg, #10b3a4, #0891b2);
  box-shadow: 0 12px 24px rgba(6, 182, 212, 0.42);
}

.product-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--tc-text-main);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.delivery-note {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 1.35;
  color: #7dff9e;
  display: flex;
  flex-direction: column;
  gap: 2px;
  letter-spacing: 0.01em;
}

.modal-info .delivery-note {
  margin-top: 8px;
  margin-bottom: 8px;
}

html.theme-light .delivery-note {
  color: #0f7a4a;
}

.model {
  font-size: 12px;
  color: var(--tc-text-muted);
  margin-bottom: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price {
  font-size: 16px;
  font-weight: bold;
  color: var(--techor-gold);
  margin-bottom: 10px;
}

.card .price--offer .price-badge {
  display: none;
}

.price--offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.price--offer .price-old {
  font-size: 0.85em;
  color: var(--tc-text-muted);
  text-decoration: line-through;
  order: 1;
}

.price--offer .price-new {
  font-size: 1.44em;
  font-weight: 800;
  color: var(--techor-red);
  order: 2;
}

.price--offer .price-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 59, 59, 0.14);
  color: var(--techor-red);
  order: 0;
}

.card.is-unavailable .price {
  display: none;
}

body.premium-view .card.is-premium {
  background: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

body.premium-view .card.is-premium .content {
  background: #0b0b0b;
}

body.premium-view .card.is-premium .product-name,
body.premium-view .card.is-premium .model,
body.premium-view .card.is-premium .description,
body.premium-view .card.is-premium .price,
body.premium-view .card.is-premium .stat,
body.premium-view .card.is-premium .stat-value {
  color: var(--techor-gold);
  transition: text-shadow 0.2s ease, color 0.2s ease;
}

body.premium-view .card.is-premium .product-name:hover,
body.premium-view .card.is-premium .model:hover,
body.premium-view .card.is-premium .description:hover,
body.premium-view .card.is-premium .price:hover,
body.premium-view .card.is-premium .stat:hover,
body.premium-view .card.is-premium .stat-value:hover {
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.8), 0 0 24px rgba(212, 175, 55, 0.45);
}

body.premium-view .card.is-premium .open-modal {
  background: rgba(255, 255, 255, 0.85);
  color: #000000;
}

body.premium-view .card.is-premium .open-modal:hover {
  background: rgba(255, 255, 255, 1);
}

body.premium-view .modal.is-premium {
  background: #0b0b0b;
  color: var(--techor-gold);
}

body.premium-view .modal.is-premium .modal-panel {
  background: #0b0b0b;
  box-shadow: none;
}

body.premium-view .modal.is-premium .modal-model,
body.premium-view .modal.is-premium .modal-price,
body.premium-view .modal.is-premium .modal-specs,
body.premium-view .modal.is-premium .modal-specs-title,
body.premium-view .modal.is-premium .modal-badge,
body.premium-view .modal.is-premium .modal-badge.is-available,
body.premium-view .modal.is-premium .modal-badge.is-id,
body.premium-view .modal.is-premium .modal-info h2 {
  color: var(--techor-gold);
  transition: text-shadow 0.2s ease, color 0.2s ease;
}

body.premium-view .modal.is-premium .modal-info h2:hover,
body.premium-view .modal.is-premium .modal-model:hover,
body.premium-view .modal.is-premium .modal-price:hover,
body.premium-view .modal.is-premium .modal-specs:hover,
body.premium-view .modal.is-premium .modal-specs-title:hover,
body.premium-view .modal.is-premium .modal-badge:hover {
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.8), 0 0 24px rgba(212, 175, 55, 0.45);
}

body.premium-view .modal.is-premium .modal-buy div:nth-child(1),
body.premium-view .modal.is-premium .modal-buy div:nth-child(2) {
  background-color: #1b1b1b;
}

body.premium-view .modal.is-premium .modal-buy p {
  color: var(--techor-gold);
}

body.premium-view .modal.is-premium .modal-qty {
  background: rgba(255, 255, 255, 0.08);
}

body.premium-view .modal.is-premium .modal-qty .qty-btn {
  background: #ffffff;
  color: #000000;
}

.card.is-premium .stat svg,
.card.is-premium .cart-icon {
  fill: #ffffff;
}

.card.is-premium .btn-qty,
.card.is-premium .stats {
  background: rgba(255, 255, 255, 0.12);
}

body.premium-view .card.is-premium .btn-qty .qty-btn,
body.premium-view .card.is-premium .add-to-cart {
  background: #8b8b8b;
  color: #000000;
}

body.premium-view .card.is-premium .btn-qty .qty-value {
  color: #ffffff;
}

body.premium-view .card.is-premium .cart-icon {
  fill: #ffffff;
}

.card.is-premium .open-modal {
  background: rgba(255, 255, 255, 0.85);
  color: #000000;
}

.description {
  font-size: 13px;
  color: var(--tc-text-muted);
  margin-bottom: 12px;
  height: auto;
  line-height: 1.4;
  max-height: 3.6em;
  overflow: hidden;
}

.description:empty {
  display: none;
  margin: 0 0 0 auto;
}

.cta {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 6px;
  margin-top: auto;
}

.cta .price {
  margin-bottom: 0;
  white-space: nowrap;
}

.add-to-cart {
  width: auto;
  padding: 8px 14px;
  background-color: var(--card-cta);
  color: var(--tc-shadow);
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.12s ease, box-shadow 0.2s ease;
  border-radius: 12px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 0 auto;
}

.card.is-locked .btn-qty {
  display: none;
}

.card.is-locked .add-to-cart {
  gap: 8px;
  justify-content: center;
}

.add-to-cart:hover {
  background-color: var(--tc-gold-light);
  box-shadow: 0 10px 24px rgba(10, 10, 10, 0.46), 0 0 20px rgba(212, 175, 55, 0.24);
}

.combo-detail-grid {
  display: block;
  padding: 0 20px 30px;
}

.combo-detail {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.combo-detail-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.combo-detail-back {
  align-self: flex-start;
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: var(--techor-gold);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.combo-detail-title {
  margin: 0;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
}

.combo-detail-desc {
  margin: 0;
  color: var(--tc-text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.combo-detail-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.combo-item {
  background: var(--tc-card-bg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.combo-item-media {
  width: 100%;
  height: 180px;
  background: var(--tc-bg-main-alt);
  display: flex;
  align-items: center;
  justify-content: center;
}

.combo-item-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.combo-item-info {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.combo-item-info h3 {
  margin: 0;
  font-size: 1rem;
}

.combo-item-id {
  margin: 0;
  font-size: 0.78rem;
  color: var(--tc-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.combo-item-specs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
  font-size: 0.85rem;
  color: var(--tc-text-muted);
}

.combo-item-specs li::before {
  content: "•";
  color: var(--techor-gold);
  margin-right: 6px;
}

.combo-detail-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: var(--tc-card-bg-alt);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.combo-detail-price {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--techor-red);
}

.combo-detail-add {
  background: var(--card-cta);
  color: var(--tc-shadow);
  border: none;
  border-radius: 12px;
  padding: 10px 18px;
  font-weight: 700;
  cursor: pointer;
}

.combo-detail-add:hover {
  background: var(--tc-gold-light);
}

.clients-showcase-grid {
  display: block;
  padding: 0 20px 30px;
}

.clients-showcase {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 24px;
}

.clients-showcase-header h2 {
  margin: 0;
}

.clients-showcase-header p {
  margin: 16px 0 0;
  color: var(--tc-text-muted);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 160px;
  gap: 18px;
}

.client-card {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  gap: 26px;
}

.client-card-media {
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.client-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
}

.client-card-body {
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border-top: none;
  text-align: center;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}

.client-card--wide {
  grid-column: span 7;
  grid-row: span 3;
}

.client-card--tall {
  grid-column: span 7;
  grid-row: span 6;
}

.client-card--tall .client-card-media {
  min-height: 420px;
}

.client-card--large {
  grid-column: 7 / span 6;
  grid-row: span 3;
}

.client-card--square {
  grid-column: span 6;
  grid-row: span 3;
}

.client-card--satis2 {
  grid-column: 1 / span 6;
  grid-row: 1 / span 5;
}

.client-card--satis1 {
  grid-column: 7 / span 6;
  grid-row: 1 / span 3;
}

.client-card--satis4 {
  grid-column: 7 / span 6;
  grid-row: 4 / span 3;
}

.client-card--satis3 {
  grid-column: 1 / span 6;
  grid-row: 6 / span 3;
}
.client-card-body p {
  margin: 0;
  color: var(--tc-text-muted);
  font-size: 0.98rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.clients-grid {
  position: relative;
}

.clients-float-text {
  grid-column: 1 / span 6;
  grid-row: 5 / span 2;
  justify-self: center;
  align-self: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--tc-text-main);
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.45);
  z-index: 2;
  pointer-events: none;
}

.add-to-cart:active,
.add-to-cart.clicked {
  transform: scale(0.97);
}

.cart-icon {
  width: 18px;
  height: 18px;
  fill: var(--tc-shadow);
}

.btn-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 10, 10, 0.28);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 999px;
  padding: 4px 8px;
}

.btn-qty .qty-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--tc-gold-light);
  color: var(--tc-shadow);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.btn-qty .qty-value {
  font-size: 11px;
  color: var(--tc-text-main);
  min-width: 10px;
  text-align: center;
}

@keyframes card-shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-4px);
  }

  50% {
    transform: translateX(4px);
  }

  75% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0);
  }
}

.stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 4px;
  padding: 6px 8px;
  background:
    linear-gradient(90deg,
      rgba(27, 62, 62, 0.95),
      rgba(15, 42, 42, 0.95));
  border: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.12);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tc-text-main);
  font-size: 12px;
  font-weight: 600;
  position: relative;
  padding: 4px 8px;
  border-radius: 999px;
  z-index: 1;
}

.stat svg {
  width: 16px;
  height: 16px;
  fill: var(--techor-gold);
}

.stat-value {
  min-width: 10px;
  text-align: center;
}

.stats-overlay {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  display: grid;
  place-items: center;
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.stats-overlay span {
  font-size: 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(8, 12, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 4px 8px;
}

.stats-overlay.active {
  opacity: 1;
}

.stats-overlay.overlay-views {
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--card-accent-mid) 25%, transparent),
      color-mix(in srgb, var(--card-accent) 90%, transparent),
      color-mix(in srgb, var(--card-accent-mid) 25%, transparent));
  animation: sweep-left-right 0.35s ease;
}

.stats-overlay.overlay-purchases {
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--card-accent-mid) 25%, transparent),
      color-mix(in srgb, var(--card-accent) 90%, transparent),
      color-mix(in srgb, var(--card-accent-mid) 25%, transparent));
  animation: sweep-center 0.35s ease;
}

.stats-overlay.overlay-sold {
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--card-accent-mid) 25%, transparent),
      color-mix(in srgb, var(--card-accent) 90%, transparent),
      color-mix(in srgb, var(--card-accent-mid) 25%, transparent));
  animation: sweep-right-left 0.35s ease;
}

@keyframes sweep-left-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes sweep-right-left {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes sweep-center {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes card-shine {
  from {
    transform: translateX(-135%);
  }

  to {
    transform: translateX(135%);
  }
}

/* Product modal (new design) */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.modal-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal {
  position: relative;
  --card-accent: var(--techor-gold);
  --card-accent-mid: var(--tc-gold-light);
  background: linear-gradient(145deg, var(--tc-card-bg), var(--tc-card-bg-alt));
  color: var(--tc-text-main);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  width: min(980px, 96vw);
  height: auto;
  max-height: 90vh;
  display: block;
  padding: 22px;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 30px 70px rgba(10, 10, 10, 0.72);
  transform: translateY(10px) scale(0.98);
  transition: transform 0.18s ease;
}

.modal-overlay.open .modal {
  transform: translateY(0) scale(1);
}

.modal.is-unavailable {
  background: linear-gradient(145deg, #2e3d3d, #223030);
  border-color: rgba(180, 196, 196, 0.28);
  box-shadow: 0 24px 56px rgba(8, 10, 10, 0.72);
}

.modal.is-unavailable .modal-info h2,
.modal.is-unavailable .modal-model,
.modal.is-unavailable .modal-specs-title,
.modal.is-unavailable .modal-specs {
  color: #d6dfdf;
}

.modal.is-unavailable .modal-media img {
  filter: grayscale(1) contrast(0.92);
  opacity: 0.82;
}

.modal.is-unavailable .modal-media::after {
  opacity: 0.18;
  filter: grayscale(1);
}

.modal.is-unavailable .modal-badge {
  border-color: rgba(170, 185, 185, 0.24);
  background: rgba(14, 18, 18, 0.28);
  color: #d6dfdf;
}

.modal.is-unavailable .modal-badge.is-available {
  background: rgba(130, 145, 145, 0.22);
  color: #d6dfdf;
}

.modal.is-unavailable .modal-price,
.modal.is-unavailable .delivery-note,
.modal.is-unavailable .modal-cta {
  display: none !important;
}

.modal-panel {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 20px;
  overflow: visible;
}

.modal-info,
.modal-media,
.modal-specs-pane {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.modal-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}

.modal-media {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal-media img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
}

.modal-media::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  max-width: 320px;
  height: 45%;
  transform: translateX(-50%) scaleY(-1);
  background-image: var(--modal-image-url);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  opacity: 0.35;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent);
  pointer-events: none;
}

.modal-specs-pane {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 10px;
  max-height: min(56vh, 460px);
  overflow: hidden;
  min-height: 0;
}

.modal-specs-title {
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: var(--tc-text-main);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.45);
  color: var(--tc-text-main);
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}

.modal-model {
  font-size: 12px;
  color: var(--tc-text-muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.modal-info h2 {
  margin: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  line-height: 1.25;
}

.modal-price {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--techor-gold);
}

.modal.is-locked .modal-qty {
  display: none;
}

.modal.is-locked .modal-cta {
  justify-content: flex-end;
}

.modal-price.price--offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.modal-price.price--offer .price-old {
  font-size: 0.7em;
}

.modal-price.price--offer .price-new {
  font-size: 1.32em;
}

.mobile-detail-price.price--offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.mobile-detail-price.price--offer .price-old {
  font-size: 0.75em;
}

.mobile-detail-price.price--offer .price-new {
  font-size: 1.27em;
}

.mobile-detail.is-locked .mobile-detail-qty {
  display: none;
}

.mobile-detail.is-locked .mobile-detail-footer {
  justify-content: center;
}

.mobile-detail.is-unavailable {
  background: #263434;
}

.mobile-detail.is-unavailable .mobile-detail-body {
  background: linear-gradient(180deg, rgba(38, 52, 52, 0.98), rgba(29, 39, 39, 0.98));
}

.mobile-detail.is-unavailable .mobile-detail-media img {
  filter: grayscale(1) contrast(0.92);
  opacity: 0.82;
}

.mobile-detail.is-unavailable .mobile-detail-price,
.mobile-detail.is-unavailable .delivery-note,
.mobile-detail.is-unavailable .mobile-detail-qty,
.mobile-detail.is-unavailable .mobile-detail-buy {
  display: none !important;
}

.mobile-detail.is-unavailable .mobile-detail-footer {
  display: none !important;
}

.modal-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 0 auto;
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: var(--tc-text-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  padding-right: 6px;
}

.modal-specs li,
.mobile-detail-specs li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.modal-specs li::before,
.mobile-detail-specs li::before {
  content: "\00B7";
  color: var(--techor-gold);
  font-weight: 700;
  flex: 0 0 auto;
}

.modal-specs::-webkit-scrollbar {
  width: 6px;
}

.modal-specs::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.45);
  border-radius: 999px;
}

.modal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
}

.modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.25);
  border: 1px solid rgba(212, 175, 55, 0.22);
  color: var(--tc-text-main);
  font-size: 12px;
  font-weight: 600;
}

.modal-badge.is-available {
  background: rgba(212, 175, 55, 0.18);
  color: var(--techor-gold);
}

.modal-badge.is-id {
  background: rgba(10, 10, 10, 0.35);
}

.modal-cta {
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.modal-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 10, 10, 0.42);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 999px;
  padding: 6px 10px;
}

.modal-qty .qty-btn {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: var(--techor-gold);
  color: var(--tc-shadow);
  font-weight: bold;
  cursor: pointer;
}

.modal-qty .qty-value {
  font-size: 12px;
  color: #ffffff;
  min-width: 12px;
  text-align: center;
}

.modal-buy {
  outline: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 220px;
  height: 44px;
  border-radius: 0.5em;
  box-shadow: 0 0.625em 1em 0 rgba(0, 0, 0, 0.35);
  overflow: hidden;
  cursor: pointer;
}

.modal-buy div {
  transform: translateY(0px);
  width: 100%;
}

.modal-buy,
.modal-buy div {
  transition: 0.6s cubic-bezier(.16, 1, .3, 1);
}

.modal-buy div span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 0.6em 0.9em;
  gap: 8px;
}

.modal-buy div:nth-child(1) {
  background-color: var(--tc-gold-dark);
}

.modal-buy div:nth-child(2) {
  background-color: var(--techor-gold);
}

.modal-buy:hover {
  box-shadow: 0 0.625em 1em 0 rgba(0, 0, 0, 0.45);
}

.modal-buy.is-clicked div {
  transform: translateY(-44px);
}

.modal-buy p {
  font-size: 14px;
  font-weight: bold;
  color: var(--tc-shadow);
  white-space: nowrap;
}

.modal-buy:active {
  transform: scale(0.95);
}

/* Mobile detail view */
.mobile-detail {
  position: fixed;
  inset: 0;
  background: var(--tc-bg-main-dark);
  color: var(--tc-text-main);
  z-index: 4000;
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.mobile-detail.open {
  display: flex;
}

.mobile-detail-header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(12, 31, 31, 0.95);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  z-index: 1;
}

.mobile-detail-title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mobile-detail-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(10, 10, 10, 0.4);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--tc-text-main);
  font-size: 20px;
  cursor: pointer;
}

.mobile-detail-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px;
  padding-bottom: 120px;
  display: grid;
  gap: 14px;
}

.mobile-detail-media {
  width: 100%;
  background: var(--tc-bg-main-alt);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 16px;
  display: grid;
  place-items: center;
  padding: 18px;
}

.mobile-detail-media img {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.mobile-detail-model {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tc-text-muted);
}

.mobile-detail-specs {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--tc-text-muted);
}

.mobile-detail-footer {
  position: sticky;
  bottom: 0;
  padding: 12px 16px;
  background: rgba(12, 31, 31, 0.98);
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  display: grid;
  gap: 10px;
}

.mobile-detail-price {
  font-size: 22px;
  font-weight: 700;
  color: var(--techor-gold);
}

.mobile-detail-qty {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(10, 10, 10, 0.35);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 999px;
  padding: 6px 10px;
  width: max-content;
}

.mobile-detail-qty .qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: var(--techor-gold);
  color: var(--tc-shadow);
  font-weight: 700;
}

.mobile-detail-qty .qty-value {
  min-width: 18px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}

.mobile-detail-buy {
  border: none;
  background: var(--techor-gold);
  color: var(--tc-shadow);
  font-weight: 700;
  border-radius: 12px;
  height: 44px;
  cursor: pointer;
}

@media (min-width: 769px) {
  .mobile-detail {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .modal {
    display: block;
  }

  .modal-panel {
    grid-template-columns: 1fr;
  }

  .modal-specs-pane {
    max-height: 260px;
  }

  .modal-info h2 {
    font-size: clamp(1.05rem, 4.8vw, 1.3rem);
  }

  .modal-price {
    font-size: clamp(1.35rem, 5.4vw, 1.7rem);
  }
}

/* Cart Sidebar */
.cart-sidebar {
  position: fixed;
  right: 0;
  top: 88px;
  width: 350px;
  height: calc(100% - 88px);
  background: var(--techor-void-black);
  border-left: 1px solid var(--techor-gold);
  transform: translateX(100%);
  transition: transform 0.3s var(--transition);
  z-index: 1050;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  display: flex;
  flex-direction: column;
}

.cart-sidebar.active {
  transform: translateX(0);
}

.cart-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 1rem;
  border-bottom: 1px solid var(--techor-gold);
  color: #f5f5f5;
}

.cart-header h3 {
  margin: 0;
  justify-self: center;
  text-align: center;
  color: var(--techor-gold);
}

.cart-header #closeCartBtn {
  justify-self: end;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.55);
  background: rgba(0, 0, 0, 0.62);
  color: var(--techor-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.cart-header #closeCartBtn:hover {
  transform: scale(1.05);
  background: rgba(0, 0, 0, 0.8);
}

.cart-header #closeCartBtn .icon-close {
  width: 18px;
  height: 18px;
  display: block;
}

@media (min-width: 901px) {
  .cart-header {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 1rem 8px 1rem 1rem;
  }

  .cart-header h3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .cart-header #closeCartBtn {
    margin-left: auto;
  }
}

.cart-items {
  flex: 1;
  padding: 1rem;
  overflow-y: auto;
}

.cart-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(212, 175, 55, 0.55);
  color: #e9e9e9;
  align-items: center;
  position: relative;
}

.cart-item h4 {
  color: #d4af37;
  font-size: 0.95rem;
}

.cart-item p {
  color: rgba(255, 255, 255, 0.8);
  margin: 4px 0 0;
  font-size: 0.9rem;
}

.cart-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(212, 175, 55, 0.35);
}

.cart-footer {
  padding: 1rem;
  border-top: 1px solid var(--techor-gold);
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.98) 0%, rgba(6, 6, 6, 0.98) 100%);
  position: sticky;
  bottom: 0;
  z-index: 1;
  border-radius: 16px 16px 0 0;
  box-shadow:
    0 -10px 30px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(212, 175, 55, 0.2);
}

.whatsapp-btn {
  width: 100%;
  background: linear-gradient(135deg, #a67c00, #f9d976, #ffd700);
  color: #0b0b0b;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.whatsapp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.45);
}

.whatsapp-btn-fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.whatsapp-btn-fx-cart,
.whatsapp-btn-fx-check,
.whatsapp-btn-fx-label {
  position: absolute;
  top: 50%;
  opacity: 0;
}

.whatsapp-btn-fx-cart {
  left: 12px;
  width: 24px;
  height: 24px;
  color: rgba(11, 11, 11, 0.95);
  transform: translate(-24px, -50%) scale(0.85);
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.28));
}

.whatsapp-btn-fx-cart svg {
  width: 100%;
  height: 100%;
  display: block;
}

.whatsapp-btn-fx-check {
  right: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 28%, #bbf7d0 0%, #22c55e 52%, #15803d 100%);
  color: #ffffff;
  border: 1px solid rgba(240, 253, 244, 0.6);
  font-size: 1rem;
  font-weight: 900;
  transform: translateY(-50%) scale(0.2) rotate(-12deg);
  box-shadow:
    0 0 0 0 rgba(34, 197, 94, 0),
    0 8px 18px rgba(0, 0, 0, 0.22);
}

.whatsapp-btn-fx-label {
  left: 50%;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  transform: translate(-50%, -50%) scale(0.92);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(11, 11, 11, 0.92);
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(4px);
  white-space: nowrap;
}

.whatsapp-btn.is-checkout-anim {
  animation: whatsappCheckoutPulse 1.75s ease;
  color: rgba(11, 11, 11, 0.35);
}

.whatsapp-btn.is-checkout-anim .whatsapp-btn-fx-cart {
  animation: whatsappCartDrive 1.05s cubic-bezier(0.16, 0.75, 0.22, 1) forwards;
}

.whatsapp-btn.is-checkout-anim .whatsapp-btn-fx-check {
  animation:
    whatsappCheckPop 0.44s cubic-bezier(0.18, 1, 0.32, 1) 1.02s forwards,
    whatsappCheckGlowPulse 0.85s ease 1.18s 1;
}

.whatsapp-btn.is-checkout-anim .whatsapp-btn-fx-label {
  animation: whatsappReadyTextIn 0.48s cubic-bezier(0.2, 0.8, 0.2, 1) 1.08s forwards;
}

@keyframes whatsappCheckoutPulse {
  0% {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  }
  18% {
    transform: translateY(-1px) scale(1.004);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  }
  58% {
    transform: translateY(-2px) scale(1.008);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
  }
  100% {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  }
}

@keyframes whatsappCartDrive {
  0% {
    opacity: 0;
    transform: translate(-24px, -50%) scale(0.85);
  }
  10% {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(calc(50% - 12px), -50%) scale(1.05);
  }
  80% {
    opacity: 1;
    transform: translate(calc(100% - 78px), -50%) scale(1.04);
  }
  100% {
    opacity: 0;
    transform: translate(calc(100% - 58px), -50%) scale(1.08);
  }
}

@keyframes whatsappCheckPop {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(0.2) rotate(-12deg);
  }
  65% {
    opacity: 1;
    transform: translateY(-50%) scale(1.12) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1) rotate(0deg);
  }
}

@keyframes whatsappCheckGlowPulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(34, 197, 94, 0),
      0 8px 18px rgba(0, 0, 0, 0.22);
  }
  45% {
    box-shadow:
      0 0 0 8px rgba(34, 197, 94, 0.18),
      0 10px 22px rgba(21, 128, 61, 0.25);
  }
  100% {
    box-shadow:
      0 0 0 12px rgba(34, 197, 94, 0),
      0 8px 18px rgba(0, 0, 0, 0.22);
  }
}

@keyframes whatsappReadyTextIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.03);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.cart-total p {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Contact section */
.contact-section {
  display: block;
  padding: 20px 0 0;
  position: relative;
  z-index: 2;
  background: rgba(18, 51, 51, 0.74);
  overflow: hidden;
  isolation: isolate;
}

body.category-view .contact-section {
  display: none !important;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: -12% -18%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(120% 42% at 14% 28%, rgba(255, 230, 140, 0.2) 0%, rgba(255, 230, 140, 0) 64%),
    radial-gradient(120% 38% at 86% 70%, rgba(212, 175, 55, 0.16) 0%, rgba(212, 175, 55, 0) 66%);
  filter: blur(22px);
  mix-blend-mode: screen;
  opacity: 0.62;
  animation: heroSectionAurora 24s ease-in-out infinite alternate;
}

.contact-section-inner {
  width: min(1200px, calc(100% - 28px));
  margin: 0 auto;
  padding: 0 0 32px;
  position: relative;
  z-index: 1;
}

.contact-section-title {
  margin-top: 0;
  margin-bottom: 14px;
}

.contact-form-shell {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.contact-form-visual {
  width: 100%;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 14px;
  background: var(--techor-void-black);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  padding: 12px;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.contact-card {
  max-width: none;
  width: 100%;
  margin: 0;
  background: var(--techor-void-black);
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 18px;
  padding: 30px clamp(18px, 4vw, 42px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.4);
}

@media (max-width: 900px) {
  .contact-section-inner {
    width: calc(100% - 16px);
    padding-bottom: 24px;
  }

  .contact-section-title {
    margin-bottom: 10px;
  }

  .contact-card {
    border-radius: 14px;
    padding: 22px 16px;
  }

  .contact-form-shell {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-form-visual {
    min-height: auto;
    padding: 8px;
  }

  .contact-form-visual img {
    height: auto;
    max-height: 300px;
  }
}

body.contact-view .particles-layer {
  display: none;
  opacity: 0;
}

.contact-field {
  position: relative;
}

.contact-field-hidden {
  display: none;
}

.contact-field::before {
  content: '';
  position: absolute;
  inset: -6px;
  background: var(--techor-void-black);
  border-radius: 14px;
  z-index: 0;
}

.contact-field label,
.contact-field input,
.contact-field textarea,
.contact-field select {
  position: relative;
  z-index: 1;
}

.contact-field select option {
  background: var(--techor-void-black);
  color: #d4af37;
}

.contactanos-title {
  text-align: left;
  align-self: flex-start;
  margin: 0;
}

.hero-split-copy--contact {
  align-items: flex-start;
  text-align: left;
}

.hero-split-copy--contact h2,
.hero-split-copy--contact p {
  text-align: left;
  margin-left: 0;
}

.contact-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
}

.contact-header h2 {
  margin: 0;
  color: #d4af37;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
}

.contact-back {
  border: 1px solid rgba(212, 175, 55, 0.5);
  background: transparent;
  color: #d4af37;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.contact-subtitle {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 24px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field label {
  color: #f5f5f5;
  font-weight: 600;
}

.contact-field input,
.contact-field textarea,
.contact-field select {
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: var(--techor-void-black);
  padding: 12px 14px;
  color: #d4af37;
  font-size: 15px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(212, 175, 55, 0.6);
}

.contact-field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #d4af37 50%),
    linear-gradient(135deg, #d4af37 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
}

.contact-field select:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

.contact-submit {
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #a67c00, #f9d976, #ffd700);
  color: #0b0b0b;
  font-weight: 700;
  padding: 12px 18px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-submit-spinner {
  display: none;
  font-size: 12px;
}

.contact-form.is-loading .contact-submit {
  opacity: 0.75;
  cursor: progress;
}

.contact-form.is-loading .contact-submit-label {
  display: none;
}

.contact-form.is-loading .contact-submit-spinner {
  display: inline-block;
}

.contact-social {
  padding: 24px 0 40px;
  display: grid;
  gap: 12px;
  justify-items: center;
}

.contact-social-title {
  font-family: "Gluten", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  color: #d4af37;
  text-align: center;
  font-size: 35px;
  margin: 0;
}

/* Clase base para los bloques de texto con ScrollFloat */
.scroll-float-text {
  display: block;
  font-family: inherit;
  line-height: 1.6;
  color: inherit;
  will-change: transform, opacity;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}

.scroll-float-word {
  display: inline;
  white-space: inherit;
}

/* Estilo de cada letra */
.char {
  display: inline;
  transition: none;
  cursor: default;
  color: inherit;
}

/* Brillo + levitacion usando el color actual */
.char:hover {
  filter: none;
  text-shadow: none;
  transform: none;
  color: inherit;
}

.contact-social-icons {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.contact-social-link {
  width: 240px;
  height: 240px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border: 1px solid rgba(212, 175, 55, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 0 6px;
}

.contact-social-link img {
  width: 240px;
  height: 240px;
  object-fit: contain;
  transform: scale(1.08);
}

.contact-social-link:hover {
  transform: translateY(-2px) scale(1.12);
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.65), 0 0 48px rgba(212, 175, 55, 0.4);
}

.contact-social-link--tiktok:hover {
  box-shadow: 0 0 28px rgba(37, 244, 238, 0.8), 0 0 52px rgba(37, 244, 238, 0.45);
  border-color: rgba(37, 244, 238, 0.8);
}

.contact-social-link--instagram:hover {
  box-shadow: 0 0 28px rgba(131, 58, 180, 0.8), 0 0 52px rgba(131, 58, 180, 0.45);
  border-color: rgba(131, 58, 180, 0.8);
  transform: translateY(-2px) scale(1.16);
}

.contact-social-link--facebook:hover {
  box-shadow: 0 0 28px rgba(24, 119, 242, 0.8), 0 0 52px rgba(24, 119, 242, 0.45);
  border-color: rgba(24, 119, 242, 0.8);
  transform: translateY(-2px) scale(1.16);
}

/* Fuerza el centrado de los modales de SweetAlert que NO sean toasts */
.swal2-container {
  z-index: 10000 !important;
}

.swal2-container.swal2-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000 !important;
  /* Asegura que esté por encima de todo */
}

/* Evita que animaciones externas lo muevan a las esquinas */
.swal2-popup.swal2-modal {
  margin: auto !important;
}

.swal2-container.swal-auth-center-container {
  position: fixed !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 4600 !important;
}

.swal2-popup.swal-auth-center-popup {
  margin: auto !important;
}

/* SweetAlert2 global TECHCOR theme */
.swal2-popup {
  background: #000000 !important;
  color: #ffcc00 !important;
  border: 1px solid rgba(212, 175, 55, 0.6) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6) !important;
  width: min(92vw, 520px) !important;
  padding: 24px 24px !important;
}

.swal2-title,
.swal2-html-container {
  color: #ffcc00 !important;
}

.swal2-confirm {
  background: #ffcc00 !important;
  color: #000000 !important;
  border: none !important;
}

.swal2-icon.swal2-success [class^='swal2-success-line'],
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #ffcc00 !important;
}


.cart-footer,
.cart-footer p,
.cart-footer span {
  color: #f5f5f5;
}

.cart-qty-controls {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  padding: 4px 8px;
}

.cart-qty-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  background: #9aa0a6;
  color: #041317;
  font-weight: 700;
  cursor: pointer;
}

.cart-qty-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.cart-qty-value {
  min-width: 18px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
}

.cart-remove-btn {
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.cart-confirm {
  position: absolute;
  inset: -6px;
  background: rgba(5, 5, 5, 0.92);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 12px;
  display: grid;
  gap: 8px;
  align-content: center;
  justify-items: center;
  padding: 12px;
  z-index: 2;
  text-align: center;
}

.cart-confirm-actions {
  display: inline-flex;
  gap: 10px;
}

.cart-confirm-btn {
  border: 0;
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 600;
  cursor: pointer;
}

.cart-confirm-btn.is-cancel {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.cart-confirm-btn.is-confirm {
  background: #d4af37;
  color: #0b0b0b;
}

/* Footer */
.footer {
  background: var(--tc-bg-main-dark);
  padding: 1.5rem;
  text-align: center;
  font-family: "Vercetti", "Gluten", "Segoe UI", Arial, sans-serif;
  margin-top: auto;
  order: 2;
}

body.home-view .products {
  order: 2;
}

body.home-view .footer {
  order: 1;
}

.footer-content {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  gap: 24px;
}

.footer-section h4 {
  color: var(--techor-gold);
  margin-bottom: 1rem;
}

.footer-section-complaints {
  display: flex;
  align-items: center;
}

.footer-section .footer-section-complaints {
  margin-top: 10px;
}

.footer-complaints-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f5f5f5;
  text-decoration: none;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: rgba(10, 10, 10, 0.2);
  border-radius: 12px;
  padding: 8px 10px;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.footer-complaints-link img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}

.footer-complaints-link span {
  font-size: 14px;
  font-weight: 600;
  color: var(--techor-gold);
  line-height: 1.2;
}

.footer-complaints-link:hover {
  border-color: rgba(212, 175, 55, 0.55);
  background: rgba(10, 10, 10, 0.38);
  transform: translateY(-1px);
}

.footer-recaptcha {
  margin-top: 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .mega-menu {
    width: 100%;
  }

  .mega-content {
    flex-direction: column;
  }

  .mega-left,
  .mega-right {
    width: 100%;
  }

  .mega-left,
  .mega-right {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid--fixed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .footer-section-complaints {
    justify-content: center;
  }

  .footer-complaints-link {
    width: 100%;
    justify-content: center;
  }

  .footer-complaints-link img {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 768px) and (min-width: 520px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid--fixed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .product-name {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .card {
    height: auto;
    max-width: 100%;
  }

  .product-name {
    font-size: 14px;
  }

  .price {
    font-size: 14px;
  }

  .description {
    font-size: 12px;
  }

  .add-to-cart,
  .modal-buy {
    min-height: 44px;
  }

  .btn-qty .qty-btn,
  .modal-qty .qty-btn {
    width: 26px;
    height: 26px;
  }
}

/* Pill header (primary navigation) */
.header-pill {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  display: flex;
  justify-content: center;
  padding: 14px 20px;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.24s ease;
}

.header-pill.is-scroll-hidden {
  transform: translateY(calc(-100% - 10px));
}

@media (prefers-reduced-motion: reduce) {
  .header-pill {
    transition: none;
  }

  body::before {
    transition: none;
  }
}

.pill-nav-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  pointer-events: auto;
  display: flex;
  justify-content: center;
}

.mobile-menu-popover {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: min(78vw, 320px);
  background: #0b0b0b;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 12px;
  z-index: 1200;
  opacity: 1;
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
}

.mobile-menu-popover.is-open {
  pointer-events: auto;
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 10px 12px;
}

.mobile-menu-title {
  flex: 1;
  font-weight: 700;
  color: #ffffff;
}

.mobile-menu-back,
.mobile-menu-close {
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
  cursor: pointer;
}

.mobile-menu-back[aria-hidden="true"] {
  visibility: hidden;
}

.mobile-menu-body {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 10px;
  display: grid;
  gap: 8px;
  overflow-y: auto;
  flex: 1;
}

.mobile-menu-item {
  border: 0;
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.pill-nav {
  --nav-h: 44px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-radius: 18px;
  border: none;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  width: 100%;
  justify-content: space-between;
}

.pill-logo {
  position: relative;
  transform: translateY(-2px);
  z-index: 6;
  height: var(--nav-h);
  padding: 0 10px;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-family: "Gluten", "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.12rem, 1.02rem + 0.2vw, 1.28rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pill-logo-img {
  display: block;
  width: clamp(76px, 9vw, 116px);
  height: calc(var(--nav-h) - 2px);
  object-fit: cover;
  object-position: center;
}

.pill-nav-items {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.pill {
  height: var(--nav-h);
  padding: 0 12px;
  border-radius: 999px;
  background: transparent !important;
  border: none;
  color: #d4af37;
  font-size: clamp(0.9rem, 0.84rem + 0.18vw, 0.98rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pill-search-cta {
  padding: 0 34px;
  min-width: 470px;
}

.pill-search-cta .pill-label,
.pill-search-cta .pill-label-hover {
  white-space: nowrap;
}

.pill-search-cta .label-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.pill.is-hidden {
  display: none;
}

.pill-user .pill-label {
  text-transform: none;
  letter-spacing: 0.04em;
}

.pill-search-cta {
  position: relative;
  overflow: hidden;
}

.pill-search-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #000000;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  padding: 0 24px;
  z-index: 2;
}

.pill-search-input::placeholder {
  color: #000000;
}

.pill-search-cta.is-editing .label-stack {
  opacity: 0;
}

.pill-search-cta.is-editing .pill-search-input {
  opacity: 1;
  pointer-events: auto;
}

.pill .hover-circle {
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 50%;
  background: #fff6d9;
  z-index: 1;
  pointer-events: none;
}

.pill .label-stack {
  position: relative;
  display: inline-grid;
  place-items: center;
  line-height: 1;
  z-index: 2;
  overflow: hidden;
}

.pill .pill-label,
.pill .pill-label-hover {
  display: inline-block;
  grid-area: 1 / 1;
  line-height: 1;
  white-space: nowrap;
}

.pill .pill-label-hover {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
}

.pill:hover {
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
}

.pill-search-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.pill-search-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: var(--nav-h);
  padding: 0 10px;
  border-radius: 999px;
  border: none;
  background: transparent;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  opacity: 1;
  pointer-events: auto;
  overflow: hidden;
  transition: width 0.25s ease, opacity 0.2s ease;
}

.pill-nav.is-searching .pill-search-inline {
  width: 240px;
  opacity: 1;
  pointer-events: auto;
}

.pill-search-inline input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  appearance: none;
  color: #d4af37;
  /* Dorado por defecto */
}

.pill-search-inline input::placeholder {
  color: #d4af37;
  text-transform: uppercase;
  font-weight: 600;
}

.pill.is-active input,
.pill:focus-within input {
  color: #000000;
}

.pill-search-inline .search-icon-gold {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.2);
  margin: 0 0 0 auto;
  padding: 0;
}

.pill-search-inline input:-webkit-autofill,
.pill-search-inline input:-webkit-autofill:hover,
.pill-search-inline input:-webkit-autofill:focus,
.pill-search-inline input:-webkit-autofill:active {
  -webkit-text-fill-color: #d4af37 !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.75) inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

.pill-search-inline .icon-search {
  width: 16px;
  height: 16px;
}

.desktop-only {
  display: flex;
}

.mobile-only {
  display: none;
}

.mobile-menu-button {
  width: var(--nav-h);
  height: var(--nav-h);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
}

.mobile-menu-button svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
}

.hamburger-line {
  width: 18px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
}

.mobile-icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media (min-width: 901px) {

  #mobileSearchToggle,
  #mobileLoginBtn,
  #mobileCartBtn,
  #mobileMenuBtn {
    display: none;
  }
}

.mobile-icon-btn .icon {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.mobile-search-bar {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 8px auto 0;
  padding: 0 12px;
  gap: 8px;
  align-items: center;
}

.mobile-search-bar.is-open {
  display: flex;
}

.mobile-search-bar input {
  flex: 1;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  padding: 0 14px;
  outline: none;
}

.mobile-search-bar input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mobile-search-bar .search-icon-gold {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-popover {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: min(78vw, 320px);
  background: #0b0b0b;
  border: none;
  border-radius: 0;
  padding: 16px;
  opacity: 1;
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
}

.mobile-menu-popover.is-open {
  pointer-events: auto;
  transform: translateX(0);
}

.mobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-menu-link {
  width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 600;
  text-align: left;
}

@media (max-width: 900px) {
  :root {
    --header-h: 64px;
  }

  .header-pill {
    height: var(--header-h);
    padding: 8px 12px;
  }

  .pill-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 8px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: flex;
  }

  .pill-search-group {
    display: none;
  }

  .mobile-search-bar {
    display: none;
  }

  .mobile-search-bar.is-open {
    display: flex;
  }

  .product-grid,
  .product-grid--fixed {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12px;
    padding-bottom: 8px;
    align-items: stretch;
  }

  .product-grid::-webkit-scrollbar,
  .product-grid--fixed::-webkit-scrollbar {
    height: 6px;
  }

  .product-grid::-webkit-scrollbar-thumb,
  .product-grid--fixed::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
  }

  .product-grid>.card,
  .product-grid--fixed>.card,
  .product-grid>.product-card,
  .product-grid--fixed>.product-card,
  .product-grid>.subcategory-section,
  .product-grid--fixed>.subcategory-section {
    flex: 0 0 minmax(240px, 70%);
    scroll-snap-align: start;
    height: auto;
  }
}

@media (max-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}


/* Hero layout */
.hero-content--showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(20px, 5vw, 60px);
  padding-right: 10px;
}

.hero-center {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  min-height: 100%;
  position: relative;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.6) saturate(1.1);
}

@media (max-width: 900px) {
  .hero-video {
    display: none;
  }
}

.layout-text-flip {
  position: relative;
  z-index: 1;
}

.layout-text-flip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  color: #f3f3f3;
  letter-spacing: 0.02em;
  text-transform: none;
  font-family: var(--techcor-ui-font);
}

.layout-text-flip__text {
  opacity: 0.9;
}

.layout-text-flip__word {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  min-width: 10ch;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.layout-text-flip__word.is-exit {
  opacity: 0;
  transform: translateY(-6px);
}

.layout-text-flip__word.is-enter {
  opacity: 0;
  transform: translateY(8px);
}

.layout-text-flip__subtext {
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  color: rgba(255, 255, 255, 0.7);
  max-width: 720px;
}

.layout-text-flip__word--muted {
  opacity: 0.85;
  min-width: auto;
}

.hero-left {
  display: grid;
  gap: 12px;
}

.hero-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-right: 0;
}

.hero-product-image {
  width: min(520px, 48vw);
  height: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}

.hero-premium {
  background-image:
    linear-gradient(rgba(12, 31, 31, 0.65), rgba(12, 31, 31, 0.65));
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.hero-premium .hero-content .blur-text--primary {
  font-size: 180px;
  letter-spacing: 0.05em;
  line-height: 0.85;
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2.2vw, 1.8rem);
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: -28px;
}

@media (max-width: 900px) {
  .hero-content--showcase {
    grid-template-columns: 1fr;
  }

  .hero-right {
    justify-content: center;
  }

  .hero-product-image {
    width: min(420px, 80vw);
    margin-right: 0;
  }
}

/* Login modal */
.login-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 4200;
  overflow-y: auto;
  padding: 14px;
}

.login-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.login-modal-content {
  position: relative;
  width: min(520px, 94vw);
  max-height: calc(100dvh - 28px);
  overflow: auto;
  padding-top: 18px;
  margin: auto;
}

.login-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 60;
}

.login-close .icon-close {
  width: 16px;
  height: 16px;
}


/* ════════════════════════════════════════════════
   STOREFRONT RESPONSIVE ENHANCEMENTS (Mobile First)
   ════════════════════════════════════════════════ */

/* 1. SPLIT HEROES (Mobile Stack) */
@media (max-width: 768px) {

  .hero-split,
  .hero-split--right,
  .hero-split--left {
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
  }

  .hero-split-media {
    width: 100% !important;
    height: 50vh !important;
    min-height: 350px;
    order: -1;
    /* Always image first */
  }

  .hero-split-image {
    background-position: center top;
  }

  /* Text Content */
  .hero-split-spacer {
    display: none;
    /* Hide spacer column in flex layout if present */
  }

  .hero-split-copy {
    width: 100% !important;
    padding: 40px 24px !important;
    text-align: center !important;
    align-items: center !important;
    background: #000;
    /* Ensure text readabilty */
    order: 2;
  }

  .hero-split-title,
  .hero-split-copy h2 {
    font-size: 2rem !important;
    margin-bottom: 16px;
  }

  .hero-split-text,
  .hero-split-copy p {
    font-size: 1rem !important;
    max-width: 100%;
    margin-bottom: 24px;
  }
}

/* 2. PILL MENU (Minimalist Fixed Bar) */
@media (max-width: 900px) {
  .header-pill {
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: auto;
    padding: 0 16px !important;
    height: 60px;
    justify-content: space-between;
  }

  .pill-nav {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
  }

  .pill-logo {
    background: transparent;
    padding: 0;
    font-size: 20px;
    height: 40px;
  }

  /* Hide non-essential desktop pills */
  .pill-nav-items {
    gap: 8px;
  }

  .pill:not(.pill-user):not(.pill-cart) {
    display: none;
    /* Hide standard links, keep icons */
  }

  .pill-user,
  .pill-cart {
    background: transparent !important;
    border: none !important;
    padding: 0;
    width: 40px;
    height: 40px;
  }

  .pill-user .pill-label,
  .pill-cart .pill-label,
  .pill-user .label-stack span,
  .pill-cart .label-stack span {
    display: none;
    /* Hide text label */
  }

  /* Ensure icons are visible. Assuming .icon-user / .icon-cart exist inside */
  /* If not, we rely on the existing .mobile-icon-btn logic which is ALREADY there. */
  /* The existing CSS hides .pill-nav-items on mobile (.desktop-only). */
  /* So we actually need to ensure the MOBILE buttons are styled correctly. */

  /* Re-style existing mobile buttons to be clean */
  .mobile-menu-button,
  .mobile-icon-btn {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
  }

  .hamburger-line {
    background: #fff;
  }
}

/* 3. PRODUCT GRID (2 Columns Mobile) */
@media (max-width: 520px) {
  .product-grid {
    display: grid !important;
    /* Override potential flex/scroll-snap */
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    padding: 0 12px 20px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .product-grid>.card,
  .product-grid>.product-card {
    flex: none !important;
    width: auto !important;
    max-width: none !important;
  }

  .product-card {
    padding: 10px;
  }

  .product-name {
    font-size: 13px !important;
    margin-bottom: 4px;
    line-height: 1.3;
  }

  .product-price {
    font-size: 14px;
  }

  .product-card .btn {
    padding: 8px 12px;
    min-height: 36px;
    font-size: 12px;
  }
}

/* 4. SOCIAL CARDS (Vertical Flat) */
@media (max-width: 768px) {
  .services-social-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    gap: 12px;
  }

  .social-btn {
    width: 100%;
    justify-content: center;
    transform: none !important;
    /* Disable Tilt */
    transition: background 0.2s, color 0.2s;
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  /* Remove any JS-injected tilt styles if they use inline styles */
  .social-btn[style] {
    transform: none !important;
    will-change: auto !important;
  }
}

/* 5. CONTACT TILT CARDS (3D -> Flat Mobile) */
@media (max-width: 768px) {
  .contact-tilt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    padding: 0 6px 24px !important;
  }

  .tilt3d {
    transform: none !important;
    /* Force flat */
    perspective: none !important;
  }

  .tilt3d-card {
    transform: none !important;
    transition: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    /* Simple shadow */
    margin-bottom: 0;
  }

  /* Disable JS tilt if it somehow applied */
  .tilt3d-card[style] {
    transform: none !important;
  }

  /* Increase button targets */
  .tilt3d-footer {
    gap: 12px;
  }

  .tilt3d-btn,
  .tilt3d-link {
    padding: 8px 12px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }

  /* Media size adjustment if needed */
  .tilt3d-media img {
    max-height: 64px;
    /* Prevent being too huge */
    width: auto;
  }
}

/* Desktop header/menu performance tuning */
@media (min-width: 1025px) {
  :root {
    --header-h: 88px;
  }

  .header-pill {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .pill-nav {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    align-items: center;
  }

  .pill-nav-items {
    flex-wrap: nowrap;
    justify-content: flex-end;
    row-gap: 0;
    max-width: none;
    gap: 8px;
  }

  .pill-nav-items::before {
    content: none;
  }

  #menuBtn,
  #clientsBtn,
  #contactBtn,
  .pill-search-cta,
  #loginBtn,
  #userPill,
  #logoutBtn,
  #cartBtn {
    order: 1;
  }

  .pill-search-cta {
    min-width: 240px;
    width: clamp(240px, 24vw, 320px);
  }

  .pill-icon-only,
  .pill-cart-icon {
    min-width: 54px;
    padding: 0 12px;
  }

  .pill:hover {
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.45);
  }

  .mega-overlay {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(0, 0, 0, 0.14);
  }

  .mega-content {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.18s var(--transition), opacity 0.18s var(--transition);
  }

  .pill,
  .pill-logo,
  .mega-content {
    will-change: transform, opacity;
  }
}

.pill-nav-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(72%) sepia(36%) saturate(613%) hue-rotate(359deg) brightness(92%) contrast(88%);
}

.pill-icon-only .pill-label,
.pill-cart-icon .pill-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pill-icon-only .pill-label-hover,
.pill-cart-icon .pill-label-hover {
  display: none;
}

.pill-cart-icon #cartCount {
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  color: var(--techor-gold);
  min-width: 10px;
  text-align: center;
}

.services-strip-controls {
  display: none;
}

@media (max-width: 768px) {
  .services-strip {
    position: relative;
  }

  .services-strip-controls {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: clamp(118px, 30vw, 164px);
    z-index: 6;
    pointer-events: none;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 6px;
    gap: 0;
  }

  .services-strip-arrow {
    pointer-events: auto;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--techor-gold);
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    transition: opacity 0.2s ease, transform 0.12s ease;
  }

  .services-strip-arrow:active {
    transform: scale(0.96);
  }

  .services-strip-arrow:disabled {
    opacity: 0.35;
    cursor: default;
  }

  .services-strip-row {
    padding-inline: 24px;
    scroll-behavior: smooth;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .services-strip-controls {
    display: none !important;
  }
}

/* CookieConsent - TECHCOR palette */
#cc-main {
  --cc-font-family: var(--techcor-ui-font);
  --cc-bg: #0b0b0b;
  --cc-primary-color: #f5f5f5;
  --cc-secondary-color: #d4af37;
}

#cc-main .cm,
#cc-main .pm {
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
}

#cc-main .cm__btn--primary,
#cc-main .pm__btn--primary {
  background: #d4af37;
  border-color: #d4af37;
  color: #0b0b0b;
  font-weight: 700;
}

#cc-main .cm__btn--secondary,
#cc-main .pm__btn--secondary {
  background: transparent;
  border-color: #f5f5f5;
  color: #f5f5f5;
}

#cc-main a {
  color: #f5d67a;
}

/* Privacy policy layout */
.privacy-policy-main {
  max-width: 960px;
  margin: 120px auto 60px;
  padding: 0 20px;
}

.privacy-policy-card {
  background: rgba(9, 9, 9, 0.86);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 18px;
  padding: 28px 24px;
  backdrop-filter: blur(6px);
}

.privacy-policy-card h1 {
  margin: 0 0 14px;
  color: #d4af37;
}

.privacy-policy-card h3 {
  margin: 22px 0 10px;
  color: #f3f3f3;
}

.privacy-policy-card p {
  margin: 0;
  line-height: 1.65;
  color: #ececec;
}

/* Libro de Reclamaciones (B/N) */
body.claim-book-page {
  background: #ffffff;
  color: #000000;
}

.claim-book-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 20px;
  background: #ffffff;
  border-bottom: 1px solid #000000;
}

.claim-book-topbar a {
  color: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.claim-book-topbar a:hover {
  background: #000000;
  color: #ffffff;
}

.claim-book-main {
  max-width: 980px;
  margin: 26px auto 44px;
  padding: 0 20px;
}

.claim-book-card {
  background: #ffffff;
  border: 2px solid #000000;
  padding: 22px 20px;
}

.claim-book-title {
  margin: 0;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.claim-book-subtitle {
  margin: 4px 0 14px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
}

.claim-book-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.claim-book-provider-top {
  margin-top: 10px;
  border: 1px solid #000000;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  font-size: 13px;
}

.claim-book-provider-top .is-full {
  grid-column: 1 / -1;
}

.claim-book-section {
  margin-top: 12px;
  border: 1px solid #000000;
  padding: 12px;
}

.claim-book-section h3 {
  margin: 0 0 10px;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.claim-book-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.claim-book-field {
  display: grid;
  gap: 6px;
}

.claim-book-field.is-full {
  grid-column: 1 / -1;
}

.claim-book-field label {
  font-size: 13px;
  color: #000000;
}

.claim-book-field input,
.claim-book-field textarea {
  width: 100%;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  padding: 8px 10px;
  font: inherit;
}

.claim-book-field textarea {
  resize: vertical;
  min-height: 92px;
}

.claim-book-choice {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.claim-book-choice strong,
.claim-book-choice label {
  color: #000000;
}

.claim-book-choice label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.claim-book-signatures {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.claim-book-signature {
  border-top: 1px dashed #000000;
  padding-top: 8px;
  color: #000000;
  font-size: 13px;
}

.claim-book-section.is-locked {
  background: #f2f2f2;
  border-style: dashed;
}

.claim-book-lock-note {
  margin: 0 0 10px;
  color: #111111;
  font-size: 12px;
  font-weight: 600;
}

.claim-book-section.is-locked fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.claim-book-field input:disabled,
.claim-book-field textarea:disabled {
  background: #e6e6e6;
  color: #333333;
  cursor: not-allowed;
}

.claim-book-notes {
  margin-top: 14px;
  color: #000000;
  font-size: 13px;
  line-height: 1.45;
  display: grid;
  gap: 8px;
}

.claim-book-submit {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 9px 16px;
  cursor: pointer;
}

.claim-book-submit:hover {
  background: #000000;
  color: #ffffff;
}

.claim-book-footer {
  border-top: 1px solid #000000;
  color: #000000;
  background: #ffffff;
  text-align: center;
  padding: 12px 14px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .claim-book-topbar {
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .claim-book-main {
    margin-top: 18px;
    padding: 0 10px;
  }

  .claim-book-card {
    padding: 14px 12px;
  }

  .claim-book-meta-grid,
  .claim-book-provider-top,
  .claim-book-grid,
  .claim-book-signatures {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media print {
  body.claim-book-page {
    background: #ffffff !important;
    color: #000000 !important;
  }

  .claim-book-topbar,
  .claim-book-footer,
  .claim-book-submit {
    display: none !important;
  }

  .claim-book-main {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
  }

  .claim-book-card {
    border: 1px solid #000000 !important;
    padding: 10px !important;
  }
}

/* =========================
   Light Theme (Public Web)
   ========================= */
html.theme-light body {
  color: var(--tc-text-main);
  background: linear-gradient(170deg, #e7f0ff 0%, #d9e8ff 56%, #c7dbff 100%);
}

html.theme-light body::after {
  content: "";
  position: fixed;
  top: 0;
  left: -14vw;
  width: 128vw;
  height: clamp(480px, 60vh, 820px);
  pointer-events: none;
  z-index: 1;
  background-image:
    linear-gradient(180deg,
      rgba(12, 58, 146, 0.88) 0%,
      rgba(30, 79, 163, 0.74) 38%,
      rgba(37, 99, 235, 0.52) 66%,
      rgba(96, 165, 250, 0) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 140' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' fill-opacity='.58' d='M0,48C120,98,240,-2,360,48C480,98,600,-2,720,48C840,98,960,-2,1080,48C1140,74,1200,48,1200,48L1200,0L0,0Z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 140' preserveAspectRatio='none'%3E%3Cpath fill='%237dd3fc' fill-opacity='.44' d='M0,34C150,80,300,-6,450,34C600,80,750,-6,900,34C1050,80,1200,22,1200,22L1200,0L0,0Z'/%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 30%);
  background-size:
    100% 100%,
    2680px 390px,
    3180px 470px,
    100% 28%;
  background-position:
    0 0,
    0 calc(100% - 18px),
    240px calc(100% - 58px),
    0 0;
  background-repeat:
    no-repeat,
    repeat-x,
    repeat-x,
    no-repeat;
  box-shadow: none;
  opacity: 1;
  filter: saturate(116%) contrast(104%);
  animation: none;
}

/* Local development stability guard: disable heavy visual effects only on localhost. */
html.dev-local .aurora-layer,
html.dev-local body::after,
html.dev-local .global-dim-layer,
html.dev-local .contact-section::before,
html.dev-local .contact-section-inner::before {
  animation: none !important;
  filter: none !important;
}

html.dev-local body::before {
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

html.theme-light .theme-fab {
  border-color: rgba(37, 99, 235, 0.35);
  background: #ffffff;
  color: #1e4fa3;
  box-shadow: 0 10px 24px rgba(30, 79, 163, 0.18);
}

html.theme-light .aurora-ribbon {
  background: linear-gradient(90deg,
      rgba(30, 79, 163, 0) 0%,
      rgba(37, 99, 235, 0.18) 22%,
      rgba(96, 165, 250, 0.42) 52%,
      rgba(20, 184, 166, 0.18) 82%,
      rgba(30, 79, 163, 0) 100%);
  opacity: 0.44;
  filter: blur(18px) saturate(120%);
}

html.theme-light .header-pill {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0) 100%);
}

html.theme-light .pill-logo,
html.theme-light .pill {
  color: #1e3a8a;
}

html.theme-light .pill .pill-label-hover {
  color: #0f172a;
}

html.theme-light .pill .hover-circle {
  background: #dbeafe;
}

html.theme-light .pill:hover {
  box-shadow: 0 0 10px rgba(37, 99, 235, 0.35);
}

html.theme-light .pill-search-input,
html.theme-light .pill-search-input::placeholder,
html.theme-light .pill.is-active input,
html.theme-light .pill:focus-within input {
  color: #0f172a;
}

html.theme-light .search-icon-gold {
  color: #1e4fa3;
}

html.theme-light .top-header-image {
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 16px 34px rgba(30, 79, 163, 0.16);
}

html.theme-light .services-strip-title,
html.theme-light .contact-section-title,
html.theme-light .home-section-title {
  color: #1e3a8a;
}

html.theme-light .services-strip-title::before,
html.theme-light .services-strip-title::after {
  background: currentColor;
  box-shadow: none;
}

html.theme-light .contact-section .services-strip-title::before,
html.theme-light .contact-section .services-strip-title::after {
  background: currentColor;
  box-shadow: none;
}

html.theme-light .services-strip-item {
  border-color: rgba(37, 99, 235, 0.24);
  background: #e6efff;
  box-shadow: 0 12px 24px rgba(30, 79, 163, 0.14);
}

html.theme-light .hero-split {
  background: linear-gradient(160deg, #1e3a8a 0%, #1e4fa3 46%, #2563eb 100%);
}

html.theme-light body.home-view .hero-split {
  background:
    radial-gradient(112% 84% at 10% 12%, rgba(147, 197, 253, 0.3) 0%, rgba(147, 197, 253, 0) 48%),
    radial-gradient(84% 66% at 86% 20%, rgba(45, 212, 191, 0.18) 0%, rgba(45, 212, 191, 0) 56%),
    radial-gradient(118% 92% at 70% 86%, rgba(96, 165, 250, 0.28) 0%, rgba(96, 165, 250, 0) 60%),
    linear-gradient(158deg, #4f72a1 0%, #6ea7d8 36%, #5e8ec1 66%, #476a95 100%);
}

html.theme-light body.home-view .hero-split-spacer {
  background: transparent;
}

html.theme-light body.home-view .hero-image-premium,
html.theme-light body.home-view .hero-image-oferta,
html.theme-light body.home-view .hero-image-combos,
html.theme-light body.home-view .hero-image-vendido {
  background-color: transparent;
}

html.theme-light .hero-split::before {
  background:
    radial-gradient(120% 44% at 12% 24%, rgba(45, 212, 191, 0.3) 0%, rgba(45, 212, 191, 0) 62%),
    radial-gradient(120% 40% at 88% 74%, rgba(96, 165, 250, 0.28) 0%, rgba(96, 165, 250, 0) 64%);
}

html.theme-light .hero-split-copy,
html.theme-light .hero-split-copy h2,
html.theme-light .hero-split-copy p {
  color: #f8fafc;
}

html.theme-light .hero-split-cta {
  border-color: #2dd4bf;
  background: rgba(45, 212, 191, 0.16);
  color: #f8fafc;
}

html.theme-light .hero-split-cta:hover {
  border-color: transparent;
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
  color: #ffffff;
}

html.theme-light .card,
html.theme-light .product-card,
html.theme-light body.category-view .card {
  background: linear-gradient(180deg, #eef4ff 0%, #e3ecfb 100%) !important;
  border: 1px solid rgba(37, 99, 235, 0.2);
  box-shadow: 0 12px 30px rgba(30, 79, 163, 0.14);
}

html.theme-light .product-name,
html.theme-light .card .product-name,
html.theme-light .card h3,
html.theme-light .card .content,
html.theme-light .card .description,
html.theme-light .card .model,
html.theme-light .price {
  color: #0f172a !important;
}

html.theme-light .card .description,
html.theme-light .card .model,
html.theme-light .card .stat,
html.theme-light .card .stat-value {
  color: #475569 !important;
}

html.theme-light .add-to-cart,
html.theme-light .open-modal {
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
  border-color: transparent;
  color: #ffffff;
}

html.theme-light .add-to-cart:hover,
html.theme-light .open-modal:hover {
  background: linear-gradient(135deg, #10b3a4, #0891b2);
  box-shadow: 0 10px 22px rgba(14, 116, 144, 0.28);
}

html.theme-light .modal-overlay {
  background: rgba(15, 23, 42, 0.35);
}

html.theme-light .modal {
  background: linear-gradient(145deg, #edf3ff, #dfe9fb);
  border-color: rgba(37, 99, 235, 0.28);
  color: #0f172a;
  box-shadow: 0 28px 56px rgba(30, 79, 163, 0.2);
}

html.theme-light .modal-model,
html.theme-light .modal-specs,
html.theme-light .modal-specs li,
html.theme-light .modal-badge {
  color: #475569;
}

html.theme-light .modal-badge {
  background: rgba(191, 219, 254, 0.6);
  border-color: rgba(37, 99, 235, 0.28);
}

html.theme-light .modal-price,
html.theme-light .modal-badge.is-available {
  color: #1e4fa3;
}

html.theme-light .modal-badge.is-available {
  background: rgba(45, 212, 191, 0.2);
}

html.theme-light .modal-badge.is-id {
  background: rgba(219, 234, 254, 0.74);
  color: #1e293b;
}

html.theme-light .modal-close {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(37, 99, 235, 0.28);
  color: #1e3a8a;
}

html.theme-light .modal-qty {
  background: #e2e8f0;
  border-color: rgba(37, 99, 235, 0.28);
}

html.theme-light .modal-qty .qty-btn {
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
  color: #ffffff;
}

html.theme-light .modal-qty .qty-value {
  color: #0f172a;
}

html.theme-light .modal-specs::-webkit-scrollbar-thumb {
  background: rgba(37, 99, 235, 0.45);
}

html.theme-light .modal-buy div:nth-child(1),
html.theme-light .modal-buy div:nth-child(2) {
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
}

html.theme-light .modal-buy p {
  color: #ffffff;
}

html.theme-light .cart-sidebar {
  background: linear-gradient(180deg, #e9f2ff 0%, #dce7fa 100%);
  border-left: 1px solid rgba(37, 99, 235, 0.26);
  color: #0f172a;
}

html.theme-light .cart-item {
  background: rgba(236, 244, 255, 0.94);
  border-color: rgba(37, 99, 235, 0.18);
}

html.theme-light .cart-footer {
  background: #d8e4f8;
  border-top-color: rgba(37, 99, 235, 0.2);
}

html.theme-light .whatsapp-btn {
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
  color: #ffffff;
}

html.theme-light .whatsapp-btn.is-checkout-anim {
  color: rgba(255, 255, 255, 0.34);
}

html.theme-light .whatsapp-btn-fx-cart {
  color: rgba(255, 255, 255, 0.95);
}

html.theme-light .whatsapp-btn-fx-label {
  color: #ffffff;
  background: rgba(15, 23, 42, 0.18);
  border-color: rgba(255, 255, 255, 0.28);
}

html.theme-light .contact-section {
  background: linear-gradient(180deg, #d8e7ff 0%, #ccddfb 100%);
}

html.theme-light .contact-section::before {
  background:
    radial-gradient(120% 42% at 14% 28%, rgba(96, 165, 250, 0.28) 0%, rgba(96, 165, 250, 0) 64%),
    radial-gradient(120% 38% at 86% 70%, rgba(45, 212, 191, 0.2) 0%, rgba(45, 212, 191, 0) 66%);
  opacity: 0.58;
}

html.theme-light .contact-card {
  background: rgba(231, 240, 255, 0.92);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 16px 36px rgba(30, 79, 163, 0.14);
}

html.theme-light .contact-form-visual {
  background: rgba(224, 235, 252, 0.96);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 16px 34px rgba(30, 79, 163, 0.16);
}

html.theme-light .contact-subtitle,
html.theme-light .contact-field label,
html.theme-light .contactanos-title {
  color: #0f172a;
}

html.theme-light .contact-field input,
html.theme-light .contact-field textarea,
html.theme-light .contact-field select {
  background: #f8fafc;
  color: #0f172a;
  border-color: rgba(37, 99, 235, 0.2);
}

html.theme-light .contact-field input::placeholder,
html.theme-light .contact-field textarea::placeholder {
  color: #64748b;
}

html.theme-light .contact-field select {
  background-image: linear-gradient(45deg, transparent 50%, #1e4fa3 50%),
    linear-gradient(135deg, #1e4fa3 50%, transparent 50%);
}

html.theme-light .contact-field select:focus,
html.theme-light .contact-field input:focus,
html.theme-light .contact-field textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.22);
}

html.theme-light .contact-submit {
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
  color: #ffffff;
}

html.theme-light .footer {
  background: #d3e1f7;
  border-top: 1px solid rgba(37, 99, 235, 0.18);
}

html.theme-light .footer,
html.theme-light .footer p,
html.theme-light .footer li,
html.theme-light .footer a,
html.theme-light .footer-recaptcha {
  color: #475569;
}

html.theme-light .footer-section h4,
html.theme-light .footer-complaints-link span {
  color: #1e4fa3;
}

html.theme-light .footer-complaints-link {
  background: rgba(235, 243, 255, 0.9);
  border-color: rgba(37, 99, 235, 0.2);
}

html.theme-light .login-modal {
  background: rgba(15, 23, 42, 0.36);
}

html.theme-light .tilt3d-card {
  background: linear-gradient(180deg, #eaf2ff 0%, #dce8fb 100%);
  border-color: rgba(37, 99, 235, 0.26);
  box-shadow: 0 14px 32px rgba(30, 79, 163, 0.18);
}

html.theme-light .tilt3d-title {
  color: #1e3a8a;
}

html.theme-light .tilt3d-desc {
  color: #475569;
}

html.theme-light .tilt3d-link {
  color: #1e4fa3;
}

html.theme-light .tilt3d-btn {
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
  color: #ffffff;
}

html.theme-light .stats {
  background: linear-gradient(90deg, #e2ecff, #d4e2ff);
  border-color: rgba(30, 79, 163, 0.28);
  box-shadow: inset 0 0 0 1px rgba(30, 79, 163, 0.12);
}

html.theme-light .stat {
  color: #1e3a8a;
}

html.theme-light .stat svg {
  fill: #1e4fa3;
}

html.theme-light .stats-overlay span {
  color: #ffffff;
  background: rgba(30, 58, 138, 0.8);
  border-color: rgba(191, 219, 254, 0.56);
}

html.theme-light body.premium-view .card.is-premium {
  background: linear-gradient(180deg, #e8f2ff 0%, #d8e6fb 100%);
  border-color: rgba(37, 99, 235, 0.32);
}

html.theme-light body.premium-view .card.is-premium .content {
  background: transparent;
}

html.theme-light body.premium-view .card.is-premium .product-name,
html.theme-light body.premium-view .card.is-premium .model,
html.theme-light body.premium-view .card.is-premium .description,
html.theme-light body.premium-view .card.is-premium .price,
html.theme-light body.premium-view .card.is-premium .stat,
html.theme-light body.premium-view .card.is-premium .stat-value {
  color: #0f172a !important;
  text-shadow: none !important;
}

html.theme-light body.premium-view .card.is-premium .btn-qty,
html.theme-light body.premium-view .card.is-premium .stats {
  background: rgba(217, 231, 252, 0.92);
}

html.theme-light body.premium-view .card.is-premium .btn-qty .qty-btn,
html.theme-light body.premium-view .card.is-premium .add-to-cart {
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
  color: #ffffff !important;
}

html.theme-light body.premium-view .card.is-premium .btn-qty .qty-value {
  color: #0f172a;
}

html.theme-light body.premium-view .card.is-premium .cart-icon {
  fill: #ffffff;
}

html.theme-light body.premium-view .modal.is-premium {
  background: linear-gradient(145deg, #e8f1ff, #dbe8fb);
  color: #0f172a;
}

html.theme-light body.premium-view .modal.is-premium .modal-panel {
  background: transparent;
}

html.theme-light body.premium-view .modal.is-premium .modal-model,
html.theme-light body.premium-view .modal.is-premium .modal-price,
html.theme-light body.premium-view .modal.is-premium .modal-specs,
html.theme-light body.premium-view .modal.is-premium .modal-specs-title,
html.theme-light body.premium-view .modal.is-premium .modal-badge,
html.theme-light body.premium-view .modal.is-premium .modal-badge.is-available,
html.theme-light body.premium-view .modal.is-premium .modal-badge.is-id,
html.theme-light body.premium-view .modal.is-premium .modal-info h2 {
  color: #1e293b !important;
  text-shadow: none !important;
}

html.theme-light body.premium-view .modal.is-premium .modal-buy div:nth-child(1),
html.theme-light body.premium-view .modal.is-premium .modal-buy div:nth-child(2) {
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
}

html.theme-light body.premium-view .modal.is-premium .modal-buy p {
  color: #ffffff !important;
}

/* Light theme: boreal auroras behind "Nuestras redes" and "Contáctanos" */
html.theme-light .contact-section-inner {
  position: relative;
  isolation: isolate;
}

html.theme-light .contact-section::before {
  opacity: 0.34;
  filter: blur(26px);
}

html.theme-light .contact-section-inner::before {
  content: "";
  position: absolute;
  inset: 48px -2% 18px;
  pointer-events: none;
  z-index: 0;
  border-radius: 24px;
  background:
    radial-gradient(96% 58% at 14% 22%, rgba(37, 99, 235, 0.5) 0%, rgba(37, 99, 235, 0) 64%),
    radial-gradient(86% 56% at 86% 28%, rgba(56, 189, 248, 0.4) 0%, rgba(56, 189, 248, 0) 68%),
    radial-gradient(104% 68% at 52% 88%, rgba(34, 211, 238, 0.34) 0%, rgba(34, 211, 238, 0) 74%);
  filter: blur(14px) saturate(124%);
  mix-blend-mode: screen;
  opacity: 0.96;
}

html.theme-light .contact-section-inner>* {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  html.theme-light .contact-section-inner::before {
    inset: 38px -4% 12px;
    filter: blur(12px) saturate(122%);
    opacity: 0.92;
  }
}

html.theme-light body.category-view {
  background:
    radial-gradient(120% 90% at 12% 8%, rgba(147, 197, 253, 0.34) 0%, rgba(147, 197, 253, 0) 46%),
    radial-gradient(88% 72% at 86% 22%, rgba(45, 212, 191, 0.2) 0%, rgba(45, 212, 191, 0) 55%),
    radial-gradient(115% 96% at 72% 86%, rgba(96, 165, 250, 0.3) 0%, rgba(96, 165, 250, 0) 58%),
    linear-gradient(157deg, #4f72a1 0%, #6ea7d8 34%, #5e8ec1 64%, #476a95 100%);
  background-attachment: fixed;
}

html.theme-light body.home-view {
  background:
    radial-gradient(120% 90% at 12% 8%, rgba(147, 197, 253, 0.34) 0%, rgba(147, 197, 253, 0) 46%),
    radial-gradient(88% 72% at 86% 22%, rgba(45, 212, 191, 0.2) 0%, rgba(45, 212, 191, 0) 55%),
    radial-gradient(115% 96% at 72% 86%, rgba(96, 165, 250, 0.3) 0%, rgba(96, 165, 250, 0) 58%),
    linear-gradient(157deg, #4f72a1 0%, #6ea7d8 34%, #5e8ec1 64%, #476a95 100%);
  background-attachment: fixed;
}

html.theme-light body.category-view .category-section::before,
html.theme-light body.category-view .subcategory-section::before {
  background:
    radial-gradient(94% 52% at 17% 21%, rgba(147, 197, 253, 0.28) 0%, rgba(147, 197, 253, 0) 64%),
    radial-gradient(76% 46% at 79% 33%, rgba(45, 212, 191, 0.2) 0%, rgba(45, 212, 191, 0) 62%),
    radial-gradient(115% 64% at 68% 78%, rgba(59, 130, 246, 0.22) 0%, rgba(59, 130, 246, 0) 68%),
    radial-gradient(68% 40% at 34% 74%, rgba(125, 211, 252, 0.16) 0%, rgba(125, 211, 252, 0) 66%);
  mix-blend-mode: screen;
  opacity: 0.5;
}

html.theme-light .modal::before,
html.theme-light .mobile-detail::before {
  background:
    radial-gradient(170px 104px at 14% 18%, rgba(96, 165, 250, 0.2), transparent 72%),
    radial-gradient(220px 132px at 84% 74%, rgba(45, 212, 191, 0.16), transparent 74%),
    radial-gradient(120px 86px at 56% 40%, rgba(37, 99, 235, 0.14), transparent 70%);
  opacity: 0.72;
}

/* Light theme contrast pass: header/menu/cart/contact */
html.theme-light .header-pill {
  background: linear-gradient(180deg, rgba(208, 223, 248, 0.94) 0%, rgba(208, 223, 248, 0.28) 62%, rgba(208, 223, 248, 0) 100%);
}

html.theme-light .pill-logo,
html.theme-light .pill,
html.theme-light .pill .pill-label,
html.theme-light .pill .pill-label-hover,
html.theme-light .menu-text,
html.theme-light .login-btn-minimalist,
html.theme-light .cart-btn-minimalist {
  color: #123b88;
}

html.theme-light .pill .hover-circle {
  background: #bfd2f6;
}

html.theme-light .pill:hover {
  box-shadow: 0 0 12px rgba(30, 79, 163, 0.38);
}

html.theme-light .pill-search-inline input,
html.theme-light .pill-search-inline input::placeholder {
  color: #1e3a8a;
}

html.theme-light .pill-search-inline input:-webkit-autofill,
html.theme-light .pill-search-inline input:-webkit-autofill:hover,
html.theme-light .pill-search-inline input:-webkit-autofill:focus,
html.theme-light .pill-search-inline input:-webkit-autofill:active {
  -webkit-text-fill-color: #1e3a8a !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(211, 226, 249, 0.96) inset !important;
}

html.theme-light .pill-search-inline .search-icon-gold {
  background: rgba(37, 99, 235, 0.16);
  border: 1px solid rgba(37, 99, 235, 0.28);
}

html.theme-light .menu-btn-minimalist.is-active .menu-text,
html.theme-light .login-btn-minimalist.is-active,
html.theme-light .cart-btn-minimalist.is-active {
  color: #1e4fa3;
}

html.theme-light .menu-btn-minimalist.is-active .menu-icon-lines,
html.theme-light .login-btn-minimalist.is-active .icon-user,
html.theme-light .cart-btn-minimalist.is-active .icon-cart {
  filter: none;
  color: #1e4fa3;
}

html.theme-light .mega-overlay {
  background: rgba(15, 23, 42, 0.26);
  backdrop-filter: blur(5px);
}

html.theme-light .mega-content {
  background: linear-gradient(180deg, #d2e2fb 0%, #c3d8f6 100%);
  border-color: rgba(30, 79, 163, 0.32);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.22);
}

html.theme-light .mega-left {
  background: #bbd1f2;
}

html.theme-light .mega-right {
  background: #d2e2fb;
}

html.theme-light .mega-categories li {
  color: #1e3a8a;
}

html.theme-light .mega-categories li:hover {
  background: #2563eb;
  color: #ffffff;
}

html.theme-light .mega-categories .mega-category.active {
  background: rgba(37, 99, 235, 0.24);
  color: #0f172a;
}

html.theme-light .panel-column h4 {
  color: #1e4fa3;
}

html.theme-light .panel-column ul li {
  color: #1e293b;
}

html.theme-light .cart-sidebar {
  background: linear-gradient(180deg, #ccddf8 0%, #bed2f2 100%);
  border-left-color: rgba(30, 79, 163, 0.38);
}

html.theme-light .cart-header {
  border-bottom-color: rgba(30, 79, 163, 0.28);
  color: #1e293b;
}

html.theme-light .cart-header h3 {
  color: #123b88;
}

html.theme-light .cart-header #closeCartBtn {
  border-color: rgba(30, 79, 163, 0.34);
  background: rgba(219, 231, 252, 0.9);
  color: #123b88;
}

html.theme-light .cart-header #closeCartBtn:hover {
  background: rgba(201, 218, 247, 0.96);
}

html.theme-light .cart-item {
  border-bottom-color: rgba(30, 79, 163, 0.34);
  color: #1e293b;
}

html.theme-light .cart-item h4 {
  color: #123b88;
}

html.theme-light .cart-item p {
  color: #334155;
}

html.theme-light .cart-item img {
  border-color: rgba(30, 79, 163, 0.3);
}

html.theme-light .cart-footer {
  background: #b8cff0;
  border-top-color: rgba(30, 79, 163, 0.3);
  box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(191, 219, 254, 0.5);
}

html.theme-light .cart-footer,
html.theme-light .cart-footer p,
html.theme-light .cart-footer span,
html.theme-light .cart-total p {
  color: #0f172a;
}

html.theme-light .cart-qty-controls {
  background: rgba(30, 79, 163, 0.12);
}

html.theme-light .contact-section {
  background: linear-gradient(180deg, #b8cdf1 0%, #a8c0ea 100%);
}

html.theme-light .contact-card {
  background: rgba(196, 213, 239, 0.95);
  border-color: rgba(30, 79, 163, 0.3);
}

html.theme-light .contact-form-visual {
  background: rgba(187, 205, 234, 0.96);
  border-color: rgba(30, 79, 163, 0.3);
}

html.theme-light .tilt3d-card {
  background: linear-gradient(180deg, #cbddf9 0%, #b9cfee 100%);
  border-color: rgba(30, 79, 163, 0.3);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.2);
}

/* Light theme final refinements */
html.theme-light .pill,
html.theme-light .pill-logo,
html.theme-light .pill .pill-label,
html.theme-light .pill .pill-label-hover {
  color: #123b88;
}

html.theme-light .pill-nav-icon {
  filter: brightness(0) saturate(100%) invert(21%) sepia(41%) saturate(2577%) hue-rotate(214deg) brightness(93%) contrast(93%);
}

html.theme-light .pill-cart-icon #cartCount {
  color: #123b88;
}

html.theme-light .contact-section {
  background:
    radial-gradient(112% 84% at 10% 12%, rgba(147, 197, 253, 0.3) 0%, rgba(147, 197, 253, 0) 48%),
    radial-gradient(84% 66% at 86% 20%, rgba(45, 212, 191, 0.18) 0%, rgba(45, 212, 191, 0) 56%),
    radial-gradient(118% 92% at 70% 86%, rgba(96, 165, 250, 0.28) 0%, rgba(96, 165, 250, 0) 60%),
    linear-gradient(158deg, #4f72a1 0%, #6ea7d8 36%, #5e8ec1 66%, #476a95 100%);
}

html.theme-light .contact-section::before {
  background:
    radial-gradient(94% 52% at 16% 24%, rgba(147, 197, 253, 0.24) 0%, rgba(147, 197, 253, 0) 64%),
    radial-gradient(80% 48% at 82% 28%, rgba(45, 212, 191, 0.2) 0%, rgba(45, 212, 191, 0) 62%),
    radial-gradient(112% 60% at 66% 80%, rgba(59, 130, 246, 0.22) 0%, rgba(59, 130, 246, 0) 68%);
  opacity: 0.58;
}

html.theme-light .contact-card {
  background: rgba(33, 51, 78, 0.84);
  border-color: rgba(147, 197, 253, 0.32);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.3);
}

html.theme-light .contact-form-visual {
  background: rgba(30, 47, 74, 0.86);
  border-color: rgba(147, 197, 253, 0.32);
}

html.theme-light .contact-field::before {
  background: rgba(24, 42, 68, 0.5);
}

html.theme-light .contact-subtitle,
html.theme-light .contact-field label,
html.theme-light .contactanos-title {
  color: #e2e8f0;
}

html.theme-light .contact-field input,
html.theme-light .contact-field textarea,
html.theme-light .contact-field select {
  background: #d7e3f5;
  color: #0f172a;
  border-color: rgba(30, 79, 163, 0.28);
}

html.theme-light .contact-field select {
  -webkit-appearance: menulist;
  appearance: auto;
  background-image: none !important;
  padding-right: 14px;
}

html.theme-light .contact-field select option {
  background: #d7e3f5;
  color: #0f172a;
}

html.theme-light .contact-submit {
  background: linear-gradient(135deg, #1e4fa3, #2563eb);
  color: #ffffff;
}

html.theme-light .tilt3d-card {
  background: linear-gradient(180deg, #334c70 0%, #273b5a 100%);
  border-color: rgba(147, 197, 253, 0.34);
}

html.theme-light .tilt3d-title {
  color: #e2e8f0;
}

html.theme-light .tilt3d-desc {
  color: #cbd5e1;
}

html.theme-light .tilt3d-link {
  color: #93c5fd;
}

html.theme-light .tilt3d-btn {
  background: linear-gradient(135deg, #1e4fa3, #2563eb);
}

html.theme-light .cart-sidebar {
  background: linear-gradient(180deg, #a5bbdd 0%, #96aed5 100%);
}

html.theme-light .cart-remove-btn {
  background: rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(30, 79, 163, 0.34);
  color: #0f172a;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

html.theme-light .cart-remove-btn:hover {
  background: #1e4fa3;
  color: #ffffff;
}

html.theme-light .cart-confirm {
  background: rgba(19, 33, 55, 0.94);
  border-color: rgba(96, 165, 250, 0.45);
}

html.theme-light .cart-confirm p {
  color: #e2e8f0;
}

html.theme-light .cart-confirm-btn.is-cancel {
  background: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
}

html.theme-light .cart-confirm-btn.is-confirm {
  background: #2563eb;
  color: #ffffff;
}

html.theme-light .swal2-popup {
  background: #d5e4fb !important;
  color: #0f172a !important;
  border: 1px solid rgba(30, 79, 163, 0.34) !important;
}

html.theme-light .swal2-title,
html.theme-light .swal2-html-container {
  color: #0f172a !important;
}

html.theme-light .swal2-confirm {
  background: #2563eb !important;
  color: #ffffff !important;
}

html.theme-light .swal2-icon.swal2-success [class^='swal2-success-line'],
html.theme-light .swal2-icon.swal2-success .swal2-success-ring {
  border-color: #2563eb !important;
}

html.theme-light .footer {
  background: #8ea5ca;
  border-top-color: rgba(30, 79, 163, 0.3);
}

html.theme-light .footer,
html.theme-light .footer p,
html.theme-light .footer li,
html.theme-light .footer a,
html.theme-light .footer-recaptcha {
  color: #1e293b;
}

html.theme-light .footer-section h4,
html.theme-light .footer-complaints-link span {
  color: #123b88;
}

html.theme-light .footer-complaints-link {
  background: rgba(164, 185, 217, 0.9);
  border-color: rgba(30, 79, 163, 0.28);
}

html.theme-light body.premium-view .card.is-premium {
  background: #070c14;
  border-color: rgba(96, 165, 250, 0.4);
}

html.theme-light body.premium-view .card.is-premium .content {
  background: #070c14;
}

html.theme-light body.premium-view .card.is-premium .product-name,
html.theme-light body.premium-view .card.is-premium .model,
html.theme-light body.premium-view .card.is-premium .description,
html.theme-light body.premium-view .card.is-premium .price,
html.theme-light body.premium-view .card.is-premium .stat,
html.theme-light body.premium-view .card.is-premium .stat-value {
  color: #93c5fd !important;
}

html.theme-light body.premium-view .card.is-premium .btn-qty,
html.theme-light body.premium-view .card.is-premium .stats {
  background: rgba(30, 58, 138, 0.32);
}

html.theme-light body.premium-view .card.is-premium .btn-qty .qty-btn,
html.theme-light body.premium-view .card.is-premium .add-to-cart,
html.theme-light body.premium-view .card.is-premium .open-modal {
  background: linear-gradient(135deg, #1e4fa3, #2563eb);
  color: #f8fafc !important;
}

html.theme-light body.premium-view .card.is-premium .btn-qty .qty-value {
  color: #dbeafe;
}

html.theme-light body.premium-view .card.is-premium .cart-icon {
  fill: #f8fafc;
}

html.theme-light body.premium-view .modal.is-premium {
  background: #070c14;
  color: #93c5fd;
}

html.theme-light body.premium-view .modal.is-premium .modal-panel {
  background: #070c14;
}

html.theme-light body.premium-view .modal.is-premium .modal-model,
html.theme-light body.premium-view .modal.is-premium .modal-price,
html.theme-light body.premium-view .modal.is-premium .modal-specs,
html.theme-light body.premium-view .modal.is-premium .modal-specs-title,
html.theme-light body.premium-view .modal.is-premium .modal-badge,
html.theme-light body.premium-view .modal.is-premium .modal-badge.is-available,
html.theme-light body.premium-view .modal.is-premium .modal-badge.is-id,
html.theme-light body.premium-view .modal.is-premium .modal-info h2 {
  color: #93c5fd !important;
}

html.theme-light body.premium-view .modal.is-premium .modal-qty {
  background: rgba(30, 58, 138, 0.34);
}

html.theme-light body.premium-view .modal.is-premium .modal-qty .qty-btn {
  background: #3b82f6;
  color: #ffffff;
}

/* Light theme: soften card text panel in category/subcategory views */
html.theme-light body.category-view .card .content,
html.theme-light body.category-view .product-card .content {
  background: linear-gradient(180deg, #b9cdea 0%, #a9c0e2 100%) !important;
  border-top: 1px solid rgba(30, 79, 163, 0.32);
  box-shadow: inset 0 1px 0 rgba(219, 234, 254, 0.7);
}

html.theme-light body.category-view .card .product-name,
html.theme-light body.category-view .card .price {
  color: #0f2f70 !important;
}

html.theme-light body.category-view .card .description,
html.theme-light body.category-view .card .model {
  color: #1e3a5f !important;
}

html.theme-light body.premium-view .modal.is-premium .modal-buy div:nth-child(1),
html.theme-light body.premium-view .modal.is-premium .modal-buy div:nth-child(2) {
  background: linear-gradient(135deg, #1e4fa3, #2563eb);
}

html.theme-light body.premium-view .modal.is-premium .modal-buy p {
  color: #ffffff !important;
}

/* Premium cards: keep text panel black in all themes */
body.premium-view .card.is-premium .content,
body.premium-view .product-card.is-premium .content,
html.theme-light body.premium-view .card.is-premium .content,
html.theme-light body.premium-view .product-card.is-premium .content {
  background: #000000 !important;
}
