/* Start custom CSS for html, class: .elementor-element-9c7f388 */.em-smart-hub {
  --em-orange: #f4913e;
  --em-orange-dark: #df7724;
  --em-blue: #3892fb;
  --em-blue-dark: #2476c9;
  --em-ink: #263238;
  --em-text: #4f5963;
  --em-muted: #6f7b85;
  --em-line: #e8edf1;
  --em-soft: #f7f9fb;
  --em-orange-soft: #fff6ee;
  --em-blue-soft: #eef6ff;
  --em-white: #ffffff;
  color: var(--em-text);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.em-smart-hub *,
.em-smart-hub *::before,
.em-smart-hub *::after {
  box-sizing: border-box;
}

.em-smart-hub h1,
.em-smart-hub h2,
.em-smart-hub h3,
.em-smart-hub p,
.em-smart-hub ul,
.em-smart-hub ol,
.em-smart-hub blockquote {
  margin-top: 0;
}

.em-smart-hub h1,
.em-smart-hub h2,
.em-smart-hub h3 {
  color: var(--em-ink);
  line-height: 1.25;
}

.em-smart-hub h1 {
  max-width: 1000px;
  margin-bottom: 22px;
  font-family: "Montserrat Alternates", Montserrat, Arial, sans-serif;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.em-smart-hub h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 700;
  letter-spacing: -0.015em;
}

.em-smart-hub h3 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
}

.em-smart-hub p {
  margin-bottom: 18px;
}

.em-smart-hub a {
  color: var(--em-blue-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-smart-hub a:hover {
  color: var(--em-orange-dark);
}

.em-sh-hero,
.em-sh-section,
.em-sh-related,
.em-sh-cta,
.em-sh-sources,
.em-sh-toc {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.em-sh-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 55%, #f2f8ff 100%);
  border: 1px solid #f0e6dc;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(38, 50, 56, 0.08);
}

.em-sh-eyebrow,
.em-sh-section-head > span,
.em-sh-cta > div > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--em-orange-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-sh-lead {
  max-width: 960px;
  margin-bottom: 30px;
  color: #3d4850;
  font-size: clamp(18px, 2.3vw, 22px);
  line-height: 1.65;
}

.em-sh-answer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.em-sh-answer-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--em-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(38, 50, 56, 0.06);
}

.em-sh-answer-card > span {
  display: block;
  margin-bottom: 7px;
  color: var(--em-orange-dark);
  font-size: 13px;
  font-weight: 700;
}

.em-sh-answer-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--em-ink);
  font-size: 17px;
  line-height: 1.4;
}

.em-sh-answer-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}

.em-sh-hero-actions,
.em-sh-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.em-sh-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-sh-btn:hover {
  transform: translateY(-1px);
}

.em-sh-btn-primary {
  color: #ffffff !important;
  background: var(--em-orange);
  box-shadow: 0 8px 20px rgba(244, 145, 62, 0.24);
}

.em-sh-btn-primary:hover {
  background: var(--em-orange-dark);
}

.em-sh-btn-secondary {
  color: var(--em-blue-dark) !important;
  background: #ffffff;
  border-color: #bcd9f7;
}

.em-sh-btn-secondary:hover {
  background: var(--em-blue-soft);
}

.em-sh-toc {
  margin-top: 24px;
  padding: 24px 26px;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 16px;
}

.em-sh-toc > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--em-ink);
  font-size: 18px;
}

.em-sh-toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.em-sh-toc-links a {
  display: inline-flex;
  padding: 7px 11px;
  color: #52616d;
  background: var(--em-soft);
  border: 1px solid #edf1f4;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
}

.em-sh-toc-links a:hover {
  color: var(--em-orange-dark);
  background: var(--em-orange-soft);
  border-color: #f5d5ba;
}

.em-sh-section {
  padding: clamp(46px, 7vw, 82px) 0;
  border-bottom: 1px solid var(--em-line);
}

.em-sh-section-head {
  max-width: 900px;
  margin-bottom: 26px;
}

.em-sh-example,
.em-sh-note,
.em-sh-disclaimer,
.em-sh-warning {
  margin: 26px 0;
  padding: 22px 24px;
  border-radius: 14px;
}

.em-sh-example {
  background: var(--em-orange-soft);
  border-left: 5px solid var(--em-orange);
}

.em-sh-example strong,
.em-sh-note strong,
.em-sh-warning strong {
  display: block;
  margin-bottom: 6px;
  color: var(--em-ink);
}

.em-sh-example p,
.em-sh-note p,
.em-sh-warning p {
  margin-bottom: 0;
}

.em-sh-note {
  color: #304b62;
  background: var(--em-blue-soft);
  border: 1px solid #cce1f7;
}

.em-sh-principles,
.em-sh-capabilities,
.em-sh-factors,
.em-sh-errors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.em-sh-principles > div,
.em-sh-capabilities article,
.em-sh-factors > div,
.em-sh-errors > div {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 14px;
}

.em-sh-principles strong,
.em-sh-factors strong,
.em-sh-errors strong {
  display: block;
  margin-bottom: 7px;
  color: var(--em-ink);
  font-size: 17px;
}

.em-sh-principles p,
.em-sh-capabilities p,
.em-sh-factors span,
.em-sh-errors p {
  margin-bottom: 0;
}

.em-sh-factors span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

.em-sh-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.em-sh-step {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 16px;
}

.em-sh-step-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #ffffff;
  background: var(--em-orange);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
}

.em-sh-step p {
  margin-bottom: 0;
  font-size: 14px;
}

.em-sh-table-wrap {
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border: 1px solid var(--em-line);
  border-radius: 14px;
  -webkit-overflow-scrolling: touch;
}

.em-sh-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: #ffffff;
}

.em-sh-table th,
.em-sh-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--em-line);
  text-align: left;
  vertical-align: top;
}

.em-sh-table th {
  color: var(--em-ink);
  background: #f4f7f9;
  font-size: 14px;
  font-weight: 700;
}

.em-sh-table td {
  font-size: 14px;
  line-height: 1.55;
}

.em-sh-table tbody tr:last-child td {
  border-bottom: 0;
}

.em-sh-compare,
.em-sh-offline-grid,
.em-sh-object-grid,
.em-sh-timeline,
.em-sh-norm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.em-sh-compare-card,
.em-sh-offline-grid > div,
.em-sh-object-grid article,
.em-sh-timeline-item,
.em-sh-norm-grid > div {
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 16px;
}

.em-sh-compare-card-accent {
  background: linear-gradient(145deg, #fff8f2 0%, #ffffff 100%);
  border-color: #f2cba9;
}

.em-smart-hub ul,
.em-smart-hub ol {
  padding-left: 22px;
}

.em-smart-hub li {
  margin-bottom: 8px;
}

.em-smart-hub li:last-child {
  margin-bottom: 0;
}

.em-sh-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0;
}

.em-sh-price-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(38, 50, 56, 0.05);
}

.em-sh-price-card > span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 10px;
  color: var(--em-orange-dark);
  background: var(--em-orange-soft);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.em-sh-price-card p {
  margin-bottom: 0;
  font-size: 14px;
}

.em-sh-disclaimer {
  color: #5f4b3b;
  background: #fffaf4;
  border: 1px solid #f1dcc7;
  font-size: 14px;
}

.em-sh-checklist {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.em-sh-checklist > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 14px;
}

.em-sh-checklist > div > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--em-blue);
  border-radius: 50%;
  font-weight: 800;
}

.em-sh-checklist h3,
.em-sh-checklist p {
  margin-bottom: 6px;
}

.em-sh-process {
  display: grid;
  gap: 12px;
  padding-left: 26px !important;
}

.em-sh-process li {
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 12px;
}

.em-sh-norm-grid blockquote {
  margin: 16px 0 0;
  padding: 14px 16px;
  color: #4f4135;
  background: var(--em-orange-soft);
  border-left: 4px solid var(--em-orange);
  font-size: 14px;
  font-style: normal;
}

.em-sh-warning {
  color: #6b2d24;
  background: #fff2f0;
  border: 1px solid #f1c2bc;
}

.em-sh-related {
  padding: clamp(46px, 7vw, 70px) 0;
}

.em-sh-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.em-sh-related-grid a {
  display: block;
  padding: 22px;
  color: var(--em-text);
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 14px;
  text-decoration: none;
}

.em-sh-related-grid a:hover {
  border-color: #f0bd91;
  box-shadow: 0 10px 26px rgba(38, 50, 56, 0.07);
}

.em-sh-related-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--em-ink);
  font-size: 17px;
}

.em-sh-related-grid span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

.em-sh-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%, #d96c1e 100%);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(217, 108, 30, 0.24);
}

.em-sh-cta h2,
.em-sh-cta p,
.em-sh-cta > div > span {
  color: #ffffff;
}

.em-sh-cta p:last-child {
  margin-bottom: 0;
}

.em-sh-cta-actions {
  min-width: 190px;
  flex-direction: column;
}

.em-sh-btn-light {
  color: var(--em-orange-dark) !important;
  background: #ffffff;
}

.em-sh-btn-outline {
  color: #ffffff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.75);
}

.em-sh-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.em-sh-faq details {
  margin-bottom: 12px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--em-line);
  border-radius: 12px;
}

.em-sh-faq summary {
  position: relative;
  padding: 18px 48px 18px 20px;
  color: var(--em-ink);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.em-sh-faq summary::-webkit-details-marker {
  display: none;
}

.em-sh-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  content: "+";
  transform: translateY(-50%);
  color: var(--em-orange-dark);
  font-size: 24px;
  line-height: 20px;
  text-align: center;
}

.em-sh-faq details[open] summary::after {
  content: "−";
}

.em-sh-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}

.em-sh-sources {
  margin-top: 24px;
  padding: 28px;
  background: var(--em-soft);
  border: 1px solid var(--em-line);
  border-radius: 16px;
}

.em-sh-sources h2 {
  font-size: 24px;
}

.em-sh-sources p,
.em-sh-sources li {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .em-sh-answer-grid,
  .em-sh-steps,
  .em-sh-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-sh-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .em-smart-hub {
    font-size: 15px;
    line-height: 1.65;
  }

  .em-sh-hero {
    padding: 26px 18px;
    border-radius: 16px;
  }

  .em-smart-hub h1 {
    font-size: 31px;
  }

  .em-smart-hub h2 {
    font-size: 27px;
  }

  .em-smart-hub h3 {
    font-size: 19px;
  }

  .em-sh-lead {
    font-size: 18px;
  }

  .em-sh-answer-grid,
  .em-sh-steps,
  .em-sh-principles,
  .em-sh-capabilities,
  .em-sh-compare,
  .em-sh-offline-grid,
  .em-sh-object-grid,
  .em-sh-timeline,
  .em-sh-norm-grid,
  .em-sh-price-grid,
  .em-sh-factors,
  .em-sh-errors,
  .em-sh-related-grid,
  .em-sh-cta {
    grid-template-columns: 1fr;
  }

  .em-sh-hero-actions,
  .em-sh-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .em-sh-btn {
    width: 100%;
  }

  .em-sh-toc {
    padding: 20px 16px;
  }

  .em-sh-toc-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .em-sh-toc-links a {
    justify-content: center;
    text-align: center;
  }

  .em-sh-section {
    padding: 48px 0;
  }

  .em-sh-answer-card,
  .em-sh-step,
  .em-sh-principles > div,
  .em-sh-capabilities article,
  .em-sh-compare-card,
  .em-sh-offline-grid > div,
  .em-sh-object-grid article,
  .em-sh-timeline-item,
  .em-sh-norm-grid > div,
  .em-sh-price-card,
  .em-sh-factors > div,
  .em-sh-errors > div {
    padding: 20px;
  }

  .em-sh-table-wrap {
    border-radius: 10px;
  }

  .em-sh-checklist > div {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 18px;
  }

  .em-sh-checklist > div > span {
    width: 36px;
    height: 36px;
  }

  .em-sh-cta {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .em-sh-cta-actions {
    min-width: 0;
  }

  .em-sh-sources {
    padding: 22px 18px;
  }
}

@media (max-width: 480px) {
  .em-sh-toc-links {
    grid-template-columns: 1fr;
  }

  .em-smart-hub h1 {
    font-size: 28px;
  }

  .em-sh-example,
  .em-sh-note,
  .em-sh-disclaimer,
  .em-sh-warning {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-sh-btn {
    transition: none;
  }

  .em-sh-btn:hover {
    transform: none;
  }
}/* End custom CSS */