/* TexZona HERO Premium Light v4.1.0 */
.tz-hero3,
.tz-hero3 * {
  box-sizing: border-box;
}

.tz-hero3 {
  --tz-hero-ink: #101828;
  --tz-hero-text: #344054;
  --tz-hero-muted: #667085;
  --tz-hero-line: #e4e7ec;
  --tz-hero-soft: #f7f8fa;
  --tz-hero-white: #ffffff;
  --tz-hero-cyan: #0797b4;
  position: relative;
  background: #eef1f4;
  color: var(--tz-hero-ink);
}

.tz-hero3 .tz-hero3__bg::after {
  background:
    linear-gradient(90deg, rgba(247, 249, 251, 0.98) 0%, rgba(247, 249, 251, 0.94) 36%, rgba(247, 249, 251, 0.68) 64%, rgba(247, 249, 251, 0.28) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(16, 24, 40, 0.10));
}

.tz-hero3 .tz-slide {
  inset: 0;
  transform: scale(1.015) translate3d(0, 0, 0);
  filter: saturate(0.88) contrast(0.98) brightness(1.06);
  transition: opacity 850ms ease;
}

.tz-hero3 .tz-hero3__wrap {
  max-width: 1460px;
  padding: clamp(24px, 3vw, 46px);
  grid-template-columns: minmax(0, 1.07fr) minmax(370px, 0.93fr);
  gap: clamp(24px, 3.2vw, 48px);
  align-items: start;
}

.tz-hero3 .tz-hero3__panel {
  grid-column: 1;
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 3.4vw, 50px);
  border: 1px solid rgba(228, 231, 236, 0.96);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.93);
  color: var(--tz-hero-ink);
  backdrop-filter: blur(18px) saturate(108%);
  box-shadow: 0 28px 80px rgba(16, 24, 40, 0.14);
}

.tz-hero3 .tz-hero3__panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -170px;
  right: -130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.10), rgba(255, 122, 0, 0) 70%);
  pointer-events: none;
}

.tz-hero3 .tz-hero3__panel > * {
  position: relative;
  z-index: 1;
}

.tz-hero3 .tz-hero3__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--tz-hero-cyan);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tz-hero3 .tz-hero3__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.tz-hero3 h1 {
  max-width: 780px;
  margin: 0;
  color: var(--tz-hero-ink);
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.05em;
  overflow-wrap: break-word;
}

.tz-hero3 p {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--tz-hero-text);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.65;
}

.tz-hero3 .tz-chips {
  gap: 8px;
  margin-top: 24px;
}

.tz-hero3 .tz-chip {
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid var(--tz-hero-line);
  border-radius: 999px;
  background: var(--tz-hero-soft);
  color: var(--tz-hero-text);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.35;
  box-shadow: none;
}

.tz-hero3 .tz-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12);
}

.tz-hero3 .tz-features {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--tz-hero-line);
}

.tz-hero3 .tz-card {
  position: relative;
  min-width: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--tz-hero-ink);
  transition: none;
}

.tz-hero3 .tz-card:first-child {
  padding-left: 0;
}

.tz-hero3 .tz-card + .tz-card {
  border-left: 1px solid var(--tz-hero-line);
}

.tz-hero3 .tz-card::before {
  display: block;
  margin-bottom: 10px;
  color: var(--tz-hero-cyan);
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.12em;
}

.tz-hero3 .tz-card:nth-child(1)::before { content: "01"; }
.tz-hero3 .tz-card:nth-child(2)::before { content: "02"; }
.tz-hero3 .tz-card:nth-child(3)::before { content: "03"; }

.tz-hero3 .tz-card:hover {
  background: transparent;
}

.tz-hero3 .tz-card b {
  margin-bottom: 6px;
  color: var(--tz-hero-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.tz-hero3 .tz-card span {
  color: var(--tz-hero-muted);
  font-size: 12px;
  line-height: 1.5;
}

.tz-hero3 .tz-actions {
  gap: 10px;
  margin-top: 28px;
}

.tz-hero3 .tz-btn {
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--tz-hero-line);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tz-hero3 .tz-btn-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 122, 0, 0.22);
}

.tz-hero3 .tz-btn-ghost {
  border-color: var(--tz-hero-line);
  background: var(--tz-hero-white);
  color: var(--tz-hero-ink);
}

.tz-hero3 .tz-hero3__info {
  grid-column: 2;
  position: relative;
  padding: 24px;
  border: 1px solid rgba(228, 231, 236, 0.96);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--tz-hero-ink);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 52px rgba(16, 24, 40, 0.11);
}

.tz-hero3 .tz-hero3__info h3 {
  margin: 0 0 12px;
  color: var(--tz-hero-ink);
  font-size: 17px;
  font-weight: 850;
}

.tz-hero3 .tz-hero3__info ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: var(--tz-hero-text);
  font-size: 13px;
  line-height: 1.5;
  list-style: none;
}

.tz-hero3 .tz-hero3__info li {
  position: relative;
  padding-left: 22px;
}

.tz-hero3 .tz-hero3__info li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--tz-hero-cyan);
  font-weight: 900;
}

.tz-hero3.tz-info-in-panel .tz-hero3__info {
  margin-top: 24px;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid var(--tz-hero-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.tz-hero3.tz-info-in-panel .tz-hero3__info h3 {
  display: none;
}

.tz-hero3.tz-info-in-panel .tz-hero3__info ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tz-hero3 .tz-specials-overlay {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  grid-column: 2;
  width: 100%;
  max-width: none;
  transform: none;
}

.tz-hero3 .tz-specials-stack {
  gap: 12px;
}

.tz-hero3 .tz-special-card,
.tz-hero3 .tz-specials-overlay.is-multi .tz-special-card {
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(228, 231, 236, 0.96);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.93);
  color: var(--tz-hero-ink);
  backdrop-filter: blur(16px) saturate(108%);
  box-shadow: 0 20px 52px rgba(16, 24, 40, 0.12);
}

.tz-hero3 .tz-special-img,
.tz-hero3 .tz-specials-overlay.is-multi .tz-special-img {
  width: 108px;
  height: 108px;
  border: 1px solid var(--tz-hero-line);
  border-radius: 16px;
  background: var(--tz-hero-soft);
}

.tz-hero3 .tz-special-img img {
  object-fit: contain;
  padding: 7px;
}

.tz-hero3 .tz-special-badge {
  padding: 5px 9px;
  border: 1px solid rgba(255, 122, 0, 0.22);
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.09);
  color: #c7500b;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tz-hero3 .tz-special-title {
  margin: 8px 0;
  color: var(--tz-hero-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.tz-hero3 .tz-special-title:hover {
  color: #c7500b;
  text-decoration: none;
}

.tz-hero3 .tz-special-prices {
  gap: 8px;
}

.tz-hero3 .tz-special-new {
  color: var(--tz-hero-ink);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.tz-hero3 .tz-special-old {
  color: var(--tz-hero-muted);
  font-size: 12px;
}

.tz-hero3 .tz-special-actions {
  margin-top: 11px;
}

.tz-hero3 .tz-special-btn {
  min-width: 0;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--tz-hero-line);
  border-radius: 12px;
  background: var(--tz-hero-white);
  color: var(--tz-hero-ink);
  font-size: 12px;
  font-weight: 850;
}

.tz-hero3 .tz-special-btn-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.tz-hero3 .tz-specials-footer {
  margin-top: 12px;
}

.tz-hero3 .tz-specials-footer .tz-special-btn {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
}

.tz-hero3 .tz-nav {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(228, 231, 236, 0.94);
  background: rgba(255, 255, 255, 0.90);
  color: var(--tz-hero-ink);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.12);
  backdrop-filter: blur(12px);
}

.tz-hero3 .tz-nav:hover {
  background: #fff;
}

.tz-hero3 .tz-hero3__pagination {
  position: absolute;
  z-index: 9;
  bottom: 16px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(228, 231, 236, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.10);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
}

.tz-hero3 .tz-hero3__page-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #b8c0cc;
  cursor: pointer;
  transition: width 180ms ease, background-color 180ms ease;
}

.tz-hero3 .tz-hero3__page-dot.is-active {
  width: 22px;
  background: var(--accent);
}

.tz-hero3 .tz-reveal {
  transform: translateY(10px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.tz-hero3 .tz-btn:focus-visible,
.tz-hero3 .tz-special-btn:focus-visible,
.tz-hero3 .tz-nav:focus-visible {
  outline: 3px solid rgba(7, 151, 180, 0.24);
  outline-offset: 3px;
}

@media (hover: hover) {
  .tz-hero3 .tz-btn:hover,
  .tz-hero3 .tz-special-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(16, 24, 40, 0.10);
  }

  .tz-hero3 .tz-btn-primary:hover,
  .tz-hero3 .tz-special-btn-primary:hover {
    border-color: #d95812;
    background: #d95812;
    color: #fff;
  }
}

@media (max-width: 1100px) {
  .tz-hero3,
  .tz-hero3:not(.tz-hero3--mcompact),
  .tz-hero3.tz-hero3--mcompact {
    height: auto;
    min-height: 0;
    padding-bottom: 18px;
  }

  .tz-hero3 .tz-hero3__wrap {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 820px;
    padding: 24px 18px;
  }

  .tz-hero3 .tz-hero3__panel,
  .tz-hero3 .tz-specials-overlay,
  .tz-hero3 .tz-hero3__info {
    grid-column: 1;
  }

  .tz-hero3 .tz-specials-overlay {
    position: relative;
    width: 100%;
    margin-top: 0;
  }

  .tz-hero3 .tz-hero3__bg::after {
    background:
      linear-gradient(180deg, rgba(247, 249, 251, 0.91) 0%, rgba(247, 249, 251, 0.83) 60%, rgba(247, 249, 251, 0.94) 100%),
      rgba(255, 255, 255, 0.26);
  }
}

@media (max-width: 980px) {
  .tz-hero3.tz-hero3--mcompact {
    height: auto !important;
    min-height: 430px !important;
  }

  .tz-hero3.tz-hero3--mcompact .tz-hero3__wrap {
    display: grid !important;
  }

  .tz-hero3.tz-hero3--mcompact .tz-specials-overlay {
    display: none !important;
  }

  .tz-hero3.tz-hero3--mcompact .tz-features,
  .tz-hero3.tz-hero3--mcompact .tz-hero3__info {
    display: none !important;
  }

  .tz-hero3.tz-hero3--mcompact .tz-chip:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 680px) {
  .tz-hero3 .tz-hero3__wrap {
    padding: 14px 10px;
  }

  .tz-hero3 .tz-hero3__panel {
    padding: 26px 20px 22px;
    border-radius: 22px;
  }

  .tz-hero3 .tz-hero3__eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .tz-hero3 h1 {
    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.06;
  }

  .tz-hero3 p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
  }

  .tz-hero3 .tz-chips {
    margin-top: 20px;
  }

  .tz-hero3 .tz-chip {
    width: 100%;
  }

  .tz-hero3 .tz-features {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
    padding-top: 20px;
  }

  .tz-hero3 .tz-card,
  .tz-hero3 .tz-card:first-child {
    padding: 0;
  }

  .tz-hero3 .tz-card + .tz-card {
    padding-top: 14px;
    border-top: 1px solid var(--tz-hero-line);
    border-left: 0;
  }

  .tz-hero3 .tz-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .tz-hero3 .tz-btn {
    width: 100%;
  }

  .tz-hero3 .tz-special-card,
  .tz-hero3 .tz-specials-overlay.is-multi .tz-special-card {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .tz-hero3 .tz-special-img,
  .tz-hero3 .tz-specials-overlay.is-multi .tz-special-img {
    width: 86px;
    height: 86px;
  }

  .tz-hero3.tz-info-in-panel .tz-hero3__info ul {
    grid-template-columns: 1fr;
  }

  .tz-hero3 .tz-nav {
    display: none;
  }

  .tz-hero3 .tz-hero3__pagination {
    bottom: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tz-hero3 .tz-slide,
  .tz-hero3 .tz-reveal,
  .tz-hero3 .tz-btn,
  .tz-hero3 .tz-special-btn {
    transition: none;
  }
}
