@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.hlt1049-editorial {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hlt1049-editorial,
.hlt1049-editorial section,
.hlt1049-editorial div,
.hlt1049-editorial article {
  box-sizing: border-box;
}

.hlt1049-editorial .hlt1049-section {
  position: relative;
  width: 100%;
}

.hlt1049-editorial .hlt1049-section-white {
  background: #ffffff;
}

.hlt1049-editorial .hlt1049-section-soft {
  background:
    radial-gradient(circle at 14% 10%, rgba(0, 184, 166, 0.10), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(56, 122, 255, 0.10), transparent 30%),
    #f7fafc;
}

.hlt1049-editorial .hlt1049-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.hlt1049-editorial .hlt1049-heading-wrap {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.hlt1049-editorial .hlt1049-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 184, 166, 0.20);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 184, 166, 0.10), rgba(56, 122, 255, 0.10));
  color: #087b76;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.hlt1049-editorial .hlt1049-heading-wrap h2 {
  margin: 0;
  color: #101827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.hlt1049-editorial .hlt1049-heading-wrap p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #526073;
  line-height: 1.7;
}

.hlt1049-editorial .hlt1049-grid {
  display: grid;
  align-items: stretch;
}

.hlt1049-editorial .hlt1049-card,
.hlt1049-editorial .hlt1049-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.hlt1049-editorial .hlt1049-card::before,
.hlt1049-editorial .hlt1049-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 184, 166, 0.10), transparent 34%, rgba(56, 122, 255, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}

.hlt1049-editorial .hlt1049-card:hover,
.hlt1049-editorial .hlt1049-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 184, 166, 0.24);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.hlt1049-editorial .hlt1049-card:hover::before,
.hlt1049-editorial .hlt1049-trust-card:hover::before {
  opacity: 1;
}

.hlt1049-editorial .hlt1049-card h3,
.hlt1049-editorial .hlt1049-trust-card h3,
.hlt1049-editorial .hlt1049-step h3 {
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.hlt1049-editorial .hlt1049-card p,
.hlt1049-editorial .hlt1049-trust-card p,
.hlt1049-editorial .hlt1049-step p {
  position: relative;
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.65;
}

.hlt1049-editorial .hlt1049-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00b8a6, #387aff);
  box-shadow: 0 12px 28px rgba(0, 184, 166, 0.22);
}

.hlt1049-editorial .hlt1049-icon::before,
.hlt1049-editorial .hlt1049-icon::after {
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}

.hlt1049-editorial .hlt1049-card:hover .hlt1049-icon::before,
.hlt1049-editorial .hlt1049-card:hover .hlt1049-icon::after {
  transform: translateY(-1px);
}

.hlt1049-editorial .hlt1049-icon-clock::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.hlt1049-editorial .hlt1049-icon-clock::after {
  width: 8px;
  height: 8px;
  left: 22px;
  top: 17px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.hlt1049-editorial .hlt1049-icon-bolt::before {
  left: 17px;
  top: 10px;
  width: 12px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 66% 42%, 100% 42%, 32% 100%, 48% 54%, 0 54%);
}

.hlt1049-editorial .hlt1049-icon-view::before {
  left: 10px;
  top: 16px;
  width: 26px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.hlt1049-editorial .hlt1049-icon-view::after {
  left: 19px;
  top: 20px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.hlt1049-editorial .hlt1049-icon-steps::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.hlt1049-editorial .hlt1049-icon-phone::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.hlt1049-editorial .hlt1049-icon-phone::after {
  left: 21px;
  top: 31px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}

.hlt1049-editorial .hlt1049-icon-calendar::before {
  left: 11px;
  top: 12px;
  width: 24px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.hlt1049-editorial .hlt1049-icon-calendar::after {
  left: 15px;
  top: 20px;
  width: 16px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.85);
}

.hlt1049-editorial .hlt1049-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.hlt1049-editorial .hlt1049-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(0, 184, 166, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.hlt1049-editorial .hlt1049-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #00b8a6, #387aff);
}

.hlt1049-editorial .hlt1049-step:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 122, 255, 0.24);
  box-shadow: 0 26px 62px rgba(15, 23, 42, 0.12);
}

.hlt1049-editorial .hlt1049-step-number {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0fb5a5, #387aff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(56, 122, 255, 0.22);
}

.hlt1049-editorial .hlt1049-step-content {
  position: relative;
}

.hlt1049-editorial .hlt1049-badge-dot {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(0, 184, 166, 0.10);
}

.hlt1049-editorial .hlt1049-badge-dot::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b8a6, #387aff);
  box-shadow: 0 0 0 7px rgba(56, 122, 255, 0.08);
}

.hlt1049-editorial .hlt1049-trust-mark {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(0, 184, 166, 0.13), rgba(56, 122, 255, 0.13));
}

.hlt1049-editorial .hlt1049-trust-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 15px;
  height: 10px;
  border-left: 3px solid #0aa99b;
  border-bottom: 3px solid #0aa99b;
  transform: rotate(-45deg);
}

.hlt1049-editorial .hlt1049-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.hlt1049-editorial .hlt1049-reveal.hlt1049-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .hlt1049-editorial .hlt1049-section {
    padding: 54px 0;
  }

  .hlt1049-editorial .hlt1049-container {
    padding: 0 14px;
  }

  .hlt1049-editorial .hlt1049-heading-wrap h2 {
    font-size: 27px;
  }

  .hlt1049-editorial .hlt1049-heading-wrap p {
    font-size: 15px;
  }

  .hlt1049-editorial .hlt1049-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .hlt1049-editorial .hlt1049-card,
  .hlt1049-editorial .hlt1049-trust-card {
    padding: 22px;
  }

  .hlt1049-editorial .hlt1049-card h3,
  .hlt1049-editorial .hlt1049-trust-card h3,
  .hlt1049-editorial .hlt1049-step h3 {
    font-size: 18px;
  }

  .hlt1049-editorial .hlt1049-card p,
  .hlt1049-editorial .hlt1049-trust-card p,
  .hlt1049-editorial .hlt1049-step p {
    font-size: 14px;
  }

  .hlt1049-editorial .hlt1049-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .hlt1049-editorial .hlt1049-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .hlt1049-editorial .hlt1049-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .hlt1049-editorial .hlt1049-section {
    padding: 60px 0;
  }

  .hlt1049-editorial .hlt1049-container {
    padding: 0 18px;
  }

  .hlt1049-editorial .hlt1049-heading-wrap h2 {
    font-size: 30px;
  }

  .hlt1049-editorial .hlt1049-heading-wrap p {
    font-size: 15.5px;
  }

  .hlt1049-editorial .hlt1049-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .hlt1049-editorial .hlt1049-card,
  .hlt1049-editorial .hlt1049-trust-card {
    padding: 24px;
  }

  .hlt1049-editorial .hlt1049-card h3,
  .hlt1049-editorial .hlt1049-trust-card h3,
  .hlt1049-editorial .hlt1049-step h3 {
    font-size: 19px;
  }

  .hlt1049-editorial .hlt1049-card p,
  .hlt1049-editorial .hlt1049-trust-card p,
  .hlt1049-editorial .hlt1049-step p {
    font-size: 14.5px;
  }

  .hlt1049-editorial .hlt1049-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .hlt1049-editorial .hlt1049-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .hlt1049-editorial .hlt1049-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .hlt1049-editorial .hlt1049-section {
    padding: 66px 0;
  }

  .hlt1049-editorial .hlt1049-container {
    padding: 0 22px;
  }

  .hlt1049-editorial .hlt1049-heading-wrap h2 {
    font-size: 34px;
  }

  .hlt1049-editorial .hlt1049-heading-wrap p {
    font-size: 16px;
  }

  .hlt1049-editorial .hlt1049-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .hlt1049-editorial .hlt1049-card,
  .hlt1049-editorial .hlt1049-trust-card {
    padding: 26px;
  }

  .hlt1049-editorial .hlt1049-card h3,
  .hlt1049-editorial .hlt1049-trust-card h3,
  .hlt1049-editorial .hlt1049-step h3 {
    font-size: 20px;
  }

  .hlt1049-editorial .hlt1049-card p,
  .hlt1049-editorial .hlt1049-trust-card p,
  .hlt1049-editorial .hlt1049-step p {
    font-size: 15px;
  }

  .hlt1049-editorial .hlt1049-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .hlt1049-editorial .hlt1049-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .hlt1049-editorial .hlt1049-step-number {
    width: 60px;
    height: 60px;
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hlt1049-editorial .hlt1049-section {
    padding: 82px 0;
  }

  .hlt1049-editorial .hlt1049-container {
    padding: 0 32px;
  }

  .hlt1049-editorial .hlt1049-heading-wrap h2 {
    font-size: 40px;
  }

  .hlt1049-editorial .hlt1049-heading-wrap p {
    font-size: 17px;
  }

  .hlt1049-editorial .hlt1049-grid-six,
  .hlt1049-editorial .hlt1049-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

  .hlt1049-editorial .hlt1049-card,
  .hlt1049-editorial .hlt1049-trust-card {
    padding: 28px;
  }

  .hlt1049-editorial .hlt1049-card h3,
  .hlt1049-editorial .hlt1049-trust-card h3,
  .hlt1049-editorial .hlt1049-step h3 {
    font-size: 20px;
  }

  .hlt1049-editorial .hlt1049-card p,
  .hlt1049-editorial .hlt1049-trust-card p,
  .hlt1049-editorial .hlt1049-step p {
    font-size: 15.5px;
  }

  .hlt1049-editorial .hlt1049-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .hlt1049-editorial .hlt1049-step {
    gap: 24px;
    padding: 30px;
  }

  .hlt1049-editorial .hlt1049-step-number {
    width: 66px;
    height: 66px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .hlt1049-editorial .hlt1049-section {
    padding: 96px 0;
  }

  .hlt1049-editorial .hlt1049-container {
    padding: 0 34px;
  }

  .hlt1049-editorial .hlt1049-heading-wrap h2 {
    font-size: 46px;
  }

  .hlt1049-editorial .hlt1049-heading-wrap p {
    font-size: 17px;
  }

  .hlt1049-editorial .hlt1049-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }

  .hlt1049-editorial .hlt1049-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }

  .hlt1049-editorial .hlt1049-card,
  .hlt1049-editorial .hlt1049-trust-card {
    padding: 30px;
  }

  .hlt1049-editorial .hlt1049-card h3,
  .hlt1049-editorial .hlt1049-trust-card h3,
  .hlt1049-editorial .hlt1049-step h3 {
    font-size: 21px;
  }

  .hlt1049-editorial .hlt1049-card p,
  .hlt1049-editorial .hlt1049-trust-card p,
  .hlt1049-editorial .hlt1049-step p {
    font-size: 15.5px;
  }

  .hlt1049-editorial .hlt1049-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .hlt1049-editorial .hlt1049-step {
    gap: 26px;
    padding: 32px 34px;
  }

  .hlt1049-editorial .hlt1049-step-number {
    width: 70px;
    height: 70px;
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hlt1049-editorial .hlt1049-card,
  .hlt1049-editorial .hlt1049-trust-card,
  .hlt1049-editorial .hlt1049-step,
  .hlt1049-editorial .hlt1049-reveal,
  .hlt1049-editorial .hlt1049-reveal.hlt1049-visible {
    transition: none;
    transform: none;
    opacity: 1;
  }
}