/* Construction safety additions: preserve the corporate site's blue palette. */
.safety-content {
  color: #30495b;
  font-size: 1rem;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.safety-content .safety-lead {
  color: #003f67;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 16px;
}
.safety-text { margin: 12px 0 0; font-size: 1rem; line-height: 1.9; }
.safety-eyebrow {
  color: #0a5f87;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .06em;
  margin-bottom: 10px;
}
.safety-title {
  color: #003f67;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.6;
}
.safety-subtitle { color: #003f67; font-size: 1.125rem; font-weight: 600; line-height: 1.7; }
.safety-product {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid #cbdce8;
  border-radius: 16px;
  background: #f6f9fc;
}
.safety-list { list-style: disc; padding-left: 1.3em; margin-top: 16px; }
.safety-list li + li { margin-top: 6px; }
.safety-figure { min-width: 0; margin: 0; }
.safety-figure img { display: block; width: 100%; height: auto; border-radius: 8px; }
.safety-figure a { display: block; }
.safety-figure figcaption { font-size: .875rem; line-height: 1.7; color: #526575; margin-top: 10px; }
.safety-product__image img { background: #fff; }
.safety-example {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-top: 28px;
}
.safety-screen { margin-top: 24px; }
.safety-screen img { border: 1px solid #d7e2ea; box-sizing: border-box; }
.safety-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
  margin-top: 24px;
}
.safety-features--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.safety-features li { padding: 22px; border: 1px solid #d7e2ea; border-top: 3px solid #4c8cb4; border-radius: 8px; background: #fff; }
.safety-features h6 { color: #003f67; font-size: 1.0625rem; font-weight: 600; line-height: 1.65; }
.safety-features p { font-size: 1rem; line-height: 1.9; margin-top: 8px; }
.safety-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; list-style: none; margin: 24px 0; padding: 0; }
.safety-flow li { display: flex; align-items: center; gap: 10px; padding: 14px; background: #edf4f8; border-radius: 8px; line-height: 1.7; }
.safety-flow span { color: #0a5f87; font-weight: 700; font-size: .875rem; flex-shrink: 0; }
.safety-content .safety-note { font-size: .875rem; line-height: 1.8; color: #526575; margin-top: 20px; }
.safety-note a, .safety-inline-link { color: #075b86; text-decoration: underline; text-underline-offset: 4px; }
.safety-link { display: inline-flex; align-items: center; gap: 12px; color: #075b86; font-weight: 600; margin-top: 18px; padding: 8px 0; text-decoration: underline; text-underline-offset: 5px; }
.safety-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.safety-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; background: #0e6b95; color: #fff; border: 1px solid #0e6b95; border-radius: 30px; padding: 12px 24px; min-height: 48px; box-sizing: border-box; font-weight: 600; text-align: center; }
.safety-button--outline { background: #fff; color: #075b86; }
.safety-button:hover { background: #003f67; color: #fff; }
.safety-content a:focus-visible, .safety-home-card a:focus-visible { outline: 3px solid #0a5f87; outline-offset: 4px; }
.safety-home-card .usecase-card__eyebrow { font-size: .875rem; }
.safety-home-card .usecase-card__text { font-size: 1rem; }
.safety-home-card .usecase-card__media img { object-fit: contain; background: #fff; }
@media (max-width: 767px) {
  .safety-product, .safety-example, .safety-features, .safety-features--three, .safety-flow { grid-template-columns: minmax(0, 1fr); }
  .safety-product { padding: 20px; gap: 20px; }
  .safety-product__image { width: min(100%, 420px); margin-inline: auto; }
  .safety-features li { padding: 18px; }
  .safety-flow { gap: 8px; }
  .safety-actions { flex-direction: column; }
  .safety-button { width: 100%; }
}
