: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 balance: preserve the dispatch team on desktop. */
@media (min-width: 981px) {
  .secom-home-hero .hero-title {
    max-width: 700px !important;
    font-size: clamp(46px, 4.25vw, 54px) !important;
    line-height: 1.1 !important;
  }

  .secom-home-hero .hero-copy {
    max-width: 610px !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; }
.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); }
@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;
}

.comparison-thumb {
  display: block;
  width: 100%;
  height: 126px;
  margin-bottom: 16px;
  object-fit: contain;
  object-position: center;
  border-bottom: 1px solid #eef2f7;
  background: linear-gradient(135deg, #fbfdff, #eef4fb);
  padding: 14px;
}

.seo-guide-section {
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
}

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

.guide-link-grid a {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 24px;
  border: 1px solid #dfe8f2;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15, 35, 64, .06);
}

.guide-link-grid a:hover {
  border-color: rgba(0, 104, 183, .42);
  transform: translateY(-2px);
}

.guide-link-grid span,
.guide-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.guide-link-grid strong {
  font-size: 18px;
  line-height: 1.42;
}

.guide-actions {
  margin-top: 26px;
}

.cost-table {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dfe8f2;
  border-radius: 8px;
  background: #dfe8f2;
}

.cost-table div {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 150px;
  padding: 22px;
  background: #fff;
}

.cost-table strong {
  color: #0f2942;
  font-size: 17px;
}

.cost-table span {
  color: #5f6d7a;
  font-size: 14px;
  line-height: 1.58;
}

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

.guide-page .topbar + main,
.guide-page {
  background: #fff;
}

.guide-hero {
  padding: 92px 0 76px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef6fd 52%, #ffffff 100%);
  border-bottom: 1px solid #e4edf5;
}

.guide-hero .wrap > p,
.guide-hero-grid > div > p:not(.eyebrow) {
  max-width: 760px;
  color: #526273;
  font-size: 19px;
  line-height: 1.72;
}

.guide-hero h1 {
  max-width: 900px;
  margin: 0 0 20px;
  color: #101827;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.12;
  letter-spacing: 0;
}

.guide-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
  align-items: center;
  gap: 42px;
}

.guide-hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #dfe8f2;
  background: #f6f9fc;
  box-shadow: var(--shadow);
}

.guide-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

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

.guide-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(15, 35, 64, .07);
}

.guide-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f4f7fb;
}

.guide-card span,
.guide-card strong,
.guide-card p {
  margin-inline: 22px;
}

.guide-card span {
  margin-top: 18px;
}

.guide-card strong {
  color: #111827;
  font-size: 20px;
  line-height: 1.35;
}

.guide-card p {
  margin-bottom: 24px;
  color: #586777;
  font-size: 14px;
  line-height: 1.62;
}

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

.guide-article {
  display: grid;
  gap: 34px;
  max-width: 820px;
}

.guide-article section {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8eef5;
}

.guide-article h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 28px;
  line-height: 1.32;
}

.guide-article p,
.guide-article li {
  color: #425161;
  font-size: 17px;
  line-height: 1.86;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: .76em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
}

.guide-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
}

.guide-side-box {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 35, 64, .06);
}

.guide-side-box h2 {
  margin: 0;
  color: #111827;
  font-size: 20px;
}

.guide-side-box p {
  margin: 0;
  color: #607080;
  font-size: 14px;
  line-height: 1.65;
}

.guide-side-box a:not(.btn) {
  padding: 10px 0;
  border-bottom: 1px solid #edf2f7;
  color: #183b5b;
  font-weight: 800;
  text-decoration: none;
}

.guide-faq details {
  border: 1px solid #dfe8f2;
  border-radius: 8px;
  background: #fff;
}

.guide-faq details + details {
  margin-top: 10px;
}

.guide-faq summary {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 800;
}

.guide-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}

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

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

  .guide-hero-grid,
  .guide-layout {
    grid-template-columns: 1fr;
  }

  .guide-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .guide-link-grid,
  .guide-grid,
  .cost-table,
  .cost-table.compact {
    grid-template-columns: 1fr;
  }

  .guide-link-grid a {
    min-height: 0;
    padding: 20px;
  }

  .cost-table div {
    min-height: 0;
    padding: 20px;
  }

  .guide-hero {
    padding: 64px 0 48px;
  }

  .guide-hero h1 {
    font-size: clamp(31px, 9vw, 38px);
    line-height: 1.18;
  }

  .guide-hero .wrap > p,
  .guide-hero-grid > div > p:not(.eyebrow) {
    font-size: 16px;
  }

  .guide-card img,
  .guide-hero-media img {
    aspect-ratio: 4 / 3;
  }

  .guide-article {
    gap: 26px;
  }

  .guide-article h2 {
    font-size: 23px;
  }

  .guide-article p,
  .guide-article li {
    font-size: 15px;
    line-height: 1.78;
  }
}

* {
  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, linear-gradient(135deg, #173a5b, #0a2038));
  background-size: cover;
  background-position: center;
}

.hero.device-hero {
  color: #162232;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 36%, rgba(255,255,255,.78) 53%, rgba(255,255,255,.18) 70%, rgba(255,255,255,0) 100%),
    var(--device-image),
    linear-gradient(135deg, #fff 0%, #f6f9fd 56%, #e9f0f8 100%);
  background-size: cover, auto 80%, cover;
  background-position: center, right 9% center, center;
  background-repeat: no-repeat;
}

.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-title {
  max-width: 820px;
}

.hero-title span {
  display: block;
}

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

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

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

.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(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(15, 35, 64, .07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 104, 183, .3);
  box-shadow: 0 18px 46px rgba(15, 35, 64, .12);
}

.doorcam-gallery {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 20px;
}

.doorcam-gallery .product-card.featured {
  grid-row: span 2;
}

.doorcam-gallery .product-card.wide {
  grid-column: span 2;
}

.doorcam-gallery .featured .product-media {
  min-height: 520px;
}

.doorcam-gallery .wide .product-media {
  min-height: 360px;
}

.doorcam-gallery .compact-product .product-media {
  min-height: 220px;
  background-size: auto 64%;
}

.doorcam-spec-grid,
.addon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.doorcam-spec-grid article {
  min-height: 150px;
  padding: 24px;
  border: 1px solid #dce5ef;
  background:
    linear-gradient(135deg, rgba(0, 91, 172, .06), rgba(255, 255, 255, .98) 48%),
    #fff;
  box-shadow: 0 10px 30px rgba(17, 35, 55, .06);
}

.doorcam-spec-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #101826;
  font-size: 19px;
  font-weight: 700;
}

.doorcam-spec-grid p {
  margin: 0;
  color: #667789;
}

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

.addon-grid .product-card {
  min-height: 100%;
}

.addon-grid .product-body {
  display: grid;
  align-content: start;
  gap: 12px;
}

.addon-grid .product-body p {
  margin-bottom: 4px;
}

.addon-kicker {
  width: fit-content;
  padding: 6px 10px;
  background: rgba(0, 91, 172, .1);
  color: #005bac;
  font-size: 13px;
  font-weight: 700;
}

.addon-note {
  margin: 22px 0 0;
  color: #667789;
  font-size: 14px;
}

.product-media {
  min-height: 245px;
  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-media.product-contain {
  background:
    linear-gradient(145deg, #f7f9fc, #fff);
  background-image: var(--product-image);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-media.product-contain.product-pad {
  background-size: auto 78%;
}

.visual.product-contain {
  background:
    linear-gradient(145deg, rgba(247,249,252,.94), rgba(255,255,255,.86)),
    var(--visual-image);
  background-size: cover, contain;
  background-position: center;
  background-repeat: no-repeat;
}

.visual.product-contain.product-pad {
  background-size: cover, auto 82%;
}

.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);
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 700;
}

.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, linear-gradient(135deg, #eef5fb, #dce9f4));
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.visual.product-visual {
  background:
    linear-gradient(145deg, rgba(255,255,255,.02), rgba(0,91,172,.08)),
    var(--visual-image);
  background-size: cover, cover;
  background-position: var(--visual-position, center);
  background-repeat: no-repeat;
}

.visual.product-visual.product-contain {
  background:
    linear-gradient(145deg, rgba(247,249,252,.94), rgba(255,255,255,.86)),
    var(--visual-image);
  background-size: cover, contain;
  background-position: center;
  background-repeat: no-repeat;
}

.visual.product-visual.product-contain.product-pad {
  background-size: cover, auto 82%;
}

.visual.product-visual.official-photo-visual {
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(0,91,172,.06)),
    var(--visual-image);
  background-size: cover, cover;
  background-position: center, var(--visual-position, center);
}

.visual.product-visual.official-diagram-visual {
  background:
    linear-gradient(145deg, rgba(248,251,255,.96), rgba(238,244,251,.92)),
    var(--visual-image);
  background-size: cover, auto 82%;
  background-position: center, center;
  background-repeat: no-repeat;
}

.visual.device-visual {
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,245,252,.92)),
    var(--visual-image);
  background-size: cover, auto 82%;
  background-position: center;
  background-repeat: no-repeat;
}

.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);
}

.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-kicker {
  width: fit-content;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid #8ebee6;
  border-radius: 999px;
  background: #dceeff;
  color: #003f73;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .06em;
}

.detail-lead-form h3 {
  padding-bottom: 12px;
  border-bottom: 3px solid #1675bc;
  color: #081f35;
  font-size: clamp(24px, 2.4vw, 28px);
  font-weight: 800;
  line-height: 1.3;
}

.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 {
  min-height: 700px;
  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,
.contact-panel,
.contact-form,
.summary-panel {
  border-color: #dbe4ee;
  box-shadow: 0 16px 44px rgba(17, 35, 55, .07);
}

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

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

.product-media {
  min-height: 230px;
}

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

.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);
}

.product-card {
  min-height: 100%;
}

.product-body {
  padding: 30px;
}

.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,
  .contact-box,
  .split {
    grid-template-columns: 1fr;
  }

  .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-title {
    max-width: 520px;
  }

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

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

  .band {
    padding: 64px 0;
  }

  .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: 390px;
  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: var(--slide-position, center);
}

.product-slide.device-slide {
  background:
    linear-gradient(90deg, rgba(7,25,45,.9) 0%, rgba(7,25,45,.7) 48%, rgba(7,25,45,.08) 100%),
    var(--slide-image),
    linear-gradient(135deg, #f8fbff, #dfe8f3);
  background-size: cover, auto 78%, cover;
  background-position: center, right 9% center, center;
  background-repeat: no-repeat;
}

.product-slide.official-photo-slide {
  background:
    linear-gradient(90deg, rgba(7,25,45,.88) 0%, rgba(7,25,45,.62) 44%, rgba(7,25,45,.16) 100%),
    var(--slide-image);
  background-size: cover, cover;
  background-position: center, var(--slide-position, center);
}

.official-showcase {
  border-top: 1px solid #e7edf5;
}

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

.official-diagram-card,
.official-diagram {
  display: grid;
  align-content: center;
  min-height: 420px;
  border: 1px solid #dde7f2;
  background: linear-gradient(135deg, #fbfdff, #eef4fb);
  box-shadow: 0 18px 46px rgba(17, 35, 55, .1);
}

.official-diagram-card img,
.official-diagram img {
  display: block;
  width: min(92%, 720px);
  max-height: 360px;
  margin: 0 auto;
  object-fit: contain;
}

.official-feature-list {
  display: grid;
  gap: 14px;
}

.official-feature-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid #dde7f2;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 35, 55, .07);
}

.official-feature-card img {
  width: 118px;
  height: 92px;
  object-fit: contain;
  border: 1px solid #eef2f7;
  background: linear-gradient(135deg, #fbfdff, #eef4fb);
  padding: 10px;
}

.official-feature-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.official-feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.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: 640px;
  color: #fff;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 600;
}

.product-slide span:not(.slide-kicker) {
  max-width: 620px;
  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;
}

.slide-promo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  width: fit-content;
  max-width: min(100%, 620px);
  margin-top: 20px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .16);
  color: #fff;
  backdrop-filter: blur(10px);
}

.slide-promo span {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

.slide-promo del {
  color: rgba(255, 255, 255, .72);
}

.slide-promo strong {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.slide-promo em {
  margin: 0;
  padding: 5px 9px;
  border: 0;
  background: #d1212f;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.slide-promo small {
  flex-basis: 100%;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.3;
}

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

.product-slide .slide-promo em {
  width: auto;
  margin: 0;
  padding: 5px 9px;
  border: 0;
  background: #d1212f;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.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,
  .doorcam-spec-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,
  .doorcam-gallery,
  .doorcam-spec-grid,
  .addon-grid {
    grid-template-columns: 1fr;
  }

  .doorcam-gallery .product-card.featured,
  .doorcam-gallery .product-card.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .doorcam-gallery .featured .product-media,
  .doorcam-gallery .wide .product-media {
    min-height: 300px;
  }

  .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, .74), rgba(11, 31, 54, .42), rgba(11, 31, 54, .04)),
    var(--hero-image);
  background-size: cover;
  background-position: var(--hero-position, center);
}

.subhero.device-hero {
  background:
    linear-gradient(90deg, rgba(6, 18, 32, .76), rgba(11, 31, 54, .46) 50%, rgba(11, 31, 54, .02)),
    var(--device-image),
    linear-gradient(135deg, #f8fbff 0%, #e9eff7 100%);
  background-size: cover, var(--device-size, auto 76%), cover;
  background-position: center, right 8% center, center;
  background-repeat: no-repeat;
}

.subhero.crisp-device-hero {
  color: #122235;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 38%, rgba(255,255,255,.52) 62%, rgba(255,255,255,.1) 100%),
    var(--device-image),
    linear-gradient(135deg, #f8fbff 0%, #e9eff7 100%);
  background-size: cover, var(--device-size, auto 82%), cover;
  background-position: center, var(--device-position, right 9% center), center;
  background-repeat: no-repeat;
}

.subhero.crisp-device-hero .eyebrow {
  background: rgba(0, 91, 172, .92);
}

.subhero.crisp-device-hero p:not(.eyebrow) {
  color: #526274;
}

.subhero.crisp-device-hero .btn.secondary {
  border-color: #dce5ef;
  background: #fff;
  color: #005bac;
}

.subhero.premium-photo-hero {
  color: #132236;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 36%, rgba(255,255,255,.48) 62%, rgba(255,255,255,.04) 100%),
    var(--hero-image);
  background-size: cover;
  background-position: var(--hero-position, center);
}

.subhero.premium-photo-hero .eyebrow {
  background: rgba(0, 91, 172, .92);
}

.subhero.premium-photo-hero p:not(.eyebrow) {
  color: #526274;
}

.subhero.premium-photo-hero .btn.secondary {
  border-color: #dce5ef;
  background: #fff;
  color: #005bac;
}

.doorcam-price-card {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 8px 12px;
  margin-top: 26px;
  padding: 16px 18px;
  border: 1px solid #dce5ef;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(17, 35, 55, .1);
}

.doorcam-price-card span {
  color: #6b7482;
  font-size: 15px;
}

.doorcam-price-card strong {
  color: #d1212f;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.doorcam-price-card em {
  width: fit-content;
  padding: 6px 10px;
  background: #d1212f;
  color: #fff;
  font-style: normal;
  font-weight: 700;
}

.doorcam-price-card small {
  color: #6b7482;
  font-size: 13px;
}

.benefit-panel {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #dce5ef;
  background:
    linear-gradient(135deg, rgba(209, 33, 47, .08), rgba(255, 255, 255, .98) 46%),
    #fff;
  box-shadow: 0 16px 44px rgba(17, 35, 55, .08);
}

.benefit-panel span {
  color: #005bac;
  font-weight: 700;
}

.benefit-panel strong {
  color: #d1212f;
  font-size: 40px;
  line-height: 1;
}

.benefit-panel p {
  margin: 0;
  color: #5b6675;
}

.subhero.inquiry-products-hero {
  color: #162232;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 37%, rgba(255,255,255,.62) 58%, rgba(255,255,255,.1) 78%, rgba(255,255,255,0) 100%),
    var(--reader-image),
    var(--aed-image),
    linear-gradient(135deg, #fff 0%, #f5f8fc 54%, #e7eef7 100%);
  background-size: cover, auto 62%, auto 45%, cover;
  background-position: center, right 23% center, right 5% 59%, center;
  background-repeat: no-repeat;
}

.subhero.inquiry-products-hero .eyebrow {
  background: #005bac;
  color: #fff;
}

.subhero.inquiry-products-hero p:not(.eyebrow) {
  color: #4f5f72;
}

.subhero.inquiry-products-hero .btn.secondary {
  border-color: #b8c4d2;
  background: #fff;
  color: #162232;
}

@media (max-width: 720px) {
  .subhero.inquiry-products-hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.96) 54%, rgba(255,255,255,.7) 74%, rgba(255,255,255,.18) 100%),
      var(--reader-image),
      var(--aed-image),
      linear-gradient(135deg, #fff 0%, #f5f8fc 54%, #e7eef7 100%);
    background-size: cover, auto 34%, auto 29%, cover;
    background-position: center, left 10% bottom 28px, right 8% bottom 38px, center;
    background-repeat: no-repeat;
  }
}

.subhero.doorcam-official-hero {
  background-size: cover, auto 84%, cover;
  background-position: center, right 9% center, center;
}

.doorcam-official-visual {
  min-height: 520px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.02), rgba(0,91,172,.06)),
    var(--visual-image);
  background-size: cover, cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sharp-product-visual {
  min-height: 520px;
  background-size: cover, auto 92%;
}

.device-showcase {
  display: grid;
  place-items: center;
  min-height: 520px;
  margin: 0;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid #dce5ef;
  background:
    radial-gradient(circle at 65% 28%, rgba(0, 91, 172, .1), rgba(0, 91, 172, 0) 34%),
    linear-gradient(145deg, #ffffff, #f2f6fb);
  box-shadow: 0 22px 58px rgba(17, 35, 55, .1);
}

.device-showcase img {
  display: block;
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 32px rgba(17, 35, 55, .18));
}

.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 img[src*="/assets/official/"] {
  object-fit: contain;
  padding: 24px;
  background: linear-gradient(135deg, #f8fbff, #eef4fb);
}

.seo-image-panel.official-product-panel {
  display: grid;
  justify-items: center;
  background: linear-gradient(135deg, #fbfdff, #eef4fb);
}

.seo-image-panel.official-product-panel img {
  width: auto;
  max-width: min(100%, var(--official-product-width, 680px));
  height: clamp(220px, 34vw, 430px);
  object-fit: contain;
  padding: clamp(18px, 3vw, 34px);
}

.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;
  }
}

.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;
}

.compact-cta-band {
  padding-top: clamp(26px, 4vw, 46px);
  padding-bottom: clamp(26px, 4vw, 46px);
}

.quick-contact-strip {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 22px;
  border: 1px solid #dce5ef;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 35, 64, .08);
}

.quick-contact-strip strong {
  display: block;
  color: #102033;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 650;
}

.quick-contact-strip span {
  color: #526274;
  font-size: 15px;
  line-height: 1.65;
}

.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%;
  }

  .quick-contact-strip {
    grid-template-columns: 1fr;
  }

  .quick-contact-strip .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;
}

.official-device-card .official-device-media {
  min-height: 188px;
  background-color: #fff;
  background-size: auto 108px;
  border-bottom: 1px solid #eef2f7;
}

.home-device-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.household-service-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

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

  .home-device-grid {
    grid-template-columns: 1fr;
  }

  .official-showcase-grid {
    grid-template-columns: 1fr;
  }

  .official-feature-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .official-feature-card img {
    width: 96px;
    height: 82px;
  }

  .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;
}

/* 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;
}

.product-media.product-photo-focus {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 767px) {
  .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, .68) 54%, rgba(5, 13, 28, .2) 100%),
      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;
  }

  .subhero,
  .subhero.device-hero,
  .subhero.crisp-device-hero,
  .subhero.premium-photo-hero {
    background:
      linear-gradient(180deg, rgba(6, 18, 32, .82), rgba(11, 31, 54, .55), rgba(11, 31, 54, .16)),
      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;
    background-repeat: no-repeat !important;
  }

  .product-slide,
  .product-slide.device-slide,
  .product-slide.official-photo-slide {
    background:
      linear-gradient(90deg, rgba(7,25,45,.88) 0%, rgba(7,25,45,.62) 54%, rgba(7,25,45,.18) 100%),
      var(--slide-image-mobile, var(--slide-image)) !important;
    background-size: cover !important;
    background-position: var(--slide-position-mobile, var(--slide-position, center)) !important;
    background-repeat: no-repeat !important;
  }

  .product-slide,
  .product-slide strong,
  .product-slide em,
  .product-slide .slide-kicker {
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .36), 0 12px 32px rgba(0, 0, 0, .22) !important;
  }

  .product-slide span:not(.slide-kicker),
  .product-slide li {
    color: rgba(255, 255, 255, .9) !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .34) !important;
  }

  .visual.product-visual,
  .visual.product-contain {
    background:
      linear-gradient(145deg, rgba(247,249,252,.92), rgba(255,255,255,.7)),
      var(--visual-image-mobile, var(--visual-image)) !important;
    background-size: cover !important;
    background-position: var(--visual-position-mobile, var(--visual-position, center)) !important;
    background-repeat: no-repeat !important;
  }

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

  .product-media.product-contain,
  .product-media.product-contain.product-pad {
    background:
      linear-gradient(145deg, #f7f9fc, #fff),
      var(--product-image-mobile, var(--product-image)) !important;
    background-size: cover, contain !important;
    background-position: center, var(--product-position-mobile, var(--product-position, center)) !important;
    background-repeat: no-repeat !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;
  }
}

/* Product slides mix photos and product renders, so keep copy consistently legible. */
.product-slide,
.product-slide.official-photo-slide,
.product-slide.device-slide {
  background:
    linear-gradient(90deg, rgba(5, 18, 34, .9) 0%, rgba(5, 18, 34, .68) 48%, rgba(5, 18, 34, .2) 100%),
    var(--slide-image-mobile, var(--slide-image)) !important;
  background-size: cover !important;
  background-position: var(--slide-position-mobile, var(--slide-position, center)) !important;
  background-repeat: no-repeat !important;
}

.product-slide,
.product-slide strong,
.product-slide em,
.product-slide .slide-kicker {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .42), 0 14px 36px rgba(0, 0, 0, .22) !important;
}

.product-slide span:not(.slide-kicker),
.product-slide li {
  color: rgba(255, 255, 255, .9) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .36) !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: preserve real uniforms, vehicle livery and signage. */
.hero .hero-seo-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: var(--hero-position, center) !important;
  filter: brightness(1.15) saturate(.95) contrast(1) !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.17) saturate(.93) contrast(1) !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 Secom 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: #3d5065; 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 #d8e3ef; border-radius: 999px; background: #f5f8fc; color: #173957; font-size: 13px !important; scroll-snap-align: start; }

  .hero,
  .hero.device-hero { min-height: 540px !important; background-position: 60% center !important; }
  .hero .hero-seo-image { object-position: 60% center !important; }
  .hero > .hero-inner,
  .hero .hero-inner { width: calc(100% - 32px) !important; padding: 42px 0 40px !important; }
  .hero h1,
  .hero-title,
  h1 { max-width: 100% !important; font-size: clamp(29px, 8.2vw, 32px) !important; line-height: 1.17 !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; }

  .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; }
  .official-showcase-grid,
  .official-feature-list,
  .intent-grid,
  .grid.cols-3,
  .contact-box,
  .form-row,
  .split { grid-template-columns: 1fr !important; }
  .visual.product-visual { min-height: 300px !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;
  }
}

/* Keep the Secudoor photography while guaranteeing readable hero copy. */
.subhero.premium-photo-hero.access-control-hero {
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(4, 15, 29, .9) 0%, rgba(5, 23, 43, .78) 42%, rgba(7, 31, 57, .3) 70%, rgba(7, 31, 57, .05) 100%),
    var(--hero-image) !important;
  background-size: cover !important;
  background-position: var(--hero-position, center) !important;
}

.subhero.premium-photo-hero.access-control-hero h1 {
  color: #fff !important;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .48) !important;
}

.subhero.premium-photo-hero.access-control-hero .eyebrow,
.subhero.premium-photo-hero.access-control-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, .94) !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .46) !important;
}

.subhero.premium-photo-hero.access-control-hero .btn.secondary {
  border-color: rgba(255, 255, 255, .78) !important;
  background: rgba(4, 15, 29, .24) !important;
  color: #fff !important;
  backdrop-filter: blur(6px);
}

@media (max-width: 767px) {
  .subhero.premium-photo-hero.access-control-hero {
    background:
      linear-gradient(180deg, rgba(4, 15, 29, .86) 0%, rgba(5, 23, 43, .72) 56%, rgba(7, 31, 57, .44) 100%),
      var(--hero-image-mobile, var(--hero-image)) !important;
    background-size: cover !important;
    background-position: var(--hero-position-mobile, var(--hero-position, center)) !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;
  padding: 7px 12px;
  border: 1px solid #8ebee6;
  background: #dceeff;
  color: #003f73;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.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;
}

.comparison-thumb.comparison-photo {
  aspect-ratio: 16 / 9;
  height: auto;
  padding: 0;
  object-fit: cover !important;
  border-radius: 10px;
}

.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 the AI Doorcam hero copy readable over the bright family scene. */
.subhero.premium-photo-hero.doorcam-contrast-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .96) 40%, rgba(255, 255, 255, .76) 54%, rgba(255, 255, 255, .18) 72%, rgba(255, 255, 255, .02) 100%),
    var(--hero-image) !important;
  background-size: cover !important;
  background-position: var(--hero-position, center) !important;
}

.subhero.premium-photo-hero.doorcam-contrast-hero h1 {
  max-width: 680px;
  color: #0d1b2d !important;
}

.subhero.premium-photo-hero.doorcam-contrast-hero p:not(.eyebrow) {
  max-width: 650px;
  color: #33485e !important;
}

.subhero.premium-photo-hero.doorcam-contrast-hero .eyebrow {
  color: #fff !important;
}

@media (max-width: 767px) {
  .subhero.premium-photo-hero.doorcam-contrast-hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 54%, rgba(255, 255, 255, .58) 74%, rgba(255, 255, 255, .08) 100%),
      var(--hero-image-mobile, var(--hero-image)) !important;
    background-size: cover !important;
    background-position: var(--hero-position-mobile, var(--hero-position, center)) !important;
  }
}

.huen-flow-figure {
  display: grid;
  min-height: 520px;
  margin: 0;
  padding: 22px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #f8fbff, #eef4fb);
  box-shadow: var(--shadow);
}

.huen-flow-figure img {
  display: block;
  width: min(100%, 560px);
  height: auto;
  object-fit: contain;
  image-rendering: auto;
}

.huen-overview-figure {
  display: block;
  aspect-ratio: 16 / 10;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #e8eef5;
  box-shadow: var(--shadow);
}

.huen-overview-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
}

@media (max-width: 767px) {
  .huen-flow-figure {
    min-height: 520px;
    padding: 14px;
  }

  .huen-flow-figure img {
    width: 100%;
  }

  .huen-overview-figure {
    aspect-ratio: 16 / 10;
  }
}
/* Mobile image-density pass: render 96px device icons at a crisp, intentional size. */
@media (max-width: 767px) {
  .official-device-card .official-device-media {
    min-height: 150px !important;
    background-size: auto 72px !important;
  }

  .product-media.product-contain.product-pad[style*="/official/commercial/"] {
    min-height: 150px !important;
    background-size: auto 72px !important;
  }

  .official-card-thumb,
  .comparison-thumb {
    width: min(100%, 210px) !important;
    height: auto !important;
    max-height: none !important;
    margin-inline: auto;
    object-fit: contain !important;
  }
}

/* Keep mobile homepage photography visible instead of washing it out. */
@media (max-width: 767px) {
  .product-slide,
  .product-slide.official-photo-slide,
  .product-slide.device-slide {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .64) 0%, rgba(255, 255, 255, .36) 46%, rgba(255, 255, 255, .03) 78%, rgba(255, 255, 255, 0) 100%),
      var(--slide-image-mobile, var(--slide-image)) !important;
  }

  .visual.product-visual.official-photo-visual {
    background-image: var(--visual-image-mobile, var(--visual-image)) !important;
    background-size: cover !important;
    background-position: var(--visual-position-mobile, var(--visual-position, center)) !important;
    background-repeat: no-repeat !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; }

/* 2026-08 consolidated navigation, slider, consultation and receipt components. */
.nav-menu-toggle {
  display: none;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid #cbdbea;
  border-radius: 11px;
  background: #fff;
  color: #123854;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.slider-dots {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.slider-dots button[data-slide-dot] {
  position: relative;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.slider-dots button[data-slide-dot]::before {
  content: "";
  position: absolute;
  inset: 13px 6px;
  border-radius: 999px;
  background: #b8c8d7;
}
.slider-dots button[data-slide-dot].is-active::before { background: #0068b7; }
.slider-pause {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #bfd2e2;
  border-radius: 999px;
  background: #fff;
  color: #21455f;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.slider-pause[aria-pressed="true"] { border-color: #0068b7; color: #0068b7; }
.consult-selection-status {
  margin: 12px 0 0;
  color: #143f61;
  font-size: 14px;
  font-weight: 750;
}
.consent a { color: #075f9f; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.inquiry-receipt {
  display: inline-flex;
  margin: 14px 0 0;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: inherit;
  font-weight: 800;
}
.inquiry-receipt[hidden] { display: none; }

/* 2026-08 lead capture upgrade: faster callbacks, clearer intent chips. */
.callback-choice {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.callback-choice button {
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid #c8d9e8;
  border-radius: 10px;
  background: #f8fbfe;
  color: #163e5e;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.callback-choice button:hover,
.callback-choice button:focus-visible,
.callback-choice button.is-selected {
  border-color: #0068b7;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,104,183,.13);
  outline: none;
  transform: translateY(-1px);
}

.optional-label {
  margin-left: 4px;
  color: #66798b;
  font-size: 11px;
  font-weight: 800;
}

.contact-form .btn[type="submit"] {
  min-height: 52px;
  font-size: 17px;
  font-weight: 900;
}

.contact-form input[autocomplete="tel"] {
  border-color: #8bbde2;
  box-shadow: inset 0 0 0 1px rgba(0,104,183,.08);
}

.contact-form input[autocomplete="tel"]:focus {
  border-color: #0068b7;
  outline: 3px solid rgba(0,104,183,.16);
}

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

.consult-selection-status {
  min-height: 24px;
}

@media (min-width: 768px) {
  .fixed-actions .fixed-inquiry {
    width: auto !important;
    min-width: 104px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

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

@media (max-width: 767px) {
  .callback-choice,
  .consult-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .callback-choice button {
    min-height: 44px;
  }
}

@media (max-width: 767px) {
  .nav.has-menu-toggle {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
  }
  .nav.has-menu-toggle .nav-menu-toggle { display: inline-flex; justify-self: end; }
  .nav.has-menu-toggle .nav-links {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100% !important;
    max-height: 0;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height .24s ease, opacity .18s ease, padding .18s ease;
  }
  .nav.has-menu-toggle .nav-links.is-open {
    max-height: 520px;
    padding: 8px 0 4px !important;
    opacity: 1;
    pointer-events: auto;
  }
  .nav.has-menu-toggle .nav-links a {
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 5px 8px;
    text-align: center;
    white-space: normal;
  }
  .secom-home-hero { min-height: 520px !important; }
  .secom-home-hero .hero-inner { padding-top: 60px !important; padding-bottom: 48px !important; }
  main:has(.secom-home-hero) > .band { padding-top: 48px !important; padding-bottom: 48px !important; }
  main:has(.secom-home-hero) > .band .section-head { margin-bottom: 22px; }
  .home-support-section .split { gap: 24px; }
  .slider-dots { gap: 1px !important; }
  .slider-dots button[data-slide-dot] { width: 34px !important; height: 40px !important; min-width: 34px; }
  .slider-dots button[data-slide-dot]::before { inset: 15px 6px; }
  .slider-pause { min-height: 40px; margin-left: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .nav.has-menu-toggle .nav-links { transition: none; }
}

/* Homepage hero: preserve the photography while creating a stable text-safe area. */
.hero.device-hero.secom-home-hero {
  min-height: 510px !important;
  background: var(--device-image) !important;
  background-size: cover !important;
  background-position: 72% center !important;
  background-repeat: no-repeat !important;
}

.secom-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 28, 49, .76) 0%, rgba(7, 28, 49, .66) 36%, rgba(7, 28, 49, .34) 62%, rgba(7, 28, 49, .08) 82%, rgba(7, 28, 49, 0) 100%);
}

.secom-home-hero .hero-inner::before,
.secom-home-hero .hero-inner::after {
  display: none !important;
}

.secom-home-hero .hero-inner {
  padding-top: 62px !important;
  padding-bottom: 58px !important;
}

.secom-home-hero .hero-title,
.secom-home-hero .hero-title span {
  max-width: 680px !important;
  color: #fff !important;
  font-size: clamp(46px, 4.1vw, 52px) !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .3) !important;
}

.secom-home-hero .hero-copy {
  max-width: 570px !important;
  color: rgba(255, 255, 255, .95) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .28) !important;
}

.secom-home-hero .eyebrow {
  color: rgba(255, 255, 255, .9) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .24) !important;
}

.secom-home-hero .hero-actions {
  margin-top: 28px !important;
}

@media (max-width: 767px) {
  .hero.device-hero.secom-home-hero {
    min-height: 520px !important;
    background: var(--device-image-mobile, var(--device-image)) !important;
    background-size: cover !important;
    background-position: 64% center !important;
  }

  .secom-home-hero::before {
    background: linear-gradient(180deg, rgba(7, 28, 49, .78) 0%, rgba(7, 28, 49, .7) 58%, rgba(7, 28, 49, .48) 100%);
  }

  .secom-home-hero .hero-seo-image {
    object-position: 64% center !important;
  }

  .secom-home-hero .hero-inner {
    width: calc(100% - 32px) !important;
    padding-top: 48px !important;
    padding-bottom: 44px !important;
  }

  .secom-home-hero .hero-title,
  .secom-home-hero .hero-title span {
    max-width: 100% !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }

  .secom-home-hero .hero-title span {
    display: inline !important;
  }

  .secom-home-hero .hero-copy {
    max-width: 100% !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
  }

  .secom-home-hero .hero-actions {
    margin-top: 24px !important;
  }
}
