html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 100px;
}

body {
  color: #475569;
}

.hj-navbar .navbar-nav {
  flex-wrap: nowrap;
}

.hj-navbar .navbar-nav .nav-link {
  white-space: nowrap;
}

.hj-navbar .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.hj-navbar .navbar-brand .hj-brand-logo {
  width: auto;
  height: 46px;
  max-height: 46px;
  border-radius: 18px;
  display: block;
  flex-shrink: 0;
  box-shadow: 0 14px 34px rgba(230, 76, 121, 0.18);
}

.hj-brand-copy {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.hj-brand-title {
  color: #172033;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.hj-brand-subtitle {
  color: rgba(23, 32, 51, 0.56);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-top: 6px;
}

.hj-brand-copy.light .hj-brand-title {
  color: #ffffff;
}

.hj-brand-copy.light .hj-brand-subtitle {
  color: rgba(255, 255, 255, 0.68);
}

.hj-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.hj-footer-logo img {
  width: auto;
  height: 46px;
  max-height: 46px;
  border-radius: 18px;
  display: block;
  box-shadow: 0 14px 34px rgba(230, 76, 121, 0.18);
}

.hj-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 214, 229, 0.95), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(190, 226, 255, 0.82), transparent 30%),
    linear-gradient(135deg, #fff8f6 0%, #f5fbff 46%, #ffffff 100%);
}

.hj-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #e64c79;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 35px rgba(230, 76, 121, 0.12);
}

.hj-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 15px;
  border: 1px solid rgba(230, 76, 121, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}


.hj-phone-stage {
  min-height: 620px;
}

.hj-phone-frame {
  position: relative;
  width: min(330px, 84vw);
  margin: 0 auto;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 46px;
  background: linear-gradient(180deg, #ffffff, #f5f7fb);
  box-shadow: 0 34px 90px rgba(42, 47, 80, 0.20);
}

.hj-phone-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 90px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #0f172a;
}

.hj-phone-frame img {
  width: 100%;
  border-radius: 34px;
}

.hj-float-card {
  position: absolute;
  z-index: 4;
  max-width: 225px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(14px);
}

.hj-float-card.card-one {
  top: 18%;
  left: 0;
}

.hj-float-card.card-two {
  right: 0;
  bottom: 18%;
}

.hj-app-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(230, 76, 121, 0.22);
}

.hj-stat-card,
.hj-module-card,
.hj-feature-card {
  height: 100%;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.hj-stat-card {
  padding: 28px 24px;
}

.hj-feature-card {
  padding: 42px 36px;
}

.hj-module-card {
  padding: 34px;
}

.hj-module-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff6d98, #7c5cff);
  color: #fff;
  font-weight: 800;
}

.hj-process-step {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 24px;
  padding: 28px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.07);
}

.hj-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: #fff1f5;
  color: #e64c79;
  font-size: 24px;
  font-weight: 800;
}

.hj-scenario-card {
  height: 100%;
  min-height: 270px;
  padding: 34px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.92));
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.hj-download-card {
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(135deg, #111827 0%, #1b2446 48%, #522d58 100%);
  box-shadow: 0 32px 86px rgba(15, 23, 42, 0.22);
}

.hj-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 58px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  font-weight: 800;
}

.hj-download-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.hj-subscribe-downloads {
  direction: ltr;
  flex-direction: row !important;
}

.hj-subscribe-downloads .hj-download-android {
  order: 1;
}

.hj-subscribe-downloads .hj-download-ios {
  order: 2;
}

.hj-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.hj-footer-logo img {
  width: auto;
  height: 52px;
  border-radius: 14px;
}

@media (max-width: 991px) {
  .hj-phone-stage {
    min-height: auto;
  }

  .hj-float-card {
    position: relative;
    inset: auto !important;
    max-width: none;
    margin: 18px auto 0;
  }

  .hj-process-step {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hj-navbar .navbar-brand .hj-brand-logo {
    height: 40px;
    max-height: 40px;
  }

  .hj-brand-title {
    font-size: 15px;
  }

  .hj-brand-subtitle {
    font-size: 9px;
  }

  .hj-feature-card,
  .hj-module-card,
  .hj-scenario-card {
    padding: 26px 22px;
  }
}
