:root {
  --ink: #1d2733;
  --text: #374151;
  --muted: #6d7887;
  --line: #e4e9f0;
  --paper: #ffffff;
  --soft: #f7f9fc;
  --blue: #0068b7;
  --blue-2: #2580cc;
  --deep: #123761;
  --red: #c92a2a;
  --shadow: 0 16px 42px rgba(15, 35, 64, .1);
}

/* CRO form flow: keep the first decision simple and remove CTA overlap. */
.form-trust-note {
  margin: -4px 0 14px;
  padding: 10px 12px;
  border-left: 3px solid #1683d2;
  background: #f1f8fe;
  color: #38556e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}
.optional-details {
  margin: 2px 0 14px;
  overflow: hidden;
  border: 1px solid #d6e3ee;
  border-radius: 14px;
  background: #f8fbfe;
}
.optional-details summary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  color: #183b5b;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.optional-details summary::-webkit-details-marker { display: none; }
.optional-details summary::after { content: "+"; color: #1683d2; font-size: 22px; line-height: 1; }
.optional-details[open] summary::after { content: "−"; }
.optional-details summary span { color: #60788d; font-size: 11px; font-weight: 700; }
.optional-details-body { display: grid; gap: 14px; padding: 14px; border-top: 1px solid #d6e3ee; background: #fff; }
.fixed-actions.is-contact-visible { visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }
@media (max-width: 767px) {
  body { padding-bottom: 88px; }
  .optional-details summary { min-height: 46px; padding-inline: 12px; font-size: 13px; }
  .optional-details-body { padding: 12px; }
}

/* 2026-08 homepage hero copy balance: keep monitoring imagery visible on small screens. */
@media (max-width: 767px) {
  .bluescan-site .hero .hero-copy {
    max-width: 32ch !important;
    font-size: 17px !important;
    line-height: 1.52 !important;
  }

  .bluescan-site .hero .hero-meta,
  .bluescan-site .hero .hero-assurance {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
}

/* Keyboard access and conversion reassurance. */
.skip-link {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  padding: 11px 16px;
  border-radius: 8px;
  background: #082f55;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.consent input[type="checkbox"] { width: 18px; height: 18px; }

.comparison-table .official-sensor-icon {
  width: 56px !important;
  height: 56px !important;
}

.hero-assurance {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.service-card-image[src$="og-secom-dispatch.jpg"] {
  filter: brightness(1.12) saturate(.95) contrast(1.01);
}

.seo-image-panel.contain-image img[src$="bluescan-control-center.png"],
.seo-image-panel.contain-image img[src$="bluescan-remote-control.png"] {
  width: min(100%, 406px) !important;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .hero-assurance { margin-top: 13px; font-size: 13px; }
}

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

/* Image-led link cards */
.journey-card,
.feature-link-card,
.service-link .card {
  overflow: hidden;
}

.journey-card[style*="--card-image"],
.feature-link-card[style*="--card-image"] {
  padding-top: 0;
}

.journey-card[style*="--card-image"]::before,
.feature-link-card[style*="--card-image"]::before {
  width: calc(100% + 56px);
  height: 132px;
  margin: 0 -28px 24px;
  background:
    linear-gradient(180deg, rgba(5, 23, 42, .02), rgba(5, 23, 42, .16)),
    var(--card-image);
  background-size: cover;
  background-position: var(--card-position, center);
}

.service-link .card[style*="--card-image"] {
  padding-top: 172px;
}

.service-link .card[style*="--card-image"]::before {
  inset: 0 0 auto 0;
  width: auto;
  height: 140px;
  background:
    linear-gradient(180deg, rgba(5, 23, 42, .06), rgba(5, 23, 42, .2)),
    var(--card-image);
  background-size: cover;
  background-position: var(--card-position, center);
}

.comparison-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--line);
}

.comparison-table > div,
.comparison-table > a {
  display: grid;
  gap: 8px;
  padding: 26px;
  background: #fff;
  color: var(--text);
  text-decoration: none;
}

.comparison-table strong {
  color: var(--ink);
  font-size: 20px;
}

.bluescan-site {
  --ink: #17202c;
  --text: #344253;
  --muted: #697789;
  --line: #dfe7f0;
  --soft: #f5f8fb;
  --blue: #005bac;
  --blue-2: #0c78d4;
  --deep: #0f304f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans KR", AppleGothic, "Malgun Gothic", "맑은 고딕", Dotum, Arial, sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #edf0f4;
  box-shadow: 0 2px 12px rgba(15, 23, 42, .04);
  backdrop-filter: blur(12px);
}

.nav {
  width: min(1240px, calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #071a3d;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-width: 96px;
  color: var(--blue);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark::before {
  content: "에스원";
}

.brand span:last-child {
  padding-left: 14px;
  border-left: 1px solid #dfe5ee;
  font-size: 18px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}

.nav-links a {
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-links a[href^="tel:"] {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  border-radius: 999px;
}

.hero {
  min-height: 650px;
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9, 33, 63, .66) 0%, rgba(9, 33, 63, .46) 44%, rgba(9, 33, 63, .08) 78%),
    linear-gradient(180deg, rgba(9, 33, 63, .02), rgba(9, 33, 63, .16)),
    var(--hero-image, url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=80"));
  background-size: cover;
  background-position: center;
}

.bluescan-site .hero {
  color: #162232;
  min-height: 690px;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.97) 34%, rgba(255,255,255,.74) 52%, rgba(255,255,255,.18) 70%, rgba(255,255,255,0) 100%),
    var(--hero-image);
  background-size: cover;
  background-position: center right;
}

.bluescan-site .eyebrow {
  background: rgba(0, 104, 183, .9);
  border: 1px solid rgba(0, 104, 183, .1);
}

.bluescan-site .hero-copy {
  color: #4f5f72;
}

.hero-inner {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 110px 0 86px;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 13px;
  background: rgba(0, 104, 183, .88);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: 56px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 20px;
  font-weight: 500;
}

.hero-actions,
.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.btn:hover {
  background: var(--blue-2);
}

.btn.secondary {
  background: #fff;
  color: var(--blue);
}

.btn.light {
  background: #fff;
  color: var(--blue);
  border-color: #fff;
}








.band {
  padding: 90px 0;
}

.band.soft {
  background: var(--soft);
}

.wrap {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 36px;
}

.section-head h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: 0;
}

.section-head h2::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--blue);
}

.section-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-top: 2px solid var(--blue);
  border-radius: 0;
  background: #fff;
  padding: 30px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}

.card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 23px;
  font-weight: 700;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.product-media {
  min-height: 210px;
  background:
    linear-gradient(180deg, rgba(18, 55, 97, .02), rgba(18, 55, 97, .14)),
    var(--product-image);
  background-size: cover;
  background-position: var(--product-position, center);
}

.product-body {
  padding: 26px;
}

.product-body h3 {
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: 700;
}

.product-body p {
  margin: 0 0 18px;
  color: var(--muted);
}

.product-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--text);
  font-size: 15px;
}

.product-points li {
  position: relative;
  padding-left: 16px;
}

.product-points li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--blue);
}

.service-link {
  text-decoration: none;
}

.service-link .card {
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.service-link:hover .card {
  border-color: var(--blue);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: 56px;
  align-items: center;
}

.visual {
  min-height: 470px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(0, 91, 172, .04), rgba(0, 91, 172, .18)),
    var(--visual-image, url("https://images.unsplash.com/photo-1563986768609-322da13575f3?auto=format&fit=crop&w=1200&q=80"));
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.checklist {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.checklist li {
  position: relative;
  padding: 18px 0 18px 34px;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
}

.checklist li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: var(--blue);
}

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

.monitoring-grid article {
  position: relative;
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 48, 79, .07);
}

.monitoring-grid article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 4px;
  background: var(--blue);
}

.monitoring-grid span {
  display: block;
  margin-bottom: 54px;
  color: #99a8b9;
  font-weight: 700;
}

.monitoring-grid h3 {
  margin: 0 0 12px;
  color: #101826;
  font-size: 24px;
}

.monitoring-grid p {
  margin: 0;
  color: var(--muted);
}

.building-board {
  padding: 46px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 16px 44px rgba(15, 48, 79, .08);
}

.board-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.board-steps div {
  min-height: 160px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.board-steps strong,
.board-steps span {
  display: block;
}

.board-steps strong {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 22px;
}

.board-steps span {
  color: var(--text);
}

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

.usecase-card {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  padding: 30px 84px 30px 30px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}

.usecase-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 3px;
  background: var(--blue);
}

.usecase-card[style*="--card-image"] {
  display: grid;
  align-content: end;
  min-height: 250px;
  padding: 112px 26px 26px;
  background:
    linear-gradient(180deg, rgba(7, 25, 45, .04), rgba(7, 25, 45, .82)),
    var(--card-image);
  background-size: cover;
  background-position: var(--card-position, center);
  color: #fff;
}

.usecase-card[style*="--card-image"]::before {
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 25, 45, 0), rgba(7, 25, 45, .72));
}

.usecase-card[style*="--card-image"] h3,
.usecase-card[style*="--card-image"] p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.usecase-card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
}

.usecase-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.contact-box {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: 28px;
  align-items: stretch;
}

.contact-panel,
.contact-form {
  border: 1px solid var(--line);
  background: #fff;
  padding: 32px;
}

.contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.contact-panel h3,
.contact-form h3 {
  margin: 0 0 12px;
  font-size: 25px;
  font-weight: 700;
}

.contact-panel p {
  margin: 0;
  color: var(--muted);
}

.contact-note {
  margin-top: 14px !important;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: #536273 !important;
  font-size: 14px;
}

.contact-actions {
  display: grid;
  gap: 10px;
}

.contact-actions .btn {
  width: 100%;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cfd7e3;
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 10px 12px;
}

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

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: var(--muted);
  font-size: 13px;
}

.consent input {
  margin-top: 4px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.detail-lead-band {
  padding-top: clamp(50px, 6vw, 76px);
  padding-bottom: clamp(50px, 6vw, 76px);
}

.detail-lead-box {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid #dce5ef;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 35, 64, .08);
}

.detail-lead-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(28px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(0,91,172,.08), rgba(255,255,255,.96) 56%);
}

.detail-lead-copy h2 {
  margin: 0;
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.28;
}

.detail-lead-copy p {
  margin: 0;
  color: var(--muted);
}

.detail-lead-form {
  padding: clamp(24px, 3.2vw, 34px);
  border-left: 1px solid #dce5ef;
}

.detail-lead-form .btn {
  width: 100%;
}

@media (max-width: 860px) {
  .detail-lead-box {
    grid-template-columns: 1fr;
  }

  .detail-lead-form {
    border-left: 0;
    border-top: 1px solid #dce5ef;
  }
}

.cta-band {
  background:
    linear-gradient(90deg, rgba(0, 55, 116, .96), rgba(0, 91, 172, .94)),
    #005bac;
  color: #fff;
}

.cta-band .section-head h2::before {
  background: #fff;
}

.cta-band .section-head p {
  color: rgba(255, 255, 255, .82);
}

.faq {
  display: grid;
  gap: 0;
  border-top: 2px solid #111827;
}

.faq details {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  padding: 22px 4px;
}

.faq summary {
  cursor: pointer;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
}

.faq p {
  margin: 14px 0 0;
  color: var(--muted);
}

.footer {
  padding: 34px 0 96px;
  color: #aeb8c8;
  background: #111827;
  font-size: 14px;
}

.footer a {
  color: #d0d5dd;
  text-decoration: none;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.legal-page {
  padding: 80px 0;
  background: #fff;
}

.legal-page h1 {
  max-width: 100%;
  color: #111827;
  font-size: 48px;
}

.legal-section {
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0 0 14px;
  font-size: 26px;
}

.legal-section p,
.legal-section li {
  color: var(--text);
}

.legal-section ul {
  margin: 0;
  padding-left: 20px;
}

.fixed-call {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 2px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .28);
}

body::after {
  display: none;
}

/* Professional refinement */
body {
  background:
    linear-gradient(180deg, #fff 0, #fff 720px, #f7f9fc 720px, #fff 1080px);
  font-weight: 400;
}

.topbar {
  background: rgba(255, 255, 255, .94);
  box-shadow: none;
}

.nav {
  min-height: 78px;
}

.brand {
  font-weight: 600;
}

.brand-mark {
  font-size: 28px;
  font-weight: 700;
}

.brand span:last-child,
.nav-links a {
  font-weight: 500;
}

.nav-links a {
  font-size: 16px;
}

.nav-links a[href^="tel:"] {
  border-radius: 2px;
  font-weight: 700;
}

.hero {
  align-items: center;
}

.hero-inner {
  padding: 132px 0 86px;
}

.hero-copy {
  max-width: 720px;
}

.band {
  padding: 104px 0;
}

.soft {
  background: linear-gradient(180deg, #f6f9fd, #fff);
}

.section-head {
  margin-bottom: 36px;
}

.card,
.product-card,
.monitoring-grid article,
.building-board,
.usecase-card,
.contact-panel,
.contact-form {
  border-color: #dbe4ee;
  box-shadow: 0 16px 44px rgba(17, 35, 55, .07);
}

.card {
  border-top-color: #d1212f;
}

.card h3,
.product-body h3,
.monitoring-grid h3,
.usecase-card h3,
.contact-panel h3,
.contact-form h3 {
  font-weight: 600;
}

.monitoring-grid article,
.contact-panel {
  background:
    linear-gradient(135deg, rgba(0, 91, 172, .08), rgba(255, 255, 255, .96) 46%),
    #fff;
}

.monitoring-grid article::before,
.usecase-card::before {
  background: linear-gradient(90deg, #005bac, #d1212f);
}

.monitoring-grid span {
  color: rgba(0, 91, 172, .28);
  font-size: 18px;
}

.fixed-call {
  background: #005bac;
}

/* Global enterprise finish */
.hero {
  position: relative;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
}

h1 {
  max-width: 850px;
  font-weight: 600;
}

.hero-copy {
  line-height: 1.72;
}





.section-head h2 {
  max-width: 860px;
  font-weight: 600;
}

.section-head h2::before {
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, #005bac, #d1212f);
}

.card {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dbe4ee;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #005bac, #d1212f);
}

.monitoring-grid article {
  min-height: 246px;
}

.monitoring-grid span {
  width: fit-content;
  margin-bottom: 58px;
  padding: 4px 10px;
  border: 1px solid rgba(0, 91, 172, .18);
  color: #005bac;
  line-height: 1;
}

.usecase-card {
  background:
    linear-gradient(135deg, rgba(0, 91, 172, .05), rgba(255, 255, 255, .98) 46%),
    #fff;
}

.contact-form {
  box-shadow: 0 22px 58px rgba(17, 35, 55, .1);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(0, 91, 172, .18);
  border-color: #005bac;
}

@media (max-width: 980px) {
  .nav {
    min-height: 74px;
    width: min(100% - 32px, 1240px);
  }

  .brand span:last-child {
    display: none;
  }

  .nav-links {
    gap: 14px;
  }

  .nav-links a {
    font-size: 15px;
  }

  .nav-links a[href^="tel:"] {
    display: none;
  }

  .hero {
    min-height: 590px;
  }

  .grid.cols-2,
  .grid.cols-3,
  .product-grid,
  .monitoring-grid,
  .board-steps,
  .usecase-grid,
  .contact-box,
  .split {
    grid-template-columns: 1fr;
  }

  .building-board {
    padding: 28px;
  }

  .visual {
    min-height: 330px;
  }

  body::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 14px 0;
  }

  .brand-mark {
    min-width: 78px;
    font-size: 24px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 560px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.18;
  }

  .hero-inner,
  .wrap {
    width: min(100% - 32px, 1240px);
  }

  .hero-inner {
    padding: 84px 0 54px;
  }

  .band {
    padding: 64px 0;
  }

  .card,
  .usecase-card,
  .contact-panel,
  .contact-form,

  .form-row {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 540px) {
  .fixed-call {
    display: flex;
  }
}




/* 2026 premium conversion and SEO refinement */
:root {
  --surface: #fbfcfe;
  --accent-red: #d1212f;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(0,32,74,.22));
}

.hero-inner,
.subhero .wrap {
  position: relative;
}

.journey-grid,
.intent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.journey-card,
.intent-card,
.feature-link-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 230px;
  padding: 28px;
  border: 1px solid #dce5ef;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(247,250,253,.96)),
    #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 16px 44px rgba(17, 35, 55, .07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.journey-card::before,
.feature-link-card::before {
  content: "";
  width: 34px;
  height: 3px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, var(--blue), var(--accent-red));
}

.journey-card strong,
.intent-card strong,
.feature-link-card h3 {
  color: #101826;
  font-size: 22px;
  line-height: 1.34;
  font-weight: 600;
}

.journey-card span,
.intent-card span,
.feature-link-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.journey-card em {
  margin-top: auto;
  padding-top: 22px;
  color: var(--blue);
  font-style: normal;
  font-weight: 700;
}

.journey-card:hover,
.feature-link-card:hover {
  border-color: var(--blue);
  box-shadow: 0 22px 58px rgba(17, 35, 55, .13);
  transform: translateY(-3px);
}

.product-slider {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #dce5ef;
  background: #07192d;
  box-shadow: 0 24px 64px rgba(17, 35, 55, .13);
}

.product-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  padding: clamp(28px, 5vw, 56px);
  color: #fff;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease;
  background:
    linear-gradient(90deg, rgba(7,25,45,.88) 0%, rgba(7,25,45,.64) 42%, rgba(7,25,45,.18) 100%),
    var(--slide-image);
  background-size: cover;
  background-position: center;
}

.product-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.product-slide .slide-kicker {
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 12px;
  background: rgba(0, 104, 183, .9);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.product-slide strong {
  max-width: 680px;
  color: #fff;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 600;
}

.product-slide span:not(.slide-kicker) {
  max-width: 650px;
  margin-top: 16px;
  color: rgba(255,255,255,.9);
  font-size: 18px;
}

.product-slide ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 760px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.product-slide li {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.92);
  font-size: 14px;
  font-weight: 600;
}

.product-slide em {
  width: fit-content;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
  font-style: normal;
  font-weight: 700;
}

.slider-dots {
  position: absolute;
  left: clamp(28px, 5vw, 56px);
  bottom: 24px;
  z-index: 4;
  display: flex;
  gap: 10px;
}

.slider-dots button {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  background: rgba(255,255,255,.4);
  cursor: pointer;
}

.slider-dots button.is-active {
  background: #fff;
}

@media (max-width: 720px) {
  .product-slider {
    min-height: 560px;
  }

  .product-slide {
    padding-bottom: 76px;
  }

  .product-slide strong {
    font-size: 30px;
  }

  .product-slide span:not(.slide-kicker) {
    font-size: 16px;
  }
}

.intent-card {
  min-height: 0;
  padding: 24px;
  box-shadow: none;
}

.intent-card strong {
  display: block;
  font-size: 18px;
}

.intent-card span {
  display: block;
}

.consulting-flow {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 28px;
  align-items: stretch;
}

.flow-panel {
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(0,91,172,.08), rgba(255,255,255,.96) 58%),
    #fff;
  border: 1px solid #dce5ef;
  box-shadow: 0 18px 48px rgba(17, 35, 55, .08);
}

.flow-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.flow-list li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.flow-list b {
  color: var(--blue);
  font-size: 18px;
}

.flow-list strong {
  display: block;
  margin-bottom: 4px;
  color: #101826;
  font-size: 20px;
  font-weight: 600;
}

.flow-list span {
  color: var(--muted);
}

.seo-copy {
  max-width: 920px;
  color: var(--muted);
  font-size: 16px;
}

.trust-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.trust-matrix div {
  min-height: 150px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-matrix strong {
  display: block;
  margin-bottom: 10px;
  color: #101826;
  font-size: 20px;
}

.trust-matrix span {
  color: var(--muted);
}

.uvis-feature-grid a,
.monitoring-grid a {
  color: inherit;
}

@media (min-width: 1025px) {
  .fixed-call {
    left: auto;
    right: 22px;
    bottom: 22px;
    width: auto;
    min-width: 230px;
    padding: 0 22px;
    display: inline-flex;
  }
}

@media (max-width: 1100px) {
  .journey-grid,
  .intent-grid,
  .solution-grid,
  .uvis-feature-grid,
  .monitoring-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consulting-flow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .journey-grid,
  .intent-grid,
  .trust-matrix {
    grid-template-columns: 1fr;
  }

  .journey-card,
  .feature-link-card {
    min-height: 0;
  }

  .hero-inner::after {
    display: none;
  }

  .flow-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}


/* Detail page system for product SEO pages */
.subhero {
  min-height: 560px;
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 18, 32, .86), rgba(11, 31, 54, .58), rgba(11, 31, 54, .16)),
    var(--hero-image);
  background-size: cover;
  background-position: center;
}

.subhero .wrap {
  padding: 112px 0 82px;
}

.subhero h1 {
  max-width: 840px;
}

.subhero p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: start;
}

.summary-panel {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid #dce5ef;
  background:
    linear-gradient(135deg, rgba(0, 91, 172, .08), rgba(255, 255, 255, .96) 52%),
    #fff;
  box-shadow: 0 16px 44px rgba(17, 35, 55, .08);
}

.summary-panel strong {
  color: #101826;
  font-size: 22px;
  font-weight: 600;
}

.summary-panel p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 980px) {
  .comparison-table {
    grid-template-columns: 1fr;
  }

  .detail-layout {
    grid-template-columns: 1fr;
  }

  .summary-panel {
    position: static;
  }
}

h1,
h2,
h3,
.hero-copy,
.subhero p:not(.eyebrow),
.section-head p,
.product-slide strong,
.product-slide span:not(.slide-kicker),
.card p,
.feature-link-card p,
.journey-card p,
.checklist li,
.flow-list span,
.contact-panel p,
.form-note {
  word-break: keep-all;
  overflow-wrap: break-word;
}

h1,
h2,
.product-slide strong {
  text-wrap: balance;
}

.seo-image-panel {
  width: min(1240px, calc(100% - 48px));
  margin: -38px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(217, 226, 236, .92);
  background: #fff;
  box-shadow: 0 22px 62px rgba(15, 35, 55, .12);
}

.seo-image-panel img {
  display: block;
  width: 100%;
  height: clamp(190px, 26vw, 320px);
  object-fit: cover;
  object-position: center;
}

.seo-image-panel.contain-image {
  background: linear-gradient(180deg, #fff, #f6f9fd);
}

.seo-image-panel.contain-image img {
  height: clamp(260px, 46vw, 620px);
  padding: clamp(18px, 3vw, 34px);
  object-fit: contain;
  background: #f7fafd;
}

.seo-image-panel figcaption {
  padding: 12px 18px;
  color: #5d6b7a;
  font-size: 14px;
}

@media (max-width: 767px) {
  .seo-image-panel {
    width: min(100% - 32px, 1240px);
    margin-top: -24px;
  }

  .seo-image-panel.contain-image img {
    height: clamp(220px, 72vw, 390px);
    padding: 12px;
  }
}

.official-showcase {
  background: linear-gradient(180deg, #fff 0%, #f5f8fc 100%);
}

.official-diagram {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 226, 236, .94);
  background: #fff;
  box-shadow: 0 20px 58px rgba(15, 35, 55, .11);
}

.official-diagram img {
  display: block;
  width: 100%;
  height: auto;
}

.official-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.official-feature-grid article {
  overflow: hidden;
  border: 1px solid #dce5ef;
  background: #fff;
  box-shadow: 0 14px 36px rgba(17, 35, 55, .08);
}

.official-feature-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 406 / 300;
  object-fit: cover;
}

.official-feature-grid h3 {
  margin: 20px 22px 8px;
  color: #102033;
  font-size: 21px;
}

.official-feature-grid p {
  margin: 0 22px 24px;
  color: var(--muted);
  word-break: keep-all;
}

.official-sensor-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.official-sensor-strip div {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 18px 10px;
  border: 1px solid #dce5ef;
  background: rgba(255, 255, 255, .92);
}

.official-sensor-strip img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.official-sensor-strip span {
  color: #213043;
  font-weight: 700;
}

.official-sensor-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  object-fit: contain;
}

.official-card-thumb {
  display: block;
  width: min(180px, 100%);
  aspect-ratio: 406 / 300;
  margin-bottom: 16px;
  object-fit: cover;
  border: 1px solid #dce5ef;
  background: #f7fafd;
}

@media (max-width: 980px) {
  .official-feature-grid {
    grid-template-columns: 1fr;
  }

  .official-sensor-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .official-sensor-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.nav-links {
  gap: clamp(12px, 1.4vw, 22px);
  row-gap: 8px;
}

.nav-links a {
  font-size: 15px;
}

.hero-seo-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compact-subhero {
  min-height: 420px;
}

.contact-mini {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border: 1px solid var(--line);
  background: #fff;
}

.contact-mini h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.25;
}

.contact-mini p {
  margin: 0;
  color: var(--muted);
}

.contact-mini-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fixed-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: flex;
  gap: 8px;
}

.fixed-actions .fixed-call,
.fixed-actions .fixed-sms,
.fixed-actions .fixed-inquiry {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(15, 35, 64, .18);
  font-weight: 700;
  text-decoration: none;
}

.fixed-actions .fixed-call {
  background: var(--blue);
  color: #fff;
}

.fixed-actions .fixed-sms {
  background: #102033;
  color: #fff;
}

.fixed-actions .fixed-inquiry {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--blue);
}

body > .fixed-call {
  display: none;
}

@media (max-width: 720px) {
  .contact-mini {
    display: grid;
    padding: 24px;
  }

  .contact-mini-actions,
  .contact-mini-actions .btn {
    width: 100%;
  }

  .fixed-actions {
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.hero-meta {
  width: fit-content;
  margin: 18px 0 0;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.94);
  font-size: 14px;
  font-weight: 700;
}

.device-hero .hero-meta {
  border-color: #dbe4ee;
  background: #f6f9fd;
  color: #425166;
}

/* Main hero readability refinement */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-inner::after {
  content: none !important;
  display: none !important;
}

.hero-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -30px;
  top: 92px;
  width: min(790px, calc(100% + 60px));
  height: calc(100% - 150px);
  min-height: 340px;
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 62%, rgba(255,255,255,.42) 86%, rgba(255,255,255,0) 100%);
  box-shadow: 0 24px 80px rgba(12, 32, 56, .12);
  pointer-events: none;
}

.hero.device-hero,
.uvis-site .hero,
.bluescan-site .hero,
.digital-site .hero {
  color: #132234;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.96) 44%, rgba(255,255,255,.76) 62%, rgba(255,255,255,.22) 80%, rgba(255,255,255,0) 100%),
    var(--device-image, var(--hero-image));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero h1,
.hero-title {
  color: #102033;
  text-shadow: 0 1px 0 rgba(255,255,255,.42);
}

.hero-copy,
.device-hero .hero-copy,
.uvis-site .hero-copy,
.bluescan-site .hero-copy,
.digital-site .hero-copy {
  color: #344457;
  text-shadow: 0 1px 0 rgba(255,255,255,.38);
}

.hero-meta,
.device-hero .hero-meta {
  border-color: rgba(184, 199, 215, .82);
  background: rgba(255,255,255,.86);
  color: #334458;
  box-shadow: 0 10px 28px rgba(15, 35, 64, .08);
}

@media (max-width: 720px) {
  .hero-inner::before {
    left: -18px;
    right: -18px;
    top: 92px;
    width: auto;
    height: calc(100% - 132px);
    min-height: 380px;
    background: linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.9) 72%, rgba(255,255,255,.58) 100%);
  }

  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 58%, rgba(255,255,255,.72) 100%),
      var(--device-image, var(--hero-image));
    background-size: cover;
    background-position: center;
  }
}

.manual-contact-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.manual-contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.manual-contact-actions a.secondary {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--blue);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(0, 91, 172, .38);
  outline-offset: 3px;
}

.fixed-actions {
  bottom: calc(22px + env(safe-area-inset-bottom));
}

/* Bottom CTA refinement */
.cta-band {
  padding: clamp(46px, 5vw, 68px) 0;
  border-top: 1px solid #e5ebf2;
  border-bottom: 1px solid #e5ebf2;
  background:
    linear-gradient(180deg, #fbfdff 0%, #f4f7fb 100%);
  color: var(--ink);
}

.cta-band .section-head {
  margin-bottom: 22px;
}

.cta-band .section-head h2::before {
  background: var(--blue);
}

.cta-band .section-head p {
  color: var(--muted);
}

.cta-band .btn.light {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.footer {
  padding: 26px 0 76px;
  border-top: 1px solid #e5ebf2;
  background: #f8fafc;
  color: #667789;
}

.footer a {
  color: #405266;
}

@media (max-width: 720px) {
  .cta-band {
    padding: 34px 0;
  }

  .fixed-actions .fixed-call,
  .fixed-actions .fixed-sms,
  .fixed-actions .fixed-inquiry {
    min-height: 48px;
    padding: 0 8px;
    font-size: 14px;
  }

  .manual-contact-actions,
  .manual-contact-actions a {
    width: 100%;
  }

  .fixed-actions {
    bottom: calc(12px + env(safe-area-inset-bottom));
  }
}

/* Final override: readable text without hiding imagery */
.hero,
.hero.device-hero,
.uvis-site .hero,
.bluescan-site .hero,
.digital-site .hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 13, 28, .68) 0%, rgba(5, 13, 28, .5) 38%, rgba(5, 13, 28, .16) 60%, rgba(5, 13, 28, 0) 78%),
    var(--device-image, var(--hero-image));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero h1,
.hero .hero-title,
.hero .hero-title span,
.hero .eyebrow,
.hero .hero-copy,
.hero .hero-meta {
  color: #fff;
}

.hero .eyebrow,
.hero .hero-copy,
.hero .hero-meta {
  color: rgba(255, 255, 255, .92);
}

.product-slide,
.product-slide.official-photo-slide,
.product-slide.device-slide {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 36%, rgba(255,255,255,.56) 52%, rgba(255,255,255,.1) 68%, rgba(255,255,255,0) 84%),
    var(--slide-image),
    linear-gradient(135deg, #fff, #f4f7fb);
  background-size: cover, var(--slide-size, cover), cover;
  background-position: center, var(--slide-position, center right), center;
  background-repeat: no-repeat;
}

.product-slide.device-slide {
  background-size: cover, var(--slide-size, auto 82%), cover;
}

.product-slide strong,
.product-slide span:not(.slide-kicker),
.product-slide ul,
.product-slide em,
.product-slide .slide-kicker {
  max-width: min(58%, 680px);
}

.product-slide,
.product-slide strong,
.product-slide .slide-kicker,
.product-slide span:not(.slide-kicker),
.product-slide li,
.product-slide em {
  color: #101828;
  text-shadow: none;
}

.product-slide .slide-kicker,
.product-slide span:not(.slide-kicker),
.product-slide li {
  color: #526274;
}

@media (max-width: 980px) {
  .hero,
  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero {
    background:
      linear-gradient(180deg, rgba(5, 13, 28, .68) 0%, rgba(5, 13, 28, .52) 48%, rgba(5, 13, 28, .28) 100%),
      var(--device-image, var(--hero-image));
    background-size: cover;
    background-position: center;
  }

  .product-slide,
  .product-slide.official-photo-slide,
  .product-slide.device-slide {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 48%, rgba(255,255,255,.5) 72%, rgba(255,255,255,.08) 100%),
      var(--slide-image),
      linear-gradient(135deg, #fff, #f4f7fb);
    background-size: cover, cover, cover;
    background-position: center;
  }

  .product-slide strong,
  .product-slide span:not(.slide-kicker),
  .product-slide ul,
  .product-slide em,
  .product-slide .slide-kicker {
    max-width: 100%;
  }
}

/* True final hero fix: no white veil on image heroes */
.hero .hero-copy-area,
.hero-inner::before,
.hero-inner::after {
  background: transparent;
  box-shadow: none;
}

.hero .hero-copy-area {
  padding: 0;
  border: 0;
}

.hero,
.hero.device-hero,
.uvis-site .hero,
.bluescan-site .hero,
.digital-site .hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 13, 28, .82) 0%, rgba(5, 13, 28, .62) 34%, rgba(5, 13, 28, .28) 56%, rgba(5, 13, 28, .06) 76%, rgba(5, 13, 28, 0) 100%),
    var(--device-image, var(--hero-image));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero h1,
.hero .hero-title,
.hero .hero-title span {
  color: #fff;
  text-shadow: 0 16px 34px rgba(0, 0, 0, .34);
}

.hero .eyebrow,
.hero .hero-copy,
.hero .hero-meta {
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

@media (max-width: 980px) {
  .hero,
  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero {
    background:
      linear-gradient(180deg, rgba(5, 13, 28, .78) 0%, rgba(5, 13, 28, .62) 52%, rgba(5, 13, 28, .34) 100%),
      var(--device-image, var(--hero-image));
    background-size: cover;
    background-position: center;
  }
}

/* Samsung.com-inspired clarity pass */
:root {
  --ink: #111827;
  --text: #303846;
  --muted: #687486;
  --line: #e7ebf0;
  --soft: #f7f8fa;
  --blue: #006bea;
  --blue-2: #005ecb;
  --shadow: 0 18px 48px rgba(18, 28, 45, .08);
}

body {
  background: #fff;
  font-family: "Noto Sans KR", "SamsungOneKorean", "SamsungOne", AppleGothic, "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
  color: var(--ink);
  font-weight: 400;
}

.topbar {
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.nav {
  min-height: 70px;
}

.brand-mark {
  color: #0b5cab;
  font-weight: 700;
}

.brand span:last-child,
.nav-links a {
  font-weight: 500;
}

.nav-links a[href^="tel:"] {
  min-height: 38px;
  border-radius: 999px;
  background: #111827;
  font-weight: 600;
}

.hero,
.hero.device-hero,
.uvis-site .hero,
.bluescan-site .hero,
.digital-site .hero {
  min-height: clamp(580px, 74vh, 760px);
  color: #101828;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 40%, rgba(255,255,255,.72) 60%, rgba(255,255,255,.18) 82%, rgba(255,255,255,0) 100%),
    var(--device-image, var(--hero-image));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero::after {
  display: none;
}

.hero-inner {
  padding: clamp(84px, 9vw, 132px) 0 clamp(64px, 8vw, 96px);
}

.eyebrow {
  border-radius: 999px;
  background: rgba(0, 107, 234, .1);
  color: #005ecb;
  font-weight: 600;
}

.hero h1,
.hero-title,
h1 {
  color: #101828;
  font-size: clamp(40px, 5.2vw, 64px);
  line-height: 1.12;
  font-weight: 600;
}

.hero-copy,
.device-hero .hero-copy,
.uvis-site .hero-copy,
.bluescan-site .hero-copy,
.digital-site .hero-copy {
  max-width: 680px;
  color: #3f4a5a;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 400;
  line-height: 1.72;
}

.hero-meta,
.device-hero .hero-meta {
  display: inline-flex;
  max-width: min(100%, 760px);
  padding: 9px 14px;
  border: 1px solid rgba(0, 107, 234, .16);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: #526173;
  font-size: 14px;
  font-weight: 500;
}

.btn {
  min-height: 48px;
  border-radius: 999px;
  background: #111827;
  font-weight: 600;
  letter-spacing: 0;
}

.btn:hover {
  background: #000;
}

.btn.secondary,
.btn.light,
.cta-band .btn.light {
  border-color: #111827;
  background: #fff;
  color: #111827;
}

.band {
  padding: clamp(68px, 8vw, 112px) 0;
}

.band.soft,
.soft {
  background: #f7f8fa;
}

.section-head {
  gap: 10px;
  margin-bottom: 30px;
}

.section-head h2 {
  color: #101828;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.18;
  font-weight: 600;
}

.section-head h2::before {
  display: none;
}

.section-head p {
  color: #5f6b7a;
  font-size: 17px;
}

.card,
.product-card,
.journey-card,
.intent-card,
.feature-link-card,
.contact-panel,
.contact-form,
.summary-panel,
.quick-contact-strip {
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 28, 45, .06);
}

.card::before,
.journey-card::before,
.feature-link-card::before {
  display: none;
}

.card h3,
.product-body h3,
.journey-card strong,
.intent-card strong,
.feature-link-card h3 {
  color: #101828;
  font-weight: 600;
}

.product-slider {
  min-height: clamp(420px, 47vw, 560px);
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(18, 28, 45, .08);
}

.product-slide,
.product-slide.official-photo-slide,
.product-slide.device-slide {
  align-content: center;
  color: #101828;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 42%, rgba(255,255,255,.62) 63%, rgba(255,255,255,.1) 86%, rgba(255,255,255,0) 100%),
    var(--slide-image),
    linear-gradient(135deg, #fff, #f4f7fb);
  background-size: cover, var(--slide-size, cover), cover;
  background-position: center, var(--slide-position, center right), center;
  background-repeat: no-repeat;
}

.product-slide.device-slide {
  background-size: cover, var(--slide-size, auto 78%), cover;
}

.product-slide .slide-kicker {
  border-radius: 999px;
  background: rgba(0, 107, 234, .1);
  color: #005ecb;
  font-weight: 600;
}

.product-slide strong {
  max-width: 650px;
  color: #101828;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.16;
  font-weight: 600;
}

.product-slide span:not(.slide-kicker) {
  max-width: 620px;
  color: #465366;
  font-size: 17px;
  line-height: 1.68;
}

.product-slide li {
  border-color: rgba(17, 24, 39, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #344054;
}

.product-slide em {
  border-bottom-color: #111827;
  color: #111827;
}

.slider-dots button {
  height: 6px;
  border-radius: 999px;
  background: rgba(17, 24, 39, .2);
}

.slider-dots button.is-active {
  background: #111827;
}

.visual,
.product-media,
.official-diagram-card,
.official-feature-card {
  border-radius: 18px;
}

.visual {
  box-shadow: 0 18px 48px rgba(18, 28, 45, .08);
}

.product-media {
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.08)),
    var(--product-image);
  background-size: cover;
}

.checklist li::before,
.product-points li::before {
  border-radius: 999px;
  background: #006bea;
}

.contact-box {
  align-items: stretch;
}

.field input,
.field select,
.field textarea {
  border-radius: 12px;
  border-color: #d9e0ea;
}

.cta-band {
  border-top: 1px solid rgba(17,24,39,.08);
  border-bottom: 1px solid rgba(17,24,39,.08);
  background: #f7f8fa;
}

.footer {
  background: #f7f8fa;
  color: #667085;
}

.fixed-actions .fixed-call,
.fixed-actions .fixed-sms,
.fixed-actions .fixed-inquiry {
  border-radius: 999px;
}

@media (max-width: 980px) {
  .hero,
  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 54%, rgba(255,255,255,.74) 78%, rgba(255,255,255,.34) 100%),
      var(--device-image, var(--hero-image));
    background-size: cover;
    background-position: center;
  }

  .product-slide,
  .product-slide.official-photo-slide,
  .product-slide.device-slide {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 58%, rgba(255,255,255,.74) 78%, rgba(255,255,255,.34) 100%),
      var(--slide-image),
      linear-gradient(135deg, #fff, #f4f7fb);
    background-size: cover, cover, cover;
    background-position: center;
  }
}

/* Final image-first color correction */
.hero,
.hero.device-hero,
.uvis-site .hero,
.bluescan-site .hero,
.digital-site .hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 13, 28, .66) 0%, rgba(5, 13, 28, .48) 38%, rgba(5, 13, 28, .14) 60%, rgba(5, 13, 28, 0) 78%),
    var(--device-image, var(--hero-image));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero h1,
.hero .hero-title,
.hero .hero-title span,
.hero .eyebrow,
.hero .hero-copy,
.hero .hero-meta {
  color: #fff;
}

.hero .eyebrow,
.hero .hero-copy,
.hero .hero-meta {
  color: rgba(255, 255, 255, .9);
}

.product-slide,
.product-slide.official-photo-slide,
.product-slide.device-slide {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 36%, rgba(255,255,255,.58) 52%, rgba(255,255,255,.12) 68%, rgba(255,255,255,0) 84%),
    var(--slide-image),
    linear-gradient(135deg, #fff, #f4f7fb);
  background-size: cover, var(--slide-size, cover), cover;
  background-position: center, var(--slide-position, center right), center;
  background-repeat: no-repeat;
}

.product-slide.device-slide {
  background-size: cover, var(--slide-size, auto 82%), cover;
}

.product-slide strong,
.product-slide span:not(.slide-kicker),
.product-slide ul,
.product-slide em,
.product-slide .slide-kicker {
  max-width: min(58%, 680px);
}

.product-slide,
.product-slide strong,
.product-slide .slide-kicker,
.product-slide span:not(.slide-kicker),
.product-slide li,
.product-slide em {
  color: #101828;
  text-shadow: none;
}

.product-slide .slide-kicker,
.product-slide span:not(.slide-kicker),
.product-slide li {
  color: #526274;
}

.subhero:not(.crisp-device-hero):not(.premium-photo-hero):not(.inquiry-products-hero) h1 {
  color: #fff;
}

.subhero:not(.crisp-device-hero):not(.premium-photo-hero):not(.inquiry-products-hero) .eyebrow,
.subhero:not(.crisp-device-hero):not(.premium-photo-hero):not(.inquiry-products-hero) p:not(.eyebrow) {
  color: rgba(255,255,255,.9);
}

.subhero.crisp-device-hero h1,
.subhero.premium-photo-hero h1,
.subhero.inquiry-products-hero h1,
.subhero.crisp-device-hero .eyebrow,
.subhero.premium-photo-hero .eyebrow,
.subhero.inquiry-products-hero .eyebrow,
.subhero.crisp-device-hero p:not(.eyebrow),
.subhero.premium-photo-hero p:not(.eyebrow),
.subhero.inquiry-products-hero p:not(.eyebrow) {
  color: #101828;
  text-shadow: none;
}

.subhero.crisp-device-hero .eyebrow,
.subhero.premium-photo-hero .eyebrow,
.subhero.inquiry-products-hero .eyebrow,
.subhero.crisp-device-hero p:not(.eyebrow),
.subhero.premium-photo-hero p:not(.eyebrow),
.subhero.inquiry-products-hero p:not(.eyebrow) {
  color: #526274;
}

@media (max-width: 980px) {
  .hero,
  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero {
    background:
      linear-gradient(180deg, rgba(5, 13, 28, .68) 0%, rgba(5, 13, 28, .52) 48%, rgba(5, 13, 28, .28) 100%),
      var(--device-image, var(--hero-image));
    background-size: cover;
    background-position: center;
  }

  .product-slide,
  .product-slide.official-photo-slide,
  .product-slide.device-slide {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 48%, rgba(255,255,255,.5) 72%, rgba(255,255,255,.08) 100%),
      var(--slide-image),
      linear-gradient(135deg, #fff, #f4f7fb);
    background-size: cover, cover, cover;
    background-position: center;
  }

  .product-slide strong,
  .product-slide span:not(.slide-kicker),
  .product-slide ul,
  .product-slide em,
  .product-slide .slide-kicker {
    max-width: 100%;
  }
}

/* Context-aware type color rules */
.hero h1,
.hero .hero-title,
.hero .hero-title span,
.hero .eyebrow,
.hero .hero-copy,
.hero .hero-meta {
  color: #fff;
}

.hero .hero-copy,
.hero .hero-meta,
.hero .eyebrow {
  color: rgba(255, 255, 255, .9);
}

.subhero:not(.crisp-device-hero):not(.premium-photo-hero):not(.inquiry-products-hero) h1,
.subhero:not(.crisp-device-hero):not(.premium-photo-hero):not(.inquiry-products-hero) .eyebrow,
.subhero:not(.crisp-device-hero):not(.premium-photo-hero):not(.inquiry-products-hero) p:not(.eyebrow) {
  color: #fff;
}

.subhero:not(.crisp-device-hero):not(.premium-photo-hero):not(.inquiry-products-hero) .eyebrow,
.subhero:not(.crisp-device-hero):not(.premium-photo-hero):not(.inquiry-products-hero) p:not(.eyebrow) {
  color: rgba(255, 255, 255, .9);
}

.subhero.crisp-device-hero h1,
.subhero.premium-photo-hero h1,
.subhero.inquiry-products-hero h1 {
  color: #101828;
  text-shadow: none;
}

.subhero.crisp-device-hero .eyebrow,
.subhero.premium-photo-hero .eyebrow,
.subhero.inquiry-products-hero .eyebrow,
.subhero.crisp-device-hero p:not(.eyebrow),
.subhero.premium-photo-hero p:not(.eyebrow),
.subhero.inquiry-products-hero p:not(.eyebrow) {
  color: #526274;
  text-shadow: none;
}

.product-slide,
.product-slide strong,
.product-slide .slide-kicker,
.product-slide span:not(.slide-kicker),
.product-slide li,
.product-slide em {
  color: #101828;
  text-shadow: none;
}

.product-slide .slide-kicker,
.product-slide span:not(.slide-kicker),
.product-slide li {
  color: #526274;
}

@media (max-width: 720px) {
  .product-slider {
    min-height: 590px;
    border-radius: 22px;
  }

  .hero h1,
  .hero-title,
  h1 {
    font-size: 36px;
  }

  .hero-meta {
    border-radius: 16px;
  }
}

/* Hero image readability correction */
.hero,
.hero.device-hero,
.uvis-site .hero,
.bluescan-site .hero,
.digital-site .hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 13, 28, .78) 0%, rgba(5, 13, 28, .58) 42%, rgba(5, 13, 28, .22) 68%, rgba(5, 13, 28, .04) 100%),
    var(--device-image, var(--hero-image));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero h1,
.hero-title,
.hero .hero-title,
.hero .hero-title span {
  color: #fff;
  text-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}

.hero-copy,
.device-hero .hero-copy,
.uvis-site .hero-copy,
.bluescan-site .hero-copy,
.digital-site .hero-copy {
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 10px 28px rgba(0, 0, 0, .22);
}

.hero-meta,
.device-hero .hero-meta {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
}

.hero .eyebrow {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  backdrop-filter: none;
}

/* Remove mechanical badge and presentation-style chips */
.hero .eyebrow,
.subhero .eyebrow,
.product-slide .slide-kicker {
  width: auto;
  margin-bottom: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, .86);
}

.subhero .eyebrow,
.subhero.crisp-device-hero .eyebrow,
.subhero.premium-photo-hero .eyebrow,
.subhero.inquiry-products-hero .eyebrow {
  color: rgba(255, 255, 255, .86);
}

.subhero.crisp-device-hero .eyebrow,
.subhero.premium-photo-hero .eyebrow,
.subhero.inquiry-products-hero .eyebrow {
  color: #526274;
}

.product-slide .slide-kicker {
  color: #5c6b7d;
}

.product-slide li,
.slide-promo em,
.addon-kicker {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.product-slide li {
  position: relative;
  color: #3f4a5a;
  font-weight: 500;
}

.product-slide li + li {
  padding-left: 15px;
}

.product-slide li + li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9aa6b2;
}

.hero-meta,
.device-hero .hero-meta {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.hero .btn {
  background: #fff;
  color: #111827;
}

.hero .btn.secondary {
  border-color: rgba(255, 255, 255, .7);
  background: transparent;
  color: #fff;
}

@media (max-width: 980px) {
  .hero,
  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero {
    background:
      linear-gradient(180deg, rgba(5, 13, 28, .7) 0%, rgba(5, 13, 28, .56) 48%, rgba(5, 13, 28, .34) 100%),
      var(--device-image, var(--hero-image));
    background-size: cover;
    background-position: center;
  }
}

/* Official reference final pass: clear hero text, bright product areas, no mechanical badges. */
.hero .hero-copy-area,
.hero-inner::before,
.hero-inner::after {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.hero .hero-copy-area {
  padding: 0 !important;
}

.hero,
.hero.device-hero,
.uvis-site .hero,
.bluescan-site .hero,
.digital-site .hero {
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(5, 13, 28, .84) 0%, rgba(5, 13, 28, .68) 34%, rgba(5, 13, 28, .34) 58%, rgba(5, 13, 28, .08) 78%, rgba(5, 13, 28, 0) 100%),
    var(--device-image, var(--hero-image)) !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.hero h1,
.hero .hero-title,
.hero .hero-title span,
.hero .hero-copy,
.hero .hero-meta,
.hero .eyebrow {
  color: #fff !important;
  text-shadow: 0 14px 34px rgba(0, 0, 0, .42) !important;
}

.hero .hero-copy,
.hero .hero-meta,
.hero .eyebrow {
  color: rgba(255, 255, 255, .9) !important;
}

.hero .eyebrow,
.subhero .eyebrow,
.product-slide .slide-kicker,
.slide-promo em,
.addon-kicker {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  letter-spacing: 0 !important;
}

.product-slider {
  background: #fff !important;
  border: 1px solid rgba(16, 24, 40, .08) !important;
  box-shadow: 0 22px 70px rgba(16, 24, 40, .1) !important;
}

.product-slide,
.product-slide.official-photo-slide,
.product-slide.device-slide {
  color: #101828 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 38%, rgba(255, 255, 255, .68) 55%, rgba(255, 255, 255, .18) 74%, rgba(255, 255, 255, 0) 100%),
    var(--slide-image),
    linear-gradient(135deg, #fff, #f5f7fb) !important;
  background-size: cover, var(--slide-size, cover), cover !important;
  background-position: center, var(--slide-position, center right), center !important;
  background-repeat: no-repeat !important;
}

.product-slide.device-slide {
  background-size: cover, var(--slide-size, auto 84%), cover !important;
}

.product-slide strong,
.product-slide span:not(.slide-kicker),
.product-slide ul,
.product-slide em,
.product-slide .slide-kicker {
  max-width: min(58%, 680px) !important;
}

.product-slide strong,
.product-slide em {
  color: #101828 !important;
  text-shadow: none !important;
}

.product-slide .slide-kicker,
.product-slide span:not(.slide-kicker),
.product-slide li {
  color: #4d5b6d !important;
  text-shadow: none !important;
}

.subhero:not(.crisp-device-hero):not(.premium-photo-hero):not(.inquiry-products-hero) h1,
.subhero:not(.crisp-device-hero):not(.premium-photo-hero):not(.inquiry-products-hero) .eyebrow,
.subhero:not(.crisp-device-hero):not(.premium-photo-hero):not(.inquiry-products-hero) p:not(.eyebrow) {
  color: #fff !important;
  text-shadow: 0 14px 34px rgba(0, 0, 0, .4) !important;
}

.subhero.crisp-device-hero h1,
.subhero.premium-photo-hero h1,
.subhero.inquiry-products-hero h1 {
  color: #101828 !important;
  text-shadow: none !important;
}

.subhero.crisp-device-hero .eyebrow,
.subhero.crisp-device-hero p:not(.eyebrow),
.subhero.premium-photo-hero .eyebrow,
.subhero.premium-photo-hero p:not(.eyebrow),
.subhero.inquiry-products-hero .eyebrow,
.subhero.inquiry-products-hero p:not(.eyebrow) {
  color: #526274 !important;
  text-shadow: none !important;
}

@media (max-width: 980px) {
  .hero,
  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero {
    background:
      linear-gradient(180deg, rgba(5, 13, 28, .8) 0%, rgba(5, 13, 28, .66) 52%, rgba(5, 13, 28, .42) 100%),
      var(--device-image, var(--hero-image)) !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .product-slide,
  .product-slide.official-photo-slide,
  .product-slide.device-slide {
    min-height: 520px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 44%, rgba(255, 255, 255, .28) 72%, rgba(255, 255, 255, 0) 100%),
      var(--slide-image),
      linear-gradient(135deg, #fff, #f5f7fb) !important;
    background-size: cover, var(--slide-size, cover), cover !important;
    background-position: center, var(--slide-position, center bottom), center !important;
    background-repeat: no-repeat !important;
  }

  .product-slide.device-slide {
    background-size: cover, var(--slide-size, auto 62%), cover !important;
  }

  .product-slide strong,
  .product-slide span:not(.slide-kicker),
  .product-slide ul,
  .product-slide em,
  .product-slide .slide-kicker {
    max-width: 100% !important;
  }
}

/* Text contrast reinforcement for bright hero photography. */
.hero,
.hero.device-hero,
.uvis-site .hero,
.bluescan-site .hero,
.digital-site .hero {
  background:
    linear-gradient(90deg, rgba(5, 13, 28, .9) 0%, rgba(5, 13, 28, .76) 35%, rgba(5, 13, 28, .48) 58%, rgba(5, 13, 28, .2) 78%, rgba(5, 13, 28, .06) 100%),
    linear-gradient(0deg, rgba(5, 13, 28, .18), rgba(5, 13, 28, .18)),
    var(--device-image, var(--hero-image)) !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 980px) {
  .hero,
  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero {
    background:
      linear-gradient(180deg, rgba(5, 13, 28, .86) 0%, rgba(5, 13, 28, .72) 52%, rgba(5, 13, 28, .5) 100%),
      linear-gradient(0deg, rgba(5, 13, 28, .16), rgba(5, 13, 28, .16)),
      var(--device-image, var(--hero-image)) !important;
    background-size: cover !important;
    background-position: center !important;
  }
}

/* Cross-site service cards: keep the representative images visible. */
.service-link {
  display: block !important;
  color: inherit !important;
}

.service-link .card[style*="--card-image"] {
  position: relative !important;
  min-height: 360px !important;
  padding: 190px 30px 30px !important;
  border-top: 1px solid #dbe4ee !important;
  background: #fff !important;
}

.service-link .card[style*="--card-image"]::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  height: 158px !important;
  background:
    linear-gradient(180deg, rgba(5, 23, 42, .02), rgba(5, 23, 42, .16)),
    var(--card-image) !important;
  background-size: cover !important;
  background-position: var(--card-position, center) !important;
}

.service-link .card h3,
.service-link .card p {
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 767px) {
  .service-link .card[style*="--card-image"] {
    min-height: 330px !important;
    padding-top: 176px !important;
  }
}

/* Feature cards: restore visual thumbnails on linked service blocks. */
.feature-link-card[style*="--card-image"] {
  position: relative !important;
  min-height: 310px !important;
  padding: 172px 28px 28px !important;
  background: #fff !important;
}

.feature-link-card[style*="--card-image"]::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  height: 142px !important;
  margin: 0 !important;
  background:
    linear-gradient(180deg, rgba(5, 23, 42, .02), rgba(5, 23, 42, .16)),
    var(--card-image) !important;
  background-size: cover !important;
  background-position: var(--card-position, center) !important;
}

.feature-link-card.visual-link-card {
  min-height: 100% !important;
  padding: 0 0 28px !important;
  background: #fff !important;
  overflow: hidden !important;
}

.feature-link-card.visual-link-card::before {
  display: none !important;
  content: none !important;
}

.feature-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid #e5ebf3;
  background: linear-gradient(135deg, #f7fafc, #eef4fb);
}

.feature-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-card-image.official-device-image {
  padding: 18px;
}

.feature-card-image.official-device-image img {
  object-fit: contain;
}

.feature-link-card.visual-link-card h3 {
  margin: 24px 28px 0;
}

.feature-link-card.visual-link-card p {
  margin: 12px 28px 0;
}

#monitoring .monitoring-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch;
}

#monitoring .feature-link-card.visual-link-card {
  display: flex !important;
  flex-direction: column !important;
}

@media (max-width: 980px) {
  #monitoring .monitoring-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  #monitoring .monitoring-grid {
    grid-template-columns: 1fr !important;
  }

  #monitoring .feature-card-image {
    aspect-ratio: 16 / 9;
  }

  #monitoring .feature-card-image.official-device-image {
    padding: 20px;
  }
}

.comparison-table .official-sensor-icon {
  display: block;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  object-fit: contain;
}

/* Final hero readability pass: keep photography bright while separating text clearly. */
.hero,
.hero.device-hero,
.uvis-site .hero,
.bluescan-site .hero,
.digital-site .hero {
  position: relative !important;
  isolation: isolate !important;
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(4, 12, 28, .74) 0%, rgba(4, 12, 28, .58) 36%, rgba(4, 12, 28, .25) 62%, rgba(4, 12, 28, .04) 100%),
    linear-gradient(180deg, rgba(4, 12, 28, .12), rgba(4, 12, 28, .08)),
    var(--device-image, var(--hero-image)) !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.hero-inner {
  position: relative !important;
  z-index: 1 !important;
}

.hero-inner::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  left: clamp(-36px, -3vw, -18px) !important;
  top: clamp(52px, 8vw, 88px) !important;
  width: min(790px, calc(100% + 64px)) !important;
  height: calc(100% - 112px) !important;
  min-height: 330px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: radial-gradient(ellipse at 30% 50%, rgba(3, 10, 24, .78) 0%, rgba(3, 10, 24, .62) 42%, rgba(3, 10, 24, .28) 68%, rgba(3, 10, 24, 0) 100%) !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

.hero h1,
.hero .hero-title,
.hero .hero-title span {
  color: #fff !important;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .46), 0 18px 48px rgba(0, 0, 0, .28) !important;
}

.hero .hero-copy,
.hero .hero-meta,
.hero .eyebrow {
  color: rgba(255, 255, 255, .94) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .42), 0 12px 32px rgba(0, 0, 0, .24) !important;
}

.hero .hero-copy {
  line-height: 1.62 !important;
}

.hero .hero-meta {
  background: rgba(255, 255, 255, .1) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
}

.product-slide,
.product-slide.official-photo-slide,
.product-slide.device-slide {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .96) 43%, rgba(255, 255, 255, .72) 59%, rgba(255, 255, 255, .22) 76%, rgba(255, 255, 255, 0) 100%),
    var(--slide-image),
    linear-gradient(135deg, #fff, #f5f7fb) !important;
}

@media (max-width: 980px) {
  .hero,
  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero {
    background:
      linear-gradient(180deg, rgba(4, 12, 28, .82) 0%, rgba(4, 12, 28, .68) 54%, rgba(4, 12, 28, .42) 100%),
      linear-gradient(0deg, rgba(4, 12, 28, .1), rgba(4, 12, 28, .1)),
      var(--device-image, var(--hero-image)) !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .hero-inner::before {
    left: -20px !important;
    right: -20px !important;
    top: 54px !important;
    width: auto !important;
    height: calc(100% - 88px) !important;
    min-height: 360px !important;
    background: linear-gradient(180deg, rgba(3, 10, 24, .76) 0%, rgba(3, 10, 24, .58) 62%, rgba(3, 10, 24, .18) 100%) !important;
  }
}

/* Cross-service links: use real representative images, not only CSS backgrounds. */
.service-link .card.service-image-card[style*="--card-image"] {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}

.service-link .card.service-image-card[style*="--card-image"]::before {
  display: none !important;
  content: none !important;
}

.service-card-image {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  border-bottom: 1px solid #e4e9f0 !important;
  background: #f4f7fb !important;
}

.service-image-card h3 {
  margin: 24px 28px 10px !important;
}

.service-image-card p {
  margin: 0 28px 28px !important;
}

@media (max-width: 767px) {
  .hero,
  .hero.device-hero,
  .subhero {
    background:
      linear-gradient(180deg, rgba(4, 12, 28, .82) 0%, rgba(4, 12, 28, .68) 54%, rgba(4, 12, 28, .42) 100%),
      linear-gradient(0deg, rgba(4, 12, 28, .1), rgba(4, 12, 28, .1)),
      var(--device-image-mobile, var(--hero-image-mobile, var(--device-image, var(--hero-image)))) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .product-slide,
  .product-slide.official-photo-slide,
  .product-slide.device-slide {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 54%, rgba(255, 255, 255, .64) 100%),
      var(--slide-image-mobile, var(--slide-image)),
      linear-gradient(135deg, #fff, #f5f7fb) !important;
    background-size: cover !important;
    background-position: var(--slide-position-mobile, var(--slide-position, center)) !important;
    background-repeat: no-repeat !important;
  }

  .usecase-card[style*="--card-image"] {
    background:
      linear-gradient(180deg, rgba(8, 24, 42, .08), rgba(8, 24, 42, .72)),
      var(--card-image-mobile, var(--card-image)) !important;
    background-size: cover !important;
    background-position: var(--card-position-mobile, var(--card-position, center)) !important;
  }
}

/* Icon floating contact controls */
.fixed-actions {
  right: clamp(14px, 2.4vw, 28px) !important;
  bottom: calc(20px + env(safe-area-inset-bottom)) !important;
  display: inline-flex !important;
  align-items: center;
  gap: 9px !important;
  padding: 8px !important;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .18);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.fixed-actions .fixed-call,
.fixed-actions .fixed-sms,
.fixed-actions .fixed-inquiry {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: #fff !important;
  box-shadow: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.fixed-actions .fixed-call:hover,
.fixed-actions .fixed-sms:hover,
.fixed-actions .fixed-inquiry:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .18) !important;
}

.fixed-actions .fixed-call::before,
.fixed-actions .fixed-sms::before,
.fixed-actions .fixed-inquiry::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.fixed-actions .fixed-call {
  background: #0067b1 !important;
}

.fixed-actions .fixed-call::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.03-.25 1.13.37 2.35.57 3.56.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.21.2 2.43.57 3.56.11.36.03.75-.25 1.03l-2.2 2.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.03-.25 1.13.37 2.35.57 3.56.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.21.2 2.43.57 3.56.11.36.03.75-.25 1.03l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.fixed-actions .fixed-sms {
  background: #0f8f64 !important;
}

.fixed-actions .fixed-sms::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H8.2l-4.5 3.38A1 1 0 0 1 2 19.58V6c0-1.1.9-2 2-2Zm2.5 5.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm5.5 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm5.5 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H8.2l-4.5 3.38A1 1 0 0 1 2 19.58V6c0-1.1.9-2 2-2Zm2.5 5.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm5.5 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm5.5 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z'/%3E%3C/svg%3E");
}

.fixed-actions .fixed-inquiry {
  border: 1px solid rgba(0, 103, 177, .18) !important;
  background: #f7fbff !important;
  color: #0067b1 !important;
}

.fixed-actions .fixed-inquiry::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.75C4 4.78 4.78 4 5.75 4h12.5C19.22 4 20 4.78 20 5.75v12.5c0 .97-.78 1.75-1.75 1.75H5.75C4.78 20 4 19.22 4 18.25V5.75Zm3 2.75a1 1 0 0 0 0 2h6.5a1 1 0 1 0 0-2H7Zm0 4a1 1 0 1 0 0 2h4.5a1 1 0 1 0 0-2H7Zm8.6 4.25 2.9-2.9a1.06 1.06 0 0 0-1.5-1.5l-2.9 2.9-.47 1.74 1.97-.24Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.75C4 4.78 4.78 4 5.75 4h12.5C19.22 4 20 4.78 20 5.75v12.5c0 .97-.78 1.75-1.75 1.75H5.75C4.78 20 4 19.22 4 18.25V5.75Zm3 2.75a1 1 0 0 0 0 2h6.5a1 1 0 1 0 0-2H7Zm0 4a1 1 0 1 0 0 2h4.5a1 1 0 1 0 0-2H7Zm8.6 4.25 2.9-2.9a1.06 1.06 0 0 0-1.5-1.5l-2.9 2.9-.47 1.74 1.97-.24Z'/%3E%3C/svg%3E");
}

.fixed-actions a::after {
  content: attr(aria-label);
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(17, 24, 39, .92);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(6px, -50%);
  transition: opacity .18s ease, transform .18s ease;
}

.fixed-actions a:hover::after,
.fixed-actions a:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}

@media (max-width: 720px) {
  .fixed-actions {
    left: 50% !important;
    right: auto !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    transform: translateX(-50%);
    gap: 8px !important;
    padding: 7px !important;
  }

  .fixed-actions .fixed-call,
  .fixed-actions .fixed-sms,
  .fixed-actions .fixed-inquiry {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
  }

  .fixed-actions a::after {
    display: none;
  }
}

/* Brighter first-view photography for a cleaner enterprise feel. */
.bright-main-hero {
  background:
    linear-gradient(90deg, rgba(7, 18, 34, .64) 0%, rgba(7, 18, 34, .46) 36%, rgba(7, 18, 34, .12) 70%, rgba(7, 18, 34, .04) 100%),
    var(--hero-image) !important;
  background-size: cover !important;
  background-position: center !important;
}

.bright-main-hero .hero-inner {
  text-shadow: 0 18px 46px rgba(0, 0, 0, .28);
}

.bright-main-hero .hero-copy,
.bright-main-hero .hero-meta,
.bright-main-hero .eyebrow {
  color: rgba(255, 255, 255, .9) !important;
}

@media (max-width: 980px) {
  .bright-main-hero {
    background:
      linear-gradient(180deg, rgba(7, 18, 34, .64) 0%, rgba(7, 18, 34, .46) 46%, rgba(7, 18, 34, .16) 100%),
      var(--hero-image-mobile, var(--hero-image)) !important;
    background-size: cover !important;
    background-position: center !important;
  }
}

/* Clear first-step risk navigation for Bluescan visitors. */
.quick-risk-band {
  border-bottom: 1px solid rgba(14, 43, 72, .08);
  background: rgba(255, 255, 255, .96);
}

.quick-risk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-risk-grid a {
  display: grid;
  gap: 6px;
  min-height: 108px;
  padding: 24px 26px;
  border-right: 1px solid rgba(14, 43, 72, .08);
  color: #101826;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}

.quick-risk-grid a:first-child {
  border-left: 1px solid rgba(14, 43, 72, .08);
}

.quick-risk-grid a:hover,
.quick-risk-grid a:focus-visible {
  background: #f4f8fc;
  color: #005bac;
}

.quick-risk-grid strong {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.quick-risk-grid span {
  color: #516174;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .quick-risk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-risk-grid a {
    min-height: 100px;
    border-bottom: 1px solid rgba(14, 43, 72, .08);
  }
}

@media (max-width: 560px) {
  .quick-risk-grid {
    grid-template-columns: 1fr;
  }

  .quick-risk-grid a {
    min-height: auto;
    padding: 18px 2px;
    border-right: 0;
    border-left: 0 !important;
  }
}

/* Final consultation CTA color system: phone is primary blue, not black. */
.btn[href^="tel:"],
.hero-actions .btn[href^="tel:"],
.contact-actions .btn[href^="tel:"],
.contact-mini-actions .btn[href^="tel:"],
.summary-panel .btn[href^="tel:"] {
  border-color: #0067b1 !important;
  background: #0067b1 !important;
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(0, 103, 177, .22) !important;
}

.btn[href^="tel:"]:hover,
.hero-actions .btn[href^="tel:"]:hover,
.contact-actions .btn[href^="tel:"]:hover,
.contact-mini-actions .btn[href^="tel:"]:hover,
.summary-panel .btn[href^="tel:"]:hover {
  background: #00599b !important;
  border-color: #00599b !important;
}

.fixed-actions .fixed-call,
body > .fixed-call {
  background: #0067b1 !important;
  color: #fff !important;
}

.fixed-actions .fixed-sms {
  background: #13865f !important;
  color: #fff !important;
}

.fixed-actions .fixed-inquiry {
  border-color: rgba(0, 103, 177, .22) !important;
  background: #f4f9ff !important;
  color: #0067b1 !important;
}


/* 2026-08 conversion pass: brighter imagery and consistent responsive media. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.hero > .hero-inner,
.hero .hero-inner {
  padding-top: 72px !important;
  padding-bottom: 64px !important;
}

.hero,
.hero.device-hero,
.uvis-site .hero,
.bluescan-site .hero,
.digital-site .hero,
.digital-site .digital-consulting-hero,
.digital-site .light-main-hero,
.bright-main-hero {
  min-height: 540px !important;
  background:
    linear-gradient(90deg, rgba(5, 18, 34, .48) 0%, rgba(5, 18, 34, .32) 38%, rgba(5, 18, 34, .08) 66%, rgba(5, 18, 34, .01) 100%),
    linear-gradient(180deg, rgba(5, 18, 34, .03), rgba(5, 18, 34, .08)),
    var(--device-image, var(--hero-image)) !important;
  background-size: cover !important;
  background-position: var(--hero-position, center) !important;
  background-repeat: no-repeat !important;
}

.hero-inner::before {
  background: radial-gradient(ellipse at 28% 50%, rgba(3, 10, 24, .5) 0%, rgba(3, 10, 24, .34) 42%, rgba(3, 10, 24, .1) 70%, rgba(3, 10, 24, 0) 100%) !important;
}

.feature-link-card[style*="--card-image"] {
  min-height: 340px !important;
  padding-top: 202px !important;
}

.feature-link-card[style*="--card-image"]::before {
  height: 172px !important;
  background:
    linear-gradient(180deg, rgba(5, 23, 42, .01), rgba(5, 23, 42, .08)),
    var(--card-image) !important;
  background-size: cover !important;
  background-position: var(--card-position, center) !important;
}

.service-card-image,
.card > img:not(.logo),
.product-card > img,
.media-card > img {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: var(--image-position, center) !important;
}

.visual.product-visual,
.product-media.product-photo-focus {
  background-size: cover !important;
  background-position: var(--visual-position, var(--product-position, center)) !important;
}

.visual.product-contain,
.product-media.product-contain,
.product-media.product-contain.product-pad {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #f7f9fc !important;
}

@media (max-width: 980px) {
  .hero > .hero-inner,
  .hero .hero-inner {
    padding-top: 76px !important;
    padding-bottom: 60px !important;
  }

  .hero,
  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero,
  .digital-site .digital-consulting-hero,
  .digital-site .light-main-hero,
  .bright-main-hero {
    min-height: 560px !important;
    background:
      linear-gradient(180deg, rgba(5, 18, 34, .48) 0%, rgba(5, 18, 34, .34) 52%, rgba(5, 18, 34, .14) 100%),
      var(--device-image-mobile, var(--hero-image-mobile, var(--device-image, var(--hero-image)))) !important;
    background-size: cover !important;
    background-position: var(--hero-position-mobile, var(--hero-position, center)) !important;
  }

  .hero-inner::before {
    background: linear-gradient(180deg, rgba(3, 10, 24, .42) 0%, rgba(3, 10, 24, .26) 62%, rgba(3, 10, 24, .06) 100%) !important;
  }

  .visual.product-contain,
  .product-media.product-contain,
  .product-media.product-contain.product-pad {
    background-size: contain !important;
  }
}

@media (max-width: 600px) {
  .hero,
  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero,
  .digital-site .digital-consulting-hero,
  .digital-site .light-main-hero,
  .bright-main-hero {
    min-height: 520px !important;
  }

  .feature-link-card[style*="--card-image"] {
    min-height: 318px !important;
    padding-top: 186px !important;
  }

  .feature-link-card[style*="--card-image"]::before {
    height: 156px !important;
  }
}

/* 2026-08 comprehensive media audit: natural official imagery at every size. */
img {
  max-width: 100%;
  image-rendering: auto;
}

.seo-image-panel,
.feature-card-image,
.service-image-card,
.device-showcase,
.product-media,
.comparison-table > div {
  isolation: isolate;
  overflow: hidden;
}

.seo-image-panel.contain-image {
  width: min(920px, calc(100% - 48px));
}

.seo-image-panel.contain-image img {
  width: 100% !important;
  height: auto !important;
  max-height: 520px;
  padding: clamp(18px, 3vw, 32px) !important;
  object-fit: contain !important;
  object-position: center !important;
}

.feature-card-image img,
.service-card-image,
.official-feature-grid img,
.official-card-thumb,
.comparison-thumb {
  display: block;
  filter: brightness(1.035) saturate(.94) contrast(1.01);
}

.feature-card-image img,
.service-card-image {
  width: 100% !important;
  object-fit: cover !important;
  object-position: var(--image-position, center) !important;
}

.official-card-thumb,
.comparison-thumb {
  object-fit: contain !important;
  object-position: center !important;
  background: linear-gradient(145deg, #fbfdff, #eef4f9);
}

.subhero,
.subhero.device-hero,
.subhero.crisp-device-hero,
.subhero.premium-photo-hero,
.subhero.inquiry-products-hero {
  background:
    linear-gradient(90deg, rgba(6, 18, 32, .58) 0%, rgba(11, 31, 54, .3) 48%, rgba(11, 31, 54, .04) 100%),
    var(--device-image, var(--hero-image)) !important;
  background-size: cover !important;
  background-position: var(--hero-position, center) !important;
  background-repeat: no-repeat !important;
}

.product-slide,
.product-slide.official-photo-slide,
.product-slide.device-slide {
  background:
    linear-gradient(90deg, rgba(5, 18, 34, .54) 0%, rgba(5, 18, 34, .3) 48%, rgba(5, 18, 34, .04) 100%),
    var(--slide-image) !important;
  background-size: var(--slide-size, cover) !important;
  background-position: var(--slide-position, center) !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 767px) {
  .seo-image-panel.contain-image {
    width: min(100% - 32px, 720px);
  }

  .seo-image-panel.contain-image img {
    max-height: 390px;
    padding: 14px !important;
  }

  .subhero,
  .subhero.device-hero,
  .subhero.crisp-device-hero,
  .subhero.premium-photo-hero,
  .subhero.inquiry-products-hero {
    background:
      linear-gradient(180deg, rgba(6, 18, 32, .48) 0%, rgba(11, 31, 54, .28) 58%, rgba(11, 31, 54, .08) 100%),
      var(--device-image-mobile, var(--hero-image-mobile, var(--device-image, var(--hero-image)))) !important;
    background-size: cover !important;
    background-position: var(--hero-position-mobile, var(--hero-position, center)) !important;
  }

  .product-slide,
  .product-slide.official-photo-slide,
  .product-slide.device-slide {
    background:
      linear-gradient(180deg, rgba(5, 18, 34, .5) 0%, rgba(5, 18, 34, .28) 58%, rgba(5, 18, 34, .06) 100%),
      var(--slide-image-mobile, var(--slide-image)) !important;
    background-size: var(--slide-size-mobile, var(--slide-size, cover)) !important;
    background-position: var(--slide-position-mobile, var(--slide-position, center)) !important;
  }
}


/* Official S-1 hero treatment: natural tone, restrained crop and no synthetic styling. */
.hero .hero-seo-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: var(--hero-position, center) !important;
  filter: brightness(1.06) saturate(.9) contrast(1.01) !important;
  image-rendering: auto;
}

@media (max-width: 980px) {
  .hero .hero-seo-image {
    object-position: var(--hero-position-mobile, var(--hero-position, center)) !important;
    filter: brightness(1.08) saturate(.88) contrast(1.01) !important;
  }
}

/* 2026-08 image-quality correction: lighter overlays, tighter hero crop, balanced media. */
.hero > .hero-inner,
.hero .hero-inner {
  padding-top: 54px !important;
  padding-bottom: 50px !important;
}

.hero,
.hero.device-hero,
.uvis-site .hero,
.bluescan-site .hero,
.digital-site .hero,
.digital-site .digital-consulting-hero,
.digital-site .light-main-hero,
.bright-main-hero {
  min-height: 480px !important;
  background:
    linear-gradient(90deg, rgba(5, 18, 34, .34) 0%, rgba(5, 18, 34, .2) 36%, rgba(5, 18, 34, .05) 64%, rgba(5, 18, 34, 0) 100%),
    var(--device-image, var(--hero-image)) !important;
  background-size: cover !important;
  background-position: var(--hero-position, center) !important;
}

.hero-inner::before {
  background: radial-gradient(ellipse at 26% 50%, rgba(3, 10, 24, .24) 0%, rgba(3, 10, 24, .12) 44%, rgba(3, 10, 24, 0) 74%) !important;
}

.product-slide,
.product-slide.official-photo-slide,
.product-slide.device-slide {
  background:
    linear-gradient(90deg, rgba(5, 18, 34, .62) 0%, rgba(5, 18, 34, .38) 48%, rgba(5, 18, 34, .08) 100%),
    var(--slide-image-mobile, var(--slide-image)) !important;
}

@media (max-width: 980px) {
  .hero > .hero-inner,
  .hero .hero-inner {
    padding-top: 62px !important;
    padding-bottom: 48px !important;
  }

  .hero,
  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero,
  .digital-site .digital-consulting-hero,
  .digital-site .light-main-hero,
  .bright-main-hero {
    min-height: 500px !important;
    background:
      linear-gradient(180deg, rgba(5, 18, 34, .3) 0%, rgba(5, 18, 34, .18) 58%, rgba(5, 18, 34, .06) 100%),
      var(--device-image-mobile, var(--hero-image-mobile, var(--device-image, var(--hero-image)))) !important;
    background-size: cover !important;
    background-position: var(--hero-position-mobile, var(--hero-position, center)) !important;
  }

  .hero-inner::before {
    background: linear-gradient(180deg, rgba(3, 10, 24, .2) 0%, rgba(3, 10, 24, .1) 64%, rgba(3, 10, 24, 0) 100%) !important;
  }
}

@media (max-width: 600px) {
  .hero,
  .hero.device-hero,
  .uvis-site .hero,
  .bluescan-site .hero,
  .digital-site .hero,
  .digital-site .digital-consulting-hero,
  .digital-site .light-main-hero,
  .bright-main-hero {
    min-height: 460px !important;
  }
}

/* Final natural-light pass after visual QA. */
.seo-image-panel.contain-image {
  width: min(640px, calc(100% - 48px));
}

.comparison-table .official-card-thumb,
.comparison-table .comparison-thumb {
  width: min(100%, 240px) !important;
  height: 150px !important;
  aspect-ratio: 8 / 5 !important;
  margin: 0 auto 16px !important;
  object-fit: contain !important;
}

.product-slide,
.product-slide.official-photo-slide,
.product-slide.device-slide {
  color: #0d1b2d !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .76) 44%, rgba(255, 255, 255, .12) 76%, rgba(255, 255, 255, 0) 100%),
    var(--slide-image) !important;
}

.product-slide strong,
.product-slide em,
.product-slide .slide-kicker,
.product-slide span:not(.slide-kicker),
.product-slide li {
  color: #0d1b2d !important;
  text-shadow: none !important;
}

.product-slide .slide-kicker,
.product-slide span:not(.slide-kicker),
.product-slide li {
  color: rgba(13, 27, 45, .78) !important;
}

@media (max-width: 767px) {
  .seo-image-panel.contain-image {
    width: min(100% - 32px, 640px);
  }

  .product-slide,
  .product-slide.official-photo-slide,
  .product-slide.device-slide {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .93) 0%, rgba(255, 255, 255, .76) 58%, rgba(255, 255, 255, .16) 100%),
      var(--slide-image-mobile, var(--slide-image)) !important;
  }
}

.official-diagram img,
.official-product-panel img,
.device-showcase img {
  height: auto !important;
  max-height: 520px;
  object-fit: contain !important;
}

/* Keep consultation controls clear of photos and copy. */
@media (min-width: 768px) {
  .footer {
    padding-bottom: 112px !important;
  }

  .fixed-actions .fixed-call,
  .fixed-actions .fixed-sms,
  .fixed-actions .fixed-inquiry {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }
}

@media (max-width: 767px) {
  body > .fixed-actions,
  .fixed-actions {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: max-content !important;
    margin: 0 auto 12px !important;
    transform: none !important;
  }

  .fixed-actions .fixed-call,
  .fixed-actions .fixed-sms,
  .fixed-actions .fixed-inquiry {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
  }
}

/* 2026-08 mobile-specific BlueScan layout pass. */
@media (max-width: 767px) {
  .nav {
    width: calc(100% - 32px) !important;
    min-height: 0 !important;
    gap: 9px !important;
    padding: 11px 0 9px !important;
  }

  .brand {
    width: 100%;
    min-width: 0;
  }

  .brand-mark {
    min-width: 72px !important;
    font-size: 23px !important;
  }

  .brand span:last-child {
    display: block !important;
    min-width: 0;
    padding-left: 10px !important;
    overflow: hidden;
    color: #38526b;
    font-size: 13px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-links {
    width: 100%;
    gap: 7px !important;
    padding: 0 18px 3px 0;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .nav-links::-webkit-scrollbar { display: none; }

  .nav-links a {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 34px;
    align-items: center;
    padding: 0 11px;
    border: 1px solid #d8e6f2;
    border-radius: 999px;
    background: #f4f9fd;
    color: #173b5c;
    font-size: 13px !important;
    scroll-snap-align: start;
  }

  .hero,
  .hero.device-hero,
  .bright-main-hero {
    min-height: 520px !important;
    background-position: 46% center !important;
  }

  .hero > .hero-inner,
  .hero .hero-inner {
    width: calc(100% - 32px) !important;
    padding: 44px 0 42px !important;
  }

  .hero h1,
  .hero-title,
  h1 {
    max-width: 100% !important;
    font-size: clamp(30px, 8.6vw, 34px) !important;
    line-height: 1.16 !important;
    letter-spacing: -.035em;
  }

  .hero-copy { font-size: 16px !important; line-height: 1.65 !important; }
  .hero-meta { font-size: 13px !important; line-height: 1.55 !important; }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100%;
    gap: 9px !important;
  }

  .hero-actions .btn { width: 100%; min-height: 48px; text-align: center; }

  .quick-risk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .quick-risk-grid a { min-height: 122px; padding: 18px 14px !important; }

  .band { padding-top: 58px !important; padding-bottom: 58px !important; }
  .section-head h2 { font-size: clamp(26px, 7.4vw, 30px) !important; line-height: 1.22 !important; }
  .product-slide { min-height: 370px !important; padding: 28px 24px !important; }

  .monitoring-grid,
  .official-feature-grid,
  .usecase-grid,
  .intent-grid,
  .grid.cols-3,
  .contact-box,
  .form-row { grid-template-columns: 1fr !important; }

  .official-sensor-strip img { width: 56px !important; height: 56px !important; }

  body > .fixed-actions,
  .fixed-actions {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: calc(100% - 32px) !important;
    max-width: 430px;
    padding: 8px !important;
    border-radius: 16px;
  }

  .fixed-actions .fixed-call,
  .fixed-actions .fixed-sms,
  .fixed-actions .fixed-inquiry {
    width: 100% !important;
    height: 46px !important;
    border-radius: 11px !important;
  }
}

/* 2026-08 responsive media and conversion safety pass. */
.official-diagram img,
.official-diagram-card img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain !important;
}

@media (min-width: 1100px) {
  body > .fixed-actions,
  .fixed-actions {
    right: 12px !important;
    bottom: 24px !important;
    left: auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: 68px !important;
    padding: 8px !important;
    border-radius: 34px !important;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  body > .fixed-actions,
  .fixed-actions {
    position: static !important;
    display: flex !important;
    justify-content: center !important;
    width: max-content !important;
    margin: 0 auto 16px !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .official-diagram,
  .official-diagram-card {
    width: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .official-feature-card {
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .official-feature-card img {
    width: 112px !important;
    height: 96px !important;
    padding: 8px !important;
  }
}

/* Persistent phone and SMS conversion dock. */
@media (max-width: 1099px) {
  body {
    padding-bottom: calc(88px + env(safe-area-inset-bottom)) !important;
  }

  body > .fixed-actions,
  .fixed-actions {
    position: fixed !important;
    z-index: 80 !important;
    right: 12px !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: auto !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding: 7px !important;
    border-radius: 18px !important;
    transform: none !important;
  }

  .fixed-actions .fixed-call,
  .fixed-actions .fixed-sms {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    height: 52px !important;
    min-width: 0 !important;
    min-height: 52px !important;
    border-radius: 13px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
  }

  .fixed-actions .fixed-call::before,
  .fixed-actions .fixed-sms::before {
    width: 21px !important;
    height: 21px !important;
    flex: 0 0 21px !important;
  }

  .fixed-actions .fixed-inquiry {
    display: none !important;
  }
}

@media (min-width: 1100px) {
  body > .fixed-actions,
  .fixed-actions {
    position: fixed !important;
    z-index: 80 !important;
  }
}


/* Enterprise quick-consult conversion dock. */
.conversion-dock {
  position: relative;
  z-index: 4;
  padding: 26px 0;
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid #dce6f0;
  background:
    radial-gradient(circle at 90% 0, rgba(43,139,217,.16), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #eef5fb 100%);
}

.conversion-shell {
  display: grid;
  grid-template-columns: minmax(230px, .8fr) minmax(560px, 1.7fr);
  gap: 22px 34px;
  align-items: center;
}

.conversion-copy .eyebrow {
  margin: 0 0 8px;
  color: #0870c5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.conversion-copy h2 {
  margin: 0;
  color: #102d49;
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.25;
  letter-spacing: -.035em;
}

.conversion-copy > p:last-child {
  margin: 10px 0 0;
  color: #52677a;
  font-size: 14px;
  line-height: 1.65;
}

.consult-intent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.consult-intent-grid button {
  min-height: 78px;
  padding: 14px 16px;
  border: 1px solid #cfdeeb;
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 24px rgba(18,55,97,.06);
  color: #153a5c;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.consult-intent-grid button strong,
.consult-intent-grid button span { display: block; }
.consult-intent-grid button strong { font-size: 15px; line-height: 1.35; }
.consult-intent-grid button span { margin-top: 5px; color: #66798b; font-size: 12px; line-height: 1.4; }
.consult-intent-grid button:hover,
.consult-intent-grid button:focus-visible,
.consult-intent-grid button.is-selected {
  transform: translateY(-2px);
  border-color: #1483d4;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,104,183,.14);
  outline: none;
}
.consult-intent-grid button.is-selected { box-shadow: inset 0 0 0 1px #1483d4, 0 12px 30px rgba(0,104,183,.14); }

.conversion-proof {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #d8e4ef;
  color: #52697d;
  font-size: 12px;
  font-weight: 650;
}
.conversion-proof span::before { content: "✓"; margin-right: 6px; color: #0782d1; font-weight: 900; }
.conversion-proof a { margin-left: auto; color: #075f9f; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .conversion-shell { grid-template-columns: 1fr; }
  .conversion-proof { grid-column: auto; }
}

@media (max-width: 767px) {
  .conversion-dock { padding: 22px 0; }
  .conversion-shell { width: calc(100% - 32px) !important; gap: 18px; }
  .conversion-copy h2 { font-size: 24px; }
  .consult-intent-grid { grid-template-columns: 1fr; }
  .consult-intent-grid button { min-height: 66px; padding: 12px 14px; }
  .conversion-proof { gap: 8px 12px; }
  .conversion-proof a { width: 100%; margin: 4px 0 0; }
}

/* 2026-08 quick-consult clarity: solid contrast below the homepage hero. */
.conversion-dock {
  border-top-color: #b8d1e6 !important;
  border-bottom-color: #c8d9e8 !important;
  background:
    radial-gradient(circle at 92% 0, rgba(28, 126, 207, .13), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #edf6fd 100%) !important;
}

.conversion-copy .eyebrow {
  display: inline-flex !important;
  align-items: center;
  min-height: 30px;
  margin: 0 0 10px !important;
  padding: 6px 12px !important;
  border: 1px solid #4c98d3 !important;
  border-radius: 999px;
  background: #d9edff !important;
  color: #003b6b !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: .045em !important;
  text-shadow: none !important;
}

.conversion-copy h2 {
  color: #071f38 !important;
  font-weight: 850 !important;
  text-wrap: balance;
}

.conversion-copy > p:last-child {
  color: #304b63 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
}

.consult-intent-grid button {
  border-color: #aec9df !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(18, 55, 97, .09) !important;
}

.consult-intent-grid button strong {
  color: #082d50 !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

.consult-intent-grid button span {
  margin-top: 6px !important;
  color: #3c566d !important;
  font-size: 13.5px !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
}

.conversion-proof {
  border-top-color: #c4d8e9 !important;
  color: #334e65 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

@media (max-width: 767px) {
  .conversion-dock {
    padding: 25px 0 !important;
  }

  .conversion-copy h2 {
    font-size: 26px !important;
    line-height: 1.28 !important;
  }

  .conversion-copy > p:last-child {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .consult-intent-grid button {
    min-height: 76px !important;
    padding: 14px 16px !important;
  }
}


/* 2026-08 rendered media correction: preserve crop intent and source clarity. */
.hero .hero-seo-image,
.feature-card-image img,
.service-card-image,
.official-feature-grid img,
.official-card-thumb,
.comparison-thumb {
  filter: none !important;
}

.product-slide,
.product-slide.official-photo-slide,
.product-slide.device-slide {
  background-size: cover, var(--slide-size, cover) !important;
  background-position: left top, var(--slide-position, center right) !important;
  background-repeat: no-repeat !important;
  background-color: #f5f8fc !important;
}

.uvis-site .product-slide {
  background-size: cover, var(--slide-size, auto 82%) !important;
  background-position: left top, var(--slide-position, center right) !important;
}

img[src*="service-config"],
img[src*="monitoring-service"],
img[src*="endpoint-platform"],
img[src*="document-centralization"],
img[src*="digital-groupware"],
img[src*="secudoor-service"],
img[src*="store-chain"],
img[src*="monitoring-app"],
img[src*="remote-control"],
img[src*="control-center"] {
  object-fit: contain !important;
  object-position: center !important;
  background: #f6f9fc !important;
}

@media (max-width: 767px) {
  .product-slide,
  .product-slide.official-photo-slide,
  .product-slide.device-slide {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .68) 48%, rgba(255, 255, 255, .06) 80%, rgba(255, 255, 255, 0) 100%),
      var(--slide-image-mobile, var(--slide-image)) !important;
  }

  .product-slide,
  .product-slide.official-photo-slide,
  .product-slide.device-slide {
    background-size: cover, var(--slide-size-mobile, var(--slide-size, cover)) !important;
    background-position: left top, var(--slide-position-mobile, var(--slide-position, center)) !important;
  }

  .uvis-site .product-slide {
    background-size: cover, var(--slide-size-mobile, cover) !important;
  }
}

img.service-card-image[src*="monitoring-service"],
img.service-card-image[src*="service-config"],
.feature-card-image img[src*="service-config"],
.feature-card-image img[src*="monitoring-service"] {
  object-fit: contain !important;
  object-position: center !important;
  padding: 12px !important;
  background: #f6f9fc !important;
}

/* Keep exact S-1 source media at its native display size to avoid interpolation blur. */
.official-feature-grid img {
  width: min(100%, 406px) !important;
  height: auto !important;
  aspect-ratio: 406 / 300 !important;
  margin-inline: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #f6f9fc !important;
}

.comparison-table .official-sensor-icon,
.official-sensor-strip img {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
}
/* Mobile image-density pass: keep legacy UI captures at a true 2x display size. */
@media (max-width: 767px) {
  .official-card-thumb,
  .comparison-thumb,
  .official-feature-grid img[src*="bluescan-"][src$=".png"] {
    width: min(100%, 200px) !important;
    height: auto !important;
    max-height: none !important;
    margin-inline: auto;
    object-fit: contain !important;
  }
}


/* CRO consolidation: one carousel above, stable product cards here. */
.service-product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-height: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.service-product-grid .product-slide {
  position: relative !important;
  isolation: isolate;
  inset: auto !important;
  display: flex !important;
  min-width: 0;
  min-height: 340px !important;
  flex-direction: column;
  padding: 160px 18px 18px !important;
  overflow: hidden;
  border: 1px solid #d6e1eb;
  border-radius: 18px;
  background-color: #fff !important;
  background-image:
    linear-gradient(180deg, transparent 0%, transparent 36%, rgba(255,255,255,.94) 54%, #fff 66%, #fff 100%),
    var(--slide-image) !important;
  background-size: 100% 100%, var(--slide-size, cover) !important;
  background-position: center, var(--slide-position, center) !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 14px 34px rgba(18, 55, 97, .09);
  color: #102d49 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.service-product-grid .product-slide::before {
  display: none !important;
}
.service-product-grid .product-slide::after {
  display: none !important;
}
.service-product-grid .product-slide > * {
  position: relative;
  z-index: 1;
}
.service-product-grid .product-card-media { position: absolute; z-index: 0; inset: 0 0 auto; display: block; width: 100%; height: 190px; overflow: hidden; }
.service-product-grid .product-card-media::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(180deg, transparent, #fff 88%); }
.service-product-grid .product-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: var(--slide-position, center); }
.service-product-grid .product-slide:hover,
.service-product-grid .product-slide:focus-visible {
  transform: translateY(-3px);
  border-color: #1683d2;
  box-shadow: 0 20px 42px rgba(0, 104, 183, .14);
  outline: none;
}
.service-product-grid .slide-kicker {
  width: fit-content;
  margin: 0 0 9px !important;
  padding: 5px 9px !important;
  border-radius: 999px;
  background: #dceeff !important;
  color: #075f9f !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}
.service-product-grid .product-slide strong { color: #102d49 !important; font-size: 19px !important; line-height: 1.35 !important; }
.service-product-grid .product-slide > span:not(.slide-kicker) { margin-top: 9px !important; color: #52697d !important; font-size: 13px !important; line-height: 1.5 !important; }
.service-product-grid .product-slide ul { display: flex; flex-wrap: wrap; gap: 5px; margin: 12px 0 0 !important; padding: 0; }
.service-product-grid .product-slide li { padding: 4px 7px !important; border: 1px solid #d6e3ee !important; border-radius: 999px; background: #f5f9fc !important; color: #425d73 !important; font-size: 10px !important; }
.service-product-grid .product-slide em { width: fit-content; margin-top: auto !important; padding-top: 11px; border: 0 !important; color: #075f9f !important; font-size: 12px !important; font-style: normal; font-weight: 800; }
.service-product-grid .product-slide em::after { content: " →"; }
.service-product-grid .slider-dots { display: none !important; }
@media (max-width: 980px) {
  .service-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .service-product-grid { gap: 9px; }
  .service-product-grid .product-slide {
    min-height: 180px !important;
    padding: 76px 10px 11px !important;
    border-radius: 13px;
    background-image:
      linear-gradient(180deg, transparent 0%, transparent 28%, rgba(255,255,255,.94) 48%, #fff 60%, #fff 100%),
      var(--slide-image-mobile, var(--slide-image)) !important;
    background-size: 100% 100%, var(--slide-size-mobile, var(--slide-size, cover)) !important;
    background-position: center, var(--slide-position-mobile, var(--slide-position, center)) !important;
  }
  .service-product-grid .product-card-media { height: 90px; }
  .service-product-grid .product-card-media img { object-position: var(--slide-position-mobile, center); }
  .service-product-grid .slide-kicker { margin-bottom: 6px !important; padding: 3px 6px !important; font-size: 9px !important; }
  .service-product-grid .product-slide strong { font-size: 13.5px !important; line-height: 1.34 !important; }
  .service-product-grid .product-slide > span:not(.slide-kicker),
  .service-product-grid .product-slide ul { display: none !important; }
  .service-product-grid .product-slide em { padding-top: 7px; font-size: 10.5px !important; }
}

/* Explicit card media replaces the legacy slider background. */
.service-product-grid .product-slide { background-image: none !important; }
