/* Shared visual system for individual smart-lock model pages. */
.model-page {
  background: #f5f7f7;
  color: #142532;
}

.model-page .container {
  width: auto;
}

.model-page .breadcrumb-shell,
.model-page > .container > .breadcrumb {
  background: #f5f7f7;
}

.model-page .breadcrumb {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0;
  color: #587181;
  font-size: .78rem;
}

.model-page .breadcrumb a {
  color: #396985;
}

.model-page .model-hero,
.model-page--legacy > section:first-of-type {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0 4rem !important;
  background: #111b24 !important;
  color: #fff;
}

.model-page .model-hero::after,
.model-page--legacy > section:first-of-type::after {
  position: absolute;
  right: 7%;
  bottom: -1px;
  width: 32%;
  height: 1px;
  background: #8ab7d8;
  opacity: .55;
  content: "";
}

.model-page .model-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 3rem;
  align-items: center;
}

.model-page .eyebrow,
.model-page--legacy > section:first-of-type .label {
  color: #8ab7d8;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.model-page .model-hero h1,
.model-page--legacy > section:first-of-type h1 {
  max-width: 760px;
  margin: .8rem 0 1rem;
  color: #fff !important;
  font-size: clamp(2.5rem, 5vw, 4.4rem) !important;
  line-height: 1 !important;
  letter-spacing: -.045em;
}

.model-page .model-hero p,
.model-page--legacy > section:first-of-type p {
  max-width: 640px;
  color: #b8c9d2 !important;
  line-height: 1.7 !important;
}

.model-page .model-hero .btn,
.model-page--legacy > section:first-of-type .btn {
  white-space: normal;
  text-align: center;
}

.model-page .model-mark,
.model-page--legacy > section:first-of-type .col-lg-5 > div {
  min-height: 240px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(177, 204, 218, .3) !important;
  border-radius: 0 !important;
  background: #17303e !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 -18px 30px rgba(0, 0, 0, .12), 0 18px 34px rgba(0, 0, 0, .16);
}

.model-page--legacy > section:first-of-type .col-lg-5 > div > div {
  width: 100%;
}

.model-page--legacy > section:first-of-type .col-lg-5 > div > div > div {
  border-radius: 0 !important;
}

.model-page--legacy > section:first-of-type .col-lg-5 > div {
  display: block !important;
  padding: 1.25rem !important;
  min-height: 0;
}

.model-page--legacy .model-hero-product {
  display: none;
}

.model-page--legacy .model-hero-product img {
  display: none;
}

.model-showcase {
  position: relative;
  padding: 4.5rem 0;
  background: #edf3f4;
  border-top: 1px solid #dce6e8;
  border-bottom: 1px solid #dce6e8;
}

.model-showcase::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(var(--content-max), calc(100% - (var(--content-gutter) * 2)));
  height: 1px;
  background: #fff;
  opacity: .8;
  content: "";
  transform: translateX(-50%);
}

.model-showcase-inner {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: 4rem;
  align-items: center;
}

.model-showcase-visual {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  display: grid;
  place-items: center;
  padding: 2.25rem;
  background: #fff;
  border: 1px solid #d5e0e3;
  box-shadow: 0 18px 34px rgba(22, 48, 62, .1), inset 0 1px 0 #fff, inset 0 -10px 22px rgba(216, 226, 228, .45);
  isolation: isolate;
}

.model-showcase-visual::after {
  position: absolute;
  right: 12%;
  bottom: 21px;
  left: 12%;
  height: 9px;
  border-radius: 50%;
  background: rgba(29, 54, 66, .14);
  filter: blur(7px);
  content: "";
  z-index: -1;
}

.model-showcase-visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 276px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(20, 37, 48, .18));
  transition: transform .25s ease, filter .25s ease;
}

.model-showcase-visual img[src*="lb06"],
.model-showcase-visual img[src*="lb07"],
.model-showcase-visual img[src*="lb08"] {
  transform: scale(1.15);
}

.model-showcase-visual:hover img {
  transform: scale(1.04);
  filter: drop-shadow(0 25px 22px rgba(20, 37, 48, .22));
}

.model-showcase-visual:hover img[src*="lb06"],
.model-showcase-visual:hover img[src*="lb07"],
.model-showcase-visual:hover img[src*="lb08"] {
  transform: scale(1.21);
}

.model-showcase-copy .eyebrow {
  display: block;
  margin-bottom: .7rem;
  color: #477ca5;
}

.model-showcase-copy h2 {
  margin: 0 0 .8rem;
  color: #142532;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.model-showcase-copy p {
  max-width: 620px;
  margin: 0;
  color: #587181;
  line-height: 1.7;
}

.model-showcase-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.6rem;
  border-top: 1px solid #cbdadd;
  border-bottom: 1px solid #cbdadd;
}

.model-showcase-fact {
  min-height: 92px;
  padding: 1rem 1.1rem;
  border-right: 1px solid #cbdadd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.model-showcase-fact:last-child {
  border-right: 0;
}

.model-showcase-fact strong {
  display: block;
  margin-bottom: .35rem;
  color: #29465a;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.model-showcase-fact span {
  display: block;
  color: #587181;
  font-size: .82rem;
  line-height: 1.45;
}

/* Shared documented access and feature panel placed before model parameters. */
.model-access-section {
  padding: 4.5rem 0;
  background: #f5f7f7;
  border-top: 1px solid #dce6e8;
  border-bottom: 1px solid #dce6e8;
}

.model-access-intro {
  max-width: 820px;
  margin-bottom: 2rem;
}

.model-access-intro h2 {
  margin: 0 0 .5rem;
  padding-left: 1rem;
  border-left: 3px solid var(--model-accent);
  color: #142532;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -.03em;
}

.model-access-intro p {
  margin: 0;
  color: #60758e;
  line-height: 1.65;
}

.model-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.model-access-column {
  overflow: hidden;
  border: 1px solid #cbdde1;
  border-left: 3px solid #358fbc;
  background: #fff;
  box-shadow: 0 10px 22px rgba(27, 61, 76, .07), inset 0 1px 0 #fff;
}

.model-access-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: .75rem;
  min-height: 96px;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #cbdde1;
}

.model-access-item:last-child {
  border-bottom: 0;
}

.model-access-item:hover {
  background: #fbfdff;
}

.model-access-icon {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: #2c66e8;
  color: #fff;
  box-shadow: 0 5px 10px rgba(44, 102, 232, .18);
}

.model-access-item > .model-access-icon {
  color: #fff;
}

.model-access-item strong {
  display: block;
  margin-bottom: .2rem;
  color: #172238;
  font-size: .98rem;
  line-height: 1.35;
}

.model-access-item span {
  display: block;
  color: #60758e;
  font-size: .84rem;
  line-height: 1.45;
}

.model-page .model-mark strong {
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: .08em;
  color: #d7edf7;
}

.model-page .model-mark img {
  display: block;
  width: auto;
  max-width: min(78%, 260px);
  height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .28));
}

.model-page .model-mark span {
  display: block;
  margin-top: .7rem;
  color: #8ab7d8;
  text-align: center;
}

.model-page .section,
.model-page--legacy > section:not(:first-of-type) {
  padding: 4.5rem 0 !important;
  background: #fff !important;
}

.model-page .section + .section,
.model-page--legacy > section + section {
  border-top: 1px solid #e3eaec;
}

.model-page--legacy > section:nth-of-type(odd):not(:first-of-type) {
  background: #f5f7f7 !important;
}

.model-page .section h2,
.model-page--legacy h2 {
  margin: 0 0 1rem;
  color: #142532 !important;
  font-size: clamp(1.7rem, 3vw, 2.2rem) !important;
  line-height: 1.15 !important;
  letter-spacing: -.03em;
}

.model-page .section > .container > h2,
.model-page--legacy .section-header {
  max-width: 820px;
}

.model-page--legacy .section-header {
  margin: 0 0 1.8rem;
  text-align: left;
}

.model-page--legacy .section-header .label {
  display: inline-block;
  margin-bottom: .7rem;
  color: #477ca5;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.model-page .lead,
.model-page--legacy .section-header > p {
  max-width: 760px;
  color: #587181;
  line-height: 1.7;
}

.model-page .spec-table,
.model-page--legacy .spec-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #d8e1e3;
}

.model-page .spec-table td,
.model-page--legacy .spec-table td {
  padding: .9rem 1rem !important;
  border: 1px solid #d8e1e3 !important;
  color: #395466;
  vertical-align: top;
}

.model-page .spec-table td:first-child,
.model-page--legacy .spec-table td:first-child {
  width: 32%;
  color: #29465a;
  font-weight: 700;
  background: #edf4f5 !important;
}

.model-page .spec-table td,
.model-page--legacy .spec-table td,
.model-page .spec-table th,
.model-page--legacy .spec-table th {
  overflow-wrap: anywhere;
}

.model-page .row {
  --bs-gutter-y: 1.25rem;
}

.model-page--legacy .feat-card,
.model-page--legacy .access-mode {
  height: auto;
  margin: 0;
  padding: 1.25rem;
  border: 1px solid #d8e1e3;
  border-radius: 0;
  background: #fff;
}

.model-page .faq-item,
.model-page--legacy .faq-item {
  margin: .7rem 0;
  border: 1px solid #d8e1e3;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 7px 15px rgba(25, 53, 65, .045);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.model-page .faq-item:hover,
.model-page--legacy .faq-item:hover {
  border-color: #a9c2cd;
  box-shadow: 0 10px 20px rgba(25, 53, 65, .08);
}

.model-page .faq-question,
.model-page--legacy .faq-question {
  align-items: center;
  gap: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 1rem;
  border: 0;
  background: transparent;
  color: #1b2b37;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.model-page .faq-question > span:last-child {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #b8d0d8;
  border-radius: 50%;
  background: #f5fafb;
  color: #2d87b4;
  line-height: 1;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.model-page .faq-item.open .faq-question > span:last-child {
  border-color: #2f9bc9;
  background: #2f9bc9;
  color: #fff;
  transform: rotate(45deg);
}

.model-page .faq-question:focus-visible,
.model-page--legacy .faq-question:focus-visible,
.model-page .btn:focus-visible,
.model-page--legacy .btn:focus-visible {
  outline: 3px solid #8ab7d8;
  outline-offset: 3px;
}

.model-page .faq-answer,
.model-page--legacy .faq-answer {
  padding: 0 1rem 1rem;
  color: #587181;
  line-height: 1.7;
}

.model-page .faq-answer p,
.model-page--legacy .faq-answer p {
  max-width: 900px;
  margin: 0;
}

.model-page #faq,
.model-page--legacy #faq {
  background: #f5f7f7 !important;
}

.model-page .cta,
.model-page--legacy > section:nth-last-of-type(2) .container > div {
  margin-top: 2rem;
  padding: 2rem;
  border-left: 4px solid #4ca4d5;
  border-radius: 0 !important;
  background: #eaf3f5 !important;
  box-shadow: none !important;
}

.model-page .model-hero .btn,
.model-page .cta .btn,
.model-page--legacy > section:nth-last-of-type(2) .container > div[style] > div > .btn,
.model-page--legacy > section .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 1rem;
  padding: .75rem 1.25rem;
  border: 1px solid #2766dc;
  border-radius: 4px;
  background: #2766dc;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.model-page .cta > div[style*="display:flex"] > .btn,
.model-page--legacy > section:nth-last-of-type(2) .container > div[style] > div > .btn {
  box-sizing: border-box;
  margin-top: 1rem;
  min-width: 170px;
  min-height: 46px;
}

.model-page .cta > div[style*="display:flex"] > .btn:not(.btn-primary),
.model-page--legacy > section:nth-last-of-type(2) .container > div[style] > div > .btn:not(.btn-primary) {
  border-color: rgba(210, 237, 246, .55) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #f6fcff !important;
}

@media (max-width: 767px) {
  .model-page .container {
    width: auto;
  }

  .model-page .breadcrumb {
    min-height: 42px;
    flex-wrap: wrap;
    padding: .7rem 0;
  }

  .model-page .model-grid {
    grid-template-columns: 1fr;
  }

  .model-page .model-hero,
  .model-page--legacy > section:first-of-type {
    padding: 4rem 0 3rem !important;
  }

  .model-page .section,
  .model-page--legacy > section:not(:first-of-type) {
    padding: 3rem 0 !important;
  }

  .model-page .model-mark,
  .model-page--legacy > section:first-of-type .col-lg-5 > div {
    min-height: 220px;
  }

  .model-page .model-mark img {
    height: 210px;
  }

  .model-page--legacy .model-hero-product {
    min-height: 0;
  }

  .model-page--legacy .model-hero-product img {
    height: auto;
  }

  .model-showcase {
    padding: 3rem 0;
  }

  .model-showcase-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .model-showcase-visual {
    min-height: 302px;
    padding: 1.25rem;
  }

  .model-showcase-visual img {
    height: 202px;
  }

  .model-showcase-visual img[src*="lb06"],
  .model-showcase-visual img[src*="lb07"],
  .model-showcase-visual img[src*="lb08"] {
    transform: scale(1.04);
  }

  .model-showcase-visual:hover img[src*="lb06"],
  .model-showcase-visual:hover img[src*="lb07"],
  .model-showcase-visual:hover img[src*="lb08"] {
    transform: scale(1.1);
  }

  .model-showcase::before {
    width: calc(100% - (var(--content-gutter) * 2));
  }

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

  .model-showcase-fact {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #cbdadd;
  }

  .model-showcase-fact:last-child {
    border-bottom: 0;
  }

  .model-access-section {
    padding: 3rem 0;
  }

  .model-access-grid {
    grid-template-columns: 1fr;
  }

  .model-access-intro {
    margin-bottom: 1.5rem;
  }

  .model-access-item {
    min-height: 88px;
    padding: .9rem 1rem;
  }

  .model-page .spec-table td,
  .model-page--legacy .spec-table td {
    padding: .75rem !important;
  }

  .model-page .spec-table td:first-child,
  .model-page--legacy .spec-table td:first-child {
    width: 40%;
  }

  .model-page--legacy .section-header {
    margin-bottom: 1.35rem;
  }

  .model-page--legacy .access-mode {
    align-items: flex-start;
  }

  .model-page--legacy .access-mode-icon {
    flex: 0 0 36px;
  }

  .model-page .cta,
  .model-page--legacy > section:nth-last-of-type(2) .container > div {
    padding: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .model-showcase-visual img,
  .model-page .faq-item,
  .model-page--legacy .faq-item {
    transition: none;
  }

  .model-showcase-visual:hover img {
    transform: none;
  }

  .model-showcase-visual:hover img[src*="lb06"],
  .model-showcase-visual:hover img[src*="lb07"],
  .model-showcase-visual:hover img[src*="lb08"] {
    transform: scale(1.15);
  }
}

/* B2B product-page finish: clear depth, restrained contrast and stronger scanning rhythm. */
.model-page {
  --model-ink: #142532;
  --model-muted: #587181;
  --model-line: #d5e1e5;
  --model-accent: #2f9bc9;
  background: #f4f7f8;
}

.model-page .model-hero,
.model-page--legacy > section:first-of-type {
  min-height: 470px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #263f4c;
  box-shadow: inset 0 -34px 70px rgba(1, 13, 20, .22), 0 18px 34px rgba(19, 43, 56, .12);
}

.model-page .model-hero::before,
.model-page--legacy > section:first-of-type::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--model-accent);
  content: "";
}

.model-page .model-hero > .container,
.model-page--legacy > section:first-of-type > .container {
  position: relative;
  z-index: 1;
}

.model-page .model-hero h1,
.model-page--legacy > section:first-of-type h1,
.model-page .section h2,
.model-page--legacy h2,
.model-showcase-copy h2 {
  letter-spacing: 0;
}

.model-page .model-mark,
.model-page--legacy > section:first-of-type .col-lg-5 > div {
  position: relative;
  border-color: rgba(156, 205, 229, .42) !important;
  background: #173341 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), inset 0 -22px 32px rgba(0, 0, 0, .16), 0 24px 46px rgba(0, 0, 0, .2);
}

.model-page .model-mark::before,
.model-page--legacy > section:first-of-type .col-lg-5 > div::before {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(174, 220, 239, .12);
  pointer-events: none;
  content: "";
}

.model-page--legacy > section:first-of-type .col-lg-5 > div {
  min-height: 0;
  padding: 1rem !important;
  border: 1px solid rgba(156, 205, 229, .38) !important;
  background: #142f3d !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 -18px 28px rgba(0, 0, 0, .14), 0 24px 46px rgba(0, 0, 0, .2) !important;
}

.model-page--legacy > section:first-of-type .col-lg-5 > div::before {
  display: none;
}

.model-page--legacy > section:first-of-type .col-lg-5 > div > div {
  gap: 1px !important;
  padding: 0 !important;
  background: rgba(156, 205, 229, .22) !important;
}

.model-page--legacy > section:first-of-type .col-lg-5 > div > div > div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(156, 205, 229, .2) !important;
  border-radius: 0 !important;
  background: #1b3a49 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.model-page--legacy > section:first-of-type .col-lg-7 > div:last-child {
  align-items: center;
  gap: .75rem !important;
  margin-top: 1.8rem;
}

.model-page--legacy > section:first-of-type .col-lg-7 > div:last-child .btn {
  min-width: 182px;
  min-height: 48px;
  margin-top: 0;
  padding: .8rem 1.15rem;
  border-radius: 2px !important;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.model-page--legacy > section:first-of-type .col-lg-7 > div:last-child .btn-primary {
  border-color: #3184e8;
  background: #2874dc;
  box-shadow: 0 10px 20px rgba(20, 91, 190, .28), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.model-page--legacy > section:first-of-type .col-lg-7 > div:last-child .btn:not(.btn-primary) {
  border: 1px solid rgba(213, 234, 246, .42) !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #f4fbff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.model-page--legacy > section:first-of-type .col-lg-7 > div:last-child .btn:hover {
  transform: translateY(-2px);
}

.model-page--legacy > section:first-of-type .col-lg-7 > div:last-child .btn-primary:hover {
  background: #3b8cf0;
  box-shadow: 0 14px 25px rgba(20, 91, 190, .36), inset 0 1px 0 rgba(255, 255, 255, .22);
}

.model-page--legacy > section:first-of-type .col-lg-5 > div > div > div:nth-child(1),
.model-page--legacy > section:first-of-type .col-lg-5 > div > div > div:nth-child(2) {
  background: #1c4050 !important;
}

.model-page--legacy > section:first-of-type .col-lg-5 > div > div > div:nth-child(3),
.model-page--legacy > section:first-of-type .col-lg-5 > div > div > div:nth-child(4) {
  background: #193a49 !important;
}

.model-page--legacy > section:first-of-type .col-lg-5 > div > div > div > div:first-child {
  color: #43e58a !important;
  text-shadow: 0 0 18px rgba(67, 229, 138, .14);
}

.model-page--legacy > section:first-of-type .col-lg-5 > div > div > div > div:not(:first-child) {
  color: rgba(255, 255, 255, .65) !important;
}

.model-page--legacy > section:first-of-type .col-lg-7 > div:last-child .btn:focus-visible {
  outline: 3px solid #8ab7d8;
  outline-offset: 3px;
}

.model-showcase {
  padding: 5.2rem 0;
  background: #eef4f5;
  border-color: #d5e2e5;
}

.model-showcase-inner {
  gap: 4.5rem;
}

.model-showcase-visual {
  border-color: #cbdce1;
  box-shadow: 0 22px 42px rgba(24, 57, 71, .13), inset 0 1px 0 #fff, inset 0 -12px 24px rgba(213, 225, 228, .5);
}

.model-showcase-copy {
  padding-left: 1.5rem;
  border-left: 2px solid rgba(47, 155, 201, .5);
}

.model-showcase-copy h2 {
  color: var(--model-ink);
}

.model-showcase-facts {
  margin-top: 2rem;
  border-color: #b9cfd6;
  background: rgba(255, 255, 255, .38);
}

.model-showcase-fact {
  border-color: #c4d7dc;
}

.model-page .section,
.model-page--legacy > section:not(:first-of-type) {
  position: relative;
  padding-top: 5.2rem !important;
  padding-bottom: 5.2rem !important;
}

.model-page .section > .container > h2,
.model-page--legacy .section-header {
  padding-left: 1rem;
  border-left: 3px solid var(--model-accent);
}

.model-page .lead,
.model-page--legacy .section-header > p {
  color: var(--model-muted);
}

.model-page .spec-table,
.model-page--legacy .spec-table {
  border-color: var(--model-line);
  box-shadow: 0 14px 28px rgba(28, 61, 75, .07);
}

.model-page .spec-table td:first-child,
.model-page--legacy .spec-table td:first-child {
  background: #eaf2f4 !important;
}

.model-page--legacy .access-mode,
.model-page--legacy .feat-card {
  position: relative;
  border-color: #cbdde1;
  border-left: 3px solid #358fbc;
  box-shadow: 0 8px 18px rgba(27, 61, 76, .06), inset 0 1px 0 #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.model-page--legacy .access-mode:hover,
.model-page--legacy .feat-card:hover {
  border-color: #9abfce;
  border-left-color: var(--model-accent);
  box-shadow: 0 14px 26px rgba(27, 61, 76, .12), inset 0 1px 0 #fff;
  transform: translateY(-2px);
}

.model-page--legacy .row > [class*="col-"] > div[style*="border:1px solid"] {
  border-color: #cbdde1 !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 22px rgba(27, 61, 76, .07), inset 0 1px 0 #fff;
}

.model-page .cta,
.model-page--legacy > section:nth-last-of-type(2) .container > div {
  position: relative;
  overflow: hidden;
  border-left: 4px solid var(--model-accent);
  background: #e5f1f5 !important;
  box-shadow: 0 18px 34px rgba(27, 75, 96, .1) !important;
}

.model-page .cta strong,
.model-page .cta p,
.model-page--legacy > section:nth-last-of-type(2) .container > div h2,
.model-page--legacy > section:nth-last-of-type(2) .container > div p {
  position: relative;
  z-index: 1;
}

.model-page .cta strong {
  color: var(--model-ink);
}

.model-page .cta p {
  color: var(--model-muted);
}

/* Product-page finish: keep the conversion block readable and the FAQ scannable. */
.model-page,
.model-page * {
  letter-spacing: 0;
}

/* Keep product FAQs on the same centered single-column baseline as the rest of the site. */
.model-page #faq > .container {
  display: block;
}

.model-page #faq > .container > .section-header,
.model-page #faq > .container > h2 {
  max-width: 720px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.model-page #faq > .container > .faq-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.model-page #faq > .container > .cta {
  width: 100%;
  margin-top: 2rem;
}

/* Match the global accordion presentation after the product-page finish rules above. */
.model-page #faq .faq-item {
  border: 1px solid var(--gray2);
  border-radius: var(--radius);
  margin-bottom: .75rem;
  box-shadow: none;
}

.model-page #faq .faq-item:hover {
  border-color: var(--gray2);
  box-shadow: none;
}

.model-page #faq .faq-question {
  min-height: 0;
  padding: 1.1rem 1.25rem;
  font-size: .95rem;
  font-weight: 600;
}

.model-page #faq .faq-question:hover {
  background: var(--light);
}

.model-page #faq .faq-question > span:last-child {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 0;
  background: var(--light);
  color: var(--blue);
}

.model-page #faq .faq-item.open .faq-question > span:last-child {
  border: 0;
  background: var(--blue);
  color: var(--white);
}

.model-page .faq-answer,
.model-page--legacy .faq-answer {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem !important;
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height .25s ease, padding .25s ease, opacity .2s ease;
}

.model-page .faq-item.open .faq-answer,
.model-page--legacy .faq-item.open .faq-answer {
  max-height: 600px;
  padding: 1rem 1.25rem 1.35rem 2.35rem !important;
  border-top: 1px solid #e1eaed;
  opacity: 1;
  visibility: visible;
}

.model-page .cta,
.model-page--legacy > section:nth-last-of-type(2) .container > div {
  border-top: 1px solid rgba(171, 222, 240, .3);
  border-right: 1px solid rgba(171, 222, 240, .12);
  border-bottom: 1px solid rgba(5, 24, 35, .3);
  border-left: 4px solid #55b9df;
  border-radius: 2px !important;
  background: linear-gradient(135deg, #102c3d 0%, #17465a 100%) !important;
  box-shadow: 0 20px 40px rgba(15, 47, 62, .18) !important;
}

.model-page .cta strong,
.model-page .cta h2,
.model-page--legacy > section:nth-last-of-type(2) .container > div h2 {
  color: #fff !important;
}

.model-page .cta p,
.model-page--legacy > section:nth-last-of-type(2) .container > div p {
  color: #c8dce4 !important;
}

.model-page .cta .btn:not(.btn-primary),
.model-page--legacy > section:nth-last-of-type(2) .container > div .btn:not(.btn-primary) {
  border-color: rgba(210, 237, 246, .55) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #f6fcff !important;
}

/* Align the hero's content box with the breadcrumb content box. */
.model-page > .breadcrumb-shell > .container,
.model-page > .container:has(> .breadcrumb),
.model-page main > section:first-of-type > .container,
.model-page > section:first-of-type > .container {
  width: min(var(--content-max), calc(100% - (var(--content-gutter) * 2))) !important;
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* The model identifier is a decision signal and should not recede into the badges. */
.model-page .model-mark strong {
  font-size: clamp(2.4rem, 5.5vw, 4.8rem);
}

.model-page--legacy > section:first-of-type .col-lg-7 > div:first-child span {
  padding: .3rem .75rem !important;
  font-size: .86rem !important;
}

.model-showcase-visual img {
  height: 331px;
}

.model-showcase-copy .eyebrow {
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.35;
}

/* Market documentation cards: evidence-first hierarchy for B2B buyers. */
.model-page .market-compliance {
  position: relative;
  border-top: 1px solid #dce6e8;
  border-bottom: 1px solid #dce6e8;
  background: #f4f7f8 !important;
}

.market-section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.market-kicker {
  display: block;
  margin-bottom: .65rem;
  color: #477ca5;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.market-section-heading h2 {
  margin: 0 0 .65rem !important;
  color: #142532 !important;
  font-size: clamp(1.8rem, 3vw, 2.35rem) !important;
  line-height: 1.12 !important;
}

.market-section-heading p {
  max-width: 680px;
  margin: 0;
  color: #587181;
  font-size: .95rem;
  line-height: 1.7;
}

.model-page .market-compliance .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
}

.model-page .market-compliance .row > [class*="col-"] {
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0;
  padding: 0;
}

.market-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-color: #cbdde2 !important;
  border-radius: 2px !important;
  background: #fff;
  box-shadow: 0 10px 24px rgba(27, 61, 76, .06), inset 0 1px 0 #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.market-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: #2f9bc9;
  content: "";
}

/* jbss-main.css uses the same class for image cards and adds a dark overlay. */
.model-page .market-card::after {
  display: none !important;
  content: none !important;
}

.market-card-gcc::before { background: #c98242; }
.market-card-usa::before { background: #4e7fba; }

.market-card:hover {
  border-color: #9ebdca !important;
  box-shadow: 0 16px 30px rgba(27, 61, 76, .11), inset 0 1px 0 #fff;
  transform: translateY(-2px);
}

.market-card h3 {
  margin: .15rem 0 .35rem;
  color: #142532;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.25;
}

.market-card-status {
  display: block;
  margin-bottom: .8rem;
  color: #6a8290;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.model-page .market-card > div:nth-of-type(1) {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 3.65rem;
  margin-bottom: .8rem !important;
}

.model-page .market-card .cert-badge {
  margin: .18rem .18rem .18rem 0;
  padding: .25rem .65rem;
  border-radius: 2px;
  font-size: .7rem;
  line-height: 1.25;
}

.model-page .market-card p {
  flex: 0 0 8.8rem;
  min-height: 8.8rem;
  height: 8.8rem;
  margin-top: 0 !important;
  color: #587181 !important;
  font-size: .86rem !important;
  line-height: 1.7;
}

.model-page .market-card a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: auto;
  color: #2368d3 !important;
  font-size: .82rem !important;
  font-weight: 800 !important;
  text-decoration: none;
}

.model-page .market-card a::after {
  content: "->";
  transition: transform .2s ease;
}

.model-page .market-card a:hover::after { transform: translateX(3px); }

@media (max-width: 767px) {
  .model-page #faq > .container > .section-header,
  .model-page #faq > .container > h2 {
    margin-bottom: 2rem;
  }

  .model-page #faq > .container {
    display: block;
  }

  .model-page #faq > .container > .section-header,
  .model-page #faq > .container > h2 {
    max-width: none;
    margin-bottom: 1.8rem;
  }

  .model-page #faq > .container > .cta {
    margin-top: 1.5rem;
  }

  .model-showcase-visual img {
    height: 242px;
  }

  .market-section-heading {
    margin-bottom: 1.4rem;
  }

  .model-page .market-compliance .row {
    grid-template-columns: 1fr;
  }

  .market-card {
    padding: 1.25rem !important;
  }

  .model-page .market-card > div:nth-of-type(1),
  .model-page .market-card p {
    flex: initial;
    min-height: 0;
    height: auto;
  }
}

@media (max-width: 767px) {
  .model-page .model-hero,
  .model-page--legacy > section:first-of-type {
    min-height: 0;
  }

  .model-showcase-copy {
    padding-top: 1.25rem;
    padding-left: 1rem;
    border-top: 2px solid rgba(47, 155, 201, .5);
    border-left: 0;
  }

  .model-page .section,
  .model-page--legacy > section:not(:first-of-type) {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important;
  }

  .model-page--legacy > section:first-of-type .col-lg-5 > div > div > div {
    min-height: 98px;
  }

  .model-page--legacy > section:first-of-type .col-lg-7 > div:last-child .btn {
    width: 100%;
    min-width: 0;
  }
}

/* Unified OEM CTA + FAQ treatment for every smart-lock detail page. */
.model-page .model-oem-section {
  padding: 5.25rem 0 !important;
  border-top: 1px solid #dce6e8;
  border-bottom: 1px solid #dce6e8;
  background: #fff !important;
}

.model-page .model-oem-cta {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 !important;
  padding: 2.5rem 3rem 2.4rem !important;
  border: 0 !important;
  border-left: 3px solid #49acd7 !important;
  border-radius: 2px !important;
  background: #153f52 !important;
  box-shadow: 0 20px 36px rgba(20, 48, 62, .16) !important;
  text-align: center;
}

.model-page .model-oem-title {
  margin: 0 0 .7rem !important;
  color: #fff !important;
  font-size: clamp(1.75rem, 2.8vw, 2.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -.025em !important;
}

.model-page .model-oem-cta p {
  max-width: 560px;
  margin: 0 auto 1.5rem !important;
  color: #c5d8e0 !important;
  font-size: .95rem !important;
  line-height: 1.7 !important;
}

.model-page .model-oem-actions {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.model-page .model-oem-cta .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 46px;
  margin: 0 !important;
  padding: .75rem 1.25rem !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  font-size: .9rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.model-page .model-oem-cta .btn.btn-primary {
  border-color: #2f70e6 !important;
  background: #2f70e6 !important;
  color: #fff !important;
}

.model-page .model-oem-cta .btn:not(.btn-primary) {
  border-color: rgba(210, 237, 246, .65) !important;
  background: transparent !important;
  color: #f6fcff !important;
}

.model-page .model-faq-section {
  padding: 5.25rem 0 5.5rem !important;
  border-top: 0;
  border-bottom: 0;
  background: #f5f7f7 !important;
}

.model-page .model-faq-section > .container {
  display: block !important;
}

.model-page .model-faq-heading {
  display: block !important;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 3.5rem !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

.model-page .model-faq-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: .85rem;
  padding: .3rem .85rem;
  border-radius: 999px;
  background: #e8eef9 !important;
  color: #397caf !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

.model-page .model-faq-heading h2 {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  padding-left: 1rem;
  border-left: 3px solid #2f9bc9;
  color: #142532 !important;
  font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

/* Legacy CTA selectors are intentionally specific; keep the FAQ title dark after normalization. */
.model-page .model-faq-section .model-faq-heading h2 {
  color: #142532 !important;
}

.model-page #faq .model-faq-heading h2 {
  color: #142532 !important;
}

/* Neutralize the legacy nth-of-type CTA fallback when a consent section follows FAQ. */
.model-page #faq > .container > .model-faq-heading,
.model-page #faq > .container > .model-faq-list {
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.model-page .model-faq-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto !important;
  background: transparent !important;
  box-shadow: none !important;
}

.model-page .model-faq-section .faq-item {
  margin: .7rem 0;
  border: 1px solid #d8e1e3 !important;
  border-radius: 7px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.model-page .model-faq-section .faq-question {
  min-height: 60px !important;
  padding: 1rem 1.25rem !important;
  color: #1b2d3b !important;
  background: #fff !important;
  font-size: .95rem !important;
  font-weight: 700 !important;
}

.model-page .model-faq-section .faq-question:hover {
  background: #fff !important;
}

.model-page .model-faq-section .faq-question > span:last-child {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border: 0 !important;
  background: #f5f8ff !important;
  color: #2f70e6 !important;
}

.model-page .model-faq-section .faq-item.open .faq-question > span:last-child {
  border: 0 !important;
  background: #2f70e6 !important;
  color: #fff !important;
}

.model-page .model-faq-section .faq-answer {
  background: #fff;
}

@media (max-width: 767px) {
  .model-page .model-oem-section {
    padding: 3.75rem 0 !important;
  }

  .model-page .model-oem-cta {
    padding: 2.1rem 1.25rem 2rem !important;
  }

  .model-page .model-oem-title {
    font-size: clamp(1.45rem, 7vw, 1.9rem) !important;
  }

  .model-page .model-oem-actions {
    align-items: stretch;
    flex-direction: column;
    gap: .7rem;
  }

  .model-page .model-oem-cta .btn {
    width: 100%;
  }

  .model-page .model-faq-section {
    padding: 3.75rem 0 4rem !important;
  }

  .model-page .model-faq-heading {
    margin-bottom: 2rem !important;
  }

  .model-page .model-faq-heading h2 {
    padding-left: .75rem;
    padding-right: .5rem;
  }

  .model-page .model-faq-section .faq-question {
    min-height: 58px !important;
    padding: .95rem 1rem !important;
  }
}

/* Keep the shared stats panel authoritative after legacy hero refinements. */
.smart-lock-hero-stats {
  position: relative;
  width: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-items: stretch !important;
  padding: 1rem !important;
  border: 1px solid rgba(141, 211, 245, .36) !important;
  border-radius: 0 !important;
  background: #17303e !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 -18px 30px rgba(0, 0, 0, .12), 0 18px 34px rgba(0, 0, 0, .16) !important;
}

.smart-lock-hero-stats > .smart-lock-hero-stat {
  width: auto !important;
  min-width: 0;
  min-height: 126px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem .75rem !important;
  border-top: 1px solid rgba(141, 211, 245, .22) !important;
  border-left: 1px solid rgba(141, 211, 245, .22) !important;
  border-radius: 0 !important;
  background: #1b3a49 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06) !important;
  text-align: center;
}

.smart-lock-hero-stats > .smart-lock-hero-stat:nth-child(-n + 2) {
  border-top: 0 !important;
}

.smart-lock-hero-stats > .smart-lock-hero-stat:nth-child(odd) {
  border-left: 0 !important;
}

.smart-lock-hero-stats > .smart-lock-hero-stat strong {
  display: block;
  color: #4ade80 !important;
  font-size: clamp(1.6rem, 2.5vw, 2rem) !important;
  font-weight: 800 !important;
  line-height: 1;
  letter-spacing: -.025em;
}

.smart-lock-hero-stats > .smart-lock-hero-stat span {
  display: block;
  margin-top: .8rem;
  color: rgba(255, 255, 255, .62) !important;
  font-size: .74rem !important;
  line-height: 1.35;
}

/* Legacy heroes have a more specific rule that assumes an extra grid wrapper. */
.model-page--legacy > section:first-of-type .col-lg-5 > .smart-lock-hero-stats {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 0 !important;
  padding: 1rem !important;
  background: #17303e !important;
}

.model-page--legacy > section:first-of-type .col-lg-5 > .smart-lock-hero-stats > .smart-lock-hero-stat {
  width: auto !important;
  min-height: 126px !important;
  padding: 1rem .75rem !important;
  border-top: 1px solid rgba(141, 211, 245, .22) !important;
  border-left: 1px solid rgba(141, 211, 245, .22) !important;
  background: #1b3a49 !important;
}

.model-page--legacy > section:first-of-type .col-lg-5 > .smart-lock-hero-stats > .smart-lock-hero-stat:nth-child(-n + 2) {
  border-top: 0 !important;
}

.model-page--legacy > section:first-of-type .col-lg-5 > .smart-lock-hero-stats > .smart-lock-hero-stat:nth-child(odd) {
  border-left: 0 !important;
}

@media (max-width: 767px) {
  .smart-lock-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smart-lock-hero-stats > .smart-lock-hero-stat {
    min-height: 98px !important;
    padding: .8rem .45rem !important;
  }

  .smart-lock-hero-stats > .smart-lock-hero-stat strong {
    font-size: clamp(1.35rem, 7vw, 1.8rem) !important;
  }

  .smart-lock-hero-stats > .smart-lock-hero-stat span {
    margin-top: .55rem;
    font-size: .68rem !important;
  }

  .model-page--legacy > section:first-of-type .col-lg-5 > .smart-lock-hero-stats > .smart-lock-hero-stat {
    min-height: 98px !important;
    padding: .8rem .45rem !important;
  }
}
