/* Start custom CSS for html, class: .elementor-element-5281f66 */.em-cctv-law {
  --ecl-accent: var(--global-palette1, #1769aa);
  --ecl-accent-dark: var(--global-palette2, #124f80);
  --ecl-text: var(--global-palette3, #1f2933);
  --ecl-muted: #5d6975;
  --ecl-border: #dce3ea;
  --ecl-soft: #f5f8fb;
  --ecl-info: #edf6ff;
  --ecl-warning: #fff7e8;
  --ecl-warning-border: #e3a33c;

  color: var(--ecl-text);
  font-size: 17px;
  line-height: 1.72;
}

.em-cctv-law *,
.em-cctv-law *::before,
.em-cctv-law *::after {
  box-sizing: border-box;
}

.em-cctv-law section {
  margin: 42px 0;
  scroll-margin-top: 100px;
}

.em-cctv-law h2 {
  margin: 0 0 18px;
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.em-cctv-law h3 {
  margin: 30px 0 12px;
  font-size: clamp(21px, 3vw, 26px);
  line-height: 1.3;
}

.em-cctv-law p {
  margin: 0 0 18px;
}

.em-cctv-law ul,
.em-cctv-law ol {
  margin: 0 0 22px;
  padding-left: 25px;
}

.em-cctv-law li {
  margin: 8px 0;
}

.em-cctv-law a {
  color: var(--ecl-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-cctv-law a:hover {
  color: var(--ecl-accent-dark);
}

.em-cctv-law__lead {
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--ecl-border);
  border-radius: 18px;
  background: linear-gradient(135deg, #f6faff 0%, #ffffff 100%);
  box-shadow: 0 10px 30px rgba(31, 41, 51, 0.06);
}

.em-cctv-law__lead p:last-child,
.em-cctv-law__answer ul,
.em-cctv-law__disclaimer p:last-child,
.em-cctv-law__note p:last-child,
.em-cctv-law__warning p:last-child {
  margin-bottom: 0;
}

.em-cctv-law__answer {
  margin: 24px 0;
  padding: 24px;
  border-left: 5px solid var(--ecl-accent);
  border-radius: 12px;
  background: var(--ecl-info);
}

.em-cctv-law__answer > strong {
  display: block;
  margin-bottom: 12px;
  font-size: 21px;
}

.em-cctv-law__disclaimer {
  margin: 24px 0;
  padding: 22px 24px;
  border: 1px solid var(--ecl-warning-border);
  border-radius: 14px;
  background: var(--ecl-warning);
}

.em-cctv-law__disclaimer > strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
}

.em-cctv-law__nav {
  margin: 28px 0 38px;
  padding: 24px;
  border: 1px solid var(--ecl-border);
  border-radius: 16px;
  background: var(--ecl-soft);
}

.em-cctv-law__nav > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.em-cctv-law__nav ol {
  margin-bottom: 0;
  columns: 2;
  column-gap: 44px;
}

.em-cctv-law__nav li {
  break-inside: avoid;
  margin: 0 0 9px;
}

.em-cctv-law__note,
.em-cctv-law__warning {
  margin: 24px 0;
  padding: 22px 24px;
  border-radius: 14px;
}

.em-cctv-law__note {
  border: 1px solid #beddf5;
  background: var(--ecl-info);
}

.em-cctv-law__warning {
  border: 1px solid var(--ecl-warning-border);
  border-left-width: 5px;
  background: var(--ecl-warning);
}

.em-cctv-law__note > strong,
.em-cctv-law__warning > strong {
  display: block;
  margin-bottom: 7px;
  font-size: 19px;
}

.em-cctv-law__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.em-cctv-law__card {
  padding: 23px;
  border: 1px solid var(--ecl-border);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(31, 41, 51, 0.05);
}

.em-cctv-law__card h3 {
  margin-top: 0;
  margin-bottom: 9px;
}

.em-cctv-law__card p {
  margin-bottom: 0;
  color: var(--ecl-muted);
}

.em-cctv-law__table-wrap {
  width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid var(--ecl-border);
  border-radius: 14px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.em-cctv-law__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.55;
}

.em-cctv-law__table th,
.em-cctv-law__table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--ecl-border);
  text-align: left;
  vertical-align: top;
}

.em-cctv-law__table th {
  background: var(--ecl-soft);
  font-weight: 700;
}

.em-cctv-law__table tr:last-child td {
  border-bottom: 0;
}

.em-cctv-law__sign {
  display: flex;
  max-width: 560px;
  min-height: 130px;
  margin: 24px 0;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--ecl-text);
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
}

.em-cctv-law__sign strong {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.3;
}

.em-cctv-law__sign span {
  color: var(--ecl-muted);
}

.em-cctv-law__checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 25px 0;
}

.em-cctv-law__checklist > div {
  position: relative;
  min-height: 145px;
  padding: 22px 22px 20px 66px;
  border: 1px solid var(--ecl-border);
  border-radius: 14px;
  background: #ffffff;
}

.em-cctv-law__checklist span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ecl-accent);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.em-cctv-law__checklist strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.em-cctv-law__checklist p {
  margin-bottom: 0;
  color: var(--ecl-muted);
}

.em-cctv-law__audit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 22px;
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--ecl-border);
  border-radius: 15px;
  background: var(--ecl-soft);
}

.em-cctv-law__audit label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

.em-cctv-law__audit input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  flex: 0 0 auto;
  accent-color: var(--ecl-accent);
}

.em-cctv-law__services {
  padding: clamp(24px, 5vw, 42px);
  border-radius: 20px;
  background: #eef6fc;
}

.em-cctv-law__services h2 {
  margin-top: 0;
}

.em-cctv-law__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.em-cctv-law__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid var(--ecl-accent);
  border-radius: 10px;
  background: #ffffff;
  color: var(--ecl-accent) !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.em-cctv-law__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 105, 170, 0.16);
}

.em-cctv-law__button--primary {
  background: var(--ecl-accent);
  color: #ffffff !important;
}

.em-cctv-law__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
}

.em-cctv-law__links a {
  font-weight: 600;
}

.em-cctv-law__faq {
  display: grid;
  gap: 12px;
}

.em-cctv-law__faq details {
  overflow: hidden;
  border: 1px solid var(--ecl-border);
  border-radius: 13px;
  background: #ffffff;
}

.em-cctv-law__faq summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

.em-cctv-law__faq summary::-webkit-details-marker {
  display: none;
}

.em-cctv-law__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--ecl-accent);
  font-size: 28px;
  font-weight: 400;
}

.em-cctv-law__faq details[open] summary::after {
  content: "−";
}

.em-cctv-law__faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--ecl-muted);
}

@media (max-width: 780px) {
  .em-cctv-law {
    font-size: 16px;
    line-height: 1.68;
  }

  .em-cctv-law section {
    margin: 34px 0;
  }

  .em-cctv-law__nav ol {
    columns: 1;
  }

  .em-cctv-law__grid,
  .em-cctv-law__checklist,
  .em-cctv-law__audit {
    grid-template-columns: 1fr;
  }

  .em-cctv-law__lead,
  .em-cctv-law__answer,
  .em-cctv-law__disclaimer,
  .em-cctv-law__nav,
  .em-cctv-law__note,
  .em-cctv-law__warning,
  .em-cctv-law__card {
    padding: 20px;
  }

  .em-cctv-law__checklist > div {
    min-height: 0;
    padding: 20px 20px 20px 64px;
  }

  .em-cctv-law__buttons {
    flex-direction: column;
  }

  .em-cctv-law__button {
    width: 100%;
  }

  .em-cctv-law__links {
    flex-direction: column;
    gap: 9px;
  }
}

@media (max-width: 480px) {
  .em-cctv-law h2 {
    font-size: 27px;
  }

  .em-cctv-law h3 {
    font-size: 21px;
  }

  .em-cctv-law__table {
    min-width: 700px;
    font-size: 15px;
  }

  .em-cctv-law__table th,
  .em-cctv-law__table td {
    padding: 14px;
  }

  .em-cctv-law__services {
    padding: 22px 18px;
    border-radius: 15px;
  }

  .em-cctv-law__sign strong {
    font-size: 20px;
  }
}/* End custom CSS */