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

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

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

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

.hluntil1132-section-white {
  background:
    radial-gradient(circle at 12% 8%, rgba(51, 122, 255, 0.08), transparent 28%),
    #ffffff;
}

.hluntil1132-section-soft {
  background:
    linear-gradient(135deg, rgba(0, 184, 169, 0.08), rgba(87, 102, 255, 0.07)),
    #f7f9fc;
}

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

.hluntil1132-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.hluntil1132-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(51, 122, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(51, 122, 255, 0.1), rgba(0, 184, 169, 0.1));
  color: #2251b8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

.hluntil1132-heading p {
  margin: 14px auto 0;
  max-width: 700px;
  color: #5a6678;
  font-weight: 450;
  line-height: 1.7;
}

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

.hluntil1132-card,
.hluntil1132-use-card,
.hluntil1132-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(21, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(20, 31, 50, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.hluntil1132-card::before,
.hluntil1132-use-card::before,
.hluntil1132-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #337aff, #00b8a9, #8b5cf6);
  opacity: 0.88;
}

.hluntil1132-card:hover,
.hluntil1132-use-card:hover,
.hluntil1132-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(51, 122, 255, 0.28);
  box-shadow: 0 24px 60px rgba(20, 31, 50, 0.13);
}

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

.hluntil1132-card p,
.hluntil1132-use-card p,
.hluntil1132-trust-card p,
.hluntil1132-step-content p {
  margin: 10px 0 0;
  color: #5d687a;
  font-weight: 430;
  line-height: 1.68;
}

.hluntil1132-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(51, 122, 255, 0.12), rgba(0, 184, 169, 0.12));
  box-shadow: inset 0 0 0 1px rgba(51, 122, 255, 0.12);
}

.hluntil1132-icon::before,
.hluntil1132-icon::after {
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}

.hluntil1132-card:hover .hluntil1132-icon::after {
  transform: translateX(2px) translateY(-2px);
}

.hluntil1132-icon-clock::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #337aff;
  border-radius: 50%;
}

.hluntil1132-icon-clock::after {
  width: 8px;
  height: 8px;
  left: 24px;
  top: 17px;
  border-left: 2px solid #00a99d;
  border-bottom: 2px solid #00a99d;
}

.hluntil1132-icon-flash::before {
  left: 19px;
  top: 11px;
  width: 11px;
  height: 26px;
  background: linear-gradient(135deg, #337aff, #00b8a9);
  clip-path: polygon(42% 0, 100% 0, 63% 42%, 100% 42%, 35% 100%, 49% 54%, 0 54%);
}

.hluntil1132-icon-preview::before {
  left: 12px;
  top: 16px;
  width: 24px;
  height: 16px;
  border: 2px solid #337aff;
  border-radius: 8px;
}

.hluntil1132-icon-preview::after {
  left: 21px;
  top: 21px;
  width: 6px;
  height: 6px;
  background: #00b8a9;
  border-radius: 50%;
}

.hluntil1132-icon-path::before {
  left: 12px;
  top: 14px;
  width: 24px;
  height: 20px;
  border-top: 2px solid #337aff;
  border-right: 2px solid #00b8a9;
  border-radius: 4px 12px 4px 4px;
}

.hluntil1132-icon-mobile::before {
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 2px solid #337aff;
  border-radius: 7px;
}

.hluntil1132-icon-mobile::after {
  left: 22px;
  top: 32px;
  width: 4px;
  height: 4px;
  background: #00b8a9;
  border-radius: 50%;
}

.hluntil1132-icon-calendar::before {
  left: 12px;
  top: 14px;
  width: 24px;
  height: 22px;
  border: 2px solid #337aff;
  border-radius: 7px;
}

.hluntil1132-icon-calendar::after {
  left: 17px;
  top: 23px;
  width: 14px;
  height: 2px;
  background: #00b8a9;
  box-shadow: 0 6px 0 rgba(0, 184, 169, 0.65);
}

.hluntil1132-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.hluntil1132-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(51, 122, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(20, 31, 50, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.hluntil1132-step-card::after {
  content: "";
  position: absolute;
  right: -72px;
  top: -92px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 184, 169, 0.16), transparent 64%);
}

.hluntil1132-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 184, 169, 0.28);
  box-shadow: 0 24px 62px rgba(20, 31, 50, 0.12);
}

.hluntil1132-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #337aff, #00b8a9);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(51, 122, 255, 0.28);
}

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

.hluntil1132-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 255, 0.96));
}

.hluntil1132-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #00b8a9;
  box-shadow: 0 0 0 8px rgba(0, 184, 169, 0.11), 0 0 0 16px rgba(51, 122, 255, 0.05);
}

.hluntil1132-trust-card {
  text-align: center;
}

.hluntil1132-trust-mark {
  position: relative;
  display: inline-flex;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(51, 122, 255, 0.13), rgba(139, 92, 246, 0.11));
}

.hluntil1132-trust-mark::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 14px;
  width: 16px;
  height: 22px;
  border: 2px solid #337aff;
  border-radius: 10px 10px 8px 8px;
}

.hluntil1132-trust-mark::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 27px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #00b8a9;
  border-bottom: 2px solid #00b8a9;
  transform: rotate(-45deg);
}

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

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

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

  .hluntil1132-container {
    padding: 0 14px;
  }

  .hluntil1132-heading h2 {
    font-size: 25px;
  }

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

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

  .hluntil1132-card,
  .hluntil1132-use-card,
  .hluntil1132-trust-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

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

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

  .hluntil1132-step-list {
    gap: 16px;
    margin-top: 30px;
  }

  .hluntil1132-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 18px;
  }

  .hluntil1132-step-number {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }
}

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

  .hluntil1132-container {
    padding: 0 18px;
  }

  .hluntil1132-heading h2 {
    font-size: 28px;
  }

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

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

  .hluntil1132-card,
  .hluntil1132-use-card,
  .hluntil1132-trust-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

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

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

  .hluntil1132-step-list {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

  .hluntil1132-container {
    padding: 0 22px;
  }

  .hluntil1132-heading h2 {
    font-size: 32px;
  }

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

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

  .hluntil1132-card,
  .hluntil1132-use-card,
  .hluntil1132-trust-card {
    padding: 26px 22px;
  }

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

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

  .hluntil1132-step-list {
    gap: 20px;
    margin-top: 36px;
  }

  .hluntil1132-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }

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

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

  .hluntil1132-container {
    padding: 0 32px;
  }

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

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

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

  .hluntil1132-card-grid {
    gap: 22px;
    margin-top: 42px;
  }

  .hluntil1132-card,
  .hluntil1132-use-card,
  .hluntil1132-trust-card {
    padding: 28px 24px;
  }

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

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

  .hluntil1132-step-list {
    gap: 22px;
    margin-top: 42px;
  }

  .hluntil1132-step-card {
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 28px;
  }

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

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

  .hluntil1132-container {
    padding: 0 32px;
  }

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

  .hluntil1132-heading p {
    font-size: 18px;
  }

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

  .hluntil1132-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .hluntil1132-card,
  .hluntil1132-use-card,
  .hluntil1132-trust-card {
    padding: 30px 28px;
  }

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

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

  .hluntil1132-step-list {
    gap: 24px;
    margin-top: 48px;
  }

  .hluntil1132-step-card {
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 32px;
  }

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