/* page scope: freepage__mask only */
.freepage__mask .hh-maskpr {
  font-size: 16px;
  line-height: 1.75;
  color: #111;
}

.freepage__mask .container .hh-maskpr {
  max-width: none;
  padding: 0;
  margin: 24px auto;
}

/* basic headings (outside cards) */
.freepage__mask .hh-maskpr__h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 14px;
  color: #111;
}

.freepage__mask .hh-maskpr__h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #111;
  padding-left: 12px;
  border-left: 6px solid #004097;
}

.freepage__mask .hh-maskpr__h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 10px;
  padding-bottom: 4px;
  border-bottom: 2px solid #004097;
  color: #111;
}

.freepage__mask .hh-maskpr__block {
  margin: 22px 0 30px;
}

.freepage__mask .hh-maskpr__p {
  margin: 0 0 12px;
}

/* images */
.freepage__mask .hh-maskpr figure {
  margin: 0;
}

.freepage__mask .hh-maskpr img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* ASTM block layout on PC */
@media (min-width: 641px) {
  .freepage__mask .hh-maskpr__media {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  .freepage__mask .hh-maskpr__media-body {
    flex: 1 1 auto;
    max-width: 560px;
  }
  .freepage__mask .hh-maskpr__media-img {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

/* pair (two cards side by side on PC) */
.freepage__mask .hh-pair {
  display: block;
  margin: 8px 0 10px;
}

@media (min-width: 641px) {
  .freepage__mask .hh-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: flex-start;
  }
}

/* card style */
.freepage__mask .hh-card {
  background: #f8fbff;
  border: 1px solid #e5edf7;
  border-radius: 0;
  padding: 14px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.freepage__mask .hh-card .hh-maskpr__h3 {
  margin-top: 4px;
}

.freepage__mask .hh-card figure img {
  border-radius: 0;
}

/* card inner layout: vertical (text then image) */
.freepage__mask .hh-maskpr__media--vertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* make h3 full-width band on card top */
.freepage__mask .hh-card .hh-maskpr__h3 {
  display: block;
  margin: -14px -14px 12px -14px;
  padding: 10px 14px;
  background: #EAF2FF;
  color: #0F254A;
  border: none;
  border-bottom: 1px solid #DBE8FF;
  font-weight: 700;
  position: relative;
}

/* remove any previous accent pseudo-elements */
.freepage__mask .hh-card .hh-maskpr__h3::before {
  content: none !important;
}

.freepage__mask .hh-card .hh-maskpr__h3 {
  border-left: 0 !important;
}

/* list inside card: compact line height with square marker */
.freepage__mask .hh-card .hh-maskpr__list,
.freepage__mask .hh-card .hh-maskpr__list--dots {
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
}

.freepage__mask .hh-card .hh-maskpr__list li {
  position: relative;
  margin: 1.5px 0;
  padding: 3px 0 3px 1.2em;
  line-height: 1.2;
}

.freepage__mask .hh-card .hh-maskpr__list li::before {
  content: "";
  position: absolute;
  left: 0.15em;
  top: 0.75em;
  width: 8px;
  height: 8px;
  background: #6E8BC4;
  border-radius: 1px;
  transform: none;
  opacity: .9;
}

/* wide image look on PC (image bleeds wider than card content) */
@media (min-width: 641px) {
  .freepage__mask .hh-pair .hh-maskpr__media-img {
    width: 100%;
    margin: 0 auto;
  }
  .freepage__mask .hh-pair .hh-maskpr__media-img img {
    width: 170%;
    max-width: none;
    margin-left: -35%;
    display: block;
  }
}

/* align image vertical position for anti-fog / deodorization pair */
@media (min-width: 641px) {
  .freepage__mask .hh-pair.hh-pair--alignimg .hh-maskpr__media-body {
    min-height: 56px;
  }
}

/* certificate section */
.freepage__mask .hh-maskpr__cert-inner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.freepage__mask .hh-maskpr__cert-text {
  flex: 1 1 auto;
}

.freepage__mask .hh-maskpr__cert-fig {
  flex: 0 0 220px;
  max-width: 220px;
  text-align: center;
}

.freepage__mask .hh-maskpr__cert-img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.freepage__mask .hh-maskpr__cert-caption {
  font-size: 13px;
  color: #555;
  margin-top: 4px;
}

/* CTA buttons */
.freepage__mask .hh-maskpr__cta {
  margin: 26px 0 38px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

/* button: white background, blue border */
.freepage__mask .hh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #004097;
  background: #ffffff;
  border: 1px solid #004097;
  border-radius: 999px;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

/* button hover/focus: reverse color */
.freepage__mask .hh-btn:hover,
.freepage__mask .hh-btn:focus {
  background: #004097;
  color: #ffffff;
  border-color: #004097;
  text-decoration: none;
  font-weight: 400;
}

/* smartphone adjustments */
@media (max-width: 640px) {
  .freepage__mask .hh-maskpr {
    font-size: 15px;
  }
  .freepage__mask .hh-maskpr__h1 {
    font-size: 22px;
  }
  .freepage__mask .hh-maskpr__h2 {
    font-size: 20px;
  }
  .freepage__mask .hh-maskpr__h3 {
    font-size: 17px;
  }
  .freepage__mask .hh-maskpr__cert-inner {
    flex-direction: column;
  }
  .freepage__mask .hh-maskpr__cert-fig {
    flex: none;
    max-width: 60%;
    margin: 8px auto 0;
  }
}

/* mask spec table (PC only) */
@media (max-width: 640px) {
  .hh-products {
    display: none;
  }
}

/* table wrapper */
.freepage__mask .hh-products__tablewrap {
  overflow: auto;
  border: 1px solid #e5edf7;
  border-radius: 0;
  background: #fff;
}

/* table base */
.freepage__mask .hh-products__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.6;
}

.freepage__mask .hh-products__table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f2f7ff;
  color: #0f254a;
  border-bottom: 1px solid #dbe8ff;
  text-align: left;
  font-weight: 700;
  padding: 10px 12px;
  white-space: nowrap;
}

.freepage__mask .hh-products__table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #eef3fa;
  vertical-align: top;
}

.freepage__mask .hh-products__table tbody tr:last-child td {
  border-bottom: none;
}

/* link style inside table */
.freepage__mask .hh-products__table a.hh-link {
  color: #004097;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0,64,151,.35);
}

.freepage__mask .hh-products__table a.hh-link:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

/* center alignment for some columns */
.freepage__mask .hh-products__table tbody td:nth-child(7),
.freepage__mask .hh-products__table tbody td:nth-child(8),
.freepage__mask .hh-products__table tbody td:nth-child(9) {
  text-align: center;
  width: 6.5em;
}

/* show "[" for empty columns (8th, 9th) */
.freepage__mask .hh-products__table tbody td:nth-child(8):empty::before,
.freepage__mask .hh-products__table tbody td:nth-child(9):empty::before {
  content: "-";
  color: #6b7b94;
}

/* no border-radius inside this table scope */
.freepage__mask .hh-products__table,
.freepage__mask .hh-products__table * {
  border-radius: 0 !important;
}

/* shrink whole table font size to 70% */
.freepage__mask .hh-products__table {
  font-size: 70%;
}
