/* Start custom CSS for html, class: .elementor-element-382bc6c */.em-light-page {
  --em-light-bg: #f5f7fa;
  --em-light-card: #ffffff;
  --em-light-text: #172033;
  --em-light-muted: #5d687a;
  --em-light-line: #dfe5ec;
  --em-light-accent: #f4b400;
  --em-light-accent-dark: #cf9200;
  --em-light-dark: #182235;
  --em-light-soft: #fff8df;
  --em-light-success: #eaf8ef;
  color: var(--em-light-text);
  font-size: 17px;
  line-height: 1.7;
}

.em-light-page *,
.em-light-page *::before,
.em-light-page *::after {
  box-sizing: border-box;
}

.em-light-wrap {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.em-light-hero {
  padding: clamp(42px, 7vw, 82px) 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(244, 180, 0, 0.20), transparent 30%),
    linear-gradient(135deg, #111a2a, #26334a);
  color: #fff;
}

.em-light-kicker {
  margin: 0 0 10px;
  color: var(--em-light-accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.em-light-hero h1 {
  max-width: 940px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.em-light-lead {
  max-width: 850px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2.2vw, 22px);
}

.em-light-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.em-light-badges li {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.em-light-calc-section {
  padding: clamp(30px, 5vw, 58px) 0;
  background: var(--em-light-bg);
}

.em-light-content {
  padding: clamp(42px, 7vw, 82px) 0;
  background: #fff;
}

.em-light-prose {
  max-width: 980px;
}

.em-light-prose h2 {
  margin: 54px 0 16px;
  color: var(--em-light-dark);
  font-size: clamp(27px, 3.5vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.em-light-prose h2:first-child {
  margin-top: 0;
}

.em-light-prose h3 {
  margin: 30px 0 10px;
  color: var(--em-light-dark);
  font-size: clamp(21px, 2.7vw, 26px);
  line-height: 1.3;
}

.em-light-prose p {
  margin: 0 0 18px;
}

.em-light-prose ul {
  margin: 0 0 22px;
  padding-left: 24px;
}

.em-light-prose li {
  margin: 7px 0;
}

.em-light-prose a {
  color: #9b6800;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-light-prose a:hover,
.em-light-prose a:focus-visible {
  color: #704b00;
}

.em-light-note {
  margin: 28px 0;
  padding: 20px 22px;
  border: 1px solid #ead99a;
  border-left: 5px solid var(--em-light-accent);
  border-radius: 14px;
  background: var(--em-light-soft);
}

.em-light-note--important {
  margin-top: 0;
  font-size: 18px;
}

.em-light-cards,
.em-light-zone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 28px;
}

.em-light-zone-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-light-card,
.em-light-zone-grid article {
  padding: 24px;
  border: 1px solid var(--em-light-line);
  border-radius: 18px;
  background: var(--em-light-card);
  box-shadow: 0 10px 30px rgba(23, 32, 51, 0.06);
}

.em-light-card h3,
.em-light-zone-grid h3 {
  margin-top: 0;
}

.em-light-card p,
.em-light-zone-grid p {
  margin-bottom: 0;
}

.em-light-formula {
  display: grid;
  gap: 8px;
  margin: 24px 0;
  padding: 22px;
  border-radius: 16px;
  background: var(--em-light-dark);
  color: #fff;
}

.em-light-formula strong {
  color: var(--em-light-accent);
}

.em-light-links {
  padding: 22px 22px 22px 44px !important;
  border: 1px solid var(--em-light-line);
  border-radius: 16px;
  background: var(--em-light-bg);
}

.em-light-faq {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.em-light-faq details {
  border: 1px solid var(--em-light-line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.em-light-faq summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  color: var(--em-light-dark);
  font-weight: 800;
  list-style: none;
}

.em-light-faq summary::-webkit-details-marker {
  display: none;
}

.em-light-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--em-light-soft);
  color: #7b5200;
  font-size: 22px;
  line-height: 1;
}

.em-light-faq details[open] summary::after {
  content: "−";
}

.em-light-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--em-light-muted);
}

.em-light-safety {
  margin-top: 54px;
  padding: 26px;
  border-radius: 18px;
  background: #f0f4f8;
}

.em-light-safety h2 {
  margin-top: 0;
}

.em-light-safety p {
  margin-bottom: 0;
}

.em-light-cta {
  margin-top: 58px;
  padding: clamp(26px, 5vw, 46px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(244, 180, 0, 0.20), transparent 30%),
    var(--em-light-dark);
  color: #fff;
}

.em-light-cta h2 {
  margin: 6px 0 16px;
  color: #fff;
}

.em-light-cta p {
  max-width: 830px;
  color: rgba(255, 255, 255, 0.86);
}

.em-light-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.em-light-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.em-light-btn:hover {
  transform: translateY(-1px);
}

.em-light-btn--primary {
  background: var(--em-light-accent);
  color: #1a2233 !important;
}

.em-light-btn--primary:hover {
  background: #ffc62b;
}

.em-light-btn--secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff !important;
}

.em-light-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.10);
}

/* Дополнения к стилям шорткода калькулятора */
.em-light-page .emt-lighting__status {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 14px;
}

.em-light-page .emt-lighting__status.is-success {
  border: 1px solid #a9dcc0;
  background: var(--em-light-success);
}

.em-light-page .emt-lighting__status.is-warning {
  border: 1px solid #e8cf7b;
  background: var(--em-light-soft);
}

.em-light-page .emt-lighting__status strong {
  display: block;
  margin-bottom: 5px;
}

.em-light-page .emt-lighting__status p {
  margin: 0;
}

.em-light-page .emt-lighting__explanation {
  margin-top: 18px;
  color: var(--em-light-muted);
}

@media (max-width: 760px) {
  .em-light-wrap {
    width: min(100% - 22px, 1180px);
  }

  .em-light-page {
    font-size: 16px;
  }

  .em-light-hero {
    padding: 38px 0 44px;
  }

  .em-light-cards,
  .em-light-zone-grid {
    grid-template-columns: 1fr;
  }

  .em-light-card,
  .em-light-zone-grid article {
    padding: 20px;
  }

  .em-light-prose h2 {
    margin-top: 42px;
  }

  .em-light-note,
  .em-light-safety {
    padding: 18px;
  }

  .em-light-cta {
    border-radius: 18px;
  }

  .em-light-cta__buttons {
    display: grid;
  }

  .em-light-btn {
    width: 100%;
  }

  .em-light-faq summary {
    padding: 16px 48px 16px 16px;
  }

  .em-light-faq summary::after {
    right: 14px;
  }

  .em-light-faq details p {
    padding: 0 16px 17px;
  }
}

@media print {
  .em-light-hero,
  .em-light-content,
  .em-light-cta,
  .em-light-calc-section details,
  .emt-calculator__actions,
  .emt-result__actions {
    display: none !important;
  }

  .em-light-calc-section {
    padding: 0;
    background: #fff;
  }
}/* End custom CSS */