.elementor-55098 .elementor-element.elementor-element-dfa8802{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e2da435 */.ss-article {
  max-width: 1180px;
  margin: 0 auto;
  color: #24343c;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.8;
}

.ss-article a {
  color: #2f6673;
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 102, 115, 0.22);
  transition: all 0.22s ease;
}

.ss-article a:hover {
  color: #1f4f5a;
  border-bottom-color: rgba(31, 79, 90, 0.42);
}

.ss-article p,
.ss-article li {
  font-size: 1rem;
}

.ss-article p {
  margin: 0 0 1.1em;
}

.ss-article strong {
  color: #16262d;
  font-weight: 700;
}

.ss-article h1,
.ss-article h2,
.ss-article h3 {
  color: #13242c;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.ss-article h1 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 800;
}

.ss-article h2 {
  margin: 0 0 20px;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  font-weight: 780;
}

.ss-article h3 {
  margin: 0 0 14px;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  font-weight: 760;
}

.ss-article section {
  margin: 0 0 34px;
}

.ss-breadcrumbs {
  margin: 0 0 20px;
}

.ss-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.92rem;
  color: #61747d;
}

.ss-breadcrumbs__list li {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.ss-breadcrumbs__list li:not(:last-child)::after {
  content: "›";
  color: #90a0a7;
}

.ss-breadcrumbs__list a {
  color: #5d7078;
  border: 0;
}

.ss-breadcrumbs__list a:hover {
  color: #2f6673;
}

.ss-hero {
  position: relative;
  padding: 34px;
  margin-bottom: 28px;
  background: linear-gradient(180deg, #f7fbfc 0%, #eef6f8 100%);
  border: 1px solid #dbe9ee;
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(33, 67, 79, 0.08);
  overflow: hidden;
}

.ss-hero::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 104, 120, 0.12) 0%, rgba(61, 104, 120, 0) 72%);
  pointer-events: none;
}

.ss-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px 14px;
  background: rgba(61, 104, 120, 0.09);
  color: #2f6673;
  border: 1px solid rgba(61, 104, 120, 0.16);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ss-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: center;
}

.ss-hero__content {
  position: relative;
  z-index: 1;
}

.ss-intro {
  font-size: 1.06rem;
  color: #2e424a;
}

.ss-summary {
  padding: 24px 26px;
  background: #ffffff;
  border: 1px solid #e2ecef;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(33, 67, 79, 0.05);
}

.ss-summary h2 {
  margin-bottom: 16px;
}

.ss-toc {
  padding: 24px 26px;
  background: #f9fcfd;
  border: 1px solid #e1ecef;
  border-radius: 24px;
  box-shadow: 0 10px 26px rgba(33, 67, 79, 0.04);
}

.ss-toc ol,
.ss-toc ul {
  margin: 0;
  padding-left: 20px;
}

.ss-toc li {
  margin: 0 0 10px;
}

.ss-section {
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid #e6eef1;
  border-radius: 26px;
  box-shadow: 0 14px 36px rgba(29, 54, 63, 0.05);
}

.ss-figure {
  margin: 32px 0;
  background: #ffffff;
  border: 1px solid #e4ecef;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(32, 58, 68, 0.07);
}

.ss-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.ss-figure figcaption {
  padding: 16px 20px 18px;
  color: #596d75;
  font-size: 0.95rem;
  line-height: 1.6;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

.ss-figure--hero {
  margin: 0;
}

.ss-box {
  margin: 22px 0;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid #dfeaec;
  background: #f9fcfc;
}

.ss-box h3 {
  margin-bottom: 10px;
}

.ss-box p:last-child,
.ss-box ul:last-child {
  margin-bottom: 0;
}

.ss-box--info {
  background: linear-gradient(180deg, #f4fafb 0%, #edf6f8 100%);
  border-color: #d3e6ea;
}

.ss-box--warning {
  background: linear-gradient(180deg, #fff8ef 0%, #fff3e2 100%);
  border-color: #f2ddba;
}

.ss-box--tip {
  background: linear-gradient(180deg, #f4fbf6 0%, #ecf8ef 100%);
  border-color: #d6ebdb;
}

.ss-box--alert {
  background: linear-gradient(180deg, #fff4f4 0%, #ffecec 100%);
  border-color: #f0d1d1;
}

.ss-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ss-checklist li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 34px;
}

.ss-checklist li:last-child {
  margin-bottom: 0;
}

.ss-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e7f3f6;
  color: #2f6673;
  font-size: 0.88rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ss-table-wrap {
  margin: 22px 0;
  overflow-x: auto;
  border: 1px solid #e1e9ec;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(31, 57, 66, 0.05);
}

.ss-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 720px;
}

.ss-table th,
.ss-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e9eff1;
}

.ss-table thead th {
  background: #f1f7f9;
  color: #1f3740;
  font-size: 0.95rem;
  font-weight: 760;
}

.ss-table tbody tr:last-child td {
  border-bottom: 0;
}

.ss-cta {
  padding: 24px 26px;
  border-radius: 24px;
  background: linear-gradient(135deg, #315d69 0%, #3d6878 100%);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(41, 78, 90, 0.18);
}

.ss-cta--top {
  margin-top: 24px;
  max-width: 640px;
}

.ss-cta--final {
  margin-top: 26px;
}

.ss-cta__title {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 780;
  color: #ffffff;
}

.ss-cta__text {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.92);
}

.ss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  background: #ffffff;
  color: #24454f !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(18, 37, 43, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ss-btn:hover {
  transform: translateY(-1px);
  background: #f5fbfc;
  box-shadow: 0 14px 28px rgba(18, 37, 43, 0.16);
}

.ss-faq {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e5edf0;
  border-radius: 26px;
  box-shadow: 0 14px 36px rgba(31, 57, 66, 0.05);
}

.ss-faq__item {
  padding: 18px 0;
  border-bottom: 1px solid #e8eef1;
}

.ss-faq__item:first-of-type {
  padding-top: 6px;
}

.ss-faq__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ss-faq__item h3 {
  margin-bottom: 8px;
}

.ss-faq__item p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .ss-article {
    font-size: 16px;
  }

  .ss-hero {
    padding: 26px;
    border-radius: 24px;
  }

  .ss-hero__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ss-section,
  .ss-summary,
  .ss-toc,
  .ss-faq {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .ss-figure,
  .ss-box,
  .ss-cta {
    border-radius: 22px;
  }
}

@media (max-width: 640px) {
  .ss-article {
    font-size: 15.5px;
  }

  .ss-hero {
    padding: 20px 16px;
    margin-bottom: 22px;
  }

  .ss-kicker {
    font-size: 0.74rem;
    padding: 7px 12px;
  }

  .ss-section,
  .ss-summary,
  .ss-toc,
  .ss-faq {
    padding: 20px 16px;
    margin-bottom: 22px;
  }

  .ss-box,
  .ss-cta {
    padding: 18px 16px;
  }

  .ss-figure {
    border-radius: 20px;
  }

  .ss-figure figcaption {
    padding: 14px 14px 16px;
    font-size: 0.9rem;
  }

  .ss-table th,
  .ss-table td {
    padding: 13px 12px;
  }

  .ss-btn {
    width: 100%;
    padding: 14px 18px;
  }

  .ss-breadcrumbs__list {
    gap: 6px 10px;
    font-size: 0.84rem;
  }
}/* End custom CSS */