:root {
  --sk-bg: #07111f;
  --sk-bg-soft: #0c1a2e;
  --sk-panel: rgba(10, 20, 38, 0.82);
  --sk-panel-strong: #0f2038;
  --sk-line: rgba(148, 163, 184, 0.14);
  --sk-line-strong: rgba(96, 165, 250, 0.24);
  --sk-text: #f8fbff;
  --sk-text-soft: #b6c2d1;
  --sk-text-muted: #7d8ca1;
  --sk-primary: #3b82f6;
  --sk-primary-2: #0ea5e9;
  --sk-accent: #22c55e;
  --sk-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
  --sk-radius: 24px;
  --sk-radius-sm: 16px;
  --sk-max: 1240px;
}

body {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 24%),
    radial-gradient(circle at top left, rgba(14, 165, 233, 0.12), transparent 20%),
    linear-gradient(180deg, #07111f 0%, #081426 38%, #091729 100%);
  color: var(--sk-text);
}

.container {
  max-width: var(--sk-max);
}

.site-header.navbar,
.navbar.site-header {
  background: rgba(7, 17, 31, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: none;
}

.navbar.scrolled {
  background: rgba(7, 17, 31, 0.94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.nav-link {
  border-radius: 999px;
  font-weight: 600;
}

.nav-link:hover,
.nav-link.active {
  background: rgba(59, 130, 246, 0.12);
  color: #fff;
}

.cart-btn,
.lang-btn {
  border-radius: 999px;
}

.hero-refined {
  position: relative;
  padding: 142px 0 72px;
}

.hero-refined::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.93) 0%, rgba(7, 17, 31, 0.74) 38%, rgba(7, 17, 31, 0.42) 100%),
    url("../img/logo.jpg") center center/118% auto no-repeat;
  opacity: 0.24;
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  padding: 28px 0;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.08);
  color: #dbeafe;
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 22px;
}

.hero-title {
  margin: 0 0 18px;
  font-size: clamp(2.3rem, 5.4vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #fff;
}

.hero-title span {
  display: block;
  color: #79b8ff;
}

.hero-text {
  max-width: 650px;
  color: var(--sk-text-soft);
  font-size: 1.05rem;
  line-height: 1.95;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.btn-showcase {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: .25s ease;
}

.btn-showcase.primary {
  background: linear-gradient(135deg, var(--sk-primary) 0%, var(--sk-primary-2) 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(59, 130, 246, 0.24);
}

.btn-showcase.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(59, 130, 246, 0.34);
}

.btn-showcase.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.btn-showcase.ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-point {
  padding: 16px 18px;
  border: 1px solid var(--sk-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.hero-point strong {
  display: block;
  color: #fff;
  margin-bottom: 4px;
  font-size: 1.12rem;
}

.hero-point span {
  color: var(--sk-text-muted);
  font-size: 0.88rem;
}

.hero-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 26px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(15, 32, 56, 0.98) 0%, rgba(10, 20, 38, 0.96) 100%);
  border: 1px solid rgba(96, 165, 250, 0.14);
  box-shadow: var(--sk-shadow);
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto 22px 0 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.4), transparent);
}

.hero-panel-card {
  padding-bottom: 22px;
}

.hero-panel-label {
  color: #93c5fd;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero-panel h3 {
  font-size: 1.55rem;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #fff;
}

.hero-panel p {
  color: var(--sk-text-soft);
  line-height: 1.85;
}

.hero-mini-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.hero-mini-item {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--sk-text-soft);
  font-size: 0.92rem;
}

.hero-mini-item strong {
  color: #fff;
}

.section-block {
  padding: 38px 0 0;
}

.section-head-clean {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 22px;
}

.section-head-clean h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
}

.section-head-clean p {
  margin: 8px 0 0;
  color: var(--sk-text-soft);
  max-width: 620px;
}

.section-link {
  color: #93c5fd;
  font-weight: 700;
}

.category-grid-refined {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-card-refined {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--sk-line);
  box-shadow: var(--sk-shadow);
  transition: transform .25s ease, border-color .25s ease;
}

.category-card-refined:hover {
  transform: translateY(-4px);
  border-color: var(--sk-line-strong);
}

.category-card-refined::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
}

.category-card-refined.is-computers::before {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.26) 0%, rgba(15, 23, 42, 0.2) 55%, rgba(2, 6, 23, 0.72) 100%);
}

.category-card-refined.is-accessories::before {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.22) 0%, rgba(15, 23, 42, 0.24) 55%, rgba(2, 6, 23, 0.72) 100%);
}

.category-card-refined.is-digital::before {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(15, 23, 42, 0.22) 55%, rgba(2, 6, 23, 0.72) 100%);
}

.category-card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.category-icon-refined {
  position: absolute;
  top: 22px;
  inset-inline-end: 22px;
  font-size: 2.6rem;
  opacity: 0.94;
}

.category-badge {
  display: inline-block;
  margin-bottom: 14px;
  color: #dbeafe;
  font-size: .76rem;
  letter-spacing: .08em;
  font-weight: 800;
}

.category-card-refined h3 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.category-card-refined p {
  color: var(--sk-text-soft);
  line-height: 1.85;
  margin-bottom: 16px;
}

.category-card-refined .section-link {
  color: #fff;
}

.product-grid-refined {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.products-stage {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(15, 27, 46, 0.82) 0%, rgba(8, 18, 33, 0.92) 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.products-stage::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.16) 0%, transparent 72%);
  pointer-events: none;
}

.products-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.14) 0%, transparent 74%);
  pointer-events: none;
}

.products-stage > * {
  position: relative;
  z-index: 1;
}

.product-card-refined {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--sk-line);
  background: linear-gradient(180deg, rgba(16, 29, 50, 0.96) 0%, rgba(9, 18, 32, 0.98) 100%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.product-card-refined:hover {
  transform: translateY(-6px);
  border-color: rgba(96, 165, 250, 0.34);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
}

.product-media-refined {
  position: relative;
  aspect-ratio: 1 / 0.72;
  max-height: 220px;
  background: linear-gradient(180deg, #11233d 0%, #0c1729 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-media-refined img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  background: #f8fafc;
  transition: transform .45s ease;
}

.product-media-refined::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 10, 18, 0) 20%, rgba(6, 10, 18, 0.16) 100%);
  pointer-events: none;
}

.product-card-refined:hover .product-media-refined img {
  transform: scale(1.04);
}

.product-badge-refined {
  position: absolute;
  top: 14px;
  inset-inline-start: 14px;
  z-index: 1;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 800;
  color: #fff;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.product-badge-refined.is-digital {
  background: rgba(34, 197, 94, 0.22);
}

.product-body-refined {
  padding: 18px 18px 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-cat-refined {
  color: #93c5fd;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 8px;
}

.product-title-refined {
  min-height: 52px;
  margin: 0 0 14px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #fff;
}

.product-title-refined a {
  color: inherit;
}

.product-title-refined a:hover {
  color: #bfdbfe;
}

.product-divider-refined {
  height: 1px;
  margin: 0 0 14px;
  background: linear-gradient(90deg, rgba(255,255,255,0.02), rgba(147,197,253,0.24), rgba(255,255,255,0.02));
}

.product-meta-refined {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  margin-top: auto;
}

.product-price-refined {
  color: #fff;
  font-weight: 800;
  font-size: 1.16rem;
  letter-spacing: -0.02em;
}

.product-stock-refined {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sk-text-muted);
  font-size: .83rem;
}

.product-stock-refined.is-on {
  color: #86efac;
}

.product-stock-refined::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #64748b;
  box-shadow: 0 0 0 4px rgba(100, 116, 139, 0.12);
}

.product-stock-refined.is-on::before {
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.16);
}

.product-actions-refined {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: stretch;
}

.product-link-refined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #dbeafe;
  transition: .25s ease;
}

.product-link-refined:hover {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(96, 165, 250, 0.24);
  color: #fff;
}

.brands-row-refined {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.brand-chip-refined {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  border-radius: 18px;
  border: 1px solid var(--sk-line);
  background: rgba(255, 255, 255, 0.03);
  color: #d8e6f7;
  font-weight: 700;
}

.cta-refined {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(13, 31, 56, 0.96) 0%, rgba(10, 20, 38, 0.96) 100%);
  border: 1px solid rgba(96, 165, 250, 0.16);
  box-shadow: var(--sk-shadow);
  text-align: center;
}

.cta-refined h2 {
  margin-bottom: 12px;
  color: #fff;
}

.cta-refined p {
  max-width: 720px;
  margin: 0 auto 22px;
  color: var(--sk-text-soft);
  line-height: 1.9;
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.store-hero-refined {
  position: relative;
  padding: 134px 0 36px;
}

.store-hero-refined::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.9) 0%, rgba(7, 17, 31, 0.76) 100%),
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 26%);
  pointer-events: none;
}

.store-hero-shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(14, 26, 46, 0.88) 0%, rgba(8, 18, 33, 0.94) 100%);
  box-shadow: var(--sk-shadow);
}

.store-hero-copy h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.store-hero-copy p {
  max-width: 700px;
  color: var(--sk-text-soft);
  line-height: 1.9;
}

.store-hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 12px;
  min-width: 280px;
}

.store-meta-box {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.store-meta-box strong {
  display: block;
  font-size: 1.12rem;
  color: #fff;
  margin-bottom: 4px;
}

.store-meta-box span {
  color: var(--sk-text-muted);
  font-size: .85rem;
}

.store-panel {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(13, 24, 42, 0.9) 0%, rgba(9, 18, 33, 0.96) 100%);
  box-shadow: var(--sk-shadow);
}

.store-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.store-topbar h2 {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
}

.store-topbar p {
  margin: 6px 0 0;
  color: var(--sk-text-muted);
}

.store-search-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.store-input {
  min-width: 230px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  outline: none;
}

.store-input::placeholder {
  color: var(--sk-text-muted);
}

.store-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.store-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--sk-text-soft);
  font-weight: 700;
  transition: .25s ease;
}

.store-tab:hover,
.store-tab.active {
  background: rgba(59, 130, 246, 0.14);
  color: #fff;
  border-color: rgba(96, 165, 250, 0.24);
}

.store-count {
  color: var(--sk-text-muted);
  margin-bottom: 18px;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.store-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--sk-line);
  background: linear-gradient(180deg, rgba(16, 29, 50, 0.96) 0%, rgba(9, 18, 32, 0.98) 100%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.store-card:hover {
  transform: translateY(-6px);
  border-color: rgba(96, 165, 250, 0.34);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
}

.store-card-media {
  position: relative;
  aspect-ratio: 1 / 0.74;
  max-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(180deg, #11233d 0%, #0c1729 100%);
}

.store-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  background: #f8fafc;
  transition: transform .4s ease;
}

.store-card:hover .store-card-media img {
  transform: scale(1.04);
}

.store-badge {
  position: absolute;
  top: 14px;
  inset-inline-start: 14px;
  z-index: 1;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 800;
  color: #fff;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.store-badge.is-digital {
  background: rgba(34, 197, 94, 0.22);
}

.store-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.store-card-title {
  margin: 0 0 12px;
  min-height: 52px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.75;
}

.store-card-title a {
  color: inherit;
}

.store-card-title a:hover {
  color: #bfdbfe;
}

.store-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.store-spec-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--sk-text-soft);
  font-size: .75rem;
}

.store-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  margin-bottom: 14px;
}

.store-price {
  color: #fff;
  font-weight: 800;
  font-size: 1.14rem;
}

.store-stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sk-text-muted);
  font-size: .82rem;
}

.store-stock::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #64748b;
  box-shadow: 0 0 0 4px rgba(100, 116, 139, 0.12);
}

.store-stock.is-on {
  color: #86efac;
}

.store-stock.is-on::before {
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.16);
}

.store-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--sk-text-soft);
  font-weight: 700;
}

.page-btn.active,
.page-btn:hover {
  background: rgba(59, 130, 246, 0.14);
  color: #fff;
  border-color: rgba(96, 165, 250, 0.24);
}

.detail-shell-refined,
.order-shell-refined,
.about-shell-refined {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(13, 24, 42, 0.9) 0%, rgba(9, 18, 33, 0.96) 100%);
  box-shadow: var(--sk-shadow);
}

.breadcrumb-refined {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--sk-text-muted);
  font-size: .88rem;
}

.breadcrumb-refined a:hover {
  color: #bfdbfe;
}

.product-layout-refined {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 24px;
}

.gallery-card-refined,
.info-card-refined,
.tabs-card-refined,
.related-card-refined,
.order-card-refined,
.about-card-refined {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.03);
}

.gallery-card-refined {
  padding: 18px;
}

.gallery-main-refined {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  max-height: 520px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #11233d 0%, #0c1729 100%);
}

.gallery-main-refined img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f8fafc;
  padding: 18px;
}

.gallery-thumbs-refined {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.gallery-thumb-refined {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255,255,255,.04);
}

.gallery-thumb-refined.active {
  border-color: rgba(96, 165, 250, 0.4);
}

.gallery-thumb-refined img {
  width: 100%;
  height: 84px;
  object-fit: contain;
  background: #f8fafc;
  padding: 8px;
}

.info-card-refined {
  padding: 24px;
}

.detail-category-refined {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(59,130,246,.12);
  color: #bfdbfe;
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.detail-title-refined {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.3;
}

.detail-meta-refined {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--sk-text-soft);
}

.detail-chip-refined {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  font-size: .85rem;
}

.detail-price-row-refined {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 10px;
}

.detail-price-refined {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
}

.detail-old-price-refined {
  color: var(--sk-text-muted);
  text-decoration: line-through;
}

.detail-stock-refined {
  margin-bottom: 18px;
}

.spec-grid-refined {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 12px;
  margin: 18px 0 24px;
}

.spec-card-refined {
  padding: 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.04);
  text-align: center;
}

.spec-icon-refined {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  color: #cfe6ff;
  margin-bottom: 8px;
}

.spec-icon-refined svg {
  width: 22px;
  height: 22px;
}

.spec-label-refined {
  color: var(--sk-text-muted);
  font-size: .72rem;
  font-weight: 800;
  margin-bottom: 5px;
}

.spec-value-refined {
  color: #fff;
  font-size: .88rem;
  line-height: 1.7;
  word-break: break-word;
}

.detail-actions-refined {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tabs-card-refined,
.related-card-refined,
.order-card-refined,
.about-card-refined {
  padding: 24px;
  margin-top: 24px;
}

.tabs-head-refined {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.tab-btn-refined {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: var(--sk-text-soft);
  font-weight: 700;
}

.tab-btn-refined.active {
  background: rgba(59,130,246,.14);
  color: #fff;
  border-color: rgba(96,165,250,.22);
}

.tab-panel-refined {
  color: var(--sk-text-soft);
  line-height: 2;
}

.section-title-clean {
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 18px;
}

.order-hero-refined,
.about-hero-refined {
  padding: 136px 0 24px;
}

.hero-card-centered {
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(14, 26, 46, 0.88) 0%, rgba(8, 18, 33, 0.94) 100%);
  box-shadow: var(--sk-shadow);
  text-align: center;
}

.hero-card-centered h1 {
  margin-bottom: 10px;
  color: #fff;
}

.hero-card-centered p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--sk-text-soft);
  line-height: 1.9;
}

.order-preview-refined {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.04);
  margin-bottom: 18px;
}

.order-preview-refined img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  background: #f8fafc;
  border-radius: 14px;
  padding: 8px;
}

.form-section-label-refined {
  margin: 18px 0 14px;
  color: #cfe6ff;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.about-stats-refined {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.about-stat-refined {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.04);
  text-align: center;
}

.about-stat-refined strong {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.about-stat-refined span {
  color: var(--sk-text-muted);
  font-size: .85rem;
}

.about-grid-refined {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 20px;
  margin-top: 24px;
}

.service-grid-refined {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-card-refined {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.04);
}

.service-card-refined h3 {
  color: #fff;
  font-size: 1rem;
  margin: 10px 0 8px;
}

.service-card-refined p,
.about-text-refined,
.license-table-refined td {
  color: var(--sk-text-soft);
}

.license-table-refined {
  width: 100%;
  border-collapse: collapse;
}

.license-table-refined tr + tr {
  border-top: 1px solid rgba(255,255,255,.07);
}

.license-table-refined td {
  padding: 14px 10px;
}

.license-table-refined td:first-child {
  color: var(--sk-text-muted);
  width: 42%;
}

@media (max-width: 1100px) {
  .product-layout-refined,
  .about-grid-refined,
  .service-grid-refined,
  .about-stats-refined {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .product-layout-refined,
  .about-grid-refined,
  .service-grid-refined,
  .about-stats-refined {
    grid-template-columns: 1fr;
  }

  .detail-actions-refined,
  .gallery-thumbs-refined {
    grid-template-columns: 1fr;
  }

  .detail-actions-refined .btn-showcase,
  .detail-actions-refined .btn,
  .order-card-refined .btn-showcase,
  .order-card-refined .btn {
    width: 100%;
  }
}

.footer {
  margin-top: 72px;
  background: linear-gradient(180deg, rgba(8, 18, 34, 0.94) 0%, rgba(6, 14, 27, 1) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-main {
  padding-top: 44px;
}

.footer-grid {
  gap: 24px;
}

.footer-col,
.footer-about {
  padding: 0;
}

.footer-about-text,
.footer-brand-tagline,
.footer-links a,
.footer-contact-list,
.footer-bottom,
.footer-bottom-links a {
  color: var(--sk-text-soft);
}

.footer-col-title,
.footer-brand-name {
  color: #fff;
}

.wa-float {
  border-radius: 999px;
  box-shadow: 0 16px 42px rgba(34, 197, 94, 0.26);
}

@media (max-width: 1100px) {
  .hero-shell,
  .product-grid-refined,
  .brands-row-refined {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid-refined {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .hero-shell,
  .category-grid-refined,
  .brands-row-refined {
    grid-template-columns: 1fr;
  }

  .store-hero-shell {
    flex-direction: column;
    align-items: stretch;
  }

  .store-hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .section-head-clean {
    align-items: start;
    flex-direction: column;
  }

  .product-layout-refined,
  .about-grid-refined,
  .service-grid-refined,
  .about-stats-refined {
    grid-template-columns: 1fr;
  }

  .gallery-main-refined {
    min-height: 320px;
  }

  .gallery-thumbs-refined {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-actions-refined {
    flex-direction: column;
  }

  .detail-actions-refined .btn-showcase,
  .detail-actions-refined .btn,
  .order-card-refined .btn-showcase,
  .order-card-refined .btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hero-refined {
    padding-top: 122px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-text {
    font-size: .96rem;
  }

  .product-grid-refined {
    grid-template-columns: 1fr;
  }

  .store-grid {
    grid-template-columns: 1fr;
  }

  .hero-shell,
  .store-hero-meta,
  .about-stats-refined,
  .brands-row-refined {
    grid-template-columns: 1fr;
  }

  .products-stage {
    padding: 18px;
    border-radius: 24px;
  }

  .hero-card-centered,
  .detail-shell-refined,
  .order-shell-refined,
  .about-shell-refined,
  .tabs-card-refined,
  .related-card-refined,
  .order-card-refined,
  .about-card-refined,
  .gallery-card-refined,
  .info-card-refined {
    padding: 18px;
    border-radius: 22px;
  }

  .store-panel,
  .store-hero-shell {
    padding: 18px;
    border-radius: 24px;
  }

  .product-media-refined {
    aspect-ratio: 1 / 0.78;
    max-height: 240px;
  }

  .gallery-main-refined {
    min-height: 260px;
    max-height: 340px;
  }

  .store-card-media {
    aspect-ratio: 1 / 0.8;
    max-height: 240px;
  }

  .product-actions-refined {
    grid-template-columns: 1fr;
  }

  .store-actions {
    grid-template-columns: 1fr;
  }

  .btn-showcase,
  .btn-showcase.primary,
  .btn-showcase.ghost {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .category-icon-refined {
    width: 64px;
    height: 64px;
  }

  .category-icon-refined svg {
    width: 70px;
    height: 70px;
  }

  .category-card-refined {
    min-height: 210px;
    padding: 20px;
  }

  .store-meta-box,
  .hero-point,
  .about-stat-refined {
    padding: 14px;
  }

  .gallery-thumbs-refined {
    grid-template-columns: 1fr 1fr;
  }

  .product-title-refined,
  .store-card-title {
    min-height: auto;
  }
}

.nav-container-refined {
  max-width: 1240px;
}

.nav-logo-refined {
  gap: 14px;
}

.nav-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav-brand-tagline {
  font-size: .64rem;
  letter-spacing: .16em;
  color: #8fb3ce;
  font-weight: 700;
}

.category-icon-refined {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.category-icon-refined svg {
  width: 88px;
  height: 88px;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.22));
}

.nav-controls-refined {
  gap: 10px;
}

.nav-links {
  justify-content: center;
}

.nav-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}

.footer-bottom-inner {
  align-items: center;
}

.footer-bottom-links {
  flex-wrap: wrap;
}

.hero-card-centered,
.store-panel,
.products-stage,
.detail-shell-refined,
.order-shell-refined,
.about-shell-refined {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.product-card-refined,
.store-card,
.service-card-refined,
.about-card-refined,
.footer-card-refined {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.footer-refined {
  margin-top: 84px;
}

.footer-grid-refined {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 18px;
}

.footer-card-refined {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.03);
}

.footer-card-refined .footer-links li + li,
.footer-card-refined .footer-contact-list li + li {
  margin-top: 10px;
}

.footer-contact-list span {
  display: inline-flex;
  width: 22px;
  justify-content: center;
}

@media (max-width: 860px) {
  .footer-grid-refined {
    grid-template-columns: 1fr;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .nav-container-refined {
    gap: 12px;
  }

  .nav-logo-refined img {
    width: 62px;
    height: 62px;
  }

  .nav-brand-tagline {
    font-size: .58rem;
    letter-spacing: .12em;
  }

  .section-head-clean h2,
  .section-title-clean {
    font-size: 1.2rem;
  }

  .store-topbar {
    align-items: stretch;
  }

  .store-search-form {
    width: 100%;
  }

  .store-input {
    min-width: 100%;
  }

  .footer-card-refined {
    padding: 18px;
  }

  .footer-bottom-inner {
    align-items: flex-start;
  }
}
