:root {
  --zt-ink: #07111f;
  --zt-muted: rgba(15, 35, 58, .68);
  --zt-soft: rgba(15, 35, 58, .48);
  --zt-bg: #f4fbff;
  --zt-bg-2: #e8f7ff;
  --zt-blue: #0ea5e9;
  --zt-cyan: #06b6d4;
  --zt-green: #06c755;
  --zt-orange: #f97316;
  --zt-line: rgba(14, 63, 91, .14);
  --zt-glass: rgba(255, 255, 255, .68);
  --zt-glass-strong: rgba(255, 255, 255, .86);
  --zt-radius-xl: 1.5rem;
  --zt-radius-2xl: 2rem;
  --zt-shadow: 0 24px 80px rgba(14, 63, 91, .16);
  --zt-ease: cubic-bezier(.2, .85, .24, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  min-height: 100%;
  overflow-x: clip;
  font-family: "Kanit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body {
  margin: 0;
  color: var(--zt-ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(125,211,252,.42), transparent 30rem),
    radial-gradient(circle at 88% 10%, rgba(254,215,170,.48), transparent 28rem),
    radial-gradient(circle at 50% 78%, rgba(187,247,208,.28), transparent 30rem),
    linear-gradient(180deg, #f7fcff 0%, #eff9ff 48%, #fff7ed 100%);
}
img, video { max-width: 100%; }
a { color: inherit; }
:focus-visible {
  outline: 3px solid rgba(103, 232, 249, .78);
  outline-offset: 4px;
}
::selection { background: rgba(34,184,242,.34); color: white; }

.zt-page-shell {
  position: relative;
  isolation: isolate;
}
.zt-page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(14,63,91,.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,63,91,.052) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 70%);
}
.zt-container {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}
.zt-wide {
  width: min(1380px, calc(100% - 2rem));
  margin-inline: auto;
}
.zt-section { padding-block: clamp(3rem, 7vw, 6rem); }
.zt-video-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f8fbff;
}
.zt-video-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, .72), rgba(2, 6, 23, .46) 48%, rgba(14, 165, 233, .2)),
    radial-gradient(circle at 20% 20%, rgba(56, 189, 248, .28), transparent 34%);
}
.zt-section-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}
.zt-video-section .zt-section-title,
.zt-video-section .zt-section-lead {
  color: #fff;
  text-shadow: 0 10px 34px rgba(2, 6, 23, .34);
}
.zt-video-section .zt-section-lead,
.zt-video-section .zt-card p {
  color: rgba(248, 251, 255, .78);
}
.zt-video-section .zt-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.08)),
    rgba(15, 23, 42, .32);
  border-color: rgba(255,255,255,.22);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
  box-shadow: 0 24px 70px rgba(2, 6, 23, .22);
}
@media (prefers-reduced-motion: reduce) {
  .zt-section-video {
    display: none;
  }
  .zt-video-section {
    background: linear-gradient(135deg, #082f49, #0f172a);
  }
}
.zt-kicker {
  color: var(--zt-cyan);
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: .78rem;
}
.zt-section-title {
  margin: .65rem 0 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 900;
}
.zt-section-lead {
  margin-top: 1rem;
  color: var(--zt-muted);
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  line-height: 1.75;
}
.zt-glass {
  border: 1px solid var(--zt-line);
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.48)),
    var(--zt-glass);
  -webkit-backdrop-filter: blur(24px) saturate(1.6);
  backdrop-filter: blur(24px) saturate(1.6);
  box-shadow: var(--zt-shadow), inset 0 1px 0 rgba(255,255,255,.78);
}
.zt-card {
  position: relative;
  border-radius: var(--zt-radius-2xl);
  border: 1px solid var(--zt-line);
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 60px rgba(14,63,91,.1);
}
.zt-card > * { position: relative; z-index: 1; }
.zt-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}
.zt-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border-radius: 999px;
  padding: .8rem 1.25rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .22s var(--zt-ease), background .22s var(--zt-ease), border-color .22s var(--zt-ease);
}
.zt-button:hover { transform: translateY(-2px); }
.zt-button-primary {
  color: #03111f;
  background: linear-gradient(135deg, #67e8f9, #22b8f2);
  box-shadow: 0 18px 42px rgba(34,184,242,.22);
}
.zt-button-line {
  color: white;
  background: linear-gradient(135deg, #06c755, #00a944);
  box-shadow: 0 18px 42px rgba(6,199,85,.22);
}
.zt-button-ghost {
  border: 1px solid var(--zt-line);
  background: rgba(255,255,255,.06);
  color: white;
}
.zt-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border: 0;
  border-radius: 999px;
  padding: .82rem 1.2rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s var(--zt-ease), background .22s var(--zt-ease), border-color .22s var(--zt-ease), box-shadow .22s var(--zt-ease);
}
.zt-btn:hover { transform: translateY(-2px); }
.zt-btn-primary {
  color: #03111f;
  background: linear-gradient(135deg, #7dd3fc, #22b8f2);
  box-shadow: 0 18px 42px rgba(34,184,242,.24);
}
.zt-btn-dark {
  color: white;
  background: rgba(3, 9, 20, .92);
  border: 1px solid rgba(255,255,255,.16);
}
.zt-btn-ghost,
.zt-btn-soft {
  color: white;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--zt-line);
}
.zt-btn-soft {
  color: #dff9ff;
  background: rgba(103,232,249,.1);
  border-color: rgba(103,232,249,.22);
}
.zt-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border-radius: 999px;
  border: 1px solid rgba(103,232,249,.24);
  background: rgba(103,232,249,.08);
  color: #cffafe;
  padding: .45rem .75rem;
  font-size: .8rem;
  font-weight: 800;
}

.zt-public-nav {
  position: sticky;
  top: max(.75rem, env(safe-area-inset-top));
  z-index: 60;
  padding-block: .75rem;
}
.zt-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.2rem;
  border-radius: 1.6rem;
  padding: .6rem .7rem .6rem .85rem;
}
.zt-brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  min-width: 0;
}
.zt-brand-logo {
  width: 2.85rem;
  height: 2.85rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255,255,255,.95);
}
.zt-brand-logo img { width: 100%; height: 100%; object-fit: contain; padding: .2rem; }
.zt-brand-title { font-size: 1.05rem; font-weight: 900; letter-spacing: .08em; }
.zt-brand-sub { color: var(--zt-soft); font-size: .78rem; font-weight: 600; }
.zt-nav-links {
  display: none;
  align-items: center;
  gap: .25rem;
}
.zt-nav-link {
  border-radius: 999px;
  padding: .72rem .95rem;
  color: rgba(255,255,255,.76);
  font-size: .92rem;
  font-weight: 750;
  text-decoration: none;
  transition: background .22s var(--zt-ease), color .22s var(--zt-ease);
}
.zt-nav-link:hover,
.zt-nav-link.is-active {
  color: white;
  background: rgba(255,255,255,.11);
}
.zt-nav-actions { display: flex; align-items: center; gap: .5rem; }
.zt-menu-toggle {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--zt-line);
  border-radius: 1rem;
  background: rgba(255,255,255,.08);
  color: white;
}
.zt-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
  background: rgba(4, 10, 20, .62);
  -webkit-backdrop-filter: blur(28px) saturate(1.5);
  backdrop-filter: blur(28px) saturate(1.5);
}
.zt-mobile-menu.is-open { display: grid; place-items: center; }
.zt-mobile-panel {
  width: min(28rem, 100%);
  border-radius: 2rem;
  padding: 1rem;
}
.zt-mobile-panel a {
  display: block;
  border-radius: 1.25rem;
  padding: 1rem;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 900;
  color: white;
}
.zt-mobile-panel a:hover,
.zt-mobile-panel a.is-active { background: rgba(255,255,255,.1); }

.zt-hero {
  min-height: clamp(36rem, 76vh, 52rem);
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-block: clamp(3rem, 7vw, 6.5rem);
}
.zt-hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  padding-block: clamp(3rem, 7vw, 6.5rem);
  opacity: 0;
  transform: scale(1.015);
  transition: opacity .75s ease, transform 1.2s var(--zt-ease);
  pointer-events: none;
}
.zt-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.zt-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
}
.zt-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,16,31,.96) 0%, rgba(6,16,31,.72) 44%, rgba(6,16,31,.36) 100%),
    linear-gradient(0deg, rgba(6,16,31,1) 0%, transparent 38%);
}
.zt-hero-content {
  position: relative;
  z-index: 2;
  max-width: 48rem;
}
.zt-hero h1 {
  margin: 1.1rem 0 0;
  font-size: clamp(2.75rem, 8vw, 6.5rem);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 950;
}
.zt-hero p {
  max-width: 42rem;
  color: var(--zt-muted);
  font-size: clamp(1.06rem, 2.4vw, 1.35rem);
  line-height: 1.76;
}
.zt-hero-controls-wrap {
  position: absolute;
  inset-inline: 0;
  bottom: clamp(1.25rem, 4vw, 3rem);
  z-index: 5;
  pointer-events: none;
}
.zt-hero-controls {
  position: relative;
  z-index: 4;
  display: flex;
  gap: .5rem;
  width: fit-content;
  max-width: 100%;
  padding: .58rem .72rem;
  border: 1px solid rgba(14,63,91,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 44px rgba(14,63,91,.16), inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  pointer-events: auto;
}
.zt-dot {
  width: .72rem;
  height: .72rem;
  border: 0;
  border-radius: 999px;
  background: rgba(14,63,91,.24);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
  cursor: pointer;
  transition: width .28s var(--zt-ease), background .28s ease, transform .28s var(--zt-ease);
}
.zt-dot.is-active {
  width: 2.35rem;
  background: linear-gradient(135deg, #0ea5e9, #22d3ee);
  box-shadow: 0 8px 22px rgba(14,165,233,.3), inset 0 1px 0 rgba(255,255,255,.72);
}
.zt-dot:hover {
  transform: translateY(-1px);
}

.zt-grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1rem;
}
.zt-product-card,
.zt-article-card,
.zt-repair-card,
.zt-offer-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  color: white;
  text-decoration: none;
  transition: transform .24s var(--zt-ease), border-color .24s var(--zt-ease), background .24s var(--zt-ease);
}
.zt-product-card:hover,
.zt-article-card:hover,
.zt-repair-card:hover,
.zt-offer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(103,232,249,.38);
  background: rgba(255,255,255,.08);
}
.zt-card-media {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.94);
  overflow: hidden;
}
.zt-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}
.zt-card-media.cover img {
  object-fit: cover;
  padding: 0;
}
.zt-card-body { padding: 1.15rem; }
.zt-card-title {
  margin: 0;
  color: white;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 900;
}
.zt-card-text {
  margin: .55rem 0 0;
  color: var(--zt-muted);
  line-height: 1.6;
  font-size: .94rem;
}
.zt-meta {
  color: var(--zt-soft);
  font-size: .8rem;
  font-weight: 700;
}
.zt-price {
  color: var(--zt-orange);
  font-size: 1.65rem;
  font-weight: 950;
  letter-spacing: -.03em;
}
.zt-filter-row {
  display: flex;
  gap: .65rem;
  overflow-x: auto;
  padding-bottom: .35rem;
  scrollbar-width: thin;
}
.zt-filter-pill {
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid var(--zt-line);
  background: rgba(255,255,255,.06);
  padding: .68rem .95rem;
  color: rgba(255,255,255,.74);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 850;
}
.zt-filter-pill.is-active {
  background: rgba(34,184,242,.18);
  border-color: rgba(103,232,249,.42);
  color: white;
}
.zt-section-header {
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}
.zt-section-header.zt-left {
  margin-inline: 0;
  text-align: left;
}
.zt-section-header p:not(.zt-kicker) {
  color: var(--zt-muted);
  line-height: 1.75;
  font-size: 1.05rem;
}
.zt-section-muted {
  border-block: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
}
.zt-section-tight { padding-block: clamp(1.6rem, 4vw, 3rem); }
.zt-grid {
  display: grid;
  gap: 1rem;
}
.zt-grid-3,
.zt-grid-products,
.zt-grid-articles {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
}
.zt-shop-head {
  padding-top: clamp(1.35rem, 4vw, 3rem);
  padding-bottom: clamp(1rem, 3vw, 2.2rem);
}
.zt-wholesale-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  border: 1px solid rgba(6,199,85,.28);
  border-radius: 1.6rem;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(6,199,85,.16), rgba(103,232,249,.08));
}
.zt-wholesale-banner strong,
.zt-wholesale-banner span { display: block; }
.zt-wholesale-banner span { color: var(--zt-muted); margin-top: .2rem; }
.zt-filter-bar {
  display: grid;
  grid-template-columns: 1fr minmax(12rem, .35fr) auto;
  gap: .75rem;
  align-items: end;
  margin-top: 1.25rem;
  border: 1px solid var(--zt-line);
  border-radius: 1.7rem;
  padding: .8rem;
  background: rgba(255,255,255,.055);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.zt-filter-single { grid-template-columns: 1fr auto; }
.zt-filter-bar label span {
  display: block;
  margin: 0 0 .35rem .2rem;
  color: var(--zt-soft);
  font-size: .82rem;
  font-weight: 800;
}
.zt-filter-bar input,
.zt-filter-bar select,
.zt-cart-row input {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 1.1rem;
  padding: .7rem .9rem;
  color: white;
  background: rgba(4, 11, 23, .7);
}
.zt-result-count {
  margin-bottom: 1rem;
  color: var(--zt-soft);
  font-weight: 800;
}
.zt-empty { padding: 2rem; color: var(--zt-muted); text-align: center; }
.zt-product-art {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  margin: .7rem;
  border-radius: 1.35rem;
  overflow: hidden;
  background: rgba(255,255,255,.94);
}
.zt-product-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}
.zt-product-art span { color: #94a3b8; font-weight: 900; }
.zt-device-art {
  background:
    radial-gradient(circle at 30% 15%, rgba(103,232,249,.55), transparent 34%),
    linear-gradient(145deg, rgba(18,38,72,.96), rgba(3,8,18,.96));
  color: white;
  min-height: 13rem;
}
.zt-device-art span {
  color: white;
  display: grid;
  place-items: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1.5rem;
  background: rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24);
}
.zt-product-body { padding: .2rem 1.1rem 1.2rem; }
.zt-product-body h2,
.zt-product-body h3 {
  margin: .45rem 0;
  font-size: 1.22rem;
  line-height: 1.35;
  font-weight: 950;
}
.zt-product-body p { color: var(--zt-muted); line-height: 1.55; margin: .35rem 0; }
.zt-product-sku { color: var(--zt-soft) !important; font-size: .82rem; font-weight: 800; }
.zt-product-meta,
.zt-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-top: .85rem;
}
.zt-product-meta span,
.zt-price-row span {
  border-radius: 999px;
  padding: .35rem .62rem;
  background: rgba(103,232,249,.1);
  color: #dff9ff;
  font-size: .78rem;
  font-weight: 800;
}
.zt-price-row strong { color: var(--zt-orange); font-size: 1.65rem; line-height: 1; }
.zt-breadcrumb {
  display: inline-flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  color: rgba(7,17,31,.72);
  margin-bottom: 1.25rem;
  border: 1px solid rgba(14, 63, 91, .1);
  border-radius: 999px;
  padding: .62rem .85rem;
  background:
    linear-gradient(145deg, rgba(255,255,255,.84), rgba(255,255,255,.56)),
    rgba(255,255,255,.72);
  box-shadow: 0 14px 44px rgba(14,63,91,.1), inset 0 1px 0 rgba(255,255,255,.84);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  backdrop-filter: blur(18px) saturate(1.35);
  font-size: clamp(.86rem, 1.5vw, 1rem);
  font-weight: 700;
}
.zt-breadcrumb a {
  color: #0369a1;
  text-decoration: none;
}
.zt-breadcrumb a:hover {
  color: #0284c7;
}
.zt-breadcrumb span {
  color: rgba(7,17,31,.62);
}
.zt-breadcrumb span:last-child {
  color: var(--zt-ink);
  font-weight: 900;
}
.zt-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 1.2rem;
  align-items: start;
}
.zt-product-detail-image,
.zt-device-preview {
  display: grid;
  place-items: center;
  min-height: clamp(22rem, 46vw, 34rem);
  border-radius: var(--zt-radius-2xl);
  overflow: hidden;
  background: rgba(255,255,255,.95);
}
.zt-product-detail-image img {
  width: 100%;
  height: 100%;
  max-height: 34rem;
  object-fit: contain;
  padding: clamp(1rem, 4vw, 2rem);
}
.zt-product-detail-image span { color: #94a3b8; font-weight: 900; }
.zt-device-preview {
  color: white;
  background:
    radial-gradient(circle at 30% 15%, rgba(103,232,249,.28), transparent 30%),
    linear-gradient(145deg, rgba(18,38,72,.92), rgba(3,8,18,.94));
}
.zt-device-preview span { font-size: 4rem; font-weight: 950; }
.zt-device-preview strong { position: absolute; bottom: 2rem; color: rgba(255,255,255,.78); }
.zt-device-preview img {
  width: 100%;
  height: 100%;
  max-height: 34rem;
  object-fit: contain;
  padding: clamp(1rem, 4vw, 2rem);
}
.zt-detail-panel { padding: clamp(1.2rem, 4vw, 2rem); }
.zt-detail-panel h1 {
  margin: .4rem 0 .75rem;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 950;
}
.zt-detail-panel p { color: var(--zt-muted); line-height: 1.75; }
.zt-stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: .75rem;
  margin-top: 1.2rem;
}
.zt-stat-row div {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1.25rem;
  padding: 1rem;
  background: rgba(3, 9, 20, .42);
}
.zt-stat-row span,
.zt-info-list dt { display: block; color: var(--zt-soft); font-size: .8rem; font-weight: 800; }
.zt-stat-row strong { display: block; margin-top: .28rem; font-size: 1.4rem; }
.zt-info-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: .75rem;
  margin: 1.2rem 0 0;
}
.zt-info-list div {
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: .75rem;
}
.zt-info-list dd { margin: .25rem 0 0; color: rgba(255,255,255,.86); }
.zt-cart-row {
  display: flex;
  align-items: end;
  gap: .7rem;
  margin-top: 1.25rem;
}
.zt-cart-row label { color: var(--zt-soft); font-weight: 800; }
.zt-cart-row input { width: 7rem; }
.zt-detail-actions,
.zt-sheet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.25rem;
}
.zt-featured-article {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 1rem;
  overflow: hidden;
  color: white;
  text-decoration: none;
}
.zt-featured-article img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}
.zt-featured-article div { padding: clamp(1.2rem, 4vw, 2rem); }
.zt-featured-article h2,
.zt-article-card h2 { font-weight: 950; line-height: 1.25; }
.zt-featured-article p,
.zt-article-card p { color: var(--zt-muted); line-height: 1.65; }
.zt-article-card {
  color: white;
  text-decoration: none;
  overflow: hidden;
}
.zt-article-card img {
  width: calc(100% - 1rem);
  height: 13rem;
  margin: .5rem;
  border-radius: 1.35rem;
  object-fit: cover;
}
.zt-article-card div { padding: 1rem 1.1rem 1.25rem; }
.zt-article-card time { color: var(--zt-soft); font-size: .82rem; font-weight: 800; }
.zt-text-link { color: #67e8f9; font-weight: 900; text-decoration: none; }
.zt-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 1rem;
  align-items: stretch;
}
.zt-contact-card { padding: clamp(1.2rem, 4vw, 2rem); }
.zt-map-card {
  border: 1px solid var(--zt-line);
  border-radius: var(--zt-radius-2xl);
  overflow: hidden;
  background: rgba(255,255,255,.055);
}
.zt-branch-logo {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  border-radius: 1rem;
  background: rgba(255,255,255,.95);
  padding: .25rem;
  margin-bottom: 1rem;
}
.zt-sheet-backdrop {
  position: absolute;
  inset: 0;
}
.zt-sheet-panel {
  position: relative;
  margin-inline: auto;
  max-width: 42rem;
  padding: 1.4rem;
  background: rgba(8, 18, 35, .9);
  border: 1px solid var(--zt-line);
  color: white;
}
.zt-sheet-close {
  float: right;
  border: 1px solid var(--zt-line);
  border-radius: 999px;
  padding: .55rem .85rem;
  color: white;
  background: rgba(255,255,255,.08);
}
.zt-sheet-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .7rem;
  margin: 1rem 0;
}
.zt-sheet-specs div {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1rem;
  padding: .8rem;
}
.zt-sheet-specs dt { color: var(--zt-soft); font-size: .78rem; font-weight: 800; }
.zt-sheet-specs dd { margin: .25rem 0 0; font-weight: 900; }

.zt-reader {
  color: rgba(255,255,255,.86);
  line-height: 1.9;
  font-size: 1.05rem;
}
.zt-reader h2,
.zt-reader h3,
.zt-reader h4 {
  color: white;
  font-weight: 900;
  line-height: 1.28;
  margin: 2.1rem 0 .8rem;
}
.zt-reader h2 { font-size: clamp(1.55rem, 3vw, 2.05rem); }
.zt-reader h3 { font-size: clamp(1.28rem, 2.4vw, 1.62rem); }
.zt-reader p { margin: 1rem 0; }
.zt-reader ul,
.zt-reader ol { margin: 1rem 0 1rem 1.3rem; padding-left: 1rem; }
.zt-reader ul { list-style: disc; }
.zt-reader ol { list-style: decimal; }
.zt-reader a { color: #67e8f9; text-decoration: underline; text-underline-offset: 4px; }
.zt-reader img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.4rem;
  border: 1px solid var(--zt-line);
  margin: 1.25rem 0;
}

.zt-bottom-sheet {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: end;
  background: rgba(3, 8, 16, .56);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.zt-bottom-sheet.is-open { display: flex; }
.zt-sheet-panel {
  width: 100%;
  max-height: min(88vh, 46rem);
  overflow: auto;
  border-radius: 2rem 2rem 0 0;
  padding: 1.15rem;
  transform: translateY(1rem);
  animation: zt-sheet-in .28s var(--zt-ease) forwards;
}
@keyframes zt-sheet-in { to { transform: translateY(0); } }

.zt-floating-line {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 3.5rem;
  border-radius: 999px;
  padding: .7rem 1.25rem;
  color: white;
  text-decoration: none;
  background: linear-gradient(135deg, #06c755, #00a944);
  box-shadow: 0 18px 46px rgba(6,199,85,.28);
  transform: translateY(0);
}
.zt-floating-line span:first-child {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  font-weight: 950;
}
.zt-floating-line strong { display: inline; font-size: .95rem; }

@media (min-width: 900px) {
  .zt-nav-links { display: flex; }
  .zt-menu-toggle { display: inline-flex; }
}
@media (max-width: 640px) {
  .zt-container,
  .zt-wide { width: min(100% - 1rem, 1180px); }
  .zt-nav-inner { border-radius: 1.25rem; }
  .zt-hero { min-height: 42rem; }
  .zt-card-body { padding: 1rem; }
  .zt-wholesale-banner,
  .zt-cart-row,
  .zt-detail-actions,
  .zt-sheet-actions { align-items: stretch; flex-direction: column; }
  .zt-filter-bar,
  .zt-filter-single,
  .zt-detail-grid,
  .zt-featured-article,
  .zt-contact-grid { grid-template-columns: 1fr; }
  .zt-filter-bar .zt-btn { width: 100%; }
  .zt-cart-row input { width: 100%; }
  .zt-product-detail-image,
  .zt-device-preview { min-height: 19rem; }
  .zt-article-card img { height: 11.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

/* Bright Zero Tech public theme override */
body.zt-public,
body.zt-page-shell,
body.bg-\[\#0b1220\] {
  color: #07111f !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(125,211,252,.42), transparent 30rem),
    radial-gradient(circle at 88% 10%, rgba(254,215,170,.48), transparent 28rem),
    radial-gradient(circle at 50% 78%, rgba(187,247,208,.28), transparent 30rem),
    linear-gradient(180deg, #f7fcff 0%, #eff9ff 48%, #fff7ed 100%) !important;
}
.zt-public-nav .zt-nav-inner {
  background:
    linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.58)),
    rgba(255,255,255,.72);
  border-color: rgba(14,63,91,.14);
}
.zt-brand-title,
.zt-nav-link,
.zt-mobile-panel a,
.zt-mobile-panel button,
.zt-section-title,
.zt-card-title,
.zt-card h1,
.zt-card h2,
.zt-card h3,
.zt-product-body h2,
.zt-product-body h3,
.zt-detail-panel h1,
.zt-detail-panel h2,
.zt-detail-panel h3,
.zt-featured-article h2,
.zt-article-card h2 {
  color: #07111f;
}
.zt-nav-link.is-active,
.zt-nav-link:hover,
.zt-mobile-panel a.is-active,
.zt-mobile-panel a:hover {
  color: #075985 !important;
}
.zt-menu-toggle {
  color: #07111f;
}
.zt-brand-sub,
.zt-section-lead,
.zt-card-text,
.zt-product-body p,
.zt-detail-panel p,
.zt-featured-article p,
.zt-article-card p,
.zt-wholesale-banner span {
  color: rgba(15,35,58,.66) !important;
}
.zt-kicker,
.zt-meta,
.zt-product-sku,
.zt-article-card time {
  color: #0284c7 !important;
}
.zt-badge,
.zt-product-meta span,
.zt-price-row span,
.zt-filter-pill.is-active {
  color: #075985;
  border-color: rgba(14,165,233,.22);
  background: rgba(224,242,254,.72);
}
.zt-card,
.zt-product-card,
.zt-article-card,
.zt-repair-card,
.zt-offer-card,
.zt-glass,
.zt-filter-bar {
  background:
    linear-gradient(145deg, rgba(255,255,255,.86), rgba(255,255,255,.58));
  border-color: rgba(14,63,91,.13);
  box-shadow: 0 22px 70px rgba(14,63,91,.12), inset 0 1px 0 rgba(255,255,255,.78);
}
.zt-product-card:hover,
.zt-article-card:hover,
.zt-repair-card:hover,
.zt-offer-card:hover {
  background: rgba(255,255,255,.9);
  border-color: rgba(14,165,233,.32);
}
.zt-hero {
  background:
    radial-gradient(circle at 20% 12%, rgba(56,189,248,.38), transparent 36rem),
    radial-gradient(circle at 86% 18%, rgba(251,146,60,.28), transparent 28rem),
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(240,249,255,.76));
}
.zt-hero::after {
  background: linear-gradient(90deg, rgba(248,252,255,.86), rgba(248,252,255,.44), rgba(248,252,255,.72));
}
.zt-hero h1,
.zt-hero p,
.zt-hero-content {
  color: #07111f;
}
.zt-hero p { color: rgba(15,35,58,.7); }
.zt-hero-slider {
  background:
    radial-gradient(circle at 20% 12%, rgba(56,189,248,.35), transparent 32rem),
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(239,246,255,.7));
}
.zt-hero-panel {
  background:
    linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,255,255,.58));
}
.zt-btn-dark,
.zt-button-ghost,
.zt-btn-ghost {
  color: #07111f;
  background: rgba(255,255,255,.72);
  border-color: rgba(14,63,91,.16);
}
.zt-button-primary,
.zt-btn-primary {
  color: #03111f;
  background: linear-gradient(135deg, #7dd3fc, #38bdf8);
}
.zt-product-art,
.zt-product-detail-image {
  background: linear-gradient(145deg, #ffffff, #f0f9ff);
  border: 1px solid rgba(14,63,91,.08);
}
.zt-device-art,
.zt-device-preview {
  background:
    radial-gradient(circle at 24% 8%, rgba(125,211,252,.75), transparent 34%),
    linear-gradient(145deg, #e0f2fe, #ffffff 52%, #fff7ed);
  color: #075985;
}
.zt-device-art span,
.zt-device-preview span {
  color: #075985;
  background: rgba(255,255,255,.7);
}
.zt-info-list div,
.zt-stat-row div {
  background: rgba(255,255,255,.58);
  border-color: rgba(14,63,91,.1);
}
.zt-info-list dd,
.zt-stat-row strong {
  color: #07111f;
}
.zt-filter-bar input,
.zt-filter-bar select,
.zt-cart-row input {
  color: #07111f;
  background: rgba(255,255,255,.86);
  border-color: rgba(14,63,91,.14);
}
.zt-section-muted,
.border-y.border-white\/10,
.border-b.border-white\/10 {
  border-color: rgba(14,63,91,.1) !important;
  background: rgba(255,255,255,.34) !important;
}
.zt-reader,
.article-content,
.repair-content,
.text-white,
.text-white\/70,
.text-white\/65,
.text-white\/62,
.text-white\/60,
.text-white\/55,
.text-white\/50,
.text-white\/45,
.text-white\/40 {
  color: rgba(15,35,58,.74) !important;
}
.article-content p,
.article-content li,
.article-content span,
.article-content div,
.article-content strong,
.article-content em,
.article-content small,
.repair-content p,
.repair-content li,
.repair-content span,
.repair-content div {
  color: inherit !important;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  color: #07111f !important;
}
.article-content a {
  color: #0284c7 !important;
}
.zt-reader h1,
.zt-reader h2,
.zt-reader h3,
.article-content h1,
.article-content h2,
.article-content h3,
.repair-content h1,
.repair-content h2,
.repair-content h3,
.font-bold,
.font-black {
  color: #07111f;
}
.bg-white\/5,
.bg-white\/\[\.025\],
.bg-\[\#101d31\],
.bg-\[\#0f1a30\] {
  background: rgba(255,255,255,.68) !important;
}
.border-white\/10,
.border-white\/15 {
  border-color: rgba(14,63,91,.12) !important;
}
.zt-map-card iframe {
  filter: saturate(1.05) contrast(1.02);
}
footer,
footer.bg-\[\#050b15\] {
  color: #07111f !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.88), rgba(240,249,255,.68)) !important;
  border-color: rgba(14,63,91,.12) !important;
}
footer .text-white,
footer .text-white\/65,
footer .text-white\/60,
footer .text-white\/42 {
  color: rgba(15,35,58,.68) !important;
}
footer .font-bold,
footer strong {
  color: #07111f !important;
}
.zt-button-line,
.zt-floating-line,
.zt-button-line *,
.zt-floating-line *,
.bg-green-500,
.bg-blue-600,
.bg-\[\#06C755\],
.bg-\[\#1877F2\],
.bg-green-500.text-white,
.bg-blue-600.text-white,
.bg-\[\#06C755\].text-white,
.bg-\[\#1877F2\].text-white {
  color: white !important;
}

/* Public slideshow clarity and responsive layout */
.zt-hero,
.zt-hero-slider {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(34rem, 76svh, 52rem);
  background:
    radial-gradient(circle at 18% 8%, rgba(125,211,252,.26), transparent 34rem),
    radial-gradient(circle at 86% 18%, rgba(251,191,36,.18), transparent 28rem),
    linear-gradient(135deg, #f8fdff, #effaff 48%, #fffaf2);
}
.zt-hero-track {
  position: absolute;
  inset: 0;
}
.zt-hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  min-height: 100%;
  padding-block: clamp(5.5rem, 10vw, 8rem) clamp(4.5rem, 8vw, 6rem);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.012);
  transition: opacity .7s ease, transform 1.1s var(--zt-ease), visibility 0s linear .7s;
  pointer-events: none;
  z-index: 1;
}
.zt-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0s;
  pointer-events: auto;
  z-index: 3;
}
.zt-hero-media,
.zt-hero-media > img,
.zt-hero-media > video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
  filter: none !important;
  transform: translateZ(0);
}
.zt-hero::after,
.zt-hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(248,252,255,.42) 0%, rgba(248,252,255,.08) 46%, rgba(248,252,255,.2) 100%),
    linear-gradient(0deg, rgba(248,252,255,.42) 0%, rgba(248,252,255,0) 32%, rgba(248,252,255,.16) 100%);
}
.zt-hero .zt-hero-content,
.zt-hero-slider .zt-hero-content {
  position: relative;
  z-index: 4;
  width: min(1180px, calc(100% - 2rem));
  max-width: none;
  margin-inline: auto;
}
.zt-hero > .zt-hero-slide > .zt-hero-content {
  width: min(44rem, calc(100% - 2rem));
  margin-inline: max(1rem, calc((100vw - 1180px) / 2)) auto;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: clamp(1.35rem, 4vw, 2.25rem);
  padding: clamp(1.15rem, 3vw, 2.1rem);
  background:
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.54)),
    rgba(255,255,255,.52);
  -webkit-backdrop-filter: blur(20px) saturate(1.45);
  backdrop-filter: blur(20px) saturate(1.45);
  box-shadow: 0 28px 86px rgba(14,63,91,.18), inset 0 1px 0 rgba(255,255,255,.86);
}
.zt-hero-panel {
  width: min(43rem, 100%);
  border-radius: clamp(1.35rem, 4vw, 2.25rem);
  padding: clamp(1.15rem, 3vw, 2.1rem);
  background:
    linear-gradient(145deg, rgba(255,255,255,.84), rgba(255,255,255,.58)),
    rgba(255,255,255,.54) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.45);
  backdrop-filter: blur(20px) saturate(1.45);
}
.zt-hero h1,
.zt-hero-panel h1 {
  max-width: 11ch;
  margin-top: .85rem;
  color: #07111f !important;
  text-wrap: balance;
  text-shadow: 0 1px 0 rgba(255,255,255,.45);
}
.zt-hero p,
.zt-hero-panel p {
  max-width: 38rem;
  color: rgba(15,35,58,.74) !important;
  text-wrap: pretty;
}
.zt-hero-actions,
.zt-hero .mt-8.flex {
  position: relative;
  z-index: 5;
}
.zt-hero-controls-wrap,
.zt-hero-dots {
  position: absolute;
  inset-inline: 0;
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 6;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.zt-hero-controls,
.zt-hero-dots {
  width: fit-content;
  max-width: calc(100% - 2rem);
  margin-inline: auto;
  pointer-events: auto;
}
.zt-hero-dots {
  gap: .5rem;
  padding: .58rem .72rem;
  border: 1px solid rgba(14,63,91,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 44px rgba(14,63,91,.16), inset 0 1px 0 rgba(255,255,255,.82);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.zt-hero-dots button {
  width: .72rem;
  height: .72rem;
  border: 0;
  border-radius: 999px;
  background: rgba(14,63,91,.24);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
  cursor: pointer;
  transition: width .28s var(--zt-ease), background .28s ease, transform .28s var(--zt-ease);
}
.zt-hero-dots button.is-active {
  width: 2.35rem;
  background: linear-gradient(135deg, #0ea5e9, #22d3ee);
  box-shadow: 0 8px 22px rgba(14,165,233,.3), inset 0 1px 0 rgba(255,255,255,.72);
}
@media (max-width: 900px) {
  .zt-hero,
  .zt-hero-slider {
    min-height: clamp(36rem, 82svh, 48rem);
  }
  .zt-hero-slide {
    align-items: end;
    padding-block: clamp(5rem, 13vw, 7rem) clamp(4.8rem, 13vw, 6rem);
  }
  .zt-hero::after,
  .zt-hero-slider::after {
    background:
      linear-gradient(180deg, rgba(248,252,255,.1) 0%, rgba(248,252,255,.18) 36%, rgba(248,252,255,.92) 100%);
  }
  .zt-hero > .zt-hero-slide > .zt-hero-content,
  .zt-hero-panel {
    width: min(100% - 1rem, 42rem);
    margin-inline: auto;
  }
  .zt-hero h1,
  .zt-hero-panel h1 {
    max-width: 14ch;
    font-size: clamp(2.2rem, 12vw, 4.8rem);
  }
}
@media (max-width: 520px) {
  .zt-hero,
  .zt-hero-slider {
    min-height: 40rem;
  }
  .zt-hero-slide {
    padding-bottom: 4.5rem;
  }
  .zt-hero > .zt-hero-slide > .zt-hero-content,
  .zt-hero-panel {
    padding: 1rem;
    border-radius: 1.35rem;
  }
  .zt-hero .zt-badge,
  .zt-hero-panel .zt-kicker {
    font-size: .68rem;
  }
  .zt-hero p,
  .zt-hero-panel p {
    font-size: .98rem;
    line-height: 1.62;
  }
  .zt-hero .mt-8.flex,
  .zt-hero-actions {
    margin-top: 1rem !important;
    gap: .5rem;
  }
  .zt-hero .zt-button,
  .zt-hero-panel .zt-btn {
    min-height: 2.7rem;
    padding: .72rem .95rem;
    font-size: .9rem;
  }
}

/* Hero and mobile navigation final polish */
html.zt-menu-open,
body.zt-menu-open {
  overflow: hidden;
  touch-action: none;
}

.zt-mobile-menu {
  z-index: 120;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: calc(1rem + env(safe-area-inset-top)) 1rem calc(1rem + env(safe-area-inset-bottom));
  background:
    radial-gradient(circle at 16% 8%, rgba(56, 189, 248, .24), transparent 18rem),
    radial-gradient(circle at 88% 22%, rgba(34, 197, 94, .18), transparent 18rem),
    rgba(248, 252, 255, .72);
  -webkit-backdrop-filter: blur(30px) saturate(1.65);
  backdrop-filter: blur(30px) saturate(1.65);
  transition: opacity .24s var(--zt-ease), visibility .24s var(--zt-ease);
}
.zt-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.zt-mobile-panel {
  width: min(29rem, 100%);
  max-height: min(42rem, calc(100dvh - 2rem - env(safe-area-inset-top) - env(safe-area-inset-bottom)));
  overflow-y: auto;
  transform: translateY(1rem) scale(.96);
  border: 1px solid rgba(255,255,255,.76);
  border-radius: clamp(1.6rem, 6vw, 2.5rem);
  background:
    linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,255,255,.58)),
    rgba(255,255,255,.68);
  box-shadow: 0 28px 90px rgba(14, 63, 91, .2), inset 0 1px 0 rgba(255,255,255,.86);
  -webkit-backdrop-filter: blur(26px) saturate(1.55);
  backdrop-filter: blur(26px) saturate(1.55);
  transition: transform .3s var(--zt-ease), opacity .24s ease;
}
.zt-mobile-menu.is-open .zt-mobile-panel {
  transform: translateY(0) scale(1);
}
.zt-mobile-panel a {
  margin-top: .35rem;
  border: 1px solid transparent;
  color: #07111f !important;
  background: rgba(255,255,255,.42);
}
.zt-mobile-panel a:hover,
.zt-mobile-panel a.is-active {
  border-color: rgba(14,165,233,.2);
  color: #0369a1 !important;
  background: rgba(224,242,254,.78);
}
.zt-mobile-panel .zt-menu-toggle {
  display: inline-flex !important;
  color: #07111f;
  background: rgba(255,255,255,.72);
}

.zt-hero,
.zt-hero-slider {
  min-height: clamp(34rem, 78svh, 52rem);
  background:
    radial-gradient(circle at 18% 10%, rgba(125,211,252,.22), transparent 34rem),
    linear-gradient(135deg, #f8fdff, #eef9ff 54%, #fff9f0) !important;
}
.zt-hero-slide {
  align-items: center;
  padding-block: clamp(5.75rem, 9vw, 8rem) clamp(4.5rem, 7vw, 6rem);
}
.zt-hero-media,
.zt-hero-media > img,
.zt-hero-media > video {
  opacity: 1 !important;
  filter: none !important;
}
.zt-hero::after,
.zt-hero-slider::after {
  background:
    linear-gradient(90deg, rgba(248,252,255,.28) 0%, rgba(248,252,255,.03) 48%, rgba(248,252,255,.14) 100%),
    linear-gradient(0deg, rgba(248,252,255,.22) 0%, rgba(248,252,255,0) 36%, rgba(248,252,255,.08) 100%) !important;
}
.zt-hero > .zt-hero-slide > .zt-hero-content {
  width: min(38rem, calc(100% - 2rem));
  max-width: 38rem;
  margin-inline: max(1rem, calc((100vw - 1180px) / 2)) auto;
  padding: clamp(.95rem, 2.2vw, 1.45rem);
  border: 1px solid rgba(255,255,255,.56);
  border-radius: clamp(1.25rem, 3vw, 1.85rem);
  background:
    linear-gradient(145deg, rgba(255,255,255,.58), rgba(255,255,255,.24)),
    rgba(255,255,255,.24) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.25);
  backdrop-filter: blur(12px) saturate(1.25);
  box-shadow: 0 18px 52px rgba(14,63,91,.12), inset 0 1px 0 rgba(255,255,255,.54);
}
.zt-hero-slider .zt-hero-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zt-hero-panel {
  width: min(38rem, 100%);
  padding: clamp(.95rem, 2.2vw, 1.45rem);
  border: 1px solid rgba(255,255,255,.56);
  border-radius: clamp(1.25rem, 3vw, 1.85rem);
  background:
    linear-gradient(145deg, rgba(255,255,255,.6), rgba(255,255,255,.26)),
    rgba(255,255,255,.24) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.25);
  backdrop-filter: blur(12px) saturate(1.25);
  box-shadow: 0 18px 52px rgba(14,63,91,.12), inset 0 1px 0 rgba(255,255,255,.54);
}
.zt-hero h1,
.zt-hero-panel h1 {
  max-width: 13ch;
  margin-top: .55rem;
  font-size: clamp(2rem, 5.7vw, 5.2rem);
  line-height: .98;
}
.zt-hero p,
.zt-hero-panel p {
  max-width: 34rem;
  margin-top: .8rem;
  font-size: clamp(.98rem, 1.75vw, 1.18rem);
  line-height: 1.58;
}
.zt-hero .mt-8.flex,
.zt-hero-actions {
  margin-top: 1rem !important;
}

@media (max-width: 900px) {
  .zt-public-nav {
    top: max(.45rem, env(safe-area-inset-top));
    padding-block: .45rem;
  }
  .zt-hero,
  .zt-hero-slider {
    min-height: clamp(32rem, 76svh, 43rem);
  }
  .zt-hero-slide {
    align-items: end;
    padding-block: clamp(5rem, 15vw, 6.6rem) clamp(4.4rem, 13vw, 5.8rem);
  }
  .zt-hero::after,
  .zt-hero-slider::after {
    background:
      linear-gradient(180deg, rgba(248,252,255,.03) 0%, rgba(248,252,255,.1) 42%, rgba(248,252,255,.66) 100%) !important;
  }
  .zt-hero > .zt-hero-slide > .zt-hero-content,
  .zt-hero-panel {
    width: min(100% - 1rem, 34rem);
    max-width: 34rem;
    margin-inline: auto;
    padding: .9rem;
    border-radius: 1.25rem;
    background:
      linear-gradient(145deg, rgba(255,255,255,.66), rgba(255,255,255,.34)),
      rgba(255,255,255,.28) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.2);
    backdrop-filter: blur(10px) saturate(1.2);
  }
  .zt-hero h1,
  .zt-hero-panel h1 {
    max-width: 15ch;
    font-size: clamp(1.75rem, 9vw, 3.65rem);
  }
}

@media (max-width: 520px) {
  .zt-hero,
  .zt-hero-slider {
    min-height: min(39rem, 84svh);
  }
  .zt-hero > .zt-hero-slide > .zt-hero-content,
  .zt-hero-panel {
    padding: .78rem;
  }
  .zt-hero p,
  .zt-hero-panel p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .92rem;
    line-height: 1.48;
  }
  .zt-hero .zt-button,
  .zt-hero-panel .zt-btn {
    min-height: 2.55rem;
    padding: .66rem .84rem;
    font-size: .84rem;
  }
}

@media (orientation: landscape) and (max-height: 560px) {
  .zt-hero,
  .zt-hero-slider {
    min-height: 100svh;
  }
  .zt-hero-slide {
    align-items: center;
    padding-block: 5rem 3.25rem;
  }
  .zt-hero > .zt-hero-slide > .zt-hero-content,
  .zt-hero-panel {
    width: min(28rem, 48vw);
    margin-left: max(1rem, env(safe-area-inset-left));
    margin-right: auto;
    padding: .8rem;
  }
  .zt-hero h1,
  .zt-hero-panel h1 {
    font-size: clamp(1.55rem, 4.4vw, 2.6rem);
  }
  .zt-hero p,
  .zt-hero-panel p {
    -webkit-line-clamp: 2;
  }
}

/* Hero content composition: anchored, intentional, and media-first */
.zt-hero-slide {
  display: block !important;
  padding: 0 !important;
}
.zt-hero .zt-hero-content,
.zt-hero-slider .zt-hero-content {
  position: absolute !important;
  left: max(1rem, calc((100vw - 1180px) / 2));
  right: auto;
  bottom: clamp(5.75rem, 8vh, 7.5rem);
  z-index: 5;
  width: min(32rem, calc(100vw - 2rem)) !important;
  max-width: 32rem !important;
  margin: 0 !important;
}
.zt-hero > .zt-hero-slide > .zt-hero-content,
.zt-hero-panel {
  width: 100% !important;
  max-width: 32rem !important;
  padding: clamp(.82rem, 1.5vw, 1.15rem) !important;
  border-radius: clamp(1.15rem, 2vw, 1.55rem) !important;
  border-color: rgba(255,255,255,.62) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.54), rgba(255,255,255,.22)),
    rgba(255,255,255,.20) !important;
  -webkit-backdrop-filter: blur(11px) saturate(1.28) !important;
  backdrop-filter: blur(11px) saturate(1.28) !important;
  box-shadow: 0 18px 48px rgba(7,17,31,.14), inset 0 1px 0 rgba(255,255,255,.62) !important;
}
.zt-hero-slider .zt-hero-content {
  display: block !important;
}
.zt-hero .zt-badge,
.zt-hero-panel .zt-kicker {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0;
}
.zt-hero h1,
.zt-hero-panel h1 {
  max-width: 12.5ch !important;
  margin: .5rem 0 0 !important;
  font-size: clamp(1.95rem, 4.35vw, 4.15rem) !important;
  line-height: .98 !important;
  letter-spacing: -.055em;
}
.zt-hero p,
.zt-hero-panel p {
  max-width: 29rem !important;
  margin: .65rem 0 0 !important;
  font-size: clamp(.92rem, 1.35vw, 1.06rem) !important;
  line-height: 1.52 !important;
}
.zt-hero .mt-8.flex,
.zt-hero-actions {
  margin-top: .85rem !important;
  gap: .55rem !important;
}
.zt-hero .zt-button,
.zt-hero-panel .zt-btn {
  min-height: 2.65rem !important;
  padding: .68rem .95rem !important;
}
.zt-hero-controls-wrap,
.zt-hero-dots {
  bottom: clamp(1.25rem, 3vh, 2rem) !important;
}

@media (min-width: 1280px) {
  .zt-hero .zt-hero-content,
  .zt-hero-slider .zt-hero-content {
    left: calc((100vw - 1180px) / 2);
    bottom: clamp(6.25rem, 9vh, 8rem);
  }
}

@media (max-width: 900px) {
  .zt-hero .zt-hero-content,
  .zt-hero-slider .zt-hero-content {
    left: 50%;
    right: auto;
    bottom: clamp(4.7rem, 9vh, 5.8rem);
    width: min(34rem, calc(100vw - 1rem)) !important;
    max-width: 34rem !important;
    transform: translateX(-50%);
  }
  .zt-hero > .zt-hero-slide > .zt-hero-content,
  .zt-hero-panel {
    padding: .82rem !important;
  }
}

@media (max-width: 520px) {
  .zt-hero .zt-hero-content,
  .zt-hero-slider .zt-hero-content {
    bottom: 4.6rem;
    width: calc(100vw - .85rem) !important;
  }
  .zt-hero > .zt-hero-slide > .zt-hero-content,
  .zt-hero-panel {
    border-radius: 1.15rem !important;
    padding: .72rem !important;
  }
  .zt-hero h1,
  .zt-hero-panel h1 {
    font-size: clamp(1.65rem, 8.6vw, 2.85rem) !important;
  }
  .zt-hero p,
  .zt-hero-panel p {
    -webkit-line-clamp: 2;
  }
  .zt-hero .mt-8.flex,
  .zt-hero-actions {
    margin-top: .65rem !important;
  }
}

@media (orientation: landscape) and (max-height: 560px) {
  .zt-hero .zt-hero-content,
  .zt-hero-slider .zt-hero-content {
    left: max(1rem, env(safe-area-inset-left));
    bottom: max(1rem, env(safe-area-inset-bottom));
    width: min(25rem, 42vw) !important;
    transform: none;
  }
  .zt-hero h1,
  .zt-hero-panel h1 {
    font-size: clamp(1.45rem, 3.8vw, 2.25rem) !important;
  }
  .zt-hero p,
  .zt-hero-panel p {
    display: none;
  }
  .zt-hero-controls-wrap,
  .zt-hero-dots {
    bottom: max(.75rem, env(safe-area-inset-bottom)) !important;
  }
}

/* Final composition: hero copy and commerce prices live in deliberate bottom-right anchors. */
.zt-hero .zt-hero-content,
.zt-hero-slider .zt-hero-content {
  left: auto !important;
  right: max(1rem, calc((100vw - 1180px) / 2)) !important;
  bottom: clamp(5.75rem, 8vh, 7.5rem) !important;
  transform: none !important;
}

@media (min-width: 1280px) {
  .zt-hero .zt-hero-content,
  .zt-hero-slider .zt-hero-content {
    right: calc((100vw - 1180px) / 2) !important;
    bottom: clamp(6.25rem, 9vh, 8rem) !important;
  }
}

.zt-product-card .zt-card-body,
.zt-product-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding-bottom: 3.65rem;
}

.zt-product-card .zt-price {
  position: absolute;
  right: 1.12rem;
  bottom: 1.05rem;
  margin: 0 !important;
  text-align: right;
}

.zt-price-row {
  margin-top: auto;
  justify-content: flex-end;
}

.zt-home-offer-card {
  min-height: 100%;
  padding: .7rem;
  gap: .75rem;
}

.zt-section .zt-glass .text-white\/65 {
  color: var(--zt-muted) !important;
}

.zt-home-offer-media {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  border-radius: 1.35rem;
  overflow: hidden;
  background: rgba(255,255,255,.94);
}

.zt-home-offer-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .8rem;
}

.zt-home-offer-media span {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  color: white;
  font-weight: 950;
  background: linear-gradient(145deg, rgba(14,165,233,.9), rgba(6,199,85,.82));
}

.zt-home-offer-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 11.25rem;
  padding: .2rem .4rem 3.35rem;
}

.zt-home-offer-title {
  display: block;
  margin-top: .4rem;
  color: var(--zt-ink);
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 950;
}

.zt-home-offer-detail,
.zt-home-offer-sub {
  display: block;
  color: var(--zt-muted);
  font-size: .84rem;
  line-height: 1.45;
}

.zt-home-offer-detail {
  margin-top: .28rem;
}

.zt-home-offer-price {
  position: absolute;
  right: .35rem;
  bottom: 1.4rem;
  color: var(--zt-blue);
  font-weight: 950;
  text-align: right;
}

.zt-home-offer-sub {
  position: absolute;
  right: .35rem;
  bottom: 0;
  max-width: calc(100% - .7rem);
  text-align: right;
}

.zt-public-nav .zt-nav-inner,
.zt-public-nav .zt-brand,
.zt-public-nav .zt-nav-links,
.zt-public-nav .zt-nav-actions,
.zt-public-nav .zt-menu-toggle {
  pointer-events: auto;
}

.zt-public-nav {
  pointer-events: auto;
}

.zt-nav-actions {
  position: relative;
  z-index: 130;
  margin-left: .4rem;
}

.zt-menu-toggle {
  color: var(--zt-ink) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,255,255,.56)),
    rgba(255,255,255,.72) !important;
  box-shadow: 0 12px 34px rgba(14,63,91,.12), inset 0 1px 0 rgba(255,255,255,.82);
  cursor: pointer;
}

.zt-menu-toggle:hover {
  border-color: rgba(14,165,233,.28);
  color: #0369a1 !important;
  transform: translateY(-1px);
}

/* Mobile navigation is intentionally mobile-only. Desktop keeps the inline nav. */
.zt-nav-actions {
  display: none !important;
}

.zt-mobile-panel .zt-menu-toggle {
  display: inline-flex !important;
}

@media (max-width: 899px) {
  .zt-nav-links {
    display: none !important;
  }

  .zt-nav-actions {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  .zt-nav-inner {
    gap: .75rem;
    padding: .55rem .6rem .55rem .7rem;
  }

  .zt-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .zt-brand-sub {
    max-width: min(52vw, 18rem);
  }

  .zt-nav-actions .zt-menu-toggle {
    display: inline-flex !important;
    flex: 0 0 auto;
  }
}

@media (min-width: 900px) {
  .zt-nav-links {
    display: flex !important;
  }

  .zt-nav-actions {
    display: none !important;
  }
}

.zt-card-link {
  z-index: 1;
}

.zt-product-card > .zt-card-link {
  z-index: 4;
}

.zt-product-card > .zt-product-art,
.zt-product-card > .zt-product-body {
  pointer-events: none;
}

.zt-product-card .zt-btn,
.zt-product-card button,
.zt-card-action-row,
.zt-card-action-button {
  position: relative;
  z-index: 3;
}

.zt-product-card .zt-btn,
.zt-product-card button,
.zt-product-card [data-offer-open] {
  z-index: 5;
  pointer-events: auto;
}

.zt-card-action-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: .8rem;
  margin-top: auto;
  padding-top: 1rem;
}

.zt-product-body .zt-card-action-row {
  min-height: 3.6rem;
}

.zt-card-action-button,
.zt-product-card .zt-btn-soft {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14,165,233,.2);
  border-radius: 999px;
  padding: .72rem 1rem;
  color: #075985 !important;
  background: rgba(224,242,254,.86) !important;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.zt-card-price-stack {
  display: grid;
  justify-items: end;
  gap: .12rem;
  margin-left: auto;
  text-align: right;
}

.zt-card-price-stack del,
.zt-price-old {
  color: rgba(15,35,58,.42);
  font-size: .9rem;
  font-weight: 850;
  line-height: 1;
  text-decoration-thickness: 2px;
}

.zt-card-price-stack strong {
  color: var(--zt-orange);
  font-size: clamp(1.35rem, 2.4vw, 1.72rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.03em;
}

.zt-card-price-stack span {
  border: 0;
  padding: 0;
  color: var(--zt-soft);
  background: transparent;
  font-size: .78rem;
  font-weight: 850;
}

.zt-product-body {
  min-height: 14rem;
}

.zt-product-card .zt-product-body {
  padding-bottom: 1.1rem;
}

.zt-product-card .zt-price-row {
  display: none;
}

.zt-public .zt-filter-bar input,
.zt-public .zt-filter-bar select {
  color: var(--zt-ink) !important;
  background: rgba(255,255,255,.82) !important;
  border-color: rgba(14,63,91,.16) !important;
}

.zt-public .zt-filter-bar input::placeholder {
  color: rgba(15,35,58,.42);
}

.zt-public .zt-shop-head .zt-section-header {
  max-width: 48rem;
}

.zt-public .zt-shop-head .zt-section-title {
  font-size: clamp(1.85rem, 5vw, 3.45rem);
}

.zt-public .zt-shop-head p:not(.zt-kicker) {
  color: var(--zt-muted);
}

@media (min-width: 521px) and (max-width: 899px) {
  .zt-grid-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .zt-shop-head .zt-wholesale-banner {
    align-items: stretch;
  }

  .zt-filter-bar {
    grid-template-columns: 1fr;
    gap: .65rem;
    border-radius: 1.35rem;
    padding: .7rem;
  }

  .zt-grid-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
  }

  .zt-product-art {
    margin: .45rem;
    border-radius: 1rem;
  }

  .zt-product-art img {
    padding: .55rem;
  }

  .zt-product-body {
    min-height: 12.4rem;
    padding: .1rem .72rem .85rem !important;
  }

  .zt-product-body h2,
  .zt-product-body h3 {
    display: -webkit-box;
    min-height: 2.55em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .95rem;
    line-height: 1.28;
  }

  .zt-product-body p:not(.zt-product-sku) {
    display: -webkit-box;
    min-height: 2.8em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .78rem;
    line-height: 1.4;
  }

  .zt-product-sku {
    display: none;
  }

  .zt-product-meta {
    gap: .28rem;
    margin-top: .5rem;
  }

  .zt-product-meta span {
    max-width: 100%;
    overflow: hidden;
    padding: .28rem .48rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .68rem;
  }

  .zt-card-action-row {
    align-items: end;
    gap: .45rem;
    min-height: 3.2rem;
    padding-top: .65rem;
  }

  .zt-card-action-button,
  .zt-product-card .zt-btn-soft {
    min-height: 2.2rem;
    padding: .56rem .64rem;
    font-size: .72rem;
  }

  .zt-card-price-stack strong {
    font-size: 1.08rem;
  }

  .zt-card-price-stack del,
  .zt-price-old {
    font-size: .74rem;
  }

  .zt-card-price-stack span {
    display: none;
  }
}

@media (max-width: 900px) {
  .zt-hero .zt-hero-content,
  .zt-hero-slider .zt-hero-content {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }

  .zt-hero .zt-hero-content > .mt-8.flex,
  .zt-hero .zt-hero-content .zt-hero-actions,
  .zt-hero-slider .zt-hero-content .zt-hero-actions {
    display: none !important;
  }
}

@media (orientation: landscape) and (max-height: 560px) {
  .zt-hero .zt-hero-content,
  .zt-hero-slider .zt-hero-content {
    left: auto !important;
    right: max(1rem, env(safe-area-inset-right)) !important;
    bottom: max(1rem, env(safe-area-inset-bottom)) !important;
    width: min(25rem, 42vw) !important;
    transform: none !important;
  }
}

/* Final responsive navigation guard: keep the hamburger usable on phones only. */
@media (max-width: 899px) {
  .zt-public-nav .zt-nav-links {
    display: none !important;
  }

  .zt-public-nav .zt-nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .zt-public-nav .zt-nav-actions .zt-menu-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .zt-breadcrumb {
    border-radius: 1.25rem;
    padding: .58rem .72rem;
    font-size: .82rem;
  }

  .zt-breadcrumb span:last-child {
    display: inline-block;
    max-width: min(62vw, 18rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
  }
}

@media (min-width: 900px) {
  .zt-public-nav .zt-nav-actions,
  .zt-public-nav .zt-nav-actions .zt-menu-toggle {
    display: none !important;
  }
}

/* Promotion placements */
.zt-hero-media > picture,
.zt-hero-media > picture > img,
.zt-hero-media picture,
.zt-hero-media picture > img {
  width: 100%;
  height: 100%;
  display: block;
}

.zt-hero-media > picture > img,
.zt-hero-media picture > img {
  object-fit: cover;
}

.zt-global-banner {
  position: relative;
  z-index: 28;
  padding: .75rem 0 0;
}

.zt-global-banner-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(14, 165, 233, .18);
  border-radius: 1.55rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(240, 249, 255, .68));
  box-shadow: 0 18px 48px rgba(14, 24, 44, .09);
  backdrop-filter: blur(22px) saturate(150%);
}

.zt-global-banner-slide {
  display: none;
  min-height: 5.4rem;
  align-items: center;
  gap: .9rem;
  padding: .72rem .9rem;
}

.zt-global-banner-slide.is-active {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.zt-global-banner-slide.is-active.no-cta {
  grid-template-columns: auto minmax(0, 1fr);
}

.zt-global-banner-media {
  display: grid;
  width: 6.4rem;
  aspect-ratio: 16 / 9;
  place-items: center;
  overflow: hidden;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(14, 165, 233, .13), rgba(16, 185, 129, .12));
  color: var(--zt-blue);
  font-size: .9rem;
  font-weight: 900;
}

.zt-global-banner-media img,
.zt-global-banner-media video,
.zt-global-banner-media picture {
  width: 100%;
  height: 100%;
  display: block;
}

.zt-global-banner-media img,
.zt-global-banner-media video {
  object-fit: cover;
}

.zt-global-banner-copy {
  min-width: 0;
}

.zt-global-banner-copy .zt-kicker {
  margin-bottom: .12rem;
  font-size: .68rem;
}

.zt-global-banner-copy strong {
  display: block;
  color: var(--zt-ink);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.22;
}

.zt-global-banner-copy p {
  max-width: 54rem;
  margin: .16rem 0 0;
  overflow: hidden;
  color: var(--zt-muted);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.zt-global-banner-cta {
  white-space: nowrap;
}

.zt-global-banner-dots,
.zt-shop-promo-dots {
  position: absolute;
  right: 1rem;
  bottom: .65rem;
  display: flex;
  gap: .35rem;
  z-index: 3;
}

.zt-global-banner-dots button,
.zt-shop-promo-dots button {
  width: .48rem;
  height: .48rem;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, .18);
  transition: width .22s ease, background .22s ease;
}

.zt-global-banner-dots button.is-active,
.zt-shop-promo-dots button.is-active {
  width: 1.35rem;
  background: var(--zt-blue);
}

.zt-shop-promo {
  position: relative;
  overflow: hidden;
  margin-top: clamp(1rem, 2vw, 1.45rem);
  border: 1px solid rgba(14, 165, 233, .16);
  border-radius: clamp(1.45rem, 3vw, 2.2rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(232, 246, 255, .72));
  box-shadow: 0 24px 70px rgba(14, 24, 44, .11);
  backdrop-filter: blur(24px) saturate(150%);
}

.zt-shop-promo-slide {
  display: none;
  min-height: clamp(14rem, 28vw, 22rem);
}

.zt-shop-promo-slide.is-active {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

.zt-shop-promo-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(1.35rem, 4vw, 3rem);
}

.zt-shop-promo-copy h2 {
  max-width: 11ch;
  margin: .2rem 0 .65rem;
  color: var(--zt-ink);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: .96;
  letter-spacing: -.055em;
}

.zt-shop-promo-copy p {
  max-width: 34rem;
  margin: 0 0 1.05rem;
  color: var(--zt-muted);
  font-size: clamp(.98rem, 1.45vw, 1.16rem);
  line-height: 1.65;
}

.zt-shop-promo-media {
  min-height: 100%;
  overflow: hidden;
  border-radius: clamp(1.2rem, 2.4vw, 2rem);
  margin: .7rem;
  background: linear-gradient(135deg, rgba(14, 165, 233, .12), rgba(16, 185, 129, .1));
}

.zt-shop-promo-media img,
.zt-shop-promo-media video,
.zt-shop-promo-media picture {
  width: 100%;
  height: 100%;
  display: block;
}

.zt-shop-promo-media img,
.zt-shop-promo-media video {
  object-fit: cover;
}

@media (max-width: 760px) {
  .zt-global-banner {
    padding-top: .55rem;
  }

  .zt-global-banner-slide.is-active {
    grid-template-columns: 4.8rem minmax(0, 1fr);
    padding: .65rem .7rem 1.65rem;
  }

  .zt-global-banner-media {
    width: 4.8rem;
    border-radius: .85rem;
  }

  .zt-global-banner-copy p {
    display: none;
  }

  .zt-global-banner-cta {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 2.35rem;
  }

  .zt-global-banner-dots,
  .zt-shop-promo-dots {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .zt-shop-promo-slide.is-active {
    grid-template-columns: 1fr;
  }

  .zt-shop-promo-copy {
    padding: 1.2rem 1.05rem .95rem;
  }

  .zt-shop-promo-copy h2 {
    max-width: 13ch;
    font-size: clamp(1.85rem, 10vw, 3rem);
  }

  .zt-shop-promo-media {
    min-height: 12rem;
    margin: 0 .65rem 2.2rem;
  }
}

/* Final hero placement: keep promotion copy tight at the real bottom-right. */
.zt-hero .zt-hero-content,
.zt-hero-slider .zt-hero-content {
  left: auto !important;
  right: max(.65rem, env(safe-area-inset-right)) !important;
  bottom: max(.72rem, env(safe-area-inset-bottom)) !important;
  width: min(29rem, calc(100vw - 1.4rem)) !important;
  max-width: 29rem !important;
  transform: none !important;
}

@media (min-width: 1200px) {
  .zt-hero .zt-hero-content,
  .zt-hero-slider .zt-hero-content {
    right: max(1rem, calc((100vw - 1180px) / 2)) !important;
    bottom: clamp(1rem, 2.4vh, 1.8rem) !important;
  }
}

.zt-hero > .zt-hero-slide > .zt-hero-content,
.zt-hero-panel {
  padding: clamp(.72rem, 1.55vw, 1.05rem) !important;
  border-radius: clamp(1.05rem, 2vw, 1.45rem) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .18)),
    rgba(245, 251, 255, .18) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.22) !important;
  backdrop-filter: blur(10px) saturate(1.22) !important;
}

.zt-hero h1,
.zt-hero-panel h1 {
  max-width: 11ch !important;
  margin-top: .42rem !important;
  font-size: clamp(1.8rem, 3.45vw, 3.45rem) !important;
}

.zt-hero p,
.zt-hero-panel p {
  max-width: 24rem !important;
  margin-top: .5rem !important;
  font-size: clamp(.82rem, 1vw, .98rem) !important;
  line-height: 1.42 !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zt-hero .mt-8.flex,
.zt-hero-actions {
  margin-top: .62rem !important;
}

.zt-hero .zt-button,
.zt-hero-panel .zt-btn {
  min-height: 2.35rem !important;
  padding: .58rem .8rem !important;
  font-size: .84rem !important;
}

.zt-hero-controls-wrap,
.zt-hero-dots {
  right: auto !important;
  left: 50% !important;
  bottom: max(.65rem, env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;
  width: auto !important;
}

@media (max-width: 900px) {
  .zt-hero .zt-hero-content,
  .zt-hero-slider .zt-hero-content {
    left: auto !important;
    right: max(.55rem, env(safe-area-inset-right)) !important;
    bottom: max(.55rem, env(safe-area-inset-bottom)) !important;
    width: min(21.5rem, calc(100vw - 1.1rem)) !important;
    max-width: 21.5rem !important;
  }

  .zt-hero h1,
  .zt-hero-panel h1 {
    max-width: 10.5ch !important;
    font-size: clamp(1.45rem, 7vw, 2.35rem) !important;
  }

  .zt-hero p,
  .zt-hero-panel p {
    -webkit-line-clamp: 1;
  }
}

/* Home shop */
.zt-home-shop {
  position: relative;
  overflow: hidden;
}

.zt-home-shop::before {
  content: "";
  position: absolute;
  inset: 8% auto auto 5%;
  width: min(32rem, 46vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(56, 189, 248, .18), transparent 68%);
  pointer-events: none;
}

.zt-home-shop-head {
  position: relative;
  z-index: 1;
}

.zt-home-shop-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.75rem, 1.45vw, 1.15rem);
}

.zt-home-shop-card {
  min-width: 0;
  border-radius: clamp(1.1rem, 2vw, 1.65rem);
  color: var(--zt-ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(245, 251, 255, .72)) !important;
}

.zt-home-shop-card .zt-card-media {
  margin: .65rem .65rem 0;
  border-radius: 1.15rem;
  aspect-ratio: 1 / .78;
  background:
    radial-gradient(circle at 35% 20%, rgba(224, 242, 254, .9), transparent 48%),
    rgba(255, 255, 255, .94);
}

.zt-home-shop-card .zt-card-media img {
  object-fit: contain;
  padding: .8rem;
}

.zt-home-shop-card .zt-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 9.6rem;
  padding: .82rem .92rem .92rem;
}

.zt-home-shop-card .zt-card-title {
  color: var(--zt-ink);
  display: -webkit-box !important;
  min-height: 2.56em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.28;
}

.zt-home-shop-card .zt-card-text {
  display: -webkit-box !important;
  min-height: 2.7em;
  overflow: hidden;
  margin-top: .36rem;
  color: var(--zt-muted) !important;
  font-size: .86rem;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
}

.zt-home-shop-card .zt-card-action-row {
  margin-top: auto;
  padding-top: .65rem;
}

@media (max-width: 1120px) {
  .zt-home-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .zt-home-shop .zt-wide {
    padding-inline: .75rem;
  }

  .zt-home-shop-head {
    gap: .75rem;
  }

  .zt-home-shop-head .zt-section-title {
    font-size: clamp(1.65rem, 8vw, 2.45rem);
  }

  .zt-home-shop-head .zt-section-lead {
    font-size: .92rem;
    line-height: 1.58;
  }

  .zt-home-shop-head .zt-button {
    width: 100%;
    justify-content: center;
  }

  .zt-home-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .68rem;
    margin-top: 1rem !important;
  }

  .zt-home-shop-card {
    border-radius: 1rem;
  }

  .zt-home-shop-card .zt-card-media {
    margin: .42rem .42rem 0;
    border-radius: .82rem;
    aspect-ratio: 1 / .86;
  }

  .zt-home-shop-card .zt-card-media img {
    padding: .42rem;
  }

  .zt-home-shop-card .zt-card-body {
    min-height: 8.25rem;
    padding: .62rem .64rem .68rem;
  }

  .zt-home-shop-card .zt-meta {
    overflow: hidden;
    font-size: .67rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zt-home-shop-card .zt-card-title {
    min-height: 2.34em;
    margin-top: .25rem !important;
    font-size: .88rem;
    line-height: 1.17;
  }

  .zt-home-shop-card .zt-card-text {
    display: -webkit-box !important;
    min-height: 2.28em;
    margin-top: .24rem;
    font-size: .7rem;
    line-height: 1.14;
    -webkit-line-clamp: 2;
  }

  .zt-home-shop-card .zt-card-action-row {
    display: grid;
    gap: .42rem;
    min-height: 0;
    padding-top: .52rem;
  }

  .zt-home-shop-card .zt-card-action-button {
    min-height: 2.05rem;
    padding: .5rem .42rem;
    font-size: .68rem;
  }

  .zt-home-shop-card .zt-card-price-stack {
    align-items: flex-end;
    justify-self: end;
  }

  .zt-home-shop-card .zt-card-price-stack strong {
    font-size: 1.08rem;
  }
}

/* Home ZeroMobile list */
.zt-home-zeromobile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1280px) {
  .zt-home-zeromobile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.zt-home-zeromobile-grid .zt-home-offer-card {
  min-width: 0;
}

.zt-home-zeromobile-grid .zt-home-offer-title,
.zt-home-zeromobile-grid .zt-home-offer-detail,
.zt-home-zeromobile-grid .zt-home-offer-sub {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.zt-home-zeromobile-grid .zt-home-offer-title {
  min-height: 2.5em;
  -webkit-line-clamp: 2;
}

.zt-home-zeromobile-grid .zt-home-offer-detail {
  min-height: 2.85em;
  -webkit-line-clamp: 2;
}

.zt-home-zeromobile-grid .zt-home-offer-sub {
  -webkit-line-clamp: 1;
}

@media (max-width: 760px) {
  .zt-home-zeromobile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .68rem !important;
  }

  .zt-home-zeromobile-grid .zt-home-offer-card {
    border-radius: 1rem;
    padding: .45rem;
    gap: .48rem;
  }

  .zt-home-zeromobile-grid .zt-home-offer-media {
    border-radius: .82rem;
    aspect-ratio: 1 / .86;
  }

  .zt-home-zeromobile-grid .zt-home-offer-media img {
    padding: .42rem;
  }

  .zt-home-zeromobile-grid .zt-home-offer-body {
    min-height: 8.75rem;
    padding: .06rem .16rem 2.5rem;
  }

  .zt-home-zeromobile-grid .zt-meta {
    overflow: hidden;
    font-size: .66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zt-home-zeromobile-grid .zt-home-offer-title {
    min-height: 2.34em;
    margin-top: .24rem;
    font-size: .88rem;
    line-height: 1.17;
  }

  .zt-home-zeromobile-grid .zt-home-offer-detail {
    min-height: 2.28em;
    margin-top: .22rem;
    font-size: .7rem;
    line-height: 1.14;
  }

  .zt-home-zeromobile-grid .zt-home-offer-price {
    right: .12rem;
    bottom: 1rem;
    max-width: calc(100% - .24rem);
    font-size: .76rem;
    line-height: 1.18;
  }

  .zt-home-zeromobile-grid .zt-home-offer-sub {
    right: .12rem;
    max-width: calc(100% - .24rem);
    font-size: .64rem;
  }
}

/* ZeroMobile public model grouping */
.zt-model-group-list {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.4rem);
}

.zt-model-group {
  display: grid;
  gap: 1rem;
  scroll-margin-top: 6.5rem;
}

.zt-model-group-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(125, 211, 252, .42);
  border-radius: 1.5rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(240,249,255,.68)),
    rgba(255,255,255,.55);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
  padding: clamp(.9rem, 2vw, 1.25rem);
}

.zt-model-group-head h3 {
  margin: .25rem 0 0;
  color: var(--zt-ink);
  font-size: clamp(1.45rem, 3.4vw, 2.35rem);
  line-height: 1;
}

.zt-model-group-head > span {
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(14, 165, 233, .12);
  color: #0369a1;
  font-weight: 900;
  padding: .55rem .9rem;
}

@media (max-width: 760px) {
  .zt-model-group-list {
    gap: 1.25rem;
  }

  .zt-model-group {
    gap: .72rem;
  }

  .zt-model-group-head {
    align-items: center;
    border-radius: 1.05rem;
    padding: .82rem .86rem;
  }

  .zt-model-group-head h3 {
    font-size: 1.35rem;
  }

  .zt-model-group-head > span {
    padding: .42rem .62rem;
    font-size: .76rem;
  }

  .zt-model-group .zt-grid-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .68rem !important;
  }
}
