/**
 * uwt brand accent overrides
 */
body[data-page="uwt"] {
  --brand-accent: #e85d04;
  --brand-accent-dark: #c44a00;
  --brand-surface: #f7f4f0;
}

body[data-page="uwt"] .uwt-hero {
  background: #f7f4f0;
  border-bottom-color: #e85d04;
}

body[data-page="uwt"] .uwt-hero::before {
  background:
    linear-gradient(105deg, rgba(247, 244, 240, 0.97) 42%, rgba(247, 244, 240, 0.55) 68%, rgba(247, 244, 240, 0.2) 100%),
    url('../images/uwt/product-vn1020.jpg') center right / contain no-repeat;
}

body[data-page="uwt"] .uwt-hero__logo {
  width: min(180px, 70%);
  height: auto;
  object-fit: contain;
}

body[data-page="uwt"] .uwt-hero__visual {
  max-width: 520px;
  margin-inline: auto;
}

body[data-page="uwt"] .uwt-hero__visual img {
  aspect-ratio: 4 / 3;
  max-height: 340px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  background: #f4f1ec;
}

body[data-page="uwt"] .uwt-highlights {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

body[data-page="uwt"] .uwt-highlight-card {
  height: 100%;
}

body[data-page="uwt"] .uwt-highlight-card__actions,
body[data-page="uwt"] .uwt-series-card__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body[data-page="uwt"] .uwt-highlight-card__actions .btn,
body[data-page="uwt"] .uwt-series-card__cta {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  justify-content: center;
}

body[data-page="uwt"] .uwt-highlight-card__actions .btn:hover,
body[data-page="uwt"] .uwt-series-card__cta:hover {
  transform: none;
}

body[data-page="uwt"] .uwt-highlight-card__actions .btn .bd-icon {
  flex-shrink: 0;
}

body[data-page="uwt"] .uwt-highlight-card__actions .btn--yellow,
body[data-page="uwt"] .uwt-series-card__cta.btn--yellow {
  background: #e85d04;
  color: #fff;
}

body[data-page="uwt"] .uwt-highlight-card__actions .btn--yellow:hover,
body[data-page="uwt"] .uwt-series-card__cta.btn--yellow:hover {
  background: #c44a00;
  color: #fff;
}

body[data-page="uwt"] .uwt-highlight-card__actions .btn--green,
body[data-page="uwt"] .uwt-series-card__cta.btn--green {
  background: #128c7e;
}

body[data-page="uwt"] .uwt-highlight-card__actions .btn--green:hover,
body[data-page="uwt"] .uwt-series-card__cta.btn--green:hover {
  background: #0e7368;
}

body[data-page="uwt"] .uwt-highlight-card__media {
  aspect-ratio: 4 / 3;
  background: #f4f1ec;
  display: flex;
  align-items: center;
  justify-content: center;
}

body[data-page="uwt"] .uwt-highlight-card__media img {
  width: auto;
  height: auto;
  max-width: 86%;
  max-height: 168px;
  object-fit: contain;
  object-position: center;
}

body[data-page="uwt"] .uwt-series-card__media {
  background: #f4f1ec;
}

body[data-page="uwt"] .uwt-series-card__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 148px;
  object-fit: contain;
  object-position: center;
}

body[data-page="uwt"] .uwt-series-card--featured {
  background: #fff8f3;
  border-color: #f0b58a;
}

body[data-page="uwt"] .uwt-category-block__visual {
  background: #f4f1ec;
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

body[data-page="uwt"] .uwt-category-block__visual img {
  height: 160px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

body[data-page="uwt"] .uwt-iran-card__media,
body[data-page="uwt"] .uwt-industry-card__media {
  background: #f4f1ec;
  display: flex;
  align-items: center;
  justify-content: center;
}

body[data-page="uwt"] .uwt-iran-card__media img,
body[data-page="uwt"] .uwt-industry-card__media img {
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 168px;
  object-fit: contain;
  object-position: center;
}

body[data-page="uwt"] .uwt-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 10px;
  padding: 8px 0 10px;
  border-bottom: 1px solid rgba(232, 93, 4, 0.18);
}

body[data-page="uwt"] .uwt-price__label {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
}

body[data-page="uwt"] .uwt-price strong,
body[data-page="uwt"] .uwt-series-card__price {
  font-size: 1.45rem;
  font-weight: 800;
  color: #e85d04;
  letter-spacing: -0.03em;
  line-height: 1;
}

body[data-page="uwt"] .uwt-series-card__price {
  display: inline-block;
  margin: 8px 0 4px;
}

body[data-page="uwt"] .uwt-academy-block {
  background: #1c1917;
  border: 1px solid rgba(232, 93, 4, 0.28);
  grid-template-columns: minmax(220px, 0.85fr) 1.15fr;
  align-items: stretch;
  gap: 28px;
  padding: 24px;
}

body[data-page="uwt"] .uwt-academy-block__visual {
  display: block;
  margin: 0;
  min-height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  background: #2a211c;
}

body[data-page="uwt"] .uwt-academy-block__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

body[data-page="uwt"] .uwt-academy-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 8px 8px 4px;
  min-width: 0;
}

body[data-page="uwt"] .uwt-academy-block h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.25;
  margin: 0 0 10px;
  text-align: start;
}

body[data-page="uwt"] .uwt-academy-block__content p {
  margin: 0 0 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
  max-width: 58ch;
}

body[data-page="uwt"] .uwt-academy-topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin: 0 0 22px;
  padding: 0;
}

body[data-page="uwt"] .uwt-academy-topics li {
  background: none;
  border-radius: 0;
  padding: 0;
  padding-inline-start: 16px;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

body[data-page="uwt"] .uwt-academy-topics li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e85d04;
}

body[data-page="uwt"] .uwt-academy-block .btn--yellow {
  align-self: flex-start;
  background: #e85d04;
  color: #fff;
  min-height: 44px;
  padding: 11px 20px;
  margin-top: 0;
}

body[data-page="uwt"] .uwt-academy-block .btn--yellow:hover {
  background: #c44a00;
  color: #fff;
  transform: none;
}

@media (max-width: 768px) {
  body[data-page="uwt"] .uwt-academy-block {
    padding: 16px;
    gap: 16px;
  }

  body[data-page="uwt"] .uwt-academy-block__visual img {
    min-height: 200px;
    max-height: 220px;
  }

  body[data-page="uwt"] .uwt-academy-topics {
    grid-template-columns: 1fr;
  }

  body[data-page="uwt"] .uwt-academy-block .btn--yellow {
    width: 100%;
    justify-content: center;
  }
}
