/* Extracted from keystoneapp/templates/static_pages/cctv/cctv_cameras.html */
.cctv-page-banner {
    background: #f8fafc;
  }
  .cctv-page-banner picture,
  .cctv-page-banner-img {
    display: block;
    width: 100%;
  }
  .cctv-page-banner-img {
    height: auto;
  }

.cctv-section-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, .1);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
  }
  .cctv-section-nav .container {
    display: flex;
    justify-content: center;
    gap: .75rem;
    overflow-x: auto;
    padding-top: .85rem;
    padding-bottom: .85rem;
    scrollbar-width: thin;
  }
  .cctv-section-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-height: 40px;
    padding: .55rem 1rem;
    border-radius: 999px;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .1);
    font-weight: 800;
    text-decoration: none;
    transition: background .18s ease, color .18s ease, transform .18s ease;
  }
  .cctv-section-nav a:hover {
    color: #fff;
    background: #1e3a8a;
    transform: translateY(-1px);
  }
  #camera-types,
  #systems,
  #industries,
  #testing,
  #process,
  #brands,
  #faq {
    scroll-margin-top: 86px;
  }
  .cctv-coverage-section {
    border-top: 1px solid rgba(15, 23, 42, .08);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
  }
  .cctv-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
  .cctv-coverage-card {
    display: flex;
    min-height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .cctv-coverage-card:hover {
    transform: translateY(-4px);
    color: #0f172a;
    border-color: rgba(171, 116, 66, .42);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .13);
  }
  .cctv-coverage-card picture,
  .cctv-coverage-card img {
    display: block;
    width: 100%;
  }
  .cctv-coverage-card img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
  .cctv-coverage-card span {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: .9rem 1rem;
    color: #1A1A2E;
    font-weight: 850;
  }
  .cctv-brand-card {
    display: flex;
    min-height: 150px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    padding: 1.35rem;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 12px;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .cctv-brand-card:hover {
    transform: translateY(-4px);
    color: #0f172a;
    border-color: rgba(37, 99, 235, .35);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .13);
  }
  .cctv-brand-logo {
    width: 100%;
    max-width: 150px;
    height: 74px;
    object-fit: contain;
  }
  .cctv-brand-card span {
    font-weight: 850;
  }

  .cctv-recording-section {
    background-color: #1A1A2E;
    background-image:
      linear-gradient(135deg, rgba(26, 26, 46, .24) 0%, rgba(22, 33, 62, .18) 58%, rgba(45, 36, 29, .3) 100%),
      url("../img/cctv-page/enterprise-vms-control-room-lite.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .cctv-recording-section h2 {
    color: #fff;
  }
  .cctv-recording-section .recording-section-copy {
    color: rgba(255,255,255,.84) !important;
  }
  .recording-card {
    --accent: #0d6efd;
    --soft: #eff6ff;
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .1);
  }
  .recording-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 7px;
    background: var(--accent);
    z-index: 2;
  }
  .recording-card.vms {
    --accent: #AB7442;
    --soft: rgba(171, 116, 66, .12);
    border-color: rgba(171, 116, 66, .22);
    background: rgba(255, 255, 255, .86);
    backdrop-filter: blur(1.5px);
  }
  .recording-card-inner {
    position: relative;
    z-index: 1;
    padding: 1.6rem;
  }
  .recording-header {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin-bottom: 1rem;
  }
  .recording-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--accent);
    background: var(--soft);
    font-size: 1.5rem;
    flex: 0 0 auto;
  }
  .recording-card h3,
  .recording-card h4 {
    color: #0f172a;
  }
  .recording-card h3 {
    margin-bottom: 0;
  }
  .recording-details {
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background: #fff;
    margin-top: .8rem;
    overflow: hidden;
  }
  .recording-details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem 1rem;
    color: #0f172a;
    background: var(--soft);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
  }
  .recording-details summary::-webkit-details-marker {
    display: none;
  }
  .recording-details summary::after {
    content: "›";
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--accent);
    font-size: 1.45rem;
    line-height: 1;
    transform: rotate(90deg);
    transition: transform .2s ease;
    flex: 0 0 auto;
  }
  .recording-details[open] summary::after {
    transform: rotate(-90deg);
  }
  .recording-details-body {
    padding: 1rem 1rem .9rem;
  }
  .recording-pill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .35rem .7rem;
    border-radius: 999px;
    color: var(--accent);
    background: var(--soft);
    font-size: .82rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .recording-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .recording-list li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: .55rem;
    color: #475569;
  }
  .recording-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55rem;
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: var(--accent);
  }
  .recording-list.recording-cons li::before {
    background: #94a3b8;
  }
  .recording-vms-points {
    display: grid;
    gap: .7rem;
    margin-top: 1rem;
  }
  .recording-vms-points li {
    margin-bottom: 0;
    padding: .75rem .85rem .75rem 2.35rem;
    border: 1px solid rgba(171, 116, 66, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    font-weight: 700;
  }
  .recording-vms-points li::before {
    left: .95rem;
    top: 1.08rem;
  }

  .cctv-enterprise-teaser-section {
    background:
      linear-gradient(135deg, rgba(26, 26, 46, .82), rgba(22, 33, 62, .72)),
      url("../img/cctv-page/enterprise-vms-control-room-lite.webp") center center / cover no-repeat;
    color: #fff;
  }
  .cctv-enterprise-teaser {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(15, 23, 42, .72);
    box-shadow: 0 24px 64px rgba(15, 23, 42, .24);
  }
  .cctv-enterprise-kicker {
    margin-bottom: .55rem;
    color: #f2c18e;
    font-size: .82rem;
    font-weight: 850;
    text-transform: uppercase;
  }
  .cctv-enterprise-teaser h2 {
    margin-bottom: .85rem;
    color: #fff;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    font-weight: 850;
    line-height: 1.14;
  }
  .cctv-enterprise-teaser p {
    max-width: 790px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .86);
    line-height: 1.75;
  }
  .cctv-enterprise-actions {
    display: grid;
    gap: .85rem;
    justify-items: start;
  }
  .cctv-enterprise-actions .btn {
    white-space: normal;
    text-align: left;
  }
  .cctv-enterprise-note {
    max-width: 360px;
    color: rgba(255, 255, 255, .76);
    font-size: .92rem;
    line-height: 1.6;
  }
  @media (max-width: 767.98px) {
    .cctv-enterprise-teaser {
      grid-template-columns: 1fr;
      padding: 1.35rem;
    }
    .cctv-enterprise-actions .btn {
      width: 100%;
      text-align: center;
    }
  }

.camera-types-section {
    background:
      radial-gradient(circle at top left, rgba(37, 99, 235, .09), transparent 34rem),
      linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  }
  .camera-types-section .section-intro {
    max-width: 820px;
  }
  .camera-type-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .camera-feature-card {
    position: relative;
    display: flex;
    min-height: 100%;
    overflow: hidden;
    flex-direction: column;
    border-radius: 8px;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .16);
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .camera-feature-card:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(15, 23, 42, .22);
  }
  .camera-feature-card picture,
  .camera-feature-card img {
    display: block;
    width: 100%;
  }
  .camera-feature-card img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    opacity: .88;
  }
  .camera-feature-card.product-image img {
    object-fit: contain;
    padding: 1rem;
    background: #fff;
    opacity: 1;
  }
  .camera-feature-content {
    position: relative;
    z-index: 1;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, .78), #0f172a 72%);
  }
  .camera-feature-label {
    display: inline-flex;
    margin-bottom: .7rem;
    padding: .32rem .65rem;
    border-radius: 999px;
    background: rgba(250, 204, 21, .16);
    color: #fde68a;
    font-size: .78rem;
    font-weight: 850;
  }
  .camera-feature-card h3 {
    color: #fff;
  }
  .camera-feature-card p {
    color: rgba(255, 255, 255, .78);
  }
  .camera-feature-action {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #facc15;
    font-weight: 850;
  }
  .camera-feature-action i {
    transition: transform .18s ease;
  }
  .camera-feature-card:hover .camera-feature-action i {
    transform: translateX(4px);
  }
  .camera-type-cta {
    margin-top: 1.5rem;
    padding: 1.35rem;
    border-radius: 8px;
    background: #0f172a;
    color: #fff;
  }
  .camera-type-cta p {
    color: rgba(255, 255, 255, .76);
  }
  @media (max-width: 991.98px) {
    .cctv-coverage-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .camera-type-feature-grid {
      grid-template-columns: 1fr;
    }
    .camera-feature-card {
      display: grid;
      grid-template-columns: minmax(150px, 38%) 1fr;
    }
    .camera-feature-card img {
      height: 100%;
      min-height: 210px;
    }
    .camera-feature-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }
  @media (max-width: 575.98px) {
    .cctv-coverage-grid {
      grid-template-columns: 1fr;
    }
    .camera-feature-card {
      grid-template-columns: 1fr;
    }
    .camera-feature-card img {
      min-height: 0;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .camera-type-feature-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

/* Generated classes for former inline style attributes */
/* Inline styles extracted from keystoneapp/templates/static_pages/cctv/cctv_cameras.html */
.ktl-inline-bbaf784d { background:linear-gradient(135deg,#111827 0%,#17213b 55%,#0f3460 100%); }
.ktl-inline-e359ea21 { color:rgba(255,255,255,.84); }
.ktl-inline-f8336521 { max-width:820px; }
.ktl-inline-75848b9d { max-width:860px; }
