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

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

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

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

.hlu257-content .hlu257-section-soft {
  background:
    radial-gradient(circle at 18% 18%, rgba(38, 132, 255, 0.08), transparent 30%),
    radial-gradient(circle at 82% 28%, rgba(20, 184, 166, 0.09), transparent 34%),
    #f7fafc;
}

.hlu257-content .hlu257-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

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

.hlu257-content .hlu257-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(38, 132, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(38, 132, 255, 0.11), rgba(20, 184, 166, 0.12));
  color: #1764c8;
  font-weight: 750;
  line-height: 1;
}

.hlu257-content .hlu257-heading-block h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.hlu257-content .hlu257-heading-block p {
  margin: 14px auto 0;
  color: #5d6a7e;
  line-height: 1.72;
}

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

.hlu257-content .hlu257-card,
.hlu257-content .hlu257-trust-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(20, 37, 63, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 50px rgba(20, 37, 63, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.hlu257-content .hlu257-card::before,
.hlu257-content .hlu257-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(38, 132, 255, 0.38), rgba(20, 184, 166, 0.24), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.hlu257-content .hlu257-card:hover,
.hlu257-content .hlu257-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(38, 132, 255, 0.22);
  box-shadow: 0 24px 60px rgba(20, 37, 63, 0.13);
}

.hlu257-content .hlu257-card:hover::before,
.hlu257-content .hlu257-trust-card:hover::before {
  opacity: 1;
}

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

.hlu257-content .hlu257-card p,
.hlu257-content .hlu257-step-card p,
.hlu257-content .hlu257-trust-card p {
  margin: 10px 0 0;
  color: #5e6b7c;
  line-height: 1.68;
}

.hlu257-content .hlu257-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2684ff, #14b8a6);
  box-shadow: 0 14px 28px rgba(38, 132, 255, 0.23);
  position: relative;
  transition: transform 260ms ease;
}

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

.hlu257-content .hlu257-icon-clock::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.hlu257-content .hlu257-icon-clock::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translate(2px, -2px);
}

.hlu257-content .hlu257-icon-flash::before {
  content: "";
  width: 13px;
  height: 23px;
  background: #ffffff;
  clip-path: polygon(54% 0, 15% 52%, 47% 52%, 34% 100%, 86% 38%, 54% 38%);
}

.hlu257-content .hlu257-icon-frame::before {
  content: "";
  width: 23px;
  height: 17px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.hlu257-content .hlu257-icon-path::before {
  content: "";
  width: 22px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 0 10px 0 0;
}

.hlu257-content .hlu257-icon-path::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: translate(9px, -5px) rotate(45deg);
}

.hlu257-content .hlu257-icon-mobile::before {
  content: "";
  width: 16px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.hlu257-content .hlu257-icon-daily::before {
  content: "";
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.hlu257-content .hlu257-icon-daily::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #ffffff;
  transform: translateY(-3px);
}

.hlu257-content .hlu257-step-list {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

.hlu257-content .hlu257-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(38, 132, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(20, 37, 63, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.hlu257-content .hlu257-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.3);
  box-shadow: 0 24px 58px rgba(20, 37, 63, 0.12);
}

.hlu257-content .hlu257-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #101827, #2684ff 54%, #14b8a6);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(38, 132, 255, 0.22);
}

.hlu257-content .hlu257-step-content {
  min-width: 0;
}

.hlu257-content .hlu257-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #08786d;
  font-weight: 800;
  line-height: 1;
}

.hlu257-content .hlu257-trust-card {
  overflow: hidden;
}

.hlu257-content .hlu257-trust-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -38px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(38, 132, 255, 0.14), rgba(20, 184, 166, 0.05) 58%, transparent 70%);
  pointer-events: none;
}

.hlu257-content .hlu257-trust-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(38, 132, 255, 0.14), rgba(20, 184, 166, 0.18));
  position: relative;
}

.hlu257-content .hlu257-trust-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 11px;
  height: 17px;
  border-right: 3px solid #168a7e;
  border-bottom: 3px solid #168a7e;
  transform: rotate(42deg);
}

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

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

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

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

  .hlu257-content .hlu257-heading-block {
    margin-bottom: 28px;
  }

  .hlu257-content .hlu257-kicker {
    font-size: 11px;
  }

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

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

  .hlu257-content .hlu257-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

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

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

  .hlu257-content .hlu257-step-list {
    gap: 16px;
  }

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

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

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

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

  .hlu257-content .hlu257-heading-block {
    margin-bottom: 32px;
  }

  .hlu257-content .hlu257-kicker {
    font-size: 12px;
  }

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

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

  .hlu257-content .hlu257-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

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

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

  .hlu257-content .hlu257-step-list {
    gap: 18px;
  }

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

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

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

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

  .hlu257-content .hlu257-heading-block {
    margin-bottom: 34px;
  }

  .hlu257-content .hlu257-kicker {
    font-size: 12px;
  }

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

  .hlu257-content .hlu257-heading-block p {
    font-size: 15.5px;
  }

  .hlu257-content .hlu257-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

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

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

  .hlu257-content .hlu257-step-list {
    gap: 20px;
  }

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

  .hlu257-content .hlu257-step-number {
    width: 62px;
    height: 62px;
    font-size: 19px;
  }
}

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

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

  .hlu257-content .hlu257-heading-block {
    margin-bottom: 42px;
  }

  .hlu257-content .hlu257-kicker {
    font-size: 12px;
  }

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

  .hlu257-content .hlu257-heading-block p {
    font-size: 16.5px;
  }

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

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

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

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

  .hlu257-content .hlu257-step-list {
    gap: 22px;
  }

  .hlu257-content .hlu257-step-card {
    gap: 24px;
    padding: 30px;
  }

  .hlu257-content .hlu257-step-number {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}

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

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

  .hlu257-content .hlu257-heading-block {
    margin-bottom: 48px;
  }

  .hlu257-content .hlu257-kicker {
    font-size: 12px;
  }

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

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

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

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

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

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

  .hlu257-content .hlu257-step-list {
    gap: 24px;
  }

  .hlu257-content .hlu257-step-card {
    gap: 28px;
    padding: 34px;
  }

  .hlu257-content .hlu257-step-number {
    width: 76px;
    height: 76px;
    font-size: 21px;
  }
}