/*
 * Trudian / J-BSS — TD-M45 smart-lock display product page.
 * The layout treats TD-M45 as a verified lock accessory, not a third lock type.
 */
.td-m45-display-page {
  --tdm-ink: #10212a;
  --tdm-navy: #0b202b;
  --tdm-navy-2: #163742;
  --tdm-copper: #cf6e2d;
  --tdm-copper-deep: #a84e1d;
  --tdm-blue: #2e7385;
  --tdm-paper: #fbfaf7;
  --tdm-warm: #f3eee7;
  --tdm-mist: #e9f0f1;
  --tdm-line: #d9d4cd;
  --tdm-muted: #65737b;
  --tdm-shadow: 0 20px 44px rgba(16, 33, 42, .13), 0 4px 12px rgba(16, 33, 42, .06);
  background: var(--tdm-paper);
  color: var(--tdm-ink);
  overflow-x: clip;
}

/* ─────────────────────────────────────────────────────────────
   TD-M45 B2B depth pass
   A restrained material system for the Russian product page: a dark
   technical Hero, quiet paper surfaces, one copper action colour and
   elevated evidence cards. No copy or product facts are changed here.
   ───────────────────────────────────────────────────────────── */
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] {
  --tdm-depth-shadow: 0 28px 64px rgba(16, 33, 42, .15), 0 5px 14px rgba(16, 33, 42, .06);
  --tdm-edge: rgba(46, 115, 133, .22);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-content {
  padding-left: clamp(22px, 2.6vw, 42px);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-content::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(180deg, #e5a06f 0%, #d16d2e 46%, #4e9bad 100%);
  box-shadow: 0 0 24px rgba(207, 110, 45, .24);
  content: "";
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-badge {
  backdrop-filter: blur(12px);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .btn-primary-jbss,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .btn-secondary-jbss,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .btn-tg {
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-positioning-section,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-compatibility-section,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-section,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-section,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-section,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-section,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-section {
  position: relative;
  isolation: isolate;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief > .container,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-positioning-section > .container,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-compatibility-section > .container,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-section > .container,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-section > .container,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-section > .container,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-section > .container,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section > .container,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-section > .container {
  position: relative;
  z-index: 1;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief::before,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-positioning-section::before,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-compatibility-section::before,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-section::before,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-section::before,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-section::before,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 92% 10%, rgba(255, 255, 255, .58), transparent 24%);
  content: "";
  pointer-events: none;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief .visual-placeholder.visual-image {
  border-radius: 24px;
  box-shadow: var(--tdm-depth-shadow), inset 0 1px 0 rgba(255, 255, 255, .85);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-positioning-section {
  background:
    radial-gradient(circle at 10% 18%, rgba(207, 110, 45, .08), transparent 24%),
    linear-gradient(135deg, #fffdfa 0%, #f4f2ed 54%, #e9f0ef 100%) !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-rear-figure {
  border-color: rgba(46, 115, 133, .2);
  border-radius: 20px;
  box-shadow: var(--tdm-depth-shadow), inset 0 1px 0 rgba(255, 255, 255, .9);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-rear-stage {
  position: relative;
  box-shadow: inset 0 18px 32px rgba(255, 255, 255, .2), inset 0 -18px 32px rgba(16, 33, 42, .06);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-rear-stage::after {
  position: absolute;
  inset: 14px;
  z-index: 0;
  border: 1px solid rgba(46, 115, 133, .12);
  border-radius: 13px;
  box-shadow: inset 0 0 26px rgba(255, 255, 255, .32);
  content: "";
  pointer-events: none;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-rear-stage img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 18px rgba(16, 33, 42, .2));
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-detail-grid {
  background: linear-gradient(180deg, #edf3f2, #e5eceb);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-mode-card,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-model-card,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths article {
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 244, 238, .96));
  box-shadow: var(--tdm-depth-shadow), inset 0 1px 0 rgba(255, 255, 255, .9);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-mode-card {
  position: relative;
  overflow: hidden;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-mode-card::after,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-model-card::after,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths article::after {
  position: absolute;
  right: -34px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 115, 133, .12), transparent 70%);
  content: "";
  pointer-events: none;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-compatibility-section .section-head,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-section .section-head,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-section .section-head {
  position: relative;
  max-width: 790px;
  padding-left: 18px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-compatibility-section .section-head::before,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-section .section-head::before,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-section .section-head::before {
  position: absolute;
  top: 3px;
  bottom: 4px;
  left: 0;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--tdm-copper), var(--tdm-blue));
  content: "";
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(184, 218, 224, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 218, 224, .045) 1px, transparent 1px),
    radial-gradient(circle at 84% 18%, rgba(82, 165, 176, .22), transparent 26%);
  background-size: 42px 42px, 42px 42px, auto;
  content: "";
  pointer-events: none;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-section .tdm45-topology {
  border-radius: 20px;
  box-shadow: 0 30px 64px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .46);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-node {
  border-radius: 16px;
  box-shadow: 0 20px 38px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .65);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-links div {
  box-shadow: 0 10px 24px rgba(8, 26, 36, .18), inset 0 1px 0 rgba(255, 255, 255, .75);
  backdrop-filter: blur(10px);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table-wrap {
  border-top: 4px solid var(--tdm-copper);
  border-radius: 18px;
  box-shadow: var(--tdm-depth-shadow), inset 0 1px 0 rgba(255, 255, 255, .92);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table tbody tr {
  transition: background-color .2s ease;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table tbody tr:hover {
  background: #eef5f3;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-check-card {
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(246, 251, 250, .98), rgba(228, 239, 238, .94));
  box-shadow: var(--tdm-depth-shadow), inset 0 1px 0 rgba(255, 255, 255, .9);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-section {
  background: linear-gradient(145deg, #fffdfa 0%, #f3f0eb 100%) !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-flow li {
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--tdm-copper);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 244, 238, .95));
  box-shadow: var(--tdm-depth-shadow), inset 0 1px 0 rgba(255, 255, 255, .9);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-flow li > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(207, 110, 45, .3);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff0e5, #f2c7a9);
  box-shadow: 0 9px 18px rgba(168, 78, 29, .18), inset 0 1px 0 #fff;
  font-size: 1.3rem;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-low-battery {
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(168, 78, 29, .1), inset 0 1px 0 #fff;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-commercial-strip {
  border-radius: 18px;
  box-shadow: 0 24px 52px rgba(8, 26, 36, .24), inset 0 1px 0 rgba(255, 255, 255, .14);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section > .container > .label-tag,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-section .col-lg-5 > .label-tag,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-section .col-lg-8 > .label-tag {
  border-radius: 0;
  border-left: 3px solid var(--tdm-copper);
  background: transparent !important;
  padding: 4px 0 4px 12px;
  letter-spacing: .12em;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section .section-title {
  max-width: 760px;
  margin-bottom: 28px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section .faq-list {
  gap: 12px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section details.faq-item {
  border: 1px solid rgba(16, 33, 42, .12);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 244, 238, .95));
  box-shadow: 0 14px 28px rgba(16, 33, 42, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section details.faq-item:hover,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section details.faq-item[open] {
  border-color: rgba(207, 110, 45, .58);
  box-shadow: 0 20px 38px rgba(16, 33, 42, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section details.faq-item > summary {
  min-height: 70px;
  border-radius: 16px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-section .cta-section {
  position: relative;
  border-radius: 22px;
  box-shadow: 0 30px 64px rgba(8, 26, 36, .24), inset 0 1px 0 rgba(255, 255, 255, .16);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-section .cta-section::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(184, 218, 224, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 218, 224, .05) 1px, transparent 1px);
  background-size: 30px 30px;
  content: "";
  pointer-events: none;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-section .cta-section::after {
  position: absolute;
  top: -130px;
  right: -70px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(215, 232, 235, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(215, 232, 235, .04), 0 0 80px rgba(79, 160, 170, .12);
  content: "";
  pointer-events: none;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-section .cta-section > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-content {
    padding-left: clamp(12px, 2vw, 24px);
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-content::before {
    display: none;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-compatibility-section .section-head,
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-section .section-head,
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-section .section-head {
    padding-left: 14px;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-flow li > span {
    width: 40px;
    height: 40px;
    font-size: 1.15rem;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section .faq-list {
    gap: 9px;
  }
}

/* ─────────────────────────────────────────────────────────────
   Professional Russian B2B editorial pass
   Reduces promotional density while retaining the established
   technical palette and comparison-table readability.
   ───────────────────────────────────────────────────────────── */
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero::before {
  background-size: 48px 48px;
  opacity: .62;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero::after {
  box-shadow:
    0 0 0 42px rgba(215, 232, 235, .032),
    0 0 0 84px rgba(215, 232, 235, .018),
    0 0 86px rgba(79, 160, 170, .12);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-badge {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .025em;
  box-shadow: none;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.55rem, 4.1vw, 3.55rem);
  font-weight: 700;
  letter-spacing: -.028em;
  line-height: 1.08;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .16);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-sub {
  max-width: 780px;
  font-size: 1rem;
  line-height: 1.65 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .section-pad .section-title,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-section .cta-section h2 {
  font-size: clamp(2rem, 2.7vw, 2.4rem);
  font-weight: 650;
  letter-spacing: -.022em;
  line-height: 1.18;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .section-pad .section-sub {
  max-width: 68ch;
  font-size: 1rem !important;
  line-height: 1.62 !important;
  letter-spacing: 0;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .label-tag,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-mode-kicker,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-kicker {
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .085em;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-mode-card,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-model-card,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths article,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-check-card,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-flow li,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section details.faq-item {
  box-shadow: 0 12px 28px rgba(16, 33, 42, .09), 0 1px 2px rgba(16, 33, 42, .06);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-model-card:hover,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-model-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(16, 33, 42, .12), 0 1px 2px rgba(16, 33, 42, .06);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table-wrap,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology {
  box-shadow: 0 16px 34px rgba(16, 33, 42, .12), 0 2px 5px rgba(16, 33, 42, .05);
}

@media (max-width: 767.98px) {
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero h1 {
    font-size: clamp(2rem, 8.2vw, 2.42rem);
    line-height: 1.12;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .section-pad .section-title,
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-section .cta-section h2 {
    font-size: 1.8rem;
    line-height: 1.22;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .section-pad .section-sub {
    font-size: .98rem !important;
    line-height: 1.6 !important;
  }
}

/* Connection diagram: make products and specification cues legible at a glance. */
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology {
  grid-template-columns: minmax(0, 1fr) minmax(196px, .82fr) minmax(0, 1fr) !important;
  gap: 20px !important;
  padding: 24px !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-node {
  min-height: 304px !important;
  padding: 18px !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-product {
  height: 138px !important;
  margin-bottom: 16px !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-product img {
  max-height: 124px !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-product--display img {
  max-width: 68% !important;
  max-height: 124px !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-product--lock img {
  max-height: 126px !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-node span {
  margin-bottom: 9px !important;
  font-size: .76rem !important;
  letter-spacing: .09em !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-node strong {
  font-size: 1.18rem !important;
  line-height: 1.32 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-node small {
  margin-top: 10px !important;
  font-size: .88rem !important;
  line-height: 1.46 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-links {
  gap: 14px !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-links div {
  grid-template-columns: 24px 1fr !important;
  column-gap: 8px !important;
  padding: 13px 11px !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-links i {
  font-size: 1rem !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-links strong {
  font-size: .86rem !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-links span {
  font-size: .77rem !important;
  line-height: 1.35 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-links b {
  padding: 8px 14px !important;
  font-size: .88rem !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-warning {
  margin-top: 16px !important;
  padding: 14px 18px !important;
  font-size: .98rem !important;
  line-height: 1.55 !important;
}

@media (max-width: 991.98px) {
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology {
    grid-template-columns: 1fr !important;
    padding: 20px !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-node {
    min-height: 0 !important;
  }
}

@media (max-width: 575.98px) {
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology {
    padding: 16px !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-product {
    height: 154px !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-product img,
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-product--display img,
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-product--lock img {
    max-height: 138px !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-node span {
    font-size: .72rem !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-node strong {
    font-size: 1.08rem !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-node small {
    font-size: .84rem !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-links strong {
    font-size: .84rem !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-links span {
    font-size: .76rem !important;
  }
}

.td-m45-display-page .page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(207, 110, 45, .36);
  background:
    radial-gradient(circle at 82% 16%, rgba(75, 140, 155, .28), transparent 29%),
    linear-gradient(135deg, var(--tdm-navy) 0%, #102c37 54%, var(--tdm-navy-2) 100%);
  color: #fff;
}

.td-m45-display-page .page-hero::before {
  position: absolute;
  inset: 0;
  display: block !important;
  background-image:
    linear-gradient(rgba(182, 214, 220, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(182, 214, 220, .055) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  pointer-events: none;
}

.td-m45-display-page .page-hero::after {
  position: absolute;
  top: -275px;
  right: -165px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(215, 232, 235, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(215, 232, 235, .035), 0 0 0 84px rgba(215, 232, 235, .022);
  content: "";
  pointer-events: none;
}

.td-m45-display-page .page-hero .hero-content { position: relative; z-index: 1; }
.td-m45-display-page .page-hero h1 {
  max-width: 1060px;
  color: #fff !important;
  letter-spacing: -.035em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .18);
}
.td-m45-display-page .page-hero .hero-sub { max-width: 840px; color: #cad9de !important; }
.td-m45-display-page .page-hero .hero-badge {
  border-color: rgba(210, 228, 232, .3) !important;
  background: rgba(9, 28, 37, .48) !important;
  color: #f3f8f9 !important;
}
.td-m45-display-page .page-hero .btn-tg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-color: rgba(216, 231, 234, .48);
  background: rgba(7, 25, 34, .3) !important;
  color: #fff !important;
}
.td-m45-display-page .page-hero .btn-primary-jbss,
.td-m45-display-page .page-hero .btn-secondary-jbss,
.td-m45-display-page .page-hero .btn-tg { box-shadow: 0 12px 25px rgba(0, 0, 0, .2); }
.td-m45-display-page .page-hero .btn-secondary-jbss {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .07) !important;
  color: #fff !important;
}

.td-m45-display-page .b2b-visual-brief {
  background:
    radial-gradient(circle at 12% 15%, rgba(207, 110, 45, .1), transparent 25%),
    linear-gradient(180deg, #f7f3ed 0%, #f1ece5 100%);
}
.td-m45-display-page .b2b-visual-brief .brief-grid { align-items: center; }
.td-m45-display-page .b2b-visual-brief .visual-placeholder.visual-image {
  min-height: 430px;
  border: 1px solid #d0c8bf;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff 0%, #eef2f2 100%);
  box-shadow: var(--tdm-shadow);
}
.td-m45-display-page .b2b-visual-brief .visual-placeholder.visual-image img {
  width: 100%;
  height: 430px;
  padding: 24px;
  object-fit: contain;
}
.td-m45-display-page .b2b-visual-brief .brief-points li { border-color: rgba(207, 110, 45, .24); }

.td-m45-display-page .tdm45-positioning-section,
.td-m45-display-page .tdm45-compatibility-section,
.td-m45-display-page .tdm45-topology-section,
.td-m45-display-page .tdm45-spec-section,
.td-m45-display-page .tdm45-operation-section,
.td-m45-display-page .tdm45-supply-section,
.td-m45-display-page .tdm45-faq-section,
.td-m45-display-page .tdm45-cta-section { position: relative; isolation: isolate; overflow: hidden; }

.td-m45-display-page .tdm45-positioning-section { background: #fff; }
.td-m45-display-page .tdm45-rear-figure {
  overflow: hidden;
  border: 1px solid var(--tdm-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--tdm-shadow);
}
.td-m45-display-page .tdm45-rear-stage {
  display: grid;
  min-height: 455px;
  place-items: center;
  background:
    linear-gradient(rgba(46, 115, 133, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 115, 133, .055) 1px, transparent 1px),
    linear-gradient(145deg, #f8faf9, #e8eeee);
  background-size: 32px 32px, 32px 32px, auto;
}
.td-m45-display-page .tdm45-rear-stage img { width: auto; max-width: 76%; height: 405px; object-fit: contain; }
.td-m45-display-page .tdm45-rear-stage picture { display: contents; }
.td-m45-display-page .tdm45-rear-figure figcaption {
  padding: 13px 17px 15px;
  border-top: 1px solid var(--tdm-line);
  border-left: 3px solid var(--tdm-copper);
  color: var(--tdm-muted);
  font-size: .85rem;
  line-height: 1.55;
}

.td-m45-display-page .tdm45-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
  border-top: 1px solid var(--tdm-line);
  background: #f2f6f5;
}

.td-m45-display-page .tdm45-detail-grid figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d4dddc;
  border-radius: 10px;
  background: #fff;
}
.td-m45-display-page .tdm45-detail-grid picture { display: block; height: auto; }

.td-m45-display-page .tdm45-detail-grid img {
  display: block;
  width: 100%;
  height: 164px;
  padding: 10px;
  object-fit: contain;
}

.td-m45-display-page .tdm45-detail-grid figcaption {
  padding: 8px 10px 9px;
  border-top: 1px solid #e2e8e7;
  color: #5f7076;
  font-size: .72rem;
  line-height: 1.35;
  text-align: center;
}

.td-m45-display-page .tdm45-mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 28px 0 20px; }
.td-m45-display-page .tdm45-mode-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--tdm-line);
  border-top: 3px solid var(--tdm-copper);
  border-radius: 13px;
  background: var(--tdm-paper);
  box-shadow: 0 12px 28px rgba(16, 33, 42, .08);
}
.td-m45-display-page .tdm45-mode-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--tdm-copper-deep);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.td-m45-display-page .tdm45-mode-card h3 { margin-bottom: 10px; font-size: 1.12rem; }
.td-m45-display-page .tdm45-mode-card p { margin: 0; color: var(--tdm-muted); font-size: .92rem; }
.td-m45-display-page .tdm45-boundary-note {
  padding: 17px 20px;
  border-left: 3px solid var(--tdm-blue);
  border-radius: 0 10px 10px 0;
  background: var(--tdm-mist);
  color: #31505a;
  line-height: 1.62;
}

.td-m45-display-page .tdm45-compatibility-section {
  background:
    radial-gradient(circle at 90% 20%, rgba(46, 115, 133, .09), transparent 24%),
    linear-gradient(180deg, var(--tdm-warm), #f8f4ee);
}
.td-m45-display-page .tdm45-compatibility-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.td-m45-display-page .tdm45-model-card {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--tdm-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 30px rgba(16, 33, 42, .08);
}
.td-m45-display-page .tdm45-model-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--tdm-copper), rgba(207, 110, 45, .12));
  content: "";
}
.td-m45-display-page .tdm45-model-card--check::before { background: linear-gradient(90deg, var(--tdm-blue), rgba(46, 115, 133, .12)); }
.td-m45-display-page .tdm45-model-status { color: var(--tdm-copper-deep); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.td-m45-display-page .tdm45-model-card--check .tdm45-model-status { color: var(--tdm-blue); }
.td-m45-display-page .tdm45-model-card h3 { margin: 20px 0 10px; font-size: 1.2rem; }
.td-m45-display-page .tdm45-model-card h3 small { color: var(--tdm-muted); font-size: .72em; }
.td-m45-display-page .tdm45-model-card p { margin-bottom: 18px; color: var(--tdm-muted); font-size: .9rem; }
.td-m45-display-page .tdm45-model-card a { margin-top: auto; color: var(--tdm-copper-deep); font-weight: 750; text-decoration: none; }

.td-m45-display-page .tdm45-topology-section { padding-top: 64px !important; padding-bottom: 64px !important; background: #fff; }
.td-m45-display-page .tdm45-check-list { margin: 24px 0 0; padding: 0; list-style: none; }
.td-m45-display-page .tdm45-check-list li { position: relative; padding: 10px 0 10px 28px; border-bottom: 1px solid #ece7e1; color: var(--tdm-muted); }
.td-m45-display-page .tdm45-check-list li::before { position: absolute; top: 13px; left: 0; width: 16px; height: 16px; border: 4px solid #e8d0bf; border-radius: 50%; background: var(--tdm-copper); content: ""; }
.td-m45-display-page .tdm45-topology {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(156px, .68fr) minmax(0, .95fr);
  gap: 16px;
  align-items: center;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #bfcfd3;
  border-radius: 16px;
  background:
    linear-gradient(rgba(81, 135, 148, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(81, 135, 148, .07) 1px, transparent 1px),
    linear-gradient(145deg, #eff5f5, #dfe9eb);
  background-size: 30px 30px, 30px 30px, auto;
  box-shadow: var(--tdm-shadow);
}
.td-m45-display-page .tdm45-topology-node {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 268px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
  border-radius: 13px;
  box-shadow: 0 16px 30px rgba(16, 33, 42, .12);
}
.td-m45-display-page .tdm45-topology-node--display { border: 1px solid #cfd7d8; background: rgba(255, 255, 255, .96); }
.td-m45-display-page .tdm45-topology-node--lock { border: 1px solid #294955; background: linear-gradient(145deg, #102b35, #183d48); color: #fff; }
.td-m45-display-page .tdm45-topology-product {
  display: grid;
  width: 100%;
  height: 112px;
  margin-bottom: 12px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(46, 115, 133, .15);
  border-radius: 10px;
  background: linear-gradient(145deg, #f8fbfa, #e8eeee);
}
.td-m45-display-page .tdm45-topology-product img { display: block; max-width: 88%; max-height: 96px; object-fit: contain; }
.td-m45-display-page .tdm45-topology-product--display img { max-width: 62%; }
.td-m45-display-page .tdm45-topology-product--lock { border-color: rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .96); }
.td-m45-display-page .tdm45-topology-product--lock img { max-width: 96%; max-height: 104px; }
.td-m45-display-page .tdm45-topology-node span { margin-bottom: 8px; color: var(--tdm-copper-deep); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.td-m45-display-page .tdm45-topology-node--lock span { color: #e7a676; }
.td-m45-display-page .tdm45-topology-node strong { font-size: 1.05rem; line-height: 1.35; }
.td-m45-display-page .tdm45-topology-node small { margin-top: 8px; color: var(--tdm-muted); font-size: .76rem; line-height: 1.48; }
.td-m45-display-page .tdm45-topology-node--lock small { color: #c7d9dd; }
.td-m45-display-page .tdm45-topology-links { position: relative; z-index: 1; display: grid; gap: 12px; text-align: center; }
.td-m45-display-page .tdm45-topology-links::before,
.td-m45-display-page .tdm45-topology-links::after { position: absolute; right: -18px; left: -18px; height: 1px; background: rgba(46, 115, 133, .42); content: ""; }
.td-m45-display-page .tdm45-topology-links::before { top: 26%; }
.td-m45-display-page .tdm45-topology-links::after { bottom: 26%; }
.td-m45-display-page .tdm45-topology-links div { position: relative; z-index: 1; display: grid; grid-template-columns: 20px 1fr; column-gap: 6px; padding: 10px 8px; border: 1px solid #c2d1d4; border-radius: 9px; background: rgba(248, 252, 252, .96); text-align: left; }
.td-m45-display-page .tdm45-topology-links i { grid-row: 1 / 3; align-self: center; color: var(--tdm-copper); font-size: .9rem; text-align: center; }
.td-m45-display-page .tdm45-topology-links strong,
.td-m45-display-page .tdm45-topology-links span { display: block; }
.td-m45-display-page .tdm45-topology-links strong { color: var(--tdm-blue); font-size: .76rem; }
.td-m45-display-page .tdm45-topology-links span { color: var(--tdm-muted); font-size: .7rem; }
.td-m45-display-page .tdm45-topology-links b { position: relative; z-index: 2; justify-self: center; padding: 7px 12px; border-radius: 999px; background: var(--tdm-copper); color: #fff; font-size: .8rem; letter-spacing: .08em; }
.td-m45-display-page .tdm45-topology-warning { margin: 14px 0 0; padding: 12px 16px; border-left: 3px solid var(--tdm-copper); background: #fff5ed; color: #77513b; font-size: .84rem; line-height: 1.55; }

.td-m45-display-page .tdm45-spec-section {
  background:
    radial-gradient(circle at 6% 8%, rgba(207, 110, 45, .08), transparent 23%),
    linear-gradient(180deg, #f6f1ea, #eee8e0);
}
.td-m45-display-page .tdm45-spec-table-wrap { overflow: hidden; border: 1px solid var(--tdm-line); border-radius: 14px; background: #fff; box-shadow: var(--tdm-shadow); }
.td-m45-display-page .tdm45-spec-table { margin: 0; }
.td-m45-display-page .tdm45-spec-table th { width: 28%; color: var(--tdm-ink); }
@media (min-width: 992px) {
  .td-m45-display-page .tdm45-spec-side { padding-top: 116px; }
}
.td-m45-display-page .tdm45-spec-check-card {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #bfcdd0;
  border-top: 4px solid var(--tdm-blue);
  border-radius: 14px;
  background: rgba(244, 249, 249, .94);
  box-shadow: var(--tdm-shadow);
}
.td-m45-display-page .tdm45-spec-check-card h3 { margin: 18px 0 12px; font-size: 1.2rem; line-height: 1.3; }
.td-m45-display-page .tdm45-spec-check-card .label-tag { align-self: flex-start; }
.td-m45-display-page .tdm45-spec-check-list { margin: 0; padding: 0; list-style: none; }
.td-m45-display-page .tdm45-spec-check-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid rgba(84, 113, 122, .18);
  color: var(--tdm-ink);
  font-size: .86rem;
  line-height: 1.48;
}
.td-m45-display-page .tdm45-spec-check-list li:last-child { border-bottom: 0; }
.td-m45-display-page .tdm45-spec-check-list i { margin-top: 3px; color: var(--tdm-copper); font-size: .92rem; }
.td-m45-display-page .tdm45-spec-check-card p { margin: 14px 0 18px; color: #34525c; font-size: .84rem; line-height: 1.55; }
.td-m45-display-page .tdm45-spec-check-cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
  padding: 12px 16px;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
}

.td-m45-display-page .tdm45-operation-section { background: #fff; }
.td-m45-display-page .tdm45-operation-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 30px 0 22px; padding: 0; list-style: none; }
.td-m45-display-page .tdm45-operation-flow li { display: flex; min-height: 190px; gap: 18px; padding: 24px; border: 1px solid var(--tdm-line); border-radius: 13px; background: var(--tdm-paper); box-shadow: 0 14px 30px rgba(16, 33, 42, .08); }
.td-m45-display-page .tdm45-operation-flow li > span { flex: 0 0 auto; color: var(--tdm-copper); font-size: 1.65rem; font-weight: 850; letter-spacing: -.05em; }
.td-m45-display-page .tdm45-operation-flow strong { display: block; margin-bottom: 12px; line-height: 1.35; }
.td-m45-display-page .tdm45-operation-flow p { margin: 0; color: var(--tdm-muted); font-size: .88rem; }
.td-m45-display-page .tdm45-low-battery { display: grid; grid-template-columns: minmax(180px, .35fr) 1fr; gap: 22px; align-items: center; padding: 22px 26px; border: 1px solid #e7c6af; border-radius: 12px; background: #fff4ec; }
.td-m45-display-page .tdm45-low-battery strong { color: var(--tdm-copper-deep); font-size: 1.15rem; }
.td-m45-display-page .tdm45-low-battery p { margin: 0; color: #76533f; }

.td-m45-display-page .tdm45-supply-section { background: linear-gradient(180deg, var(--tdm-warm), #f8f4ee); }
.td-m45-display-page .tdm45-supply-paths { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.td-m45-display-page .tdm45-supply-paths article { padding: 30px; border: 1px solid var(--tdm-line); border-radius: 14px; background: rgba(255, 255, 255, .92); box-shadow: var(--tdm-shadow); }
.td-m45-display-page .tdm45-supply-paths article > span { color: var(--tdm-copper-deep); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.td-m45-display-page .tdm45-supply-paths h3 { margin: 18px 0 10px; }
.td-m45-display-page .tdm45-supply-paths p { min-height: 58px; color: var(--tdm-muted); }
.td-m45-display-page .tdm45-commercial-strip { display: grid; grid-template-columns: .75fr 1fr .75fr 1.7fr; margin-top: 22px; overflow: hidden; border: 1px solid #294852; border-radius: 14px; background: linear-gradient(135deg, var(--tdm-navy), var(--tdm-navy-2)); box-shadow: var(--tdm-shadow); }
.td-m45-display-page .tdm45-commercial-strip div { display: flex; min-height: 115px; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid rgba(255, 255, 255, .13); color: #fff; }
.td-m45-display-page .tdm45-commercial-strip div:last-child { border-right: 0; }
.td-m45-display-page .tdm45-commercial-strip strong { color: #fff; font-size: 1.45rem; }
.td-m45-display-page .tdm45-commercial-strip span { margin-top: 6px; color: #bfd1d6; font-size: .78rem; line-height: 1.45; }
.td-m45-display-page .tdm45-related-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; }
.td-m45-display-page .tdm45-related-links a { color: var(--tdm-copper-deep); font-weight: 750; }

/* Supply options: optimise the reading scale for procurement decisions. */
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-section .section-title {
  font-size: clamp(2.2rem, 3vw, 2.7rem) !important;
  line-height: 1.16 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-section .section-sub {
  font-size: 1.08rem !important;
  line-height: 1.62 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths article {
  padding: 34px !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths article > span {
  font-size: .82rem !important;
  letter-spacing: .09em !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths h3 {
  margin-top: 20px !important;
  font-size: 1.34rem !important;
  line-height: 1.3 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths p {
  min-height: 64px !important;
  font-size: 1.02rem !important;
  line-height: 1.62 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths .btn-primary-jbss,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths .btn-secondary-jbss {
  min-height: 50px;
  padding: 12px 26px;
  font-size: 1rem;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-commercial-strip div {
  min-height: 124px !important;
  padding: 24px !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-commercial-strip strong {
  font-size: 1.68rem !important;
  line-height: 1.15;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-commercial-strip span {
  margin-top: 8px !important;
  font-size: .9rem !important;
  line-height: 1.45 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-related-links {
  gap: 28px;
  margin-top: 26px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-related-links a {
  font-size: 1.08rem;
  line-height: 1.45;
}

@media (max-width: 767.98px) {
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-section .section-title {
    font-size: 1.95rem !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-section .section-sub {
    font-size: 1rem !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths article {
    padding: 26px !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths p {
    min-height: 0 !important;
    font-size: 1rem !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-commercial-strip span {
    font-size: .88rem !important;
  }
}

.td-m45-display-page .tdm45-faq-section { background: linear-gradient(180deg, #fbfaf7, #f1ebe4); }
.td-m45-display-page .tdm45-faq-section .faq-list { overflow: hidden; border: 1px solid var(--tdm-line); border-radius: 14px; background: #fff; box-shadow: var(--tdm-shadow); }
.td-m45-display-page .tdm45-faq-section .faq-item { margin: 0; border: 0; border-bottom: 1px solid #e8e1da; border-radius: 0; box-shadow: none; }
.td-m45-display-page .tdm45-faq-section .faq-item:last-child { border-bottom: 0; }
.td-m45-display-page .tdm45-faq-section .faq-item summary { min-height: 68px; padding: 19px 23px; }

.td-m45-display-page .tdm45-cta-section { background: linear-gradient(180deg, #f1ebe4, var(--tdm-paper)); }
.td-m45-display-page .tdm45-cta-section .cta-section { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; padding: 42px 48px; overflow: hidden; border: 1px solid rgba(207, 110, 45, .28); background: linear-gradient(135deg, var(--tdm-navy), var(--tdm-navy-2)); box-shadow: 0 24px 52px rgba(16, 33, 42, .2); text-align: left; }
.td-m45-display-page .tdm45-cta-section .cta-section h2 { margin: 9px 0 10px; color: #fff !important; }
.td-m45-display-page .tdm45-cta-section .cta-section p { max-width: 720px; margin: 0; color: #c7d8dd; }
.td-m45-display-page .tdm45-cta-kicker { color: #edaa78; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.td-m45-display-page .tdm45-cta-section .cta-btns { display: flex; min-width: 275px; flex-direction: column; gap: 12px; }
.td-m45-display-page .tdm45-cta-section .btn-tg { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-color: rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .06) !important; color: #fff !important; }

@media (max-width: 1199.98px) {
  .td-m45-display-page .tdm45-compatibility-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .td-m45-display-page .tdm45-commercial-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .td-m45-display-page .tdm45-commercial-strip div:nth-child(2) { border-right: 0; }
  .td-m45-display-page .tdm45-commercial-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .13); }
}

@media (max-width: 991.98px) {
  .td-m45-display-page .b2b-visual-brief .visual-placeholder.visual-image,
  .td-m45-display-page .b2b-visual-brief .visual-placeholder.visual-image img { min-height: 0; height: 360px; }
  .td-m45-display-page .tdm45-rear-stage { min-height: 390px; }
  .td-m45-display-page .tdm45-rear-stage img { height: 350px; }
  .td-m45-display-page .tdm45-topology { grid-template-columns: 1fr; }
  .td-m45-display-page .tdm45-topology-links { grid-template-columns: repeat(2, 1fr); }
  .td-m45-display-page .tdm45-topology-links::before,
  .td-m45-display-page .tdm45-topology-links::after { display: none; }
  .td-m45-display-page .tdm45-topology-links b { grid-column: 1 / -1; }
  .td-m45-display-page .tdm45-operation-flow { grid-template-columns: 1fr; }
  .td-m45-display-page .tdm45-operation-flow li { min-height: 0; }
  .td-m45-display-page .tdm45-spec-check-card { min-height: 0; }
  .td-m45-display-page .tdm45-cta-section .cta-section { grid-template-columns: 1fr; }
  .td-m45-display-page .tdm45-cta-section .cta-btns { min-width: 0; }
}

@media (max-width: 767.98px) {
  .td-m45-display-page .tdm45-mode-grid,
  .td-m45-display-page .tdm45-compatibility-grid,
  .td-m45-display-page .tdm45-supply-paths,
  .td-m45-display-page .tdm45-commercial-strip { grid-template-columns: 1fr; }
  .td-m45-display-page .tdm45-commercial-strip div { min-height: 95px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .td-m45-display-page .tdm45-commercial-strip div:last-child { border-bottom: 0; }
  .td-m45-display-page .tdm45-low-battery { grid-template-columns: 1fr; gap: 8px; }
  .td-m45-display-page .tdm45-spec-table th { width: 36%; }
  .td-m45-display-page .tdm45-cta-section .cta-section { padding: 34px 26px; }
}

@media (max-width: 575.98px) {
  .td-m45-display-page .page-hero .d-flex > a { width: 100%; justify-content: center; text-align: center; }
  .td-m45-display-page .b2b-visual-brief .visual-placeholder.visual-image,
  .td-m45-display-page .b2b-visual-brief .visual-placeholder.visual-image img { height: 300px; }
  .td-m45-display-page .b2b-visual-brief .visual-placeholder.visual-image img { padding: 18px; }
  .td-m45-display-page .tdm45-rear-stage { min-height: 330px; }
  .td-m45-display-page .tdm45-rear-stage img { height: 290px; }
  .td-m45-display-page .tdm45-mode-card,
  .td-m45-display-page .tdm45-model-card,
  .td-m45-display-page .tdm45-supply-paths article { padding: 22px; }
  .td-m45-display-page .tdm45-topology { padding: 19px; }
  .td-m45-display-page .tdm45-spec-check-card { padding: 22px; }
  .td-m45-display-page .tdm45-detail-grid { gap: 8px; padding: 8px; }
  .td-m45-display-page .tdm45-detail-grid img { height: 126px; padding: 7px; }
  .td-m45-display-page .tdm45-detail-grid figcaption { padding: 7px 5px 8px; font-size: .68rem; }
  .td-m45-display-page .tdm45-topology-links { grid-template-columns: 1fr; }
  .td-m45-display-page .tdm45-topology-links b { grid-column: auto; }
  .td-m45-display-page .tdm45-spec-table-wrap { overflow-x: auto; }
  .td-m45-display-page .tdm45-spec-table { min-width: 620px; }
}

@media (prefers-reduced-motion: reduce) {
  .td-m45-display-page * { scroll-behavior: auto !important; }
}

/* ─────────────────────────────────────────────────────────────
   TD-M45 visual refinement
   The shared product-page rules intentionally use a light Hero. TD-M45 is
   an accessory that needs a stronger technical reading: dark Hero, verified
   product evidence, then a single dark connection architecture section.
   Keep these selectors page-kind specific so the shared site remains intact.
   ───────────────────────────────────────────────────────────── */
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] {
  background: #f6f3ee;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero {
  display: flex;
  min-height: clamp(450px, 42vw, 570px);
  align-items: center;
  padding: clamp(78px, 8vw, 118px) 0 clamp(70px, 7vw, 104px) !important;
  background:
    radial-gradient(circle at 86% 18%, rgba(91, 164, 176, .31), transparent 28%),
    radial-gradient(circle at 70% 100%, rgba(207, 110, 45, .13), transparent 34%),
    linear-gradient(132deg, #081a24 0%, #0c2732 53%, #17434b 100%) !important;
  border-bottom: 3px solid #d77839 !important;
  box-shadow: inset 0 -44px 84px rgba(0, 0, 0, .18), 0 22px 48px rgba(8, 26, 36, .16);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero::before {
  z-index: 0;
  display: block !important;
  inset: 0;
  opacity: 1 !important;
  background-image:
    linear-gradient(rgba(184, 218, 224, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 218, 224, .065) 1px, transparent 1px) !important;
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .66) 58%, transparent 100%);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero::after {
  z-index: 0;
  top: -285px;
  right: -175px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(215, 232, 235, .2);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(215, 232, 235, .045),
    0 0 0 84px rgba(215, 232, 235, .026),
    0 0 110px rgba(79, 160, 170, .16);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-content {
  max-width: 980px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-badges {
  gap: 10px;
  margin-bottom: 24px !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-badge {
  background: rgba(255, 255, 255, .09) !important;
  border-color: rgba(218, 235, 238, .28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09);
  color: #f1f7f8 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero h1 {
  max-width: 920px;
  color: #fff !important;
  font-size: clamp(2.4rem, 5vw, 4.35rem);
  font-weight: 780;
  letter-spacing: -.045em;
  line-height: 1.04;
  text-wrap: balance;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .22);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-sub {
  max-width: 760px;
  color: #d1e0e3 !important;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.76 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .btn-primary-jbss,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .btn-secondary-jbss,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .btn-tg {
  min-height: 48px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .btn-primary-jbss {
  background: #d16d2e !important;
  border-color: #d16d2e !important;
  box-shadow: 0 14px 28px rgba(207, 110, 45, .3);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .btn-primary-jbss:hover {
  background: #b85621 !important;
  border-color: #b85621 !important;
  transform: translateY(-2px);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .btn-tg {
  background: rgba(7, 25, 34, .34) !important;
  border-color: rgba(216, 231, 234, .52) !important;
  color: #fff !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .btn-secondary-jbss {
  background: rgba(255, 255, 255, .07) !important;
  border-color: rgba(255, 255, 255, .34) !important;
  color: #fff !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .btn-tg svg,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .btn-tg .jbss-inline-icon {
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief {
  padding: clamp(58px, 7vw, 96px) 0;
  background:
    radial-gradient(circle at 9% 8%, rgba(207, 110, 45, .12), transparent 24%),
    linear-gradient(142deg, #edf2f0 0%, #f8f4ee 100%) !important;
  border-top: 0;
  border-bottom: 1px solid #d8d4ce;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief .brief-grid {
  grid-template-columns: minmax(0, .9fr) minmax(370px, 1.1fr);
  gap: clamp(28px, 3.5vw, 56px);
  align-items: center;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief .brief-copy {
  position: relative;
  max-width: 620px;
  padding-left: 24px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief .brief-copy::before {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, #d16d2e, #3e8390);
  content: "";
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief .brief-copy .section-title {
  max-width: 600px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief .brief-copy > p {
  max-width: 580px;
  font-size: 1rem;
  line-height: 1.7;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief .visual-placeholder.visual-image {
  position: relative;
  min-height: 0;
  aspect-ratio: 1.3 / 1;
  border: 1px solid #c5d0d0;
  border-radius: 20px;
  background:
    linear-gradient(rgba(46, 115, 133, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 115, 133, .055) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff 0%, #e8eeee 100%);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 24px 54px rgba(16, 33, 42, .17), 0 4px 14px rgba(16, 33, 42, .08);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief .visual-placeholder.visual-image::after {
  position: absolute;
  top: 16px;
  right: 18px;
  padding: 5px 8px;
  border: 1px solid rgba(16, 33, 42, .14);
  border-radius: 4px;
  background: rgba(255, 255, 255, .72);
  color: #52666d;
  content: "ВИД СПЕРЕДИ / TD-M45";
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief .visual-placeholder.visual-image img {
  min-height: 0;
  height: 100%;
  padding: clamp(42px, 3.2vw, 46px);
  object-fit: contain;
  filter: drop-shadow(0 18px 15px rgba(16, 33, 42, .16));
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-positioning-section,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-section,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-section,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-section,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-section {
  padding-top: clamp(66px, 7vw, 104px) !important;
  padding-bottom: clamp(66px, 7vw, 104px) !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-positioning-section {
  border-bottom: 1px solid #e2ddd6;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-positioning-section .section-title {
  max-width: 640px;
  font-size: clamp(1.95rem, 2.7vw, 2.85rem);
  line-height: 1.1;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-positioning-section .section-sub {
  max-width: 620px;
  font-size: 1rem;
  line-height: 1.7 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-rear-stage {
  min-height: 400px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-rear-stage img {
  max-width: 72%;
  height: 325px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-detail-grid img {
  height: 152px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-detail-grid figcaption {
  font-size: .75rem;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-mode-grid {
  gap: 14px;
  margin-top: 24px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-mode-card {
  min-height: 174px;
  padding: 22px;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-compatibility-section {
  padding-top: clamp(66px, 7vw, 104px) !important;
  padding-bottom: clamp(66px, 7vw, 104px) !important;
  background:
    radial-gradient(circle at 91% 16%, rgba(46, 115, 133, .13), transparent 25%),
    linear-gradient(180deg, #eee9e2 0%, #f8f4ee 100%) !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-model-card {
  border-color: #d7d1c9;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 18px 34px rgba(16, 33, 42, .1), 0 2px 8px rgba(16, 33, 42, .05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-model-card--linked {
  border-color: rgba(207, 110, 45, .56);
  box-shadow: 0 20px 38px rgba(16, 33, 42, .13), inset 0 1px 0 rgba(255, 255, 255, .9);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-model-card:hover,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-model-card:focus-within {
  transform: translateY(-4px);
  border-color: #c87840;
  box-shadow: 0 24px 44px rgba(16, 33, 42, .15), 0 2px 8px rgba(16, 33, 42, .06);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(207, 110, 45, .16), transparent 25%),
    linear-gradient(132deg, #091c27 0%, #0f2b36 58%, #17434a 100%) !important;
  color: #fff;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-section .section-title {
  color: #fff !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-section .section-sub {
  color: #c5d8dc !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-section .label-tag {
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(220, 235, 237, .22) !important;
  color: #e9a678 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-check-list li {
  border-color: rgba(207, 226, 229, .18);
  color: #c7d9dd;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology {
  border-color: rgba(171, 212, 218, .32);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .45);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-section {
  background:
    radial-gradient(circle at 5% 6%, rgba(207, 110, 45, .1), transparent 22%),
    linear-gradient(180deg, #f4efe8 0%, #ebe5dd 100%) !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table-wrap {
  box-shadow: 0 22px 46px rgba(16, 33, 42, .14), 0 2px 8px rgba(16, 33, 42, .05);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table tr:nth-child(odd) {
  background: #fcfbf9;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-check-card {
  box-shadow: 0 22px 46px rgba(16, 33, 42, .13), 0 2px 8px rgba(16, 33, 42, .05);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-flow li,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths article {
  box-shadow: 0 18px 36px rgba(16, 33, 42, .1), 0 2px 8px rgba(16, 33, 42, .04);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section {
  background: linear-gradient(180deg, #fbfaf7 0%, #f0ebe4 100%) !important;
}

@media (max-width: 767.98px) {
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero {
    min-height: 0;
    padding: 72px 0 64px !important;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero h1 {
    font-size: clamp(2.12rem, 9.4vw, 3.2rem);
    line-height: 1.08;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief {
    padding: 58px 0 64px;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief .brief-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief .visual-placeholder.visual-image {
    aspect-ratio: 1.08 / 1;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .b2b-visual-brief .visual-placeholder.visual-image img {
    padding: 20px;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-rear-stage {
    min-height: 306px;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-rear-stage img {
    max-width: 78%;
    height: 270px;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-detail-grid img {
    height: 126px;
    padding: 8px;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-detail-grid figcaption {
    font-size: .75rem;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology-section {
    padding-top: 62px !important;
    padding-bottom: 66px !important;
  }
}

/* ─────────────────────────────────────────────────────────────
   Russian B2B typography pass
   Keep the page's existing Roboto language, but remove the heavy
   all-bold appearance from specification rows and improve Cyrillic
   rhythm, numerals and wrapping at the point of comparison.
   ───────────────────────────────────────────────────────────── */
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] {
  --tdm-font-sans: "Roboto", "Segoe UI", Arial, "Helvetica Neue", sans-serif;
  font-family: var(--tdm-font-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table th,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table td,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-check-card,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-check-card h3,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-check-card li,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-check-card p,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-check-cta {
  font-family: var(--tdm-font-sans);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table th {
  padding: 15px 18px 15px 24px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .005em;
  overflow-wrap: normal;
  word-break: normal;
  vertical-align: middle;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table td {
  padding: 15px 24px 15px 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  overflow-wrap: normal;
  word-break: normal;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table td:last-child {
  font-weight: 500;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-check-card h3 {
  font-weight: 650;
  letter-spacing: -.012em;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-check-list li,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-check-card p {
  letter-spacing: .002em;
}

@media (max-width: 767.98px) {
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table th {
    padding: 13px 14px 13px 18px;
    font-size: .875rem;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table td {
    padding: 13px 18px 13px 0;
    font-size: .95rem;
    line-height: 1.5;
  }
}

/* Final cascade: restrained editorial hierarchy for Russian B2B procurement. */
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero::before {
  background-size: 48px 48px;
  opacity: .62;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero::after {
  box-shadow:
    0 0 0 42px rgba(215, 232, 235, .032),
    0 0 0 84px rgba(215, 232, 235, .018),
    0 0 86px rgba(79, 160, 170, .12);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-badge {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .025em;
  box-shadow: none;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.55rem, 4.1vw, 3.55rem);
  font-weight: 700;
  letter-spacing: -.028em;
  line-height: 1.08;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .16);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero .hero-sub {
  max-width: 780px;
  font-size: 1rem;
  line-height: 1.65 !important;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .section-pad .section-title,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-section .cta-section h2 {
  font-size: clamp(2rem, 2.7vw, 2.4rem);
  font-weight: 650;
  letter-spacing: -.022em;
  line-height: 1.18;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .section-pad .section-sub {
  max-width: 68ch;
  font-size: 1rem !important;
  line-height: 1.62 !important;
  letter-spacing: 0;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .label-tag,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-mode-kicker,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-kicker {
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .085em;
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-mode-card,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-model-card,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-supply-paths article,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-check-card,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-operation-flow li,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-faq-section details.faq-item {
  box-shadow: 0 12px 28px rgba(16, 33, 42, .09), 0 1px 2px rgba(16, 33, 42, .06);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-model-card:hover,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-model-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(16, 33, 42, .12), 0 1px 2px rgba(16, 33, 42, .06);
}

body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-spec-table-wrap,
body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-topology {
  box-shadow: 0 16px 34px rgba(16, 33, 42, .12), 0 2px 5px rgba(16, 33, 42, .05);
}

@media (max-width: 767.98px) {
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .page-hero h1 {
    font-size: clamp(2rem, 8.2vw, 2.42rem);
    line-height: 1.12;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .section-pad .section-title,
  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .tdm45-cta-section .cta-section h2 {
    font-size: 1.8rem;
    line-height: 1.22;
  }

  body.td-m45-display-page[data-page-kind="product-smart-lock-display"] .section-pad .section-sub {
    font-size: .98rem !important;
    line-height: 1.6 !important;
  }
}
