/* Start custom CSS for html, class: .elementor-element-23a3957 */.em-panel-page {
  --em-panel-text: #18212b;
  --em-panel-muted: #5d6875;
  --em-panel-line: #dbe3ea;
  --em-panel-soft: #f5f8fa;
  --em-panel-accent: #f2b705;
  --em-panel-accent-dark: #b77f00;
  --em-panel-dark: #17202a;
  --em-panel-danger: #9d2d2d;
  --em-panel-radius: 22px;
  color: var(--em-panel-text);
  font-size: 17px;
  line-height: 1.68;
}

.em-panel-page *,
.em-panel-page *::before,
.em-panel-page *::after {
  box-sizing: border-box;
}

.em-panel-page h1,
.em-panel-page h2,
.em-panel-page h3,
.em-panel-page p,
.em-panel-page ul {
  margin-top: 0;
}

.em-panel-page h1,
.em-panel-page h2,
.em-panel-page h3 {
  color: var(--em-panel-text);
  line-height: 1.2;
  text-wrap: balance;
}

.em-panel-page h1 {
  max-width: 920px;
  margin-bottom: 20px;
  font-size: clamp(34px, 5vw, 62px);
  letter-spacing: -0.035em;
}

.em-panel-page h2 {
  margin-bottom: 22px;
  font-size: clamp(27px, 3.5vw, 40px);
  letter-spacing: -0.025em;
}

.em-panel-page h3 {
  margin-bottom: 10px;
  font-size: clamp(19px, 2vw, 23px);
}

.em-panel-page a {
  color: #8a6100;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-panel-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
  padding: clamp(34px, 6vw, 76px);
  border: 1px solid #2d3741;
  border-radius: var(--em-panel-radius);
  background:
    radial-gradient(circle at 86% 12%, rgba(242, 183, 5, .2), transparent 32%),
    linear-gradient(145deg, #17202a 0%, #26323d 100%);
  box-shadow: 0 22px 55px rgba(23, 32, 42, .16);
}

.em-panel-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -110px;
  width: 310px;
  height: 310px;
  border: 42px solid rgba(255, 255, 255, .035);
  border-radius: 50%;
}

.em-panel-hero__content {
  position: relative;
  z-index: 1;
}

.em-panel-hero h1,
.em-panel-hero .em-panel-lead {
  color: #fff;
}

.em-panel-lead {
  max-width: 920px;
  margin-bottom: 26px;
  font-size: clamp(18px, 2vw, 22px);
}

.em-panel-eyebrow {
  margin-bottom: 9px;
  color: var(--em-panel-accent-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.em-panel-hero .em-panel-eyebrow {
  color: #ffd861;
}

.em-panel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.em-panel-badges span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.em-panel-nav {
  position: sticky;
  z-index: 20;
  top: 12px;
  display: flex;
  overflow-x: auto;
  gap: 8px;
  margin: 0 0 24px;
  padding: 10px;
  border: 1px solid var(--em-panel-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 9px 26px rgba(23, 32, 42, .08);
  scrollbar-width: thin;
}

.em-panel-nav a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 10px;
  color: var(--em-panel-text);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.em-panel-nav a:hover,
.em-panel-nav a:focus-visible {
  background: #fff4ce;
  outline: none;
}

.em-panel-answer,
.em-panel-section,
.em-panel-cta {
  margin-bottom: 24px;
  padding: clamp(26px, 4.5vw, 52px);
  border: 1px solid var(--em-panel-line);
  border-radius: var(--em-panel-radius);
  background: #fff;
}

.em-panel-answer {
  border-left: 6px solid var(--em-panel-accent);
}

.em-panel-answer p:last-child,
.em-panel-section > p:last-child,
.em-panel-note p:last-child,
.em-panel-caption {
  margin-bottom: 0;
}

.em-panel-section--calculator {
  padding: 0;
  border: 0;
  background: transparent;
}

.em-panel-section--soft {
  background: var(--em-panel-soft);
}

.em-panel-steps,
.em-panel-cards,
.em-panel-limit-grid,
.em-panel-reg-grid,
.em-panel-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.em-panel-steps article,
.em-panel-cards article,
.em-panel-limit-grid article,
.em-panel-reg-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--em-panel-line);
  border-radius: 16px;
  background: #fff;
}

.em-panel-steps article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--em-panel-accent);
  color: #1b1b1b;
  font-size: 13px;
  font-weight: 900;
}

.em-panel-steps p,
.em-panel-cards p,
.em-panel-limit-grid p,
.em-panel-reg-grid p,
.em-panel-related__grid span {
  margin-bottom: 0;
  color: var(--em-panel-muted);
}

.em-panel-formula,
.em-panel-note {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid #ead68d;
  border-radius: 16px;
  background: #fff9e6;
}

.em-panel-formula p {
  margin-bottom: 8px;
}

.em-panel-formula p:last-child {
  margin-bottom: 0;
}

.em-panel-note--important {
  border-color: #d7b33a;
  background: #fff8db;
}

.em-panel-example {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 20px;
}

.em-panel-example > div {
  padding: 24px;
  border: 1px solid var(--em-panel-line);
  border-radius: 16px;
  background: var(--em-panel-soft);
}

.em-panel-example ul {
  margin-bottom: 0;
  padding-left: 22px;
}

.em-panel-example__result {
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--em-panel-dark);
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.em-panel-caption,
.em-panel-source-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #edf2f5;
  color: var(--em-panel-muted);
  font-size: 15px;
}

.em-panel-section--warning {
  border-color: #eccaca;
  background: #fff8f8;
}

.em-panel-section--warning > p:last-child {
  margin-top: 20px;
  padding: 16px;
  border-left: 4px solid var(--em-panel-danger);
  background: #fff;
}

.em-panel-faq {
  display: grid;
  gap: 10px;
}

.em-panel-faq details {
  border: 1px solid var(--em-panel-line);
  border-radius: 14px;
  background: #fff;
}

.em-panel-faq summary {
  cursor: pointer;
  padding: 18px 48px 18px 18px;
  font-weight: 800;
}

.em-panel-faq details p {
  padding: 0 18px 18px;
  color: var(--em-panel-muted);
}

.em-panel-related__grid a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--em-panel-line);
  border-radius: 15px;
  color: var(--em-panel-text);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.em-panel-related__grid a:hover,
.em-panel-related__grid a:focus-visible {
  transform: translateY(-2px);
  border-color: #d0a20c;
  box-shadow: 0 12px 28px rgba(23, 32, 42, .09);
  outline: none;
}

.em-panel-related__grid strong {
  font-size: 19px;
}

.em-panel-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  border-color: #2f3943;
  background: var(--em-panel-dark);
}

.em-panel-cta h2,
.em-panel-cta p {
  color: #fff;
}

.em-panel-cta .em-panel-eyebrow {
  color: #ffd861;
}

.em-panel-cta__actions {
  display: grid;
  gap: 10px;
  min-width: 230px;
}

.em-panel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.em-panel-button--primary {
  background: var(--em-panel-accent);
  color: #181818 !important;
}

.em-panel-button--secondary {
  border-color: rgba(255, 255, 255, .35);
  color: #fff !important;
}

.em-panel-button:hover,
.em-panel-button:focus-visible {
  filter: brightness(.96);
  outline: 3px solid rgba(242, 183, 5, .3);
  outline-offset: 2px;
}

@media (max-width: 780px) {
  .em-panel-page {
    font-size: 16px;
  }

  .em-panel-nav {
    top: 6px;
  }

  .em-panel-steps,
  .em-panel-cards,
  .em-panel-limit-grid,
  .em-panel-reg-grid,
  .em-panel-related__grid,
  .em-panel-example,
  .em-panel-cta {
    grid-template-columns: 1fr;
  }

  .em-panel-cta__actions {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .em-panel-hero,
  .em-panel-answer,
  .em-panel-section,
  .em-panel-cta {
    border-radius: 16px;
  }

  .em-panel-hero {
    padding: 28px 20px;
  }

  .em-panel-answer,
  .em-panel-section,
  .em-panel-cta {
    padding: 24px 18px;
  }

  .em-panel-section--calculator {
    padding: 0;
  }

  .em-panel-steps article,
  .em-panel-cards article,
  .em-panel-limit-grid article,
  .em-panel-reg-grid article,
  .em-panel-example > div {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-panel-related__grid a {
    transition: none;
  }
}/* End custom CSS */