/* Start custom CSS for html, class: .elementor-element-fa3d3dc */.em-led-page {
  --em-led-text: #182230;
  --em-led-muted: #5d6978;
  --em-led-line: #dce4eb;
  --em-led-soft: #f4f7f9;
  --em-led-yellow: #ffbf00;
  --em-led-yellow-soft: #fff8d8;
  --em-led-green-soft: #edf9f3;
  --em-led-red-soft: #fff1ee;
  --em-led-dark: #16212c;
  color: var(--em-led-text);
  font-size: 17px;
  line-height: 1.7;
}

.em-led-page,
.em-led-page * {
  box-sizing: border-box;
}

.em-led-page h1,
.em-led-page h2,
.em-led-page h3,
.em-led-page p,
.em-led-page ul {
  margin-top: 0;
}

.em-led-page h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.em-led-page h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.em-led-page h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.3;
}

.em-led-page p:last-child,
.em-led-page li:last-child {
  margin-bottom: 0;
}

.em-led-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid var(--em-led-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 191, 0, 0.27), transparent 31%),
    linear-gradient(135deg, #ffffff 0%, #f5f8fa 100%);
  box-shadow: 0 16px 48px rgba(24, 34, 48, 0.08);
}

.em-led-hero::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -85px;
  width: 260px;
  height: 260px;
  border: 34px solid rgba(255, 191, 0, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.em-led-hero__content {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.em-led-kicker {
  margin-bottom: 10px;
  color: #8a6500;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-led-lead {
  max-width: 900px;
  margin-bottom: 26px;
  color: var(--em-led-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.em-led-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.em-led-badges li {
  padding: 8px 13px;
  border: 1px solid #d9e2e9;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #344252;
  font-size: 14px;
  font-weight: 700;
}

.em-led-answer,
.em-led-section,
.em-led-related,
.em-led-cta,
.em-led-nav {
  margin-top: 24px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--em-led-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(24, 34, 48, 0.055);
}

.em-led-answer {
  border-left: 5px solid var(--em-led-yellow);
}

.em-led-calculator {
  margin-top: 24px;
}

.em-led-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  box-shadow: none;
}

.em-led-nav strong {
  margin-right: 4px;
}

.em-led-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 7px 12px;
  border: 1px solid var(--em-led-line);
  border-radius: 999px;
  color: var(--em-led-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.em-led-nav a:hover,
.em-led-nav a:focus-visible {
  border-color: #c69500;
  background: var(--em-led-yellow-soft);
}

.em-led-grid {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.em-led-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-led-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-led-card {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--em-led-line);
  border-radius: 18px;
  background: var(--em-led-soft);
}

.em-led-card--accent {
  border-color: #efd16c;
  background: var(--em-led-yellow-soft);
}

.em-led-card__number {
  display: inline-flex;
  margin-bottom: 18px;
  color: #a57700;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.em-led-note {
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 4px solid #279b67;
  border-radius: 14px;
  background: var(--em-led-green-soft);
}

.em-led-note--yellow {
  border-left-color: var(--em-led-yellow);
  background: var(--em-led-yellow-soft);
}

.em-led-note--danger {
  border-left-color: #d65339;
  background: var(--em-led-red-soft);
}

.em-led-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.em-led-formulas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 30px;
}

.em-led-formula {
  padding: 22px;
  border: 1px solid var(--em-led-line);
  border-radius: 18px;
  background: var(--em-led-dark);
  color: #fff;
}

.em-led-formula > span {
  display: block;
  margin-bottom: 10px;
  color: #cbd6df;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.em-led-formula > strong {
  display: block;
  margin-bottom: 12px;
  color: #ffd34a;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
}

.em-led-formula p {
  color: #dce5ec;
  font-size: 14px;
  line-height: 1.55;
}

.em-led-table-wrap {
  overflow-x: auto;
  margin: 22px 0;
  border: 1px solid var(--em-led-line);
  border-radius: 16px;
  -webkit-overflow-scrolling: touch;
}

.em-led-table {
  width: 100%;
  min-width: 680px;
  border: 0;
  border-collapse: collapse;
  margin: 0;
}

.em-led-table th,
.em-led-table td {
  padding: 15px 16px;
  border: 0;
  border-bottom: 1px solid var(--em-led-line);
  text-align: left;
  vertical-align: top;
}

.em-led-table th {
  background: var(--em-led-dark);
  color: #fff;
  font-size: 14px;
}

.em-led-table tbody tr:last-child td {
  border-bottom: 0;
}

.em-led-table tbody tr:nth-child(even) td {
  background: var(--em-led-soft);
}

.em-led-errors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.em-led-errors article {
  padding: 20px 22px;
  border: 1px solid var(--em-led-line);
  border-radius: 16px;
  background: #fff;
}

.em-led-errors strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.em-led-docs {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.em-led-faq {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.em-led-faq article {
  padding: 22px;
  border: 1px solid var(--em-led-line);
  border-radius: 16px;
  background: var(--em-led-soft);
}

.em-led-faq h3 {
  padding-right: 10px;
}

.em-led-related {
  background: var(--em-led-soft);
}

.em-led-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.em-led-related__grid a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  padding: 21px;
  border: 1px solid var(--em-led-line);
  border-radius: 16px;
  background: #fff;
  color: var(--em-led-text);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.em-led-related__grid a:hover,
.em-led-related__grid a:focus-visible {
  transform: translateY(-2px);
  border-color: #d2a000;
  box-shadow: 0 12px 24px rgba(24, 34, 48, 0.08);
}

.em-led-related__grid strong {
  font-size: 18px;
  line-height: 1.3;
}

.em-led-related__grid span {
  color: var(--em-led-muted);
  font-size: 14px;
  line-height: 1.5;
}

.em-led-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  border-color: #2d3843;
  background: var(--em-led-dark);
  color: #fff;
}

.em-led-cta h2,
.em-led-cta p {
  color: #fff;
}

.em-led-cta .em-led-kicker {
  color: #ffd34a;
}

.em-led-cta__actions {
  display: grid;
  gap: 12px;
  min-width: 230px;
}

.em-led-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.em-led-button:hover,
.em-led-button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(0.96);
}

.em-led-button--primary {
  background: var(--em-led-yellow);
  color: #121820;
}

.em-led-button--secondary {
  border-color: #71808e;
  background: transparent;
  color: #fff;
}

.em-led-page :target {
  scroll-margin-top: 100px;
}

@media (max-width: 900px) {
  .em-led-grid--three,
  .em-led-formulas,
  .em-led-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-led-cta {
    grid-template-columns: 1fr;
  }

  .em-led-cta__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .em-led-page {
    font-size: 16px;
    line-height: 1.65;
  }

  .em-led-hero,
  .em-led-answer,
  .em-led-section,
  .em-led-related,
  .em-led-cta,
  .em-led-nav {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .em-led-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .em-led-page h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .em-led-page h2 {
    font-size: 28px;
  }

  .em-led-grid--three,
  .em-led-grid--two,
  .em-led-formulas,
  .em-led-errors,
  .em-led-related__grid,
  .em-led-cta__actions {
    grid-template-columns: 1fr;
  }

  .em-led-nav {
    align-items: stretch;
  }

  .em-led-nav strong {
    width: 100%;
  }

  .em-led-nav a {
    width: 100%;
    border-radius: 10px;
  }

  .em-led-card,
  .em-led-formula,
  .em-led-errors article,
  .em-led-faq article,
  .em-led-related__grid a {
    padding: 19px;
  }

  .em-led-badges {
    gap: 7px;
  }

  .em-led-badges li {
    padding: 7px 10px;
    font-size: 13px;
  }


  .em-led-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .em-led-table {
    display: block;
    min-width: 0;
  }

  .em-led-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .em-led-table tbody,
  .em-led-table tr,
  .em-led-table td {
    display: block;
    width: 100%;
  }

  .em-led-table tr {
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid var(--em-led-line);
    border-radius: 14px;
    background: #fff;
  }

  .em-led-table td {
    display: grid;
    grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--em-led-line);
    background: #fff !important;
  }

  .em-led-table td::before {
    content: attr(data-label);
    color: var(--em-led-muted);
    font-size: 13px;
    font-weight: 800;
  }

  .em-led-table td.em-led-table__metric {
    display: block;
    padding: 14px;
    background: var(--em-led-dark) !important;
    color: #fff;
    font-weight: 800;
  }

  .em-led-table td.em-led-table__metric::before {
    content: none;
  }

  .em-led-table tr td:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-led-nav a,
  .em-led-related__grid a,
  .em-led-button {
    transition: none;
  }
}

@media print {
  .em-led-nav,
  .em-led-cta,
  .em-led-related {
    display: none !important;
  }

  .em-led-hero,
  .em-led-answer,
  .em-led-section {
    box-shadow: none;
    break-inside: avoid;
  }
}/* End custom CSS */