/* Start custom CSS for html, class: .elementor-element-4c207e0 */.em-smart-scenarios {
  --em-orange: #f4913e;
  --em-orange-dark: #dc741f;
  --em-blue: #3892fb;
  --em-blue-dark: #2477c9;
  --em-ink: #263238;
  --em-text: #4f5963;
  --em-muted: #71808d;
  --em-line: #e7edf1;
  --em-soft: #f7f9fb;
  --em-orange-soft: #fff6ee;
  --em-blue-soft: #eef6ff;
  --em-danger-soft: #fff3f1;
  color: var(--em-text);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
}

.em-smart-scenarios *,
.em-smart-scenarios *::before,
.em-smart-scenarios *::after {
  box-sizing: border-box;
}

.em-smart-scenarios h1,
.em-smart-scenarios h2,
.em-smart-scenarios h3,
.em-smart-scenarios p,
.em-smart-scenarios ul,
.em-smart-scenarios ol,
.em-smart-scenarios dl,
.em-smart-scenarios dd {
  margin-top: 0;
}

.em-smart-scenarios h1,
.em-smart-scenarios h2,
.em-smart-scenarios h3 {
  color: var(--em-ink);
  line-height: 1.24;
}

.em-smart-scenarios h1 {
  max-width: 1040px;
  margin-bottom: 22px;
  font-family: "Montserrat Alternates", Montserrat, Arial, sans-serif;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.em-smart-scenarios h2 {
  margin-bottom: 16px;
  font-size: clamp(27px, 3.5vw, 39px);
  font-weight: 700;
  letter-spacing: -0.018em;
}

.em-smart-scenarios h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.em-smart-scenarios p {
  margin-bottom: 18px;
}

.em-smart-scenarios a {
  color: var(--em-blue-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-smart-scenarios a:hover {
  color: var(--em-orange-dark);
}

.em-sc-hero,
.em-sc-fast-answer,
.em-sc-formula,
.em-sc-toc,
.em-sc-start,
.em-sc-section,
.em-sc-choice,
.em-sc-safety,
.em-sc-related,
.em-sc-cta,
.em-sc-faq,
.em-sc-sources {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.em-sc-hero {
  padding: clamp(30px, 5vw, 62px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(56, 146, 251, 0.16), transparent 34%),
    linear-gradient(135deg, #fff8f2 0%, #ffffff 56%, #f1f8ff 100%);
  border: 1px solid #efe5dc;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(38, 50, 56, 0.08);
}

.em-sc-kicker,
.em-sc-section-head > span,
.em-sc-fast-answer span,
.em-sc-cta > div > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--em-orange-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-sc-lead {
  max-width: 980px;
  color: #3d4850;
  font-size: clamp(18px, 2.25vw, 22px);
}

.em-sc-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.em-sc-summary > div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--em-line);
  border-radius: 15px;
}

.em-sc-summary strong {
  display: block;
  margin-bottom: 4px;
  color: var(--em-orange-dark);
  font-size: 28px;
  line-height: 1;
}

.em-sc-summary span {
  display: block;
  color: var(--em-text);
  font-size: 13px;
  line-height: 1.45;
}

.em-sc-actions,
.em-sc-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.em-sc-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.em-sc-btn:hover {
  transform: translateY(-1px);
}

.em-sc-btn-primary {
  color: #ffffff !important;
  background: var(--em-orange);
  box-shadow: 0 8px 20px rgba(244, 145, 62, 0.24);
}

.em-sc-btn-primary:hover {
  background: var(--em-orange-dark);
}

.em-sc-btn-secondary {
  color: var(--em-blue-dark) !important;
  background: #ffffff;
  border-color: #bdd9f6;
}

.em-sc-fast-answer {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.4fr);
  gap: 34px;
  align-items: center;
  margin-top: 24px;
  padding: 30px;
  background: var(--em-blue-soft);
  border: 1px solid #cde2f7;
  border-radius: 17px;
}

.em-sc-fast-answer h2,
.em-sc-fast-answer p {
  margin-bottom: 0;
}

.em-sc-formula,
.em-sc-start,
.em-sc-choice,
.em-sc-safety,
.em-sc-related,
.em-sc-faq {
  padding: clamp(48px, 7vw, 78px) 0;
  border-bottom: 1px solid var(--em-line);
}

.em-sc-formula-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.em-sc-formula-grid > div {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 15px;
}

.em-sc-formula-grid span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #ffffff;
  background: var(--em-orange);
  border-radius: 12px;
  font-weight: 800;
}

.em-sc-formula-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--em-ink);
  font-size: 18px;
}

.em-sc-formula-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.em-sc-toc {
  padding: 24px 26px;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 16px;
}

.em-sc-toc > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--em-ink);
  font-size: 18px;
}

.em-sc-toc > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.em-sc-toc a {
  display: inline-flex;
  padding: 7px 11px;
  color: #53616c;
  background: var(--em-soft);
  border: 1px solid #edf1f4;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
}

.em-sc-toc a:hover {
  color: var(--em-orange-dark);
  background: var(--em-orange-soft);
  border-color: #f3d2b5;
}

.em-sc-start ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-left: 0;
  list-style: none;
  counter-reset: starter;
}

.em-sc-start li {
  position: relative;
  min-height: 76px;
  padding: 18px 18px 18px 62px;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 13px;
  counter-increment: starter;
}

.em-sc-start li::before {
  position: absolute;
  top: 17px;
  left: 17px;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  content: counter(starter);
  color: #ffffff;
  background: var(--em-blue);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.em-sc-note {
  margin-top: 22px;
  padding: 20px 22px;
  color: #5f4b39;
  background: var(--em-orange-soft);
  border-left: 5px solid var(--em-orange);
  border-radius: 12px;
}

.em-sc-section {
  padding: clamp(52px, 7vw, 84px) 0;
  border-bottom: 1px solid var(--em-line);
  scroll-margin-top: 24px;
}

.em-sc-section-head {
  max-width: 900px;
  margin-bottom: 28px;
}

.em-sc-section-head p {
  margin-bottom: 0;
  font-size: 17px;
}

.em-sc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.em-sc-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  box-shadow: 0 8px 26px rgba(38, 50, 56, 0.045);
}

.em-sc-card-top {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
  border-bottom: 1px solid var(--em-line);
}

.em-sc-num {
  display: inline-flex;
  width: 54px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--em-orange);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.em-sc-card dl {
  margin-bottom: 0;
  padding: 10px 20px 20px;
}

.em-sc-card dl > div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #eef2f4;
}

.em-sc-card dl > div:last-child {
  border-bottom: 0;
}

.em-sc-card dt {
  color: var(--em-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.em-sc-card dd {
  color: var(--em-text);
  font-size: 14px;
  line-height: 1.55;
}

.em-sc-card .em-sc-limit {
  margin: 6px -10px -10px;
  padding: 14px 10px 10px;
  background: var(--em-orange-soft);
  border-bottom: 0;
  border-radius: 10px;
}

.em-sc-card .em-sc-limit dt {
  color: var(--em-orange-dark);
}

.em-sc-choice-grid,
.em-sc-warning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.em-sc-choice-grid > div,
.em-sc-warning-grid > div {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 15px;
}

.em-sc-choice-grid strong,
.em-sc-warning-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--em-ink);
  font-size: 17px;
}

.em-sc-choice-grid p,
.em-sc-warning-grid p {
  margin-bottom: 0;
}

.em-sc-warning-grid > div {
  background: var(--em-danger-soft);
  border-color: #f0cbc6;
}

.em-sc-safety > p {
  margin-top: 24px;
  padding: 22px;
  background: var(--em-blue-soft);
  border: 1px solid #cde2f7;
  border-radius: 14px;
}

.em-sc-related > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.em-sc-related a {
  display: block;
  padding: 22px;
  color: var(--em-text);
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 14px;
  text-decoration: none;
}

.em-sc-related a:hover {
  border-color: #efbd91;
  box-shadow: 0 10px 26px rgba(38, 50, 56, 0.07);
}

.em-sc-related strong {
  display: block;
  margin-bottom: 7px;
  color: var(--em-ink);
  font-size: 17px;
}

.em-sc-related span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

.em-sc-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(30px, 5vw, 48px);
  color: #ffffff;
  background: linear-gradient(135deg, #ef8731 0%, #d86c1e 100%);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(217, 108, 30, 0.24);
}

.em-sc-cta h2,
.em-sc-cta p,
.em-sc-cta > div > span {
  color: #ffffff;
}

.em-sc-cta p:last-child {
  margin-bottom: 0;
}

.em-sc-cta > div:last-child {
  min-width: 190px;
  flex-direction: column;
}

.em-sc-btn-light {
  color: var(--em-orange-dark) !important;
  background: #ffffff;
}

.em-sc-btn-outline {
  color: #ffffff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.78);
}

.em-sc-faq details {
  margin-bottom: 12px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 12px;
}

.em-sc-faq summary {
  position: relative;
  padding: 18px 48px 18px 20px;
  color: var(--em-ink);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.em-sc-faq summary::-webkit-details-marker {
  display: none;
}

.em-sc-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  transform: translateY(-50%);
  color: var(--em-orange-dark);
  font-size: 24px;
  line-height: 1;
}

.em-sc-faq details[open] summary::after {
  content: "−";
}

.em-sc-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}

.em-sc-sources {
  margin-top: 24px;
  padding: 28px;
  background: var(--em-soft);
  border: 1px solid var(--em-line);
  border-radius: 16px;
}

.em-sc-sources h2 {
  font-size: 24px;
}

.em-sc-sources li,
.em-sc-sources p {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .em-sc-summary,
  .em-sc-formula-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-sc-related > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .em-smart-scenarios {
    font-size: 15px;
  }

  .em-smart-scenarios h1 {
    font-size: 31px;
  }

  .em-smart-scenarios h2 {
    font-size: 27px;
  }

  .em-smart-scenarios h3 {
    font-size: 18px;
  }

  .em-sc-hero {
    padding: 26px 18px;
    border-radius: 16px;
  }

  .em-sc-summary,
  .em-sc-formula-grid,
  .em-sc-start ol,
  .em-sc-grid,
  .em-sc-choice-grid,
  .em-sc-warning-grid,
  .em-sc-related > div,
  .em-sc-fast-answer,
  .em-sc-cta {
    grid-template-columns: 1fr;
  }

  .em-sc-actions,
  .em-sc-cta > div:last-child {
    width: 100%;
    flex-direction: column;
  }

  .em-sc-btn {
    width: 100%;
  }

  .em-sc-fast-answer,
  .em-sc-toc {
    padding: 20px 16px;
  }

  .em-sc-toc > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .em-sc-toc a {
    justify-content: center;
    text-align: center;
  }

  .em-sc-formula,
  .em-sc-start,
  .em-sc-section,
  .em-sc-choice,
  .em-sc-safety,
  .em-sc-related,
  .em-sc-faq {
    padding: 48px 0;
  }

  .em-sc-card-top {
    grid-template-columns: 48px 1fr;
    padding: 17px;
  }

  .em-sc-num {
    width: 48px;
  }

  .em-sc-card dl {
    padding: 8px 16px 16px;
  }

  .em-sc-card dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0;
  }

  .em-sc-card .em-sc-limit {
    margin: 6px -6px -6px;
  }

  .em-sc-choice-grid > div,
  .em-sc-warning-grid > div {
    padding: 20px;
  }

  .em-sc-cta {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .em-sc-cta > div:last-child {
    min-width: 0;
  }

  .em-sc-sources {
    padding: 22px 18px;
  }
}

@media (max-width: 480px) {
  .em-smart-scenarios h1 {
    font-size: 28px;
  }

  .em-sc-toc > div {
    grid-template-columns: 1fr;
  }

  .em-sc-summary > div {
    padding: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-sc-btn {
    transition: none;
  }

  .em-sc-btn:hover {
    transform: none;
  }
}/* End custom CSS */