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

.hlu144-content {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

.hlu144-content,
.hlu144-content div,
.hlu144-content section,
.hlu144-content article,
.hlu144-content span,
.hlu144-content h2,
.hlu144-content h3,
.hlu144-content p {
  box-sizing: border-box;
}

.hlu144-content .hlu144-section {
  position: relative;
  overflow: hidden;
}

.hlu144-content .hlu144-section-white {
  background: #ffffff;
}

.hlu144-content .hlu144-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(61, 132, 255, 0.09), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(38, 197, 167, 0.1), transparent 30%),
    #f7f9fc;
}

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

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

.hlu144-content .hlu144-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(61, 132, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(61, 132, 255, 0.1), rgba(38, 197, 167, 0.1));
  color: #235cc8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.hlu144-content .hlu144-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3d84ff, #26c5a7);
  box-shadow: 0 0 0 5px rgba(61, 132, 255, 0.1);
}

.hlu144-content .hlu144-heading-block h2 {
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.hlu144-content .hlu144-heading-block p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #5a6578;
  font-weight: 400;
  line-height: 1.72;
}

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

.hlu144-content .hlu144-card,
.hlu144-content .hlu144-trust-card,
.hlu144-content .hlu144-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(26, 37, 58, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hlu144-content .hlu144-card {
  border-radius: 20px;
}

.hlu144-content .hlu144-card::after,
.hlu144-content .hlu144-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(61, 132, 255, 0.11), transparent 32%, rgba(38, 197, 167, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}

.hlu144-content .hlu144-card:hover,
.hlu144-content .hlu144-trust-card:hover,
.hlu144-content .hlu144-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(61, 132, 255, 0.22);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.13);
}

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

.hlu144-content .hlu144-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3d84ff, #26c5a7);
  box-shadow: 0 12px 24px rgba(61, 132, 255, 0.24);
  transition: transform 220ms ease;
}

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

.hlu144-content .hlu144-icon::before,
.hlu144-content .hlu144-icon::after {
  content: "";
  position: absolute;
}

.hlu144-content .hlu144-icon-clock::before {
  inset: 11px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.hlu144-content .hlu144-icon-clock::after {
  left: 23px;
  top: 15px;
  width: 2px;
  height: 13px;
  background: #ffffff;
  border-radius: 4px;
  transform: rotate(38deg);
  transform-origin: bottom center;
}

.hlu144-content .hlu144-icon-speed::before {
  left: 11px;
  right: 11px;
  bottom: 13px;
  height: 14px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
}

.hlu144-content .hlu144-icon-speed::after {
  left: 22px;
  top: 18px;
  width: 12px;
  height: 2px;
  background: #ffffff;
  border-radius: 4px;
  transform: rotate(-28deg);
}

.hlu144-content .hlu144-icon-preview::before {
  left: 10px;
  right: 10px;
  top: 13px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 10px;
}

.hlu144-content .hlu144-icon-preview::after {
  left: 20px;
  top: 19px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffffff;
}

.hlu144-content .hlu144-icon-steps::before {
  left: 13px;
  top: 12px;
  width: 20px;
  height: 22px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 0 0 0 9px;
}

.hlu144-content .hlu144-icon-steps::after {
  right: 11px;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: -14px 11px 0 rgba(255, 255, 255, 0.92);
}

.hlu144-content .hlu144-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.hlu144-content .hlu144-icon-mobile::after {
  left: 22px;
  bottom: 12px;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
}

.hlu144-content .hlu144-icon-calendar::before {
  left: 10px;
  top: 13px;
  width: 26px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.hlu144-content .hlu144-icon-calendar::after {
  left: 15px;
  top: 21px;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 8px 0 0 #ffffff, 16px 0 0 #ffffff;
}

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

.hlu144-content .hlu144-card p,
.hlu144-content .hlu144-trust-card p,
.hlu144-content .hlu144-step-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d687a;
  font-weight: 400;
  line-height: 1.68;
}

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

.hlu144-content .hlu144-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(61, 132, 255, 0.08), rgba(38, 197, 167, 0.08));
}

.hlu144-content .hlu144-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #3d84ff, #26c5a7);
}

.hlu144-content .hlu144-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #111a2d;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(17, 26, 45, 0.2);
}

.hlu144-content .hlu144-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3d84ff, #26c5a7);
  box-shadow: 0 0 0 8px rgba(61, 132, 255, 0.1);
}

.hlu144-content .hlu144-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(61, 132, 255, 0.22), rgba(38, 197, 167, 0.2)) border-box;
  border: 1px solid transparent;
}

.hlu144-content .hlu144-trust-card {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
}

.hlu144-content .hlu144-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(61, 132, 255, 0.1);
  color: #235cc8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.hlu144-content .hlu144-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.hlu144-content .hlu144-reveal.hlu144-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .hlu144-content .hlu144-heading-block h2 {
    font-size: 25px;
  }

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

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

  .hlu144-content .hlu144-card,
  .hlu144-content .hlu144-trust-card {
    padding: 22px;
  }

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

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

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

  .hlu144-content .hlu144-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .hlu144-content .hlu144-step-number {
    width: 54px;
    height: 54px;
    font-size: 15px;
  }
}

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

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

  .hlu144-content .hlu144-heading-block h2 {
    font-size: 28px;
  }

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

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

  .hlu144-content .hlu144-card,
  .hlu144-content .hlu144-trust-card {
    padding: 24px;
  }

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

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

  .hlu144-content .hlu144-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .hlu144-content .hlu144-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .hlu144-content .hlu144-step-number {
    width: 56px;
    height: 56px;
    font-size: 15px;
  }
}

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

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

  .hlu144-content .hlu144-heading-block h2 {
    font-size: 32px;
  }

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

  .hlu144-content .hlu144-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .hlu144-content .hlu144-card,
  .hlu144-content .hlu144-trust-card {
    padding: 26px;
  }

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

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

  .hlu144-content .hlu144-steps {
    gap: 20px;
    margin-top: 36px;
  }

  .hlu144-content .hlu144-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .hlu144-content .hlu144-step-number {
    width: 58px;
    height: 58px;
    font-size: 16px;
  }
}

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

  .hlu144-content .hlu144-container {
    padding: 0 30px;
  }

  .hlu144-content .hlu144-heading-block h2 {
    font-size: 38px;
  }

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

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

  .hlu144-content .hlu144-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .hlu144-content .hlu144-card p,
  .hlu144-content .hlu144-trust-card p,
  .hlu144-content .hlu144-step-card p {
    font-size: 16px;
  }

  .hlu144-content .hlu144-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .hlu144-content .hlu144-step-card {
    gap: 22px;
    padding: 30px;
  }

  .hlu144-content .hlu144-step-number {
    width: 64px;
    height: 64px;
    font-size: 17px;
  }
}

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

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

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

  .hlu144-content .hlu144-heading-block p {
    font-size: 18px;
  }

  .hlu144-content .hlu144-grid {
    gap: 24px;
    margin-top: 50px;
  }

  .hlu144-content .hlu144-grid-six,
  .hlu144-content .hlu144-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .hlu144-content .hlu144-card h3,
  .hlu144-content .hlu144-trust-card h3,
  .hlu144-content .hlu144-step-card h3 {
    font-size: 22px;
  }

  .hlu144-content .hlu144-card p,
  .hlu144-content .hlu144-trust-card p,
  .hlu144-content .hlu144-step-card p {
    font-size: 16px;
  }

  .hlu144-content .hlu144-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .hlu144-content .hlu144-step-card {
    gap: 26px;
    padding: 32px 34px;
  }

  .hlu144-content .hlu144-step-number {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
}