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

.hlu1049-content-wrap {
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
  background: #ffffff;
}

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

.hlu1049-content-wrap .hlu1049-section {
  position: relative;
  width: 100%;
}

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

.hlu1049-content-wrap .hlu1049-section-soft {
  background:
    radial-gradient(circle at 10% 10%, rgba(37, 99, 235, 0.08), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(20, 184, 166, 0.09), transparent 30%),
    #f8fafc;
}

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

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

.hlu1049-content-wrap .hlu1049-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 14px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(20, 184, 166, 0.1));
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.hlu1049-content-wrap .hlu1049-heading-block h2 {
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.hlu1049-content-wrap .hlu1049-heading-block p {
  margin: 14px auto 0;
  color: #526071;
  line-height: 1.7;
}

.hlu1049-content-wrap .hlu1049-card-grid {
  display: grid;
  align-items: stretch;
}

.hlu1049-content-wrap .hlu1049-card,
.hlu1049-content-wrap .hlu1049-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hlu1049-content-wrap .hlu1049-card::before,
.hlu1049-content-wrap .hlu1049-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #14b8a6, #f59e0b);
  opacity: 0.9;
}

.hlu1049-content-wrap .hlu1049-card:hover,
.hlu1049-content-wrap .hlu1049-trust-card:hover,
.hlu1049-content-wrap .hlu1049-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}

.hlu1049-content-wrap .hlu1049-card h3,
.hlu1049-content-wrap .hlu1049-trust-card h3,
.hlu1049-content-wrap .hlu1049-step-card h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.hlu1049-content-wrap .hlu1049-card p,
.hlu1049-content-wrap .hlu1049-trust-card p,
.hlu1049-content-wrap .hlu1049-step-card p {
  margin: 10px 0 0;
  color: #5b6778;
  line-height: 1.65;
}

.hlu1049-content-wrap .hlu1049-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(20, 184, 166, 0.14));
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.hlu1049-content-wrap .hlu1049-icon::before,
.hlu1049-content-wrap .hlu1049-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.hlu1049-content-wrap .hlu1049-icon-clock::before {
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 2px solid #2563eb;
  border-radius: 50%;
}

.hlu1049-content-wrap .hlu1049-icon-clock::after {
  width: 8px;
  height: 8px;
  left: 23px;
  top: 15px;
  border-left: 2px solid #14b8a6;
  border-bottom: 2px solid #14b8a6;
}

.hlu1049-content-wrap .hlu1049-icon-speed::before {
  width: 22px;
  height: 12px;
  left: 11px;
  top: 17px;
  border: 2px solid #2563eb;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}

.hlu1049-content-wrap .hlu1049-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 22px;
  top: 25px;
  background: #14b8a6;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.hlu1049-content-wrap .hlu1049-icon-focus::before {
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 2px solid #2563eb;
  border-radius: 50%;
}

.hlu1049-content-wrap .hlu1049-icon-focus::after {
  width: 8px;
  height: 8px;
  left: 18px;
  top: 18px;
  background: #14b8a6;
  border-radius: 50%;
}

.hlu1049-content-wrap .hlu1049-icon-steps::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-left: 3px solid #2563eb;
  border-bottom: 3px solid #2563eb;
  border-radius: 0 0 0 8px;
}

.hlu1049-content-wrap .hlu1049-icon-steps::after {
  width: 8px;
  height: 8px;
  right: 12px;
  top: 12px;
  background: #14b8a6;
  border-radius: 50%;
  box-shadow: -12px 10px 0 rgba(245, 158, 11, 0.9);
}

.hlu1049-content-wrap .hlu1049-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 9px;
  border: 2px solid #2563eb;
  border-radius: 7px;
}

.hlu1049-content-wrap .hlu1049-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 13px;
  background: #14b8a6;
  border-radius: 99px;
}

.hlu1049-content-wrap .hlu1049-icon-calendar::before {
  width: 24px;
  height: 22px;
  left: 11px;
  top: 12px;
  border: 2px solid #2563eb;
  border-radius: 7px;
}

.hlu1049-content-wrap .hlu1049-icon-calendar::after {
  width: 18px;
  height: 2px;
  left: 14px;
  top: 19px;
  background: #14b8a6;
  box-shadow: 0 6px 0 rgba(245, 158, 11, 0.9);
}

.hlu1049-content-wrap .hlu1049-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.hlu1049-content-wrap .hlu1049-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hlu1049-content-wrap .hlu1049-step-card::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.11), rgba(20, 184, 166, 0.13));
}

.hlu1049-content-wrap .hlu1049-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
}

.hlu1049-content-wrap .hlu1049-step-content {
  position: relative;
  z-index: 1;
}

.hlu1049-content-wrap .hlu1049-badge-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #14b8a6;
  box-shadow: 0 0 0 8px rgba(20, 184, 166, 0.1), 18px 0 0 rgba(37, 99, 235, 0.75);
}

.hlu1049-content-wrap .hlu1049-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.2);
}

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

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

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

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

  .hlu1049-content-wrap .hlu1049-heading-block h2 {
    font-size: 26px;
  }

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

  .hlu1049-content-wrap .hlu1049-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .hlu1049-content-wrap .hlu1049-card,
  .hlu1049-content-wrap .hlu1049-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

  .hlu1049-content-wrap .hlu1049-step-list {
    gap: 16px;
    margin-top: 28px;
  }

  .hlu1049-content-wrap .hlu1049-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .hlu1049-content-wrap .hlu1049-step-number {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }
}

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

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

  .hlu1049-content-wrap .hlu1049-heading-block h2 {
    font-size: 29px;
  }

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

  .hlu1049-content-wrap .hlu1049-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .hlu1049-content-wrap .hlu1049-card,
  .hlu1049-content-wrap .hlu1049-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

  .hlu1049-content-wrap .hlu1049-step-list {
    gap: 18px;
    margin-top: 30px;
  }

  .hlu1049-content-wrap .hlu1049-step-card {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }

  .hlu1049-content-wrap .hlu1049-step-number {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
}

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

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

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

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

  .hlu1049-content-wrap .hlu1049-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .hlu1049-content-wrap .hlu1049-card,
  .hlu1049-content-wrap .hlu1049-trust-card {
    padding: 26px;
    border-radius: 22px;
  }

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

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

  .hlu1049-content-wrap .hlu1049-step-list {
    gap: 20px;
    margin-top: 34px;
  }

  .hlu1049-content-wrap .hlu1049-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }

  .hlu1049-content-wrap .hlu1049-step-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
}

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

  .hlu1049-content-wrap .hlu1049-container {
    padding: 0 28px;
  }

  .hlu1049-content-wrap .hlu1049-heading-block h2 {
    font-size: 40px;
  }

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

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

  .hlu1049-content-wrap .hlu1049-card-grid {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

  .hlu1049-content-wrap .hlu1049-step-list {
    gap: 22px;
    margin-top: 42px;
  }

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

  .hlu1049-content-wrap .hlu1049-step-number {
    width: 58px;
    height: 58px;
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .hlu1049-content-wrap .hlu1049-section {
    padding: 88px 0;
  }

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

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

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

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

  .hlu1049-content-wrap .hlu1049-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

  .hlu1049-content-wrap .hlu1049-step-list {
    gap: 24px;
    margin-top: 48px;
  }

  .hlu1049-content-wrap .hlu1049-step-card {
    gap: 26px;
    padding: 34px;
  }

  .hlu1049-content-wrap .hlu1049-step-number {
    width: 64px;
    height: 64px;
    font-size: 18px;
  }
}