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

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

.hlt1054-content,
.hlt1054-content section,
.hlt1054-content div,
.hlt1054-content article {
  box-sizing: border-box;
}

.hlt1054-content .hlt1054-section {
  position: relative;
  width: 100%;
  isolation: isolate;
}

.hlt1054-content .hlt1054-section-white {
  background:
    radial-gradient(circle at 12% 6%, rgba(63, 131, 248, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.hlt1054-content .hlt1054-section-soft {
  background:
    radial-gradient(circle at 88% 12%, rgba(20, 184, 166, 0.11), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #f5f8fc 100%);
}

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

.hlt1054-content .hlt1054-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.hlt1054-content .hlt1054-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(45, 103, 246, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(45, 103, 246, 0.1), rgba(20, 184, 166, 0.1));
  color: #2456d6;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.hlt1054-content .hlt1054-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d67f6, #14b8a6);
  box-shadow: 0 0 0 5px rgba(45, 103, 246, 0.1);
}

.hlt1054-content .hlt1054-heading h2 {
  margin: 0;
  color: #121a2b;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.hlt1054-content .hlt1054-heading p {
  margin: 16px auto 0;
  color: #5f6b7d;
  line-height: 1.75;
  font-weight: 450;
}

.hlt1054-content .hlt1054-grid {
  display: grid;
  align-items: stretch;
}

.hlt1054-content .hlt1054-card,
.hlt1054-content .hlt1054-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(129, 145, 170, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(45, 103, 246, 0.09), transparent 36%);
  box-shadow: 0 16px 42px rgba(29, 44, 74, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hlt1054-content .hlt1054-card::after,
.hlt1054-content .hlt1054-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(45, 103, 246, 0.11), transparent 34%, rgba(20, 184, 166, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}

.hlt1054-content .hlt1054-card:hover,
.hlt1054-content .hlt1054-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(45, 103, 246, 0.28);
  box-shadow: 0 22px 58px rgba(29, 44, 74, 0.13);
}

.hlt1054-content .hlt1054-card:hover::after,
.hlt1054-content .hlt1054-trust-card:hover::after {
  opacity: 1;
}

.hlt1054-content .hlt1054-card h3,
.hlt1054-content .hlt1054-step h3,
.hlt1054-content .hlt1054-trust-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.hlt1054-content .hlt1054-card p,
.hlt1054-content .hlt1054-step p,
.hlt1054-content .hlt1054-trust-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.72;
  font-weight: 440;
}

.hlt1054-content .hlt1054-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2d67f6, #14b8a6);
  box-shadow: 0 12px 24px rgba(45, 103, 246, 0.2);
  transition: transform 220ms ease;
}

.hlt1054-content .hlt1054-card:hover .hlt1054-icon {
  transform: translateY(-2px) rotate(-2deg);
}

.hlt1054-content .hlt1054-icon::before,
.hlt1054-content .hlt1054-icon::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}

.hlt1054-content .hlt1054-icon-eye::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
}

.hlt1054-content .hlt1054-icon-eye::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #2d67f6;
}

.hlt1054-content .hlt1054-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-bottom-color: transparent;
}

.hlt1054-content .hlt1054-icon-speed::after {
  width: 14px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-34deg);
}

.hlt1054-content .hlt1054-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 14px;
  border-radius: 5px;
}

.hlt1054-content .hlt1054-icon-preview::after {
  width: 13px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #2d67f6;
}

.hlt1054-content .hlt1054-icon-flow::before {
  width: 24px;
  height: 4px;
  left: 11px;
  top: 21px;
  border-radius: 999px;
}

.hlt1054-content .hlt1054-icon-flow::after {
  width: 10px;
  height: 10px;
  right: 11px;
  top: 18px;
  border-top: 3px solid rgba(255, 255, 255, 0.92);
  border-right: 3px solid rgba(255, 255, 255, 0.92);
  background: transparent;
  transform: rotate(45deg);
}

.hlt1054-content .hlt1054-icon-phone::before {
  width: 16px;
  height: 25px;
  left: 15px;
  top: 10px;
  border-radius: 5px;
}

.hlt1054-content .hlt1054-icon-phone::after {
  width: 6px;
  height: 2px;
  left: 20px;
  top: 30px;
  border-radius: 999px;
  background: #2d67f6;
}

.hlt1054-content .hlt1054-icon-daily::before {
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}

.hlt1054-content .hlt1054-icon-daily::after {
  width: 10px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(42deg);
}

.hlt1054-content .hlt1054-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.hlt1054-content .hlt1054-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(45, 103, 246, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.94)),
    radial-gradient(circle at 0% 0%, rgba(20, 184, 166, 0.14), transparent 34%);
  box-shadow: 0 18px 48px rgba(29, 44, 74, 0.09);
}

.hlt1054-content .hlt1054-step::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(45, 103, 246, 0.24), transparent);
}

.hlt1054-content .hlt1054-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #172033, #2d67f6 58%, #14b8a6);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 28px rgba(45, 103, 246, 0.2);
}

.hlt1054-content .hlt1054-step-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hlt1054-content .hlt1054-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.91)),
    radial-gradient(circle at 12% 12%, rgba(20, 184, 166, 0.09), transparent 34%);
}

.hlt1054-content .hlt1054-dot {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: rgba(45, 103, 246, 0.1);
  border: 1px solid rgba(45, 103, 246, 0.18);
}

.hlt1054-content .hlt1054-dot::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: inherit;
  background: linear-gradient(135deg, #2d67f6, #14b8a6);
}

.hlt1054-content .hlt1054-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  border: 1px solid rgba(20, 184, 166, 0.22);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.15;
}

.hlt1054-content .hlt1054-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.hlt1054-content .hlt1054-reveal.hlt1054-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .hlt1054-content .hlt1054-section {
    padding: 46px 0;
  }

  .hlt1054-content .hlt1054-container {
    padding: 0 14px;
  }

  .hlt1054-content .hlt1054-heading h2 {
    font-size: 26px;
  }

  .hlt1054-content .hlt1054-heading p {
    font-size: 14px;
  }

  .hlt1054-content .hlt1054-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .hlt1054-content .hlt1054-card,
  .hlt1054-content .hlt1054-trust-card {
    padding: 20px;
    border-radius: 18px;
  }

  .hlt1054-content .hlt1054-card h3,
  .hlt1054-content .hlt1054-step h3,
  .hlt1054-content .hlt1054-trust-card h3 {
    font-size: 17px;
  }

  .hlt1054-content .hlt1054-card p,
  .hlt1054-content .hlt1054-step p,
  .hlt1054-content .hlt1054-trust-card p {
    font-size: 14px;
  }

  .hlt1054-content .hlt1054-steps {
    gap: 14px;
    margin-top: 28px;
  }

  .hlt1054-content .hlt1054-step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
    border-radius: 18px;
  }

  .hlt1054-content .hlt1054-step::before {
    display: none;
  }

  .hlt1054-content .hlt1054-step-number {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .hlt1054-content .hlt1054-section {
    padding: 52px 0;
  }

  .hlt1054-content .hlt1054-container {
    padding: 0 18px;
  }

  .hlt1054-content .hlt1054-heading h2 {
    font-size: 29px;
  }

  .hlt1054-content .hlt1054-heading p {
    font-size: 15px;
  }

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

  .hlt1054-content .hlt1054-card,
  .hlt1054-content .hlt1054-trust-card {
    padding: 22px;
    border-radius: 20px;
  }

  .hlt1054-content .hlt1054-card h3,
  .hlt1054-content .hlt1054-step h3,
  .hlt1054-content .hlt1054-trust-card h3 {
    font-size: 18px;
  }

  .hlt1054-content .hlt1054-card p,
  .hlt1054-content .hlt1054-step p,
  .hlt1054-content .hlt1054-trust-card p {
    font-size: 14.5px;
  }

  .hlt1054-content .hlt1054-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .hlt1054-content .hlt1054-step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
    border-radius: 20px;
  }

  .hlt1054-content .hlt1054-step::before {
    display: none;
  }

  .hlt1054-content .hlt1054-step-number {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .hlt1054-content .hlt1054-section {
    padding: 60px 0;
  }

  .hlt1054-content .hlt1054-container {
    padding: 0 22px;
  }

  .hlt1054-content .hlt1054-heading h2 {
    font-size: 33px;
  }

  .hlt1054-content .hlt1054-heading p {
    font-size: 16px;
  }

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

  .hlt1054-content .hlt1054-card,
  .hlt1054-content .hlt1054-trust-card {
    padding: 25px;
  }

  .hlt1054-content .hlt1054-card h3,
  .hlt1054-content .hlt1054-step h3,
  .hlt1054-content .hlt1054-trust-card h3 {
    font-size: 19px;
  }

  .hlt1054-content .hlt1054-card p,
  .hlt1054-content .hlt1054-step p,
  .hlt1054-content .hlt1054-trust-card p {
    font-size: 15px;
  }

  .hlt1054-content .hlt1054-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .hlt1054-content .hlt1054-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 25px;
  }

  .hlt1054-content .hlt1054-step::before {
    display: none;
  }

  .hlt1054-content .hlt1054-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hlt1054-content .hlt1054-section {
    padding: 76px 0;
  }

  .hlt1054-content .hlt1054-container {
    padding: 0 32px;
  }

  .hlt1054-content .hlt1054-heading h2 {
    font-size: 40px;
  }

  .hlt1054-content .hlt1054-heading p {
    font-size: 17px;
  }

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

  .hlt1054-content .hlt1054-card,
  .hlt1054-content .hlt1054-trust-card {
    padding: 28px;
  }

  .hlt1054-content .hlt1054-card h3,
  .hlt1054-content .hlt1054-step h3,
  .hlt1054-content .hlt1054-trust-card h3 {
    font-size: 20px;
  }

  .hlt1054-content .hlt1054-card p,
  .hlt1054-content .hlt1054-step p,
  .hlt1054-content .hlt1054-trust-card p {
    font-size: 15.5px;
  }

  .hlt1054-content .hlt1054-steps {
    gap: 20px;
    margin-top: 42px;
  }

  .hlt1054-content .hlt1054-step {
    grid-template-columns: 72px 1fr;
    gap: 24px;
    padding: 28px;
  }

  .hlt1054-content .hlt1054-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .hlt1054-content .hlt1054-section {
    padding: 92px 0;
  }

  .hlt1054-content .hlt1054-container {
    padding: 0 36px;
  }

  .hlt1054-content .hlt1054-heading h2 {
    font-size: 46px;
  }

  .hlt1054-content .hlt1054-heading p {
    font-size: 17px;
  }

  .hlt1054-content .hlt1054-grid-six,
  .hlt1054-content .hlt1054-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }

  .hlt1054-content .hlt1054-card,
  .hlt1054-content .hlt1054-trust-card {
    padding: 30px;
  }

  .hlt1054-content .hlt1054-card h3,
  .hlt1054-content .hlt1054-step h3,
  .hlt1054-content .hlt1054-trust-card h3 {
    font-size: 21px;
  }

  .hlt1054-content .hlt1054-card p,
  .hlt1054-content .hlt1054-step p,
  .hlt1054-content .hlt1054-trust-card p {
    font-size: 15.5px;
  }

  .hlt1054-content .hlt1054-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .hlt1054-content .hlt1054-step {
    grid-template-columns: 86px 1fr;
    gap: 28px;
    padding: 32px;
  }

  .hlt1054-content .hlt1054-step-number {
    width: 64px;
    height: 64px;
    font-size: 19px;
  }
}