/* ===== HAITRON PRODUCT PAGES ===== */
:root {
  --ht-deep: #0A2540;
  --ht-teal: #0E9AA7;
  --ht-teal-dark: #0B7F8A;
  --ht-ink: #101828;
  --ht-muted: #475467;
  --ht-line: #E4E9F0;
  --ht-surface: #FFFFFF;
  --ht-tint: #F5F8FA;
  --ht-radius: 14px;
  --ht-shadow: 0 10px 30px rgba(16,24,40,0.06);
  --ht-shadow-hover: 0 14px 40px rgba(16,24,40,0.1);
  --ht-container: 1240px;
  --ht-gutter: 24px;
  --ht-section-py: 96px;
  --ht-font-heading: 'Sora', 'Segoe UI', Arial, sans-serif;
  --ht-font-body: 'Inter', 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body.haitron-products {
  margin: 0;
  font-family: var(--ht-font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ht-ink);
  background: var(--ht-surface);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.haitron-products img { max-width: 100%; height: auto; display: block; }
body.haitron-products a { color: inherit; text-decoration: none; }
body.haitron-products button, body.haitron-products input { font: inherit; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.ht-container { max-width: var(--ht-container); margin: 0 auto; padding: 0 var(--ht-gutter); }
.ht-section { padding: var(--ht-section-py) 0; }
.ht-section--tint { background: var(--ht-tint); }
.ht-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; }
.ht-section__title {
  margin: 0;
  max-width: 760px;
  font-family: var(--ht-font-heading);
  font-size: clamp(1.8rem, 3.3vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--ht-deep);
  text-wrap: balance;
}
.ht-body { max-width: 680px; color: var(--ht-muted); }
.ht-kicker {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--ht-teal);
}
.ht-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 8px;
  border: 1.5px solid transparent;
  font-size: 15px;
  font-weight: 700;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.ht-btn--primary { background: var(--ht-teal); color: #fff; }
.ht-btn--primary:hover { background: var(--ht-teal-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(14,154,167,0.3); }
.ht-btn--white { background: #fff; color: var(--ht-deep); }
.ht-btn--outline-white {
  color: #fff;
  border-color: rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16), 0 8px 24px rgba(0,0,0,0.18);
}
.ht-btn--outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.22); }
.ht-btn--outline-dark { color: var(--ht-deep); border-color: rgba(10,37,64,0.22); background: #fff; }
.ht-btn--outline-dark:hover { border-color: var(--ht-teal); color: var(--ht-teal-dark); }
.ht-btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid var(--ht-teal);
  outline-offset: 3px;
}
.ht-section__link, .ht-text-link, .ht-mini-link {
  color: var(--ht-teal-dark);
  font-weight: 700;
}
.ht-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.ht-mini-button {
  border: 0;
  background: transparent;
  color: var(--ht-deep);
  font-weight: 700;
  cursor: pointer;
}

/* Header and footer */
.ht-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 12px 0;
  background: var(--ht-deep);
  transition: background 0.25s, box-shadow 0.25s;
}
.ht-header.scrolled { background: var(--ht-deep); box-shadow: 0 2px 20px rgba(10,37,64,0.15); }
.ht-header .ht-container { display: flex; align-items: center; gap: 32px; padding-top: 8px; padding-bottom: 8px; }
.ht-logo, .ht-footer__logo { position: relative; display: inline-flex; align-items: center; width: 210px; height: 92px; overflow: visible; flex: 0 0 auto; }
.ht-logo img, .ht-footer__logo img { position: absolute; width: 1px !important; height: 1px !important; opacity: 0; pointer-events: none; }
.ht-logo::before, .ht-footer__logo::before {
  content: "";
  width: 210px;
  height: 92px;
  background-image: url('../img/haitron-logo-client-approved-font-final-cropped.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.ht-nav { flex: 1; display: flex; justify-content: center; }
.ht-nav__list { display: flex; gap: 10px; align-items: center; margin: 0; padding: 0; list-style: none; }
.ht-header .ht-nav__link,
.ht-header .ht-nav__link:visited {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}
.ht-header .ht-nav__link:hover {
  background: rgba(255,255,255,0.08);
  color: #fff !important;
}
.ht-header .ht-nav__link[aria-current="page"] {
  background: var(--ht-teal);
  color: #fff !important;
}
.ht-header .ht-nav__link[aria-current="page"]:hover { background: var(--ht-teal-dark); }
.ht-header__cta { flex: 0 0 auto; min-height: 42px; padding: 10px 22px; font-size: 14px; }
.ht-hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.ht-hamburger__bar { display: block; width: 22px; height: 2px; background: currentColor; border-radius: 2px; transition: transform 0.25s, opacity 0.25s; }
.ht-hamburger[aria-expanded="true"] .ht-hamburger__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ht-hamburger[aria-expanded="true"] .ht-hamburger__bar:nth-child(2) { opacity: 0; }
.ht-hamburger[aria-expanded="true"] .ht-hamburger__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ht-product-hero {
  position: relative;
  min-height: 78vh;
  min-height: 78svh;
  display: flex;
  align-items: center;
  background: var(--ht-deep);
  overflow: hidden;
}
.ht-product-hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(10,37,64,0.92) 0%, rgba(10,37,64,0.72) 48%, rgba(10,37,64,0.36) 100%),
    url('../img/hero.jpg') center/cover no-repeat;
}
.ht-product-hero__overlay {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(10,37,64,0.72), rgba(10,37,64,0));
}
.ht-product-hero__inner { position: relative; z-index: 1; padding: 150px var(--ht-gutter) 92px; }
.ht-product-hero h1, .ht-family-hero h1 {
  margin: 0 0 22px;
  max-width: 820px;
  font-family: var(--ht-font-heading);
  font-size: clamp(2.35rem, 5.5vw, 4.45rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #fff;
  text-wrap: balance;
}
.ht-product-hero p:not(.ht-kicker) { max-width: 690px; margin: 0 0 34px; color: rgba(255,255,255,0.78); font-size: 18px; }
.ht-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: rgba(255,255,255,0.76); font-size: 14px; }
.ht-breadcrumb a:hover { color: #fff; }
.ht-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.ht-product-hero .ht-btn--outline-white {
  color: #fff;
  border-width: 2px;
}

body.haitron-product-archive .ht-products-page {
  padding-top: 116px;
  background: var(--ht-tint);
}
body.haitron-application-page .ht-products-page {
  padding-top: 116px;
  background: #fff;
}
body.haitron-product-archive .ht-section {
  padding-top: 64px;
  padding-bottom: 64px;
}
body.haitron-application-page .ht-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
body.haitron-product-archive .ht-selector {
  padding-top: 54px;
  padding-bottom: 54px;
}
.ht-product-catalog {
  padding-top: 32px;
  padding-bottom: 56px;
}
.ht-product-catalog .ht-breadcrumb {
  margin-bottom: 28px;
  color: var(--ht-muted);
}
.ht-product-catalog .ht-breadcrumb a:hover {
  color: var(--ht-teal-dark);
}
.ht-product-catalog__head {
  align-items: flex-start;
}
.ht-product-catalog__head .ht-body {
  margin: 16px 0 0;
}

.ht-selector {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(14,154,167,0.18) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #071f36 0%, var(--ht-deep) 58%, #082d42 100%);
  background-size: 28px 28px, auto;
  color: #fff;
}
.ht-selector__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1.52fr);
  gap: clamp(34px, 4.5vw, 62px);
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.ht-selector .ht-kicker {
  color: #50dce3;
}
.ht-selector__copy .ht-section__title {
  max-width: 470px;
  color: #fff;
  font-size: clamp(2rem, 2.85vw, 3rem);
  line-height: 1.04;
}
.ht-selector__copy .ht-body {
  max-width: 440px;
  margin: 22px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 17px;
  line-height: 1.7;
}
.ht-selector__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.82fr) minmax(0, 1.1fr);
  grid-template-areas:
    "target regenerant feed"
    "result result result";
  gap: 16px;
  align-items: stretch;
}
.ht-selector fieldset:nth-of-type(1) { grid-area: target; }
.ht-selector fieldset:nth-of-type(2) { grid-area: regenerant; }
.ht-selector fieldset:nth-of-type(3) { grid-area: feed; }
.ht-selector fieldset {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 178px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.ht-selector legend {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
}
.ht-selector legend + label { clear: left; }
.ht-selector label { display: inline-flex; margin: 0 6px 6px 0; cursor: pointer; }
.ht-selector input { position: absolute; opacity: 0; }
.ht-selector label span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  color: rgba(255,255,255,0.82);
  background: rgba(255,255,255,0.05);
  font-size: 14px;
  line-height: 1.25;
  transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.2s;
}
.ht-selector label:hover span {
  transform: translateY(-1px);
  border-color: rgba(80,220,227,0.5);
}
.ht-selector input:checked + span { background: #e7fbfd; border-color: #50dce3; color: var(--ht-deep); }
.ht-selector input:focus-visible + span { outline: 2px solid var(--ht-teal); outline-offset: 2px; }
.ht-selector__result {
  grid-area: result;
  grid-column: 1 / -1;
  margin-top: 0;
  min-height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  padding: 20px 22px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(80,220,227,0.42);
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}
.ht-selector__result-label {
  flex: 0 0 auto;
  color: var(--ht-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ht-selector__result-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
}
.ht-selector__result-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ht-deep);
  color: #50dce3;
  font-family: var(--ht-font-heading);
  font-weight: 800;
}
.ht-selector__result strong { display: block; margin: 0; font-family: var(--ht-font-heading); color: var(--ht-deep); font-size: 20px; line-height: 1.25; }
.ht-selector__result p { flex: 1 1 300px; margin: 0; color: var(--ht-muted); font-size: 15px; }
.ht-selector__result small { flex: 0 1 auto; color: #667085; font-size: 13px; }
.ht-selector__result .ht-btn { margin-left: auto; width: fit-content; min-height: 44px; padding: 11px 20px; font-size: 14px; }

.ht-family-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.ht-family-card { background: #fff; border: 1px solid var(--ht-line); border-radius: var(--ht-radius); overflow: hidden; box-shadow: var(--ht-shadow); transition: transform 0.25s, box-shadow 0.25s; }
.ht-family-card:hover { transform: translateY(-4px); box-shadow: var(--ht-shadow-hover); }
.ht-family-card__image { position: relative; display: block; aspect-ratio: 4 / 3; background: #dcecef; overflow: hidden; }
.ht-family-card__image img { width: 100%; height: 100%; object-fit: cover; }
.ht-family-card__image span, .ht-family-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 38px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--ht-teal);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.ht-family-card__image span { position: absolute; left: 18px; bottom: 18px; box-shadow: 0 10px 24px rgba(10,37,64,0.22); }
.ht-family-card__body { padding: 24px; }
.ht-family-card h3 { margin: 0 0 10px; font-family: var(--ht-font-heading); color: var(--ht-deep); font-size: 20px; line-height: 1.25; }
.ht-family-card p { margin: 0 0 18px; color: var(--ht-muted); font-size: 15px; }
.ht-family-card dl { display: grid; gap: 10px; margin: 0 0 18px; }
.ht-family-card dt { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ht-muted); }
.ht-family-card dd { margin: 2px 0 0; color: var(--ht-deep); font-weight: 700; }

.ht-table-wrap {
  position: relative;
  overflow-x: auto;
  border: 1px solid rgba(10,37,64,0.1);
  border-radius: var(--ht-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(16,24,40,0.09);
}
.ht-table-wrap::after {
  content: "";
  position: sticky;
  right: 0;
  top: 0;
  float: right;
  width: 32px;
  height: 1px;
  pointer-events: none;
  box-shadow: -22px 0 24px rgba(255,255,255,0.96);
}
.ht-compare-table, .ht-spec-table { width: 100%; min-width: 980px; border-collapse: separate; border-spacing: 0; font-size: 14px; }
.ht-compare-table caption, .ht-spec-table caption {
  padding: 18px 20px;
  text-align: left;
  color: var(--ht-muted);
  border-bottom: 1px solid rgba(228,233,240,0.9);
  background: linear-gradient(90deg, #fff, rgba(14,154,167,0.06));
}
.ht-compare-table th, .ht-compare-table td, .ht-spec-table th, .ht-spec-table td { padding: 16px; border-bottom: 1px solid rgba(228,233,240,0.88); vertical-align: top; }
.ht-compare-table th, .ht-spec-table th { color: var(--ht-deep); font-weight: 800; background: #fff; }
.ht-compare-table thead th, .ht-spec-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--ht-deep);
  color: #fff;
  box-shadow: 0 1px 0 rgba(10,37,64,0.18);
}
.ht-compare-table thead th:not(:first-child) {
  color: #dffbff;
  text-align: center;
  font-family: var(--ht-font-heading);
  letter-spacing: 0.04em;
}
.ht-compare-table tbody tr:nth-child(even) td,
.ht-compare-table tbody tr:nth-child(even) th {
  background: rgba(245,248,250,0.66);
}
.ht-compare-table tbody tr:hover td,
.ht-compare-table tbody tr:hover th {
  background: rgba(14,154,167,0.07);
}
.ht-compare-table th:first-child, .ht-compare-table td:first-child, .ht-spec-table tbody th:nth-child(2), .ht-spec-table tbody td:nth-child(2) {
  position: sticky;
  left: 0;
  z-index: 3;
  background: #fff;
  box-shadow: 1px 0 0 rgba(228,233,240,0.95);
}
.ht-compare-table thead th:first-child,
.ht-spec-table thead th:nth-child(2) {
  position: sticky;
  left: 0;
  z-index: 4;
  background: var(--ht-deep);
  color: #fff;
  box-shadow: 1px 0 0 rgba(10,37,64,0.2);
}
.ht-compare-table tbody th:first-child {
  color: var(--ht-deep);
  font-family: var(--ht-font-heading);
  font-size: 13px;
  line-height: 1.25;
}
.ht-compare-table tbody td {
  color: #344054;
  line-height: 1.45;
}
.ht-spec-table th span { display: block; margin-top: 3px; color: var(--ht-muted); font-size: 12px; font-weight: 500; }
.ht-spec-table small { display: block; margin-top: 4px; color: var(--ht-muted); font-weight: 500; }
.ht-num { font-variant-numeric: tabular-nums; white-space: nowrap; }
.ht-compare-check input { width: 18px; height: 18px; accent-color: var(--ht-teal); }

.ht-app-strip__grid, .ht-app-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.ht-app-pill, .ht-app-tags a, .ht-chip-list li {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ht-line);
  color: var(--ht-deep);
  font-weight: 700;
}
.ht-app-pill:hover, .ht-app-tags a:hover { border-color: var(--ht-teal); color: var(--ht-teal-dark); }

/* Applications */
.ht-app-hero {
  padding-top: 44px;
  background:
    radial-gradient(circle at 84% 20%, rgba(14,154,167,0.12), transparent 34%),
    linear-gradient(180deg, #fff 0%, var(--ht-tint) 100%);
}
.ht-app-hero .ht-breadcrumb,
.ht-app-detail-hero .ht-breadcrumb {
  margin-bottom: 28px;
  color: var(--ht-muted);
}
.ht-app-hero .ht-breadcrumb a:hover,
.ht-app-detail-hero .ht-breadcrumb a:hover {
  color: var(--ht-teal-dark);
}
.ht-app-hero__grid,
.ht-app-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}
.ht-app-hero__title {
  margin: 0;
  max-width: 780px;
  font-family: var(--ht-font-heading);
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1.03;
  letter-spacing: 0;
  color: var(--ht-deep);
  text-wrap: balance;
}
.ht-app-hero__copy > p:not(.ht-kicker),
.ht-app-detail-hero__grid > div > p:not(.ht-kicker) {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--ht-muted);
  font-size: 18px;
}
.ht-app-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.ht-app-hero__media,
.ht-app-detail-hero__media {
  position: relative;
  margin: 0;
  border-radius: var(--ht-radius);
  overflow: hidden;
  background: #dcecef;
  box-shadow: 0 24px 70px rgba(10,37,64,0.18);
}
.ht-app-hero__media img,
.ht-app-detail-hero__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.ht-app-hero__media figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 10px;
  color: #fff;
  background: rgba(10,37,64,0.84);
  backdrop-filter: blur(10px);
}
.ht-app-hero__media figcaption strong,
.ht-app-hero__media figcaption span {
  display: block;
}
.ht-app-hero__media figcaption span {
  color: rgba(255,255,255,0.72);
  font-size: 13px;
}
.ht-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ht-application-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--ht-line);
  border-radius: var(--ht-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--ht-shadow);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.ht-application-card:hover {
  transform: translateY(-4px);
  border-color: rgba(14,154,167,0.38);
  box-shadow: var(--ht-shadow-hover);
}
.ht-application-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dcecef;
}
.ht-application-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.ht-application-card:hover .ht-application-card__media img {
  transform: scale(1.04);
}
.ht-application-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,37,64,0) 45%, rgba(10,37,64,0.64) 100%);
}
.ht-application-card__media span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--ht-teal);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}
.ht-application-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}
.ht-application-card h3 {
  margin: 0 0 10px;
  font-family: var(--ht-font-heading);
  color: var(--ht-deep);
  font-size: 21px;
}
.ht-application-card p {
  margin: 0 0 18px;
  color: var(--ht-muted);
  font-size: 15px;
}
.ht-app-family-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 18px;
}
.ht-app-family-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(14,154,167,0.1);
  color: var(--ht-deep);
  font-size: 12px;
  font-weight: 800;
}
.ht-app-family-chips--light {
  margin-top: 26px;
}
.ht-app-family-chips--light span {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.24);
}
.ht-app-fit {
  background: #fff;
}
.ht-app-fit__head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
  margin-bottom: 32px;
}
.ht-app-fit__head p {
  margin: 0;
  color: var(--ht-muted);
}
.ht-app-fit__matrix {
  overflow: hidden;
  border: 1px solid var(--ht-line);
  border-radius: var(--ht-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(16,24,40,0.08);
}
.ht-app-fit__row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 190px;
  gap: 24px;
  align-items: center;
  padding: 20px 22px;
  border-bottom: 1px solid var(--ht-line);
}
.ht-app-fit__row:last-child {
  border-bottom: 0;
}
.ht-app-fit__row:hover {
  background: rgba(14,154,167,0.06);
}
.ht-app-fit__row strong {
  font-family: var(--ht-font-heading);
  color: var(--ht-deep);
}
.ht-app-fit__row span {
  color: var(--ht-muted);
  font-size: 15px;
}
.ht-app-fit__row em {
  justify-self: end;
  color: var(--ht-teal-dark);
  font-style: normal;
  font-weight: 800;
}
.ht-app-proof__grid,
.ht-app-duty-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}
.ht-app-proof__steps {
  display: grid;
  gap: 16px;
}
.ht-app-proof__steps div,
.ht-app-duty-panel,
.ht-app-duty-list {
  padding: 26px;
  border: 1px solid var(--ht-line);
  border-radius: var(--ht-radius);
  background: #fff;
  box-shadow: var(--ht-shadow);
}
.ht-app-proof__steps span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--ht-teal-dark);
  font-weight: 900;
}
.ht-app-proof__steps strong,
.ht-app-duty-list h3 {
  display: block;
  margin: 0 0 8px;
  font-family: var(--ht-font-heading);
  color: var(--ht-deep);
  font-size: 19px;
}
.ht-app-proof__steps p,
.ht-app-duty-panel p {
  margin: 0;
  color: var(--ht-muted);
}
.ht-app-detail-hero {
  padding-top: 44px;
  background: var(--ht-deep);
  color: #fff;
}
.ht-app-detail-hero .ht-breadcrumb,
.ht-app-detail-hero .ht-breadcrumb a {
  color: rgba(255,255,255,0.72);
}
.ht-app-detail-hero .ht-app-hero__title {
  color: #fff;
}
.ht-app-detail-hero__grid > div > p:not(.ht-kicker) {
  color: rgba(255,255,255,0.76);
}
.ht-app-detail-hero__media img {
  aspect-ratio: 4 / 3;
}
.ht-app-duty-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr) minmax(260px, 0.7fr);
}
.ht-app-duty-list ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ht-app-duty-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ht-muted);
}
.ht-app-duty-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ht-teal);
}
.ht-app-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.ht-app-product-card {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--ht-line);
  border-radius: var(--ht-radius);
  background: #fff;
  box-shadow: var(--ht-shadow);
}
.ht-app-product-card img {
  width: 130px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}
.ht-app-product-card span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--ht-teal);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.ht-app-product-card h3 {
  margin: 0 0 8px;
  font-family: var(--ht-font-heading);
  color: var(--ht-deep);
  font-size: 18px;
}
.ht-app-product-card p {
  margin: 0 0 12px;
  color: var(--ht-muted);
  font-size: 14px;
}

.ht-family-hero { padding: 150px 0 88px; background: var(--ht-deep); color: #fff; }
.ht-family-hero__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr); gap: clamp(42px, 7vw, 92px); align-items: center; }
.ht-family-hero__content > p:not(.ht-kicker) { max-width: 680px; color: rgba(255,255,255,0.78); font-size: 18px; margin: 22px 0 32px; }
.ht-family-hero .ht-btn--outline-dark { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.ht-family-hero .ht-btn--outline-dark:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.08); }
.ht-family-code { margin-bottom: 18px; }
.ht-family-hero__figure { margin: 0; border-radius: var(--ht-radius); overflow: hidden; box-shadow: 0 26px 70px rgba(0,0,0,0.28); background: rgba(255,255,255,0.06); }
.ht-family-hero__figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ht-family-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 36px; border: 1px solid rgba(255,255,255,0.16); border-radius: 10px; overflow: hidden; }
.ht-family-stats div { padding: 18px; background: rgba(255,255,255,0.06); }
.ht-family-stats strong { display: block; color: #fff; font-size: 15px; }
.ht-family-stats span { display: block; margin-top: 4px; color: rgba(255,255,255,0.64); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.ht-subnav { position: sticky; top: 0; z-index: 900; background: rgba(255,255,255,0.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--ht-line); }
.ht-subnav__inner { display: flex; gap: 24px; overflow-x: auto; min-height: 58px; align-items: center; }
.ht-subnav a { white-space: nowrap; color: var(--ht-muted); font-size: 14px; font-weight: 800; }
.ht-subnav a[aria-current="true"], .ht-subnav a:hover { color: var(--ht-teal-dark); }
.ht-split { display: grid; grid-template-columns: 0.7fr 1fr; gap: clamp(36px, 6vw, 88px); align-items: start; }
.ht-rich p { margin: 0 0 24px; color: var(--ht-muted); font-size: 18px; }
.ht-chip-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.ht-guidance-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.ht-guidance { padding: 30px; border: 1px solid var(--ht-line); border-radius: var(--ht-radius); background: #fff; box-shadow: var(--ht-shadow); }
.ht-guidance h3, .ht-inquiry__box h3 { margin: 0 0 18px; font-family: var(--ht-font-heading); color: var(--ht-deep); }
.ht-guidance ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.ht-guidance li { position: relative; padding-left: 32px; color: var(--ht-muted); }
.ht-guidance li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(14,154,167,0.13);
  border: 1px solid rgba(14,154,167,0.35);
}
.ht-guidance--caution li::before { background: rgba(10,37,64,0.06); border-color: rgba(10,37,64,0.16); }
.ht-inquiry { display: grid; grid-template-columns: 1fr 420px; gap: clamp(34px, 6vw, 88px); align-items: start; }
.ht-inquiry__box { padding: 30px; border-radius: var(--ht-radius); background: var(--ht-tint); border: 1px solid var(--ht-line); }
.ht-inquiry__box p { color: var(--ht-muted); }
.ht-inquiry__box .ht-btn { width: 100%; margin-top: 12px; }
.ht-model-cards { display: none; }

.ht-compare-tray {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 1200;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(640px, calc(100% - 32px));
  transform: translateX(-50%);
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(10,37,64,0.22);
  border: 1px solid var(--ht-line);
}
.ht-compare-tray[hidden] { display: none; }
.ht-compare-tray p { margin: 0 auto 0 0; color: var(--ht-deep); }
.ht-compare-dialog { width: min(900px, calc(100% - 32px)); border: 0; border-radius: var(--ht-radius); padding: 30px; box-shadow: 0 28px 90px rgba(10,37,64,0.28); }
.ht-compare-dialog::backdrop { background: rgba(10,37,64,0.58); }
.ht-dialog-close { position: absolute; top: 16px; right: 16px; border: 1px solid var(--ht-line); background: #fff; border-radius: 999px; padding: 8px 12px; cursor: pointer; }
.ht-compare-output table { width: 100%; border-collapse: collapse; margin-top: 18px; }
.ht-compare-output th, .ht-compare-output td { padding: 12px; border-bottom: 1px solid var(--ht-line); text-align: left; }

.ht-cta { background: var(--ht-teal); padding: 80px 0; }
.ht-cta__inner { text-align: center; }
.ht-cta__title { margin: 0 0 30px; font-family: var(--ht-font-heading); font-size: clamp(1.6rem, 3vw, 2.35rem); color: #fff; line-height: 1.18; }
.ht-cta__actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.ht-footer { background: var(--ht-deep); color: rgba(255,255,255,0.72); padding: 72px 0 0; }
.ht-footer a { color: rgba(255,255,255,0.72); }
.ht-footer a:hover { color: #fff; }
.ht-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.ht-footer__grid > div {
  display: grid;
  align-content: start;
  gap: 11px;
}
.ht-footer__grid > div > a:not(.ht-footer__logo) {
  display: block;
  width: fit-content;
  max-width: 100%;
  line-height: 1.45;
  word-break: break-word;
}
.ht-footer h3,
.ht-footer__heading {
  margin: 0 0 8px;
  font-family: var(--ht-font-heading);
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}
.ht-footer p {
  margin: 0;
  max-width: 360px;
  line-height: 1.65;
}
.ht-footer__tagline, .ht-footer__links li, .ht-footer__contact li { font-size: 14px; }
.ht-footer__tagline { max-width: 360px; }
.ht-footer__heading { margin: 0 0 18px; font-family: var(--ht-font-heading); color: #fff; font-size: 15px; }
.ht-footer ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.ht-footer__contact {
  display: grid;
  gap: 12px;
}
.ht-footer__contact h3,
.ht-footer__contact .ht-footer__heading {
  margin-bottom: 4px;
}
.ht-footer .ht-footer__contact a {
  display: grid;
  gap: 3px;
  align-items: start;
  width: fit-content;
  max-width: 100%;
  color: rgba(255,255,255,0.86);
  font-size: 15px;
  line-height: 1.42;
  word-break: break-word;
}
.ht-footer .ht-footer__contact a span {
  display: block;
  color: rgba(80,220,227,0.9);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ht-footer__bottom { padding: 24px 0; text-align: center; font-size: 13px; }

.ht-reveal { opacity: 1; transform: none; transition: opacity 0.5s ease, transform 0.5s ease; }
.js .ht-reveal { opacity: 1; transform: none; }
.ht-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .ht-section__head, .ht-selector__layout, .ht-family-hero__grid, .ht-split, .ht-inquiry, .ht-app-hero__grid, .ht-app-detail-hero__grid, .ht-app-fit__head, .ht-app-proof__grid, .ht-app-duty-grid { grid-template-columns: 1fr; }
  .ht-selector__panel { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ht-selector__copy .ht-section__title,
  .ht-selector__copy .ht-body { max-width: 720px; }
  .ht-selector__result { grid-column: 1 / -1; grid-row: auto; min-height: auto; }
  .ht-application-grid, .ht-app-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ht-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ht-family-hero__figure { max-width: 620px; }
}

@media (max-width: 768px) {
  :root { --ht-section-py: 62px; --ht-gutter: 20px; }
  .ht-section__head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .ht-section__link { white-space: normal; }
  .ht-header { min-height: 84px; padding: 10px 0; background: rgba(10,37,64,0.96); backdrop-filter: blur(16px); }
  .ht-header .ht-container { min-height: 58px; gap: 16px; }
  .ht-logo { width: 164px; height: 72px; }
  .ht-logo::before { width: 164px; height: 72px; }
  .ht-footer__logo, .ht-footer__logo::before { width: 184px; height: 81px; }
  .ht-hamburger { display: flex; margin-left: auto; }
  .ht-header__cta { display: none; }
  .ht-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(300px, 82vw);
    height: 100svh;
    background: var(--ht-deep);
    justify-content: center;
    padding: 40px;
    transition: right 0.3s ease;
  }
  .ht-nav.is-open { right: 0; }
  .ht-nav__list { flex-direction: column; align-items: flex-start; gap: 24px; }
  .ht-nav__link { font-size: 18px; min-height: 46px; padding: 10px 16px; }
  body.haitron-product-archive .ht-products-page { padding-top: 96px; }
  .ht-product-catalog { padding-top: 28px; }
  body.haitron-application-page .ht-products-page { padding-top: 96px; }
  body.haitron-application-page .ht-section { padding-top: 48px; padding-bottom: 48px; }
  .ht-app-hero, .ht-app-detail-hero { padding-top: 28px; }
  .ht-product-hero { min-height: 100svh; align-items: center; }
  .ht-product-hero__inner, .ht-family-hero { padding-top: 128px; padding-bottom: 58px; }
  .ht-product-hero h1, .ht-family-hero h1 { font-size: clamp(2.1rem, 9.5vw, 3.2rem); }
  .ht-product-hero p:not(.ht-kicker), .ht-family-hero__content > p:not(.ht-kicker), .ht-rich p { font-size: 16px; }
  .ht-hero-actions, .ht-cta__actions { display: grid; grid-template-columns: 1fr; }
  .ht-hero-actions .ht-btn, .ht-cta__actions .ht-btn { width: 100%; }
  body.haitron-product-archive .ht-section { padding-top: 44px; padding-bottom: 44px; }
  body.haitron-product-archive .ht-selector { padding-top: 44px; padding-bottom: 44px; }
  .ht-product-catalog { padding-top: 24px; padding-bottom: 44px; }
  .ht-selector { background-size: 22px 22px, auto; }
  .ht-selector__layout { gap: 24px; padding: 0; }
  .ht-selector__copy .ht-section__title { font-size: clamp(2rem, 8vw, 2.6rem); }
  .ht-selector__copy .ht-body { margin-top: 14px; font-size: 15px; }
  .ht-selector__panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "result"
      "target"
      "regenerant"
      "feed";
    gap: 12px;
  }
  .ht-selector fieldset { min-height: auto; padding: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
  .ht-selector legend { width: 100%; margin-bottom: 2px; font-size: 14px; }
  .ht-selector label { margin: 0; }
  .ht-selector label span { min-height: 38px; padding: 8px 11px; font-size: 13px; }
  .ht-selector__result { order: -1; grid-column: 1; padding: 18px; gap: 12px; }
  .ht-selector__result-main { min-width: 0; width: 100%; align-items: flex-start; }
  .ht-selector__result strong { font-size: 18px; }
  .ht-selector__result p { flex-basis: 100%; font-size: 14px; }
  .ht-selector__result .ht-btn { width: 100%; }
  .ht-guidance-grid, .ht-family-stats { grid-template-columns: 1fr; }
  .ht-app-hero__title { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .ht-app-hero__copy > p:not(.ht-kicker),
  .ht-app-detail-hero__grid > div > p:not(.ht-kicker) { font-size: 16px; }
  .ht-app-hero__actions { display: grid; grid-template-columns: 1fr; }
  .ht-app-hero__actions .ht-btn { width: 100%; }
  .ht-app-hero__media figcaption {
    position: static;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    background: var(--ht-deep);
  }
  .ht-application-grid, .ht-app-product-grid { grid-template-columns: 1fr; }
  .ht-app-fit__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ht-app-fit__row em {
    justify-self: start;
  }
  .ht-app-proof__steps div,
  .ht-app-duty-panel,
  .ht-app-duty-list {
    padding: 22px;
  }
  .ht-app-product-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }
  .ht-app-product-card img {
    width: 104px;
  }
  .ht-table-wrap:has(.ht-spec-table) { display: none; }
  .ht-model-cards { display: grid; gap: 16px; }
  .ht-model-card { padding: 22px; border: 1px solid var(--ht-line); border-radius: var(--ht-radius); background: #fff; box-shadow: var(--ht-shadow); }
  .ht-model-card h3 { margin: 0; font-family: var(--ht-font-heading); color: var(--ht-deep); }
  .ht-model-card p { margin: 4px 0 16px; color: var(--ht-muted); }
  .ht-model-card dl { display: grid; gap: 10px; margin: 0 0 18px; }
  .ht-model-card div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--ht-line); padding-bottom: 8px; }
  .ht-model-card dt { color: var(--ht-muted); }
  .ht-model-card dd { margin: 0; color: var(--ht-deep); font-weight: 700; text-align: right; }
  .ht-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .ht-compare-tray { flex-wrap: wrap; }
}

@media (max-width: 400px) {
  .ht-logo, .ht-logo::before { width: 146px; height: 64px; }
  .ht-product-hero__inner, .ht-family-hero { padding-top: 120px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .ht-reveal { opacity: 1; transform: none; }
}

@media print {
  .ht-header, .ht-subnav, .ht-cta, .ht-footer, .ht-compare-tray { display: none; }
  .ht-family-hero, .ht-product-hero { padding: 30px 0; min-height: auto; color: #000; background: #fff; }
}

/* ===== Applications page: approved-system extension ===== */
body.haitron-application-page .ht-products-page {
  padding-top: 116px;
  background: #fff;
}
body.haitron-application-page .ht-section { padding-top: 68px; padding-bottom: 68px; }
.ht-app-opening {
  padding: 34px 0 62px;
  background:
    linear-gradient(135deg, rgba(14,154,167,0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #fff 0%, #f6fafb 100%);
  background-size: 30px 30px, auto;
}
.ht-app-opening .ht-breadcrumb,
.ht-app-detail .ht-breadcrumb { margin-bottom: 28px; color: var(--ht-muted); }
.ht-app-opening .ht-breadcrumb a:hover,
.ht-app-detail .ht-breadcrumb a:hover { color: var(--ht-teal-dark); }
.ht-app-opening__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.46fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: end;
}
.ht-app-opening__copy h1,
.ht-app-detail__copy h1 {
  margin: 0;
  max-width: 880px;
  font-family: var(--ht-font-heading);
  font-size: clamp(2.35rem, 5.1vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--ht-deep);
  text-wrap: balance;
}
.ht-app-opening__copy > p:not(.ht-kicker),
.ht-app-detail__copy > p:not(.ht-kicker) {
  max-width: 720px;
  margin: 24px 0 0;
  color: #344054;
  font-size: 18px;
  line-height: 1.72;
}
.ht-app-opening__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.ht-app-opening__panel {
  border: 1px solid rgba(10,37,64,0.1);
  border-radius: var(--ht-radius);
  background: #fff;
  box-shadow: var(--ht-shadow);
  padding: 26px;
}
.ht-app-opening__panel span {
  display: block;
  margin-bottom: 18px;
  color: var(--ht-deep);
  font-family: var(--ht-font-heading);
  font-size: 18px;
  font-weight: 800;
}
.ht-app-opening__panel ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.ht-app-opening__panel li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #344054;
  font-size: 15px;
  font-weight: 700;
}
.ht-app-opening__panel li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ht-teal);
  box-shadow: 0 0 0 5px rgba(14,154,167,0.1);
  flex: 0 0 auto;
}
.ht-app-map-v2 { background: #fff; }
.ht-app-field-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.ht-app-field {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--ht-line);
  border-radius: var(--ht-radius);
  background: #fff;
  box-shadow: var(--ht-shadow);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.ht-app-field--wide { grid-column: span 2; }
.ht-app-field:hover {
  transform: translateY(-4px);
  border-color: rgba(14,154,167,0.36);
  box-shadow: var(--ht-shadow-hover);
}
.ht-app-field__media {
  position: relative;
  display: block;
  min-height: 220px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dcecef;
}
.ht-app-field__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.ht-app-field:hover .ht-app-field__media img { transform: scale(1.035); }
.ht-app-field__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,37,64,0.02) 35%, rgba(10,37,64,0.68) 100%);
}
.ht-app-field__media span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--ht-teal);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.ht-app-field__body { display: flex; flex-direction: column; padding: 24px; }
.ht-app-field h3 {
  margin: 0 0 10px;
  color: var(--ht-deep);
  font-family: var(--ht-font-heading);
  font-size: 22px;
  line-height: 1.2;
}
.ht-app-field p { margin: 0 0 20px; color: var(--ht-muted); font-size: 15px; line-height: 1.58; }
.ht-app-field dl { display: grid; gap: 12px; margin: auto 0 20px; }
.ht-app-field dt { color: #667085; font-size: 12px; font-weight: 800; }
.ht-app-field dd { margin: 3px 0 0; color: #26394d; font-size: 14px; line-height: 1.42; }
.ht-app-fit-v2 {
  background:
    linear-gradient(135deg, rgba(14,154,167,0.16) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #071f36 0%, var(--ht-deep) 58%, #082d42 100%);
  background-size: 28px 28px, auto;
  color: #fff;
}
.ht-app-fit-v2 .ht-kicker,
.ht-app-fit-v2 .ht-section__title { color: #fff; }
.ht-app-fit-v2__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.58fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: 30px;
}
.ht-app-fit-v2__head p { margin: 0; color: rgba(255,255,255,0.76); line-height: 1.72; }
.ht-app-fit-board {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--ht-radius);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}
.ht-app-fit-board__header,
.ht-app-fit-line {
  display: grid;
  grid-template-columns: minmax(160px, 0.52fr) minmax(0, 1fr) minmax(190px, 0.45fr);
  gap: 22px;
  align-items: center;
}
.ht-app-fit-board__header {
  padding: 16px 20px;
  color: #50dce3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
.ht-app-fit-line {
  padding: 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s;
}
.ht-app-fit-line:last-child { border-bottom: 0; }
.ht-app-fit-line:hover { background: rgba(255,255,255,0.08); }
.ht-app-fit-line strong { font-family: var(--ht-font-heading); font-size: 17px; }
.ht-app-fit-line span { color: rgba(255,255,255,0.76); font-size: 15px; line-height: 1.55; }
.ht-app-fit-line em { justify-self: end; color: #50dce3; font-style: normal; font-weight: 900; }
.ht-app-validation__grid,
.ht-app-duty-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}
.ht-app-validation__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ht-app-validation__steps div,
.ht-app-duty-v2__main,
.ht-app-duty-list {
  border: 1px solid var(--ht-line);
  border-radius: var(--ht-radius);
  background: #fff;
  box-shadow: var(--ht-shadow);
  padding: 26px;
}
.ht-app-validation__steps strong,
.ht-app-duty-list h3 {
  display: block;
  margin: 0 0 10px;
  color: var(--ht-deep);
  font-family: var(--ht-font-heading);
  font-size: 18px;
}
.ht-app-validation__steps p,
.ht-app-duty-v2__main p { margin: 0; color: var(--ht-muted); font-size: 15px; line-height: 1.62; }
.ht-app-detail {
  padding: 34px 0 74px;
  background:
    linear-gradient(135deg, rgba(80,220,227,0.08) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #071f36 0%, var(--ht-deep) 62%, #082d42 100%);
  background-size: 30px 30px, auto;
  color: #fff;
}
.ht-app-detail .ht-breadcrumb,
.ht-app-detail .ht-breadcrumb a { color: rgba(255,255,255,0.74); }
.ht-app-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(440px, 0.88fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}
.ht-app-detail__copy h1,
.ht-app-detail__copy .ht-kicker { color: #fff; }
.ht-app-detail__copy > p:not(.ht-kicker) { color: rgba(255,255,255,0.78); }
.ht-app-detail__media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--ht-radius);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 26px 70px rgba(0,0,0,0.28);
}
.ht-app-detail__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ht-app-duty-v2 { grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.62fr) minmax(250px, 0.62fr); }

@media (max-width: 1180px) {
  .ht-app-field-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ht-app-field--wide { grid-column: span 1; }
  .ht-app-validation__grid,
  .ht-app-duty-v2,
  .ht-app-detail__grid,
  .ht-app-opening__grid,
  .ht-app-fit-v2__head { grid-template-columns: 1fr; }
  .ht-app-validation__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body.haitron-application-page .ht-products-page { padding-top: 96px; }
  .ht-app-opening,
  .ht-app-detail { padding-top: 28px; padding-bottom: 46px; }
  .ht-app-opening__copy h1,
  .ht-app-detail__copy h1 { font-size: clamp(2.05rem, 10vw, 3.2rem); }
  .ht-app-opening__copy > p:not(.ht-kicker),
  .ht-app-detail__copy > p:not(.ht-kicker) { font-size: 16px; }
  .ht-app-opening__actions { display: grid; grid-template-columns: 1fr; }
  .ht-app-opening__actions .ht-btn { width: 100%; }
  .ht-app-field-grid,
  .ht-app-validation__steps,
  .ht-app-duty-v2 { grid-template-columns: 1fr; }
  .ht-app-field__media { min-height: 190px; }
  .ht-app-field__body,
  .ht-app-opening__panel,
  .ht-app-validation__steps div,
  .ht-app-duty-v2__main,
  .ht-app-duty-list { padding: 20px; }
  .ht-app-fit-board__header { display: none; }
  .ht-app-fit-line { grid-template-columns: 1fr; gap: 8px; padding: 18px; }
  .ht-app-fit-line em { justify-self: start; }
}

/* ===== Typical Cases local preview / WordPress-ready direction ===== */
body.haitron-cases-page .ht-products-page {
  padding-top: 116px;
  background: #fff;
}

.ht-cases-opening {
  padding: 34px 0 66px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(80,220,227,0.08) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #071f36 0%, var(--ht-deep) 58%, #082d42 100%);
  background-size: 30px 30px, auto;
}

.ht-cases-opening .ht-breadcrumb,
.ht-cases-opening .ht-breadcrumb a {
  color: rgba(255,255,255,0.72);
}

.ht-cases-opening__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: end;
}

.ht-cases-opening__copy h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-family: var(--ht-font-heading);
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  line-height: 1.02;
  text-wrap: balance;
}

.ht-cases-opening__copy > p:not(.ht-kicker) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
  line-height: 1.72;
}

.ht-cases-opening__proof {
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--ht-radius);
  background: rgba(255,255,255,0.07);
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
}

.ht-cases-opening__proof span {
  display: block;
  margin-bottom: 14px;
  color: #50dce3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ht-cases-opening__proof strong {
  color: #fff;
  font-family: var(--ht-font-heading);
  font-size: 20px;
  line-height: 1.35;
}

.ht-cases-showcase {
  background: #fff;
}

.ht-case-stack {
  display: grid;
  gap: 22px;
}

.ht-case-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--ht-line);
  border-radius: var(--ht-radius);
  background: #fff;
  box-shadow: var(--ht-shadow);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.ht-case-panel:hover {
  transform: translateY(-3px);
  border-color: rgba(14,154,167,0.36);
  box-shadow: var(--ht-shadow-hover);
}

.ht-case-panel__media {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: #dcecef;
}

.ht-case-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}

.ht-case-panel:hover .ht-case-panel__media img {
  transform: scale(1.035);
}

.ht-case-panel__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,37,64,0.03) 35%, rgba(10,37,64,0.66) 100%);
}

.ht-case-panel__media span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--ht-teal);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.ht-case-panel__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 44px);
}

.ht-case-index {
  margin: 0 0 12px;
  color: var(--ht-teal-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ht-case-panel h3 {
  margin: 0;
  color: var(--ht-deep);
  font-family: var(--ht-font-heading);
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  line-height: 1.12;
  text-wrap: balance;
}

.ht-case-panel__body > p:not(.ht-case-index) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--ht-muted);
  font-size: 16px;
  line-height: 1.68;
}

.ht-case-panel__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.ht-case-panel__facts div {
  padding: 16px;
  border: 1px solid rgba(10,37,64,0.08);
  border-radius: 10px;
  background: #f7fafb;
}

.ht-case-panel__facts dt {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.ht-case-panel__facts dd {
  margin: 4px 0 0;
  color: var(--ht-deep);
  font-weight: 800;
}

.ht-case-method__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 74px);
  align-items: start;
}

.ht-case-method__list {
  display: grid;
  gap: 16px;
}

.ht-case-method__item {
  padding: 24px;
  border: 1px solid var(--ht-line);
  border-radius: var(--ht-radius);
  background: #fff;
  box-shadow: var(--ht-shadow);
}

.ht-case-method__item strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ht-deep);
  font-family: var(--ht-font-heading);
  font-size: 18px;
}

.ht-case-method__item dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.ht-case-method__item dt {
  color: var(--ht-teal-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ht-case-method__item dd {
  margin: 4px 0 0;
  color: var(--ht-muted);
  font-size: 15px;
  line-height: 1.6;
}

.ht-case-acf {
  background: #fff;
}

.ht-case-acf__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  border-radius: var(--ht-radius);
  background:
    linear-gradient(135deg, rgba(14,154,167,0.10), transparent 42%),
    var(--ht-deep);
  color: #fff;
  box-shadow: 0 24px 70px rgba(10,37,64,0.2);
}

.ht-case-acf__inner .ht-kicker,
.ht-case-acf__inner h2 {
  color: #fff;
}

.ht-case-acf__inner h2 {
  margin: 0;
  font-family: var(--ht-font-heading);
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1.08;
  text-wrap: balance;
}

.ht-case-acf__inner ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ht-case-acf__inner li {
  position: relative;
  padding-left: 24px;
  color: rgba(255,255,255,0.82);
}

.ht-case-acf__inner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #50dce3;
}

@media (max-width: 980px) {
  .ht-cases-opening__grid,
  .ht-case-panel,
  .ht-case-method__grid,
  .ht-case-acf__inner {
    grid-template-columns: 1fr;
  }
  .ht-case-panel__media { min-height: 260px; }
}

@media (max-width: 640px) {
  body.haitron-cases-page .ht-products-page { padding-top: 96px; }
  .ht-cases-opening { padding-top: 28px; padding-bottom: 46px; }
  .ht-cases-opening__copy h1 { font-size: clamp(2.05rem, 10vw, 3.2rem); }
  .ht-cases-opening__copy > p:not(.ht-kicker) { font-size: 16px; }
  .ht-case-panel__media { min-height: 210px; }
  .ht-case-panel__facts { grid-template-columns: 1fr; }
  .ht-case-acf__inner,
  .ht-cases-opening__proof,
  .ht-case-method__item { padding: 22px; }
}

/* Typical Cases refinement: compact proof page, not a landing hero */
body.haitron-cases-page .ht-products-page {
  padding-top: 116px;
  background: var(--ht-tint);
}

body.haitron-cases-page .ht-section {
  padding-top: 62px;
  padding-bottom: 62px;
}

.ht-cases-showcase {
  padding-top: 32px;
  background: var(--ht-tint);
}

.ht-cases-showcase .ht-breadcrumb {
  margin-bottom: 28px;
  color: var(--ht-muted);
}

.ht-cases-showcase .ht-breadcrumb a:hover {
  color: var(--ht-teal-dark);
}

.ht-cases-showcase .ht-section__head {
  align-items: flex-start;
  margin-bottom: 34px;
}

.ht-cases-showcase .ht-section__title {
  font-size: clamp(2rem, 3.6vw, 3.25rem);
}

.ht-cases-showcase .ht-body {
  margin: 14px 0 0;
  max-width: 720px;
}

.ht-case-stack {
  gap: 18px;
}

.ht-case-panel {
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(16,24,40,0.055);
}

.ht-case-panel:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(16,24,40,0.075);
}

.ht-case-panel__media {
  min-height: 280px;
}

.ht-case-panel__media::after {
  background: linear-gradient(180deg, rgba(10,37,64,0) 42%, rgba(10,37,64,0.48) 100%);
}

.ht-case-panel__media span {
  background: rgba(255,255,255,0.94);
  color: var(--ht-deep);
  box-shadow: 0 10px 24px rgba(10,37,64,0.16);
}

.ht-case-panel__body {
  padding: clamp(24px, 3.5vw, 38px);
}

.ht-case-panel h3 {
  font-size: clamp(1.45rem, 2.25vw, 2rem);
}

.ht-case-panel__body > p:not(.ht-case-index) {
  margin-top: 14px;
}

.ht-case-panel__facts {
  margin-top: 22px;
}

.ht-case-panel__facts div {
  background: #fff;
  border-color: rgba(10,37,64,0.1);
}

.ht-case-method {
  background: #fff;
}

.ht-case-method__grid {
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 1fr);
}

.ht-case-method__item {
  border-radius: 10px;
  box-shadow: none;
}

.ht-case-method__item strong {
  font-size: 17px;
}

@media (max-width: 980px) {
  .ht-case-panel__media { min-height: 240px; }
}

@media (max-width: 640px) {
  body.haitron-cases-page .ht-products-page { padding-top: 96px; }
  body.haitron-cases-page .ht-section { padding-top: 44px; padding-bottom: 44px; }
  .ht-cases-showcase { padding-top: 26px; }
  .ht-cases-showcase .ht-section__head { display: block; }
  .ht-case-panel__media { min-height: 205px; }
}

/* ===== Contact page: quote and technical support ===== */
body.haitron-contact-page .ht-products-page {
  padding-top: 116px;
  background: #fff;
}

.ht-thank-you {
  min-height: calc(100svh - 116px);
  display: grid;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(14,154,167,0.09), transparent 42%),
    var(--ht-tint);
}

.ht-thank-you__inner {
  max-width: 880px;
}

.ht-thank-you h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ht-deep);
  font-family: var(--ht-font-heading);
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 1.06;
}

.ht-thank-you p:not(.ht-kicker) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--ht-muted);
  font-size: 18px;
  line-height: 1.75;
}

body.haitron-contact-page .ht-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.ht-footer__about {
  margin-top: 6px;
  color: #fff;
  font-weight: 700;
}

body.haitron-contact-page .ht-contact-start {
  padding-top: 50px;
  padding-bottom: 58px;
  background:
    linear-gradient(90deg, rgba(80,220,227,0.12) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(80,220,227,0.09) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 10% 0%, rgba(80,220,227,0.16), transparent 24%),
    linear-gradient(180deg, #f7fafc 0%, #fff 100%);
  background-size: auto, 44px 44px, auto, auto;
}

.ht-contact-start__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.78fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  margin-top: 24px;
}

.ht-contact-start__copy h1 {
  margin: 0;
  max-width: 690px;
  font-family: var(--ht-font-heading);
  font-size: clamp(2.05rem, 3.1vw, 3.55rem);
  line-height: 1.08;
  color: var(--ht-deep);
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: normal;
}

.ht-contact-start__copy p:not(.ht-kicker) {
  max-width: 660px;
  margin: 20px 0 0;
  color: #31435a;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.68;
}

.ht-contact-methods {
  display: grid;
  gap: 0;
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid rgba(10,37,64,0.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.9)),
    linear-gradient(135deg, rgba(14,154,167,0.1), transparent 48%);
  box-shadow: 0 18px 50px rgba(16,24,40,0.075);
}

.ht-contact-methods__head {
  display: grid;
  gap: 5px;
  padding: 4px 4px 16px;
  border-bottom: 1px solid rgba(10,37,64,0.1);
}

.ht-contact-methods__head span {
  color: var(--ht-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ht-contact-methods__head strong {
  max-width: 520px;
  color: var(--ht-deep);
  font-family: var(--ht-font-heading);
  font-size: 18px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ht-contact-method {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 6px 18px;
  align-items: baseline;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(10,37,64,0.09);
  background: transparent;
  transition: transform 0.2s ease, color 0.2s ease;
}

.ht-contact-method:last-child {
  border-bottom: 0;
}

.ht-contact-method:hover {
  transform: translateX(3px);
}

.ht-contact-method span {
  color: var(--ht-teal-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ht-contact-method strong {
  min-width: 0;
  font-family: var(--ht-font-heading);
  color: var(--ht-deep);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.25;
  word-break: break-word;
}

.ht-contact-method em {
  grid-column: 2;
  color: #526273;
  font-style: normal;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

body.haitron-contact-page .ht-contact-workbench {
  padding-top: 58px;
  background: #fff;
}

.ht-contact-workbench__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.45fr);
  gap: 26px;
  align-items: start;
}

.ht-contact-form,
.ht-contact-guide,
.ht-office-card {
  border: 1px solid rgba(10,37,64,0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16,24,40,0.055);
}

.ht-contact-form {
  padding: clamp(24px, 4vw, 42px);
}

.ht-contact-form__head {
  margin-bottom: 26px;
}

.ht-contact-form__head h2,
.ht-contact-guide h2 {
  margin: 0;
  font-family: var(--ht-font-heading);
  color: var(--ht-deep);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.15;
}

.ht-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ht-field {
  display: grid;
  gap: 8px;
  color: #1b344f;
  font-size: 14px;
  font-weight: 800;
}

.ht-field--full {
  margin-top: 18px;
  margin-bottom: 24px;
}

.ht-field input,
.ht-field select,
.ht-field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(10,37,64,0.16);
  border-radius: 8px;
  padding: 13px 14px;
  background: #f8fbfd;
  color: var(--ht-ink);
  font-family: var(--ht-font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.ht-field textarea {
  resize: vertical;
  min-height: 150px;
}

.ht-required {
  color: #d93025;
  font-weight: 700;
  margin-left: 2px;
}

.ht-field--required input:invalid,
.ht-field--required select:invalid,
.ht-field--required textarea:invalid {
  border-color: rgba(217,48,37,0.28);
}

.ht-form-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.ht-contact-form--success {
  text-align: center;
  padding: 48px 32px;
}

.ht-contact-form--success h2 {
  color: var(--ht-teal-dark);
}

.ht-field input::placeholder,
.ht-field textarea::placeholder {
  color: #66778a;
  opacity: 1;
}

.ht-field input:focus,
.ht-field select:focus,
.ht-field textarea:focus {
  outline: 2px solid rgba(14,154,167,0.34);
  border-color: var(--ht-teal);
  background: #fff;
}

.ht-contact-guide {
  position: sticky;
  top: 136px;
  padding: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(14,154,167,0.08), rgba(14,154,167,0) 34%),
    #fff;
}

.ht-contact-guide ol {
  display: grid;
  gap: 18px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: contactSteps;
}

.ht-contact-guide li {
  position: relative;
  min-height: 46px;
  padding-left: 58px;
  color: #405168;
  line-height: 1.58;
  counter-increment: contactSteps;
}

.ht-contact-guide li::before {
  content: counter(contactSteps, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ht-deep);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ht-contact-guide strong {
  color: var(--ht-deep);
}

.ht-contact-offices {
  padding-top: 58px;
}

.ht-office-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ht-office-card {
  padding: clamp(24px, 3vw, 34px);
}

.ht-office-card h3 {
  margin: 0 0 12px;
  font-family: var(--ht-font-heading);
  color: var(--ht-deep);
  font-size: 1.25rem;
}

.ht-office-card p {
  margin: 0;
  max-width: 620px;
  color: #405168;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .ht-contact-start__grid,
  .ht-contact-workbench__grid,
  .ht-office-grid {
    grid-template-columns: 1fr;
  }

  .ht-contact-guide {
    position: static;
  }
}

@media (max-width: 640px) {
  body.haitron-contact-page .ht-products-page { padding-top: 96px; }
  body.haitron-contact-page .ht-section { padding-top: 44px; padding-bottom: 44px; }
  body.haitron-contact-page .ht-contact-start { padding-top: 34px; padding-bottom: 40px; }
  .ht-contact-start__grid { margin-top: 20px; gap: 26px; min-width: 0; }
  .ht-contact-start__copy { min-width: 0; }
  .ht-contact-start__copy h1 {
    max-width: 100%;
    font-size: clamp(1.65rem, 7vw, 2.05rem);
    line-height: 1.16;
    text-wrap: pretty;
  }
  .ht-contact-start__copy p:not(.ht-kicker) {
    font-size: 15px;
    line-height: 1.62;
  }
  .ht-contact-methods { padding: 16px; }
  .ht-contact-methods__head strong { font-size: 15px; line-height: 1.42; }
  .ht-contact-method strong { font-size: 16px; }
  .ht-contact-method em { font-size: 14px; }
  .ht-contact-method { grid-template-columns: 1fr; padding: 16px 2px; }
  .ht-contact-method em { grid-column: auto; }
  .ht-field-grid { grid-template-columns: 1fr; }
  .ht-contact-form, .ht-contact-guide, .ht-office-card { border-radius: 10px; }
}

/* ===== News page: technical updates and resources ===== */
body.haitron-news-page .ht-products-page {
  padding-top: 116px;
  background: #fff;
}

body.haitron-news-page .ht-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

body.haitron-news-page .ht-news-opening {
  padding-top: 42px;
  padding-bottom: 48px;
  background:
    linear-gradient(90deg, rgba(80,220,227,0.1) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(80,220,227,0.08) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 8% 2%, rgba(80,220,227,0.18), transparent 26%),
    linear-gradient(180deg, #f7fafc 0%, #fff 100%);
  background-size: 48px 48px, 48px 48px, auto, auto;
}

.ht-news-opening__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(330px, 0.46fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: end;
  margin-top: 24px;
}

.ht-news-opening__copy h1 {
  margin: 0;
  max-width: 820px;
  font-family: var(--ht-font-heading);
  font-size: clamp(2.05rem, 3.7vw, 4.15rem);
  line-height: 1.07;
  color: var(--ht-deep);
  letter-spacing: 0;
  text-wrap: balance;
}

.ht-news-opening__copy p:not(.ht-kicker) {
  max-width: 720px;
  margin: 20px 0 0;
  color: #31435a;
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  line-height: 1.7;
}

.ht-news-brief {
  display: grid;
  gap: 10px;
  padding: 26px;
  border: 1px solid rgba(10,37,64,0.12);
  border-radius: 12px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 44px rgba(16,24,40,0.07);
}

.ht-news-brief span,
.ht-news-meta span {
  color: var(--ht-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ht-news-brief strong {
  font-family: var(--ht-font-heading);
  color: var(--ht-deep);
  font-size: 1.28rem;
  line-height: 1.3;
}

.ht-news-brief p {
  margin: 0;
  color: #405168;
  line-height: 1.65;
}

.ht-news-feature {
  padding-top: 56px;
  padding-bottom: 66px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 55%, var(--ht-tint) 55%, var(--ht-tint) 100%);
}

.ht-news-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.78fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(10,37,64,0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(16,24,40,0.09);
  min-height: 560px;
}

.ht-news-feature__media {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #dfe9ee;
}

.ht-news-feature__media img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.ht-news-tile__image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.ht-news-feature__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,37,64,0.02), rgba(10,37,64,0.22));
  pointer-events: none;
}

.ht-news-feature__media figcaption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 10px;
  background: rgba(10,37,64,0.78);
  color: #fff;
  backdrop-filter: blur(10px);
}

.ht-news-feature__media figcaption span {
  color: rgba(80,220,227,0.95);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ht-news-feature__media figcaption strong {
  font-family: var(--ht-font-heading);
  font-size: 15px;
}

.ht-news-feature__body {
  display: grid;
  align-content: center;
  gap: 17px;
  padding: clamp(28px, 3.8vw, 48px);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(14,154,167,0.07), rgba(14,154,167,0) 36%),
    #fff;
  box-shadow: none;
}

.ht-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  color: #5a6b80;
  font-size: 13px;
  font-weight: 700;
}

.ht-news-feature__body h2 {
  margin: 0;
  max-width: 610px;
  font-family: var(--ht-font-heading);
  color: var(--ht-deep);
  font-size: clamp(1.65rem, 2.45vw, 2.35rem);
  line-height: 1.12;
  text-wrap: balance;
}

.ht-news-feature__body p {
  margin: 0;
  max-width: 650px;
  color: #405168;
  font-size: 16px;
  line-height: 1.66;
}

.ht-news-feature__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ht-news-feature__points li {
  position: relative;
  padding: 10px 14px 10px 30px;
  border: 1px solid rgba(10,37,64,0.1);
  border-radius: 999px;
  background: #f7fafc;
  color: #1f3854;
  font-size: 14px;
  font-weight: 800;
}

.ht-news-feature__points li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ht-teal);
}

.ht-news-feature__note {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid rgba(14,154,167,0.22);
  border-radius: 10px;
  background: rgba(14,154,167,0.065);
}

.ht-news-feature__note span {
  color: var(--ht-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ht-news-feature__note p {
  font-size: 15px;
  line-height: 1.62;
}

.ht-news-feature__body .ht-btn {
  width: fit-content;
}

.ht-news-board {
  background: var(--ht-tint);
}

.ht-news-board__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ht-news-tile {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(10,37,64,0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16,24,40,0.055);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ht-news-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(16,24,40,0.08);
}

.ht-news-tile__image {
  min-height: 230px;
  background: #dfe9ee;
}

.ht-news-tile__body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
}

.ht-news-tile h3 {
  margin: 0;
  font-family: var(--ht-font-heading);
  color: var(--ht-deep);
  font-size: clamp(1.18rem, 1.8vw, 1.48rem);
  line-height: 1.22;
}

.ht-news-tile p {
  margin: 0;
  color: #405168;
  font-size: 15px;
  line-height: 1.65;
}

.ht-news-support {
  background: #fff;
}

.ht-news-support__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.ht-news-resource-list {
  display: grid;
  border-top: 1px solid rgba(10,37,64,0.12);
}

.ht-news-resource-list a {
  display: grid;
  grid-template-columns: 50px minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(10,37,64,0.12);
}

.ht-news-resource-list span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ht-deep);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ht-news-resource-list strong {
  color: var(--ht-deep);
  font-family: var(--ht-font-heading);
  line-height: 1.35;
}

.ht-news-resource-list em {
  color: #405168;
  font-style: normal;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .ht-news-feature__grid,
  .ht-news-board__grid,
  .ht-news-support__grid,
  .ht-news-opening__grid {
    grid-template-columns: 1fr;
  }

  .ht-news-feature__media {
    min-height: 340px;
  }
  .ht-news-feature__grid { min-height: auto; }
}

@media (max-width: 720px) {
  body.haitron-news-page .ht-products-page { padding-top: 96px; }
  body.haitron-news-page .ht-section { padding-top: 44px; padding-bottom: 44px; }
  body.haitron-news-page .ht-news-opening { padding-top: 34px; padding-bottom: 40px; }
  .ht-news-opening__copy h1 { font-size: clamp(1.75rem, 7.6vw, 2.55rem); line-height: 1.14; text-wrap: pretty; }
  .ht-news-brief { padding: 22px; }
  .ht-news-feature { padding-top: 34px; padding-bottom: 44px; }
  .ht-news-feature__grid { border-radius: 12px; }
  .ht-news-feature__media { min-height: 260px; }
  .ht-news-feature__media figcaption { left: 14px; right: 14px; bottom: 14px; padding: 12px; }
  .ht-news-feature__body { padding: 24px; }
  .ht-news-feature__body .ht-btn { width: 100%; }
  .ht-news-tile { grid-template-columns: 1fr; }
  .ht-news-tile__image { min-height: 210px; }
  .ht-news-resource-list a { grid-template-columns: 42px minmax(0, 1fr); }
  .ht-news-resource-list em { grid-column: 2; }
}
