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

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

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

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

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

.hlu211-content .hlu211-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(53, 118, 255, 0.08), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(0, 194, 168, 0.08), transparent 30%),
    #f7f9fc;
}

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

.hlu211-content .hlu211-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.hlu211-content .hlu211-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(53, 118, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(53, 118, 255, 0.1), rgba(0, 194, 168, 0.1));
  color: #2452c9;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.hlu211-content h2 {
  margin: 0;
  color: #121a2a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.hlu211-content .hlu211-section-head p {
  margin: 16px auto 0;
  color: #5d6a7f;
  line-height: 1.72;
  font-weight: 450;
}

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

.hlu211-content .hlu211-card,
.hlu211-content .hlu211-trust-card,
.hlu211-content .hlu211-step {
  position: relative;
  border: 1px solid rgba(20, 34, 58, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(25, 38, 66, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}

.hlu211-content .hlu211-card {
  min-height: 100%;
  border-radius: 22px;
}

.hlu211-content .hlu211-card::before,
.hlu211-content .hlu211-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #3576ff, #00c2a8, #8a5cff);
  opacity: 0.9;
}

.hlu211-content .hlu211-card:hover,
.hlu211-content .hlu211-trust-card:hover,
.hlu211-content .hlu211-step:hover {
  transform: translateY(-6px);
  border-color: rgba(53, 118, 255, 0.22);
  box-shadow: 0 24px 64px rgba(25, 38, 66, 0.13);
}

.hlu211-content .hlu211-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(53, 118, 255, 0.16), rgba(0, 194, 168, 0.15));
  box-shadow: inset 0 0 0 1px rgba(53, 118, 255, 0.14);
}

.hlu211-content .hlu211-icon::before,
.hlu211-content .hlu211-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hlu211-content .hlu211-icon-clock::before {
  width: 19px;
  height: 19px;
  border: 2px solid #2452c9;
  border-radius: 50%;
}

.hlu211-content .hlu211-icon-clock::after {
  width: 8px;
  height: 8px;
  border-left: 2px solid #00a890;
  border-bottom: 2px solid #00a890;
  transform: translate(-34%, -58%);
}

.hlu211-content .hlu211-icon-bolt::before {
  width: 13px;
  height: 22px;
  background: #2452c9;
  clip-path: polygon(48% 0, 100% 0, 66% 42%, 100% 42%, 35% 100%, 48% 56%, 0 56%);
}

.hlu211-content .hlu211-icon-eye::before {
  width: 25px;
  height: 16px;
  border: 2px solid #2452c9;
  border-radius: 50% 50% 50% 50%;
}

.hlu211-content .hlu211-icon-eye::after {
  width: 7px;
  height: 7px;
  background: #00a890;
  border-radius: 50%;
}

.hlu211-content .hlu211-icon-route::before {
  width: 25px;
  height: 14px;
  border-top: 2px solid #2452c9;
  border-right: 2px solid #2452c9;
  border-radius: 0 12px 0 0;
}

.hlu211-content .hlu211-icon-route::after {
  width: 7px;
  height: 7px;
  background: #00a890;
  border-radius: 50%;
  box-shadow: 18px 10px 0 #2452c9;
  transform: translate(-120%, -85%);
}

.hlu211-content .hlu211-icon-phone::before {
  width: 16px;
  height: 25px;
  border: 2px solid #2452c9;
  border-radius: 6px;
}

.hlu211-content .hlu211-icon-phone::after {
  width: 4px;
  height: 4px;
  background: #00a890;
  border-radius: 50%;
  transform: translate(-50%, 175%);
}

.hlu211-content .hlu211-icon-check::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #2452c9;
}

.hlu211-content .hlu211-icon-check::after {
  width: 12px;
  height: 7px;
  border-left: 2px solid #00a890;
  border-bottom: 2px solid #00a890;
  transform: translate(-50%, -60%) rotate(-45deg);
}

.hlu211-content h3 {
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.hlu211-content .hlu211-card p,
.hlu211-content .hlu211-step p,
.hlu211-content .hlu211-trust-card p {
  margin: 11px 0 0;
  color: #667286;
  line-height: 1.68;
  font-weight: 430;
}

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

.hlu211-content .hlu211-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
}

.hlu211-content .hlu211-step::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 72px;
  bottom: -30px;
  width: 2px;
  background: linear-gradient(180deg, rgba(53, 118, 255, 0.24), rgba(0, 194, 168, 0));
}

.hlu211-content .hlu211-step:last-child::after {
  display: none;
}

.hlu211-content .hlu211-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, #3576ff, #00c2a8);
  color: #ffffff;
  font-size: 17px;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(53, 118, 255, 0.22);
}

.hlu211-content .hlu211-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(53, 118, 255, 0.09);
  color: #2452c9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

.hlu211-content .hlu211-trust-card {
  min-height: 100%;
  border-radius: 22px;
}

.hlu211-content .hlu211-trust-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(53, 118, 255, 0.14), rgba(0, 194, 168, 0.16));
}

.hlu211-content .hlu211-trust-mark::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 17px;
  height: 9px;
  border-left: 2px solid #2452c9;
  border-bottom: 2px solid #00a890;
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

.hlu211-content .hlu211-reveal.hlu211-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) {
  .hlu211-content .hlu211-section {
    padding: 54px 0;
  }

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

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

  .hlu211-content .hlu211-section-head p {
    font-size: 14px;
  }

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

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

  .hlu211-content h3 {
    font-size: 18px;
  }

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

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

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

  .hlu211-content .hlu211-step::after {
    display: none;
  }
}

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

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

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

  .hlu211-content .hlu211-section-head p {
    font-size: 15px;
  }

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

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

  .hlu211-content h3 {
    font-size: 19px;
  }

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

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

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

  .hlu211-content .hlu211-step::after {
    display: none;
  }
}

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

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

  .hlu211-content h2 {
    font-size: 32px;
  }

  .hlu211-content .hlu211-section-head p {
    font-size: 16px;
  }

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

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

  .hlu211-content h3 {
    font-size: 20px;
  }

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

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

  .hlu211-content .hlu211-step {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }

  .hlu211-content .hlu211-step::after {
    display: none;
  }
}

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

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

  .hlu211-content h2 {
    font-size: 39px;
  }

  .hlu211-content .hlu211-section-head p {
    font-size: 17px;
  }

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

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

  .hlu211-content h3 {
    font-size: 21px;
  }

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

  .hlu211-content .hlu211-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

  .hlu211-content .hlu211-container {
    padding: 0 34px;
  }

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

  .hlu211-content .hlu211-section-head p {
    font-size: 17px;
  }

  .hlu211-content .hlu211-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

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

  .hlu211-content h3 {
    font-size: 21px;
  }

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

  .hlu211-content .hlu211-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .hlu211-content .hlu211-step {
    padding: 32px;
    gap: 24px;
  }
}