/* Start custom CSS for html, class: .elementor-element-c102f21 */.em-questions {
  --eq-text: #172033;
  --eq-muted: #5f6b7a;
  --eq-line: #dfe5ec;
  --eq-soft: #f5f7fa;
  --eq-white: #ffffff;
  --eq-dark: #111827;
  --eq-accent: #f59e0b;
  --eq-green: #16794a;
  --eq-green-soft: #eaf8f0;
  --eq-blue: #2563eb;
  --eq-blue-soft: #eff6ff;
  --eq-red: #b42318;
  --eq-red-soft: #fff1ef;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--eq-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.em-questions *,
.em-questions *::before,
.em-questions *::after {
  box-sizing: border-box;
}

.em-questions p {
  margin: 0 0 18px;
}

.em-questions h1,
.em-questions h2,
.em-questions h3 {
  color: var(--eq-dark);
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.em-questions h1 {
  max-width: 980px;
  margin: 14px 0 21px;
  color: var(--eq-white);
  font-size: clamp(34px, 5vw, 58px);
}

.em-questions h2 {
  margin: 0 0 20px;
  font-size: clamp(28px, 3.5vw, 40px);
}

.em-questions__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 10%, rgba(245, 158, 11, 0.42), transparent 35%),
    linear-gradient(135deg, #111827 0%, #202c42 58%, #111827 100%);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18);
}

.em-questions__hero::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -140px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.em-questions__hero-content {
  position: relative;
  z-index: 1;
}

.em-questions__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.16);
  color: #ffdc94;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.em-questions__lead {
  max-width: 920px;
  margin-bottom: 27px;
  color: #e5ebf2;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.em-questions__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.em-questions__hero-tags span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--eq-white);
  font-size: 14px;
  font-weight: 700;
}

.em-questions__warning {
  margin: 26px 0;
  padding: 22px 24px;
  border-left: 5px solid var(--eq-red);
  border-radius: 0 17px 17px 0;
  background: var(--eq-red-soft);
}

.em-questions__warning strong {
  display: block;
  margin-bottom: 7px;
  color: var(--eq-dark);
  font-size: 18px;
}

.em-questions__warning p:last-child {
  margin-bottom: 0;
}

.em-questions__toc {
  margin: 26px 0;
  padding: 22px;
  border: 1px solid var(--eq-line);
  border-radius: 20px;
  background: var(--eq-white);
  box-shadow: 0 10px 35px rgba(17, 24, 39, 0.06);
}

.em-questions__toc > strong {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
}

.em-questions__toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.em-questions__toc-links a {
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--eq-soft);
  color: var(--eq-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.em-questions__toc-links a:hover,
.em-questions__toc-links a:focus {
  background: var(--eq-accent);
  color: var(--eq-dark);
}

.em-questions__intro,
.em-questions__section,
.em-questions__summary,
.em-questions__related {
  padding: clamp(34px, 5vw, 60px) 0;
  border-bottom: 1px solid var(--eq-line);
  scroll-margin-top: 100px;
}

.em-questions__intro > p,
.em-questions__section-heading p {
  max-width: 900px;
}

.em-questions__legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.em-questions__legend > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--eq-line);
  border-radius: 16px;
  background: var(--eq-soft);
}

.em-questions__legend-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
}

.em-questions__legend-icon--safe {
  background: var(--eq-green-soft);
  color: var(--eq-green);
}

.em-questions__legend-icon--condition {
  background: #fff5d8;
  color: #9a5b00;
}

.em-questions__legend-icon--danger {
  background: var(--eq-red-soft);
  color: var(--eq-red);
}

.em-questions__section-heading {
  margin-bottom: 26px;
}

.em-questions__section-heading > span {
  display: inline-block;
  margin-bottom: 9px;
  color: #9a5b00;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.em-questions__section-heading h2 {
  margin-bottom: 10px;
}

.em-questions__section-heading p:last-child {
  margin-bottom: 0;
  color: var(--eq-muted);
}

.em-questions__list {
  display: grid;
  gap: 12px;
}

.em-questions__item {
  overflow: hidden;
  border: 1px solid var(--eq-line);
  border-radius: 17px;
  background: var(--eq-white);
  box-shadow: 0 7px 22px rgba(17, 24, 39, 0.04);
}

.em-questions__item summary {
  position: relative;
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 14px;
  padding: 14px 58px 14px 16px;
  color: var(--eq-dark);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.em-questions__item summary::-webkit-details-marker {
  display: none;
}

.em-questions__item summary > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 12px;
  background: var(--eq-soft);
  color: var(--eq-dark);
  font-size: 13px;
  font-weight: 900;
}

.em-questions__item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  display: grid;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  place-items: center;
  border-radius: 50%;
  background: var(--eq-soft);
  color: var(--eq-dark);
  font-size: 21px;
}

.em-questions__item[open] {
  border-color: rgba(245, 158, 11, 0.55);
}

.em-questions__item[open] summary {
  background: #fffaf0;
}

.em-questions__item[open] summary > span,
.em-questions__item[open] summary::after {
  background: var(--eq-accent);
}

.em-questions__item[open] summary::after {
  content: "−";
}

.em-questions__answer {
  padding: 5px 24px 20px 70px;
  color: var(--eq-muted);
}

.em-questions__answer p:last-of-type {
  margin-bottom: 0;
}

.em-questions__answer a {
  display: inline-flex;
  margin-top: 14px;
  padding: 9px 13px;
  border-radius: 10px;
  background: var(--eq-blue-soft);
  color: var(--eq-blue);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.em-questions__answer a:hover,
.em-questions__answer a:focus {
  text-decoration: underline;
}

.em-questions__summary {
  border-bottom: 0;
}

.em-questions__summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.em-questions__summary-grid article {
  padding: 23px;
  border: 1px solid var(--eq-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f7f9fb 100%);
}

.em-questions__summary-grid span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 12px;
  background: var(--eq-accent);
  color: var(--eq-dark);
  font-weight: 900;
}

.em-questions__summary-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--eq-dark);
  font-size: 19px;
}

.em-questions__summary-grid p:last-child {
  margin-bottom: 0;
  color: var(--eq-muted);
}

.em-questions__docs {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.em-questions__docs article {
  padding: 21px 23px;
  border-left: 4px solid var(--eq-accent);
  border-radius: 0 15px 15px 0;
  background: var(--eq-soft);
}

.em-questions__docs strong {
  display: block;
  margin-bottom: 6px;
  color: var(--eq-dark);
  font-size: 18px;
}

.em-questions__docs p:last-child {
  margin-bottom: 0;
}

.em-questions__note {
  margin-top: 22px;
  color: var(--eq-muted);
  font-size: 15px;
}

.em-questions__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.em-questions__related-grid a {
  display: flex;
  min-height: 175px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  border: 1px solid var(--eq-line);
  border-radius: 18px;
  background: var(--eq-white);
  color: var(--eq-text);
  text-decoration: none;
  box-shadow: 0 9px 28px rgba(17, 24, 39, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.em-questions__related-grid a:hover,
.em-questions__related-grid a:focus {
  transform: translateY(-3px);
  border-color: var(--eq-accent);
}

.em-questions__related-grid strong {
  margin-bottom: 14px;
  color: var(--eq-dark);
  font-size: 20px;
  line-height: 1.35;
}

.em-questions__related-grid span {
  color: var(--eq-muted);
}

.em-questions__cta {
  margin-top: 18px;
  padding: clamp(32px, 6vw, 66px);
  border-radius: 27px;
  background:
    radial-gradient(circle at 90% 12%, rgba(245, 158, 11, 0.32), transparent 36%),
    var(--eq-dark);
  color: var(--eq-white);
}

.em-questions__cta h2 {
  max-width: 830px;
  margin: 14px 0 18px;
  color: var(--eq-white);
}

.em-questions__cta p {
  max-width: 850px;
  color: #dbe2eb;
}

.em-questions__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 18px;
}

.em-questions__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 13px;
  font-weight: 800;
  text-decoration: none;
}

.em-questions__button--primary {
  background: var(--eq-accent);
  color: var(--eq-dark);
}

.em-questions__button--secondary {
  border-color: rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.08);
  color: var(--eq-white);
}

.em-questions__button:hover,
.em-questions__button:focus {
  transform: translateY(-2px);
}

.em-questions__cta-note {
  margin-bottom: 0;
  font-size: 14px;
}

@media (max-width: 950px) {
  .em-questions__summary-grid,
  .em-questions__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .em-questions {
    font-size: 16px;
    line-height: 1.68;
  }

  .em-questions__hero,
  .em-questions__cta {
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 20px;
  }

  .em-questions__toc-links {
    flex-direction: column;
  }

  .em-questions__toc-links a {
    width: 100%;
  }

  .em-questions__legend,
  .em-questions__summary-grid,
  .em-questions__related-grid {
    grid-template-columns: 1fr;
  }

  .em-questions__related-grid a {
    min-height: auto;
  }

  .em-questions__answer {
    padding: 5px 18px 19px;
  }

  .em-questions__cta-actions {
    flex-direction: column;
  }

  .em-questions__button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .em-questions h1 {
    font-size: 32px;
  }

  .em-questions h2 {
    font-size: 27px;
  }

  .em-questions__hero,
  .em-questions__cta {
    padding: 28px 20px;
  }

  .em-questions__hero-tags span {
    font-size: 13px;
  }

  .em-questions__item summary {
    min-height: 62px;
    align-items: flex-start;
    gap: 11px;
    padding: 13px 50px 13px 13px;
    font-size: 16px;
    line-height: 1.45;
  }

  .em-questions__item summary > span {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
  }

  .em-questions__item summary::after {
    right: 12px;
    width: 28px;
    height: 28px;
  }
}/* End custom CSS */