.bi-page {
  min-height: 100dvh;
  padding: calc(var(--wh-nav-h, 64px) + 14px) 14px calc(var(--tab-h, 72px) + 34px);
  background: #f5f5f7;
  color: #1d1d1f;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0;
  box-sizing: border-box;
}

#wehome-no-history-logo {
  display: none !important;
}

.bi-hero {
  position: relative;
  max-width: 780px;
  min-height: 360px;
  margin: 0 auto 16px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(118, 0, 214, 0.28), transparent 34%),
    linear-gradient(135deg, #201525 0%, #35103f 46%, #111113 100%);
  box-shadow: 0 18px 44px rgba(24, 19, 29, 0.14);
}

.bi-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.bi-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(22, 16, 24, 0.22) 62%, rgba(22, 16, 24, 0.72) 100%),
    linear-gradient(90deg, rgba(22, 16, 24, 0.76) 0%, rgba(22, 16, 24, 0.2) 78%);
}

.bi-hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 32px 26px 28px;
  color: #fff;
}

.bi-kicker {
  width: fit-content;
  margin: 0 0 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.bi-hero h1 {
  max-width: 92%;
  margin: 0;
  color: #fff;
  font-size: clamp(31px, 5vw, 54px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: 0;
  word-break: keep-all;
}

.bi-summary {
  max-width: 92%;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  word-break: keep-all;
}

.bi-card {
  max-width: 780px;
  margin: 16px auto 0;
  padding: 24px 22px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 19, 29, 0.07);
  box-sizing: border-box;
}

.bi-card h2 {
  margin: 0 0 16px;
  color: #1d1d1f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.bi-points {
  display: grid;
  gap: 12px;
}

.bi-point {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #2d2d31;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  word-break: keep-all;
}

.bi-check {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(103, 17, 117, 0.1);
  color: #761183;
  font-size: 14px;
  font-weight: 700;
}

.bi-highlight-grid {
  display: grid;
  max-width: 780px;
  margin: 16px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bi-highlight {
  min-height: 210px;
  padding: 24px 20px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 19, 29, 0.07);
  box-sizing: border-box;
}

.bi-highlight-label {
  margin: 0 0 12px;
  color: #761183;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.bi-highlight h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
  word-break: keep-all;
}

.bi-highlight p:not(.bi-highlight-label) {
  margin: 14px 0 0;
  color: #6e6e73;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  word-break: keep-all;
}

.bi-notice {
  background: #1d1d1f;
  color: #fff;
}

.bi-notice h2 {
  color: #fff;
}

.bi-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  word-break: keep-all;
}

.bi-steps {
  display: grid;
  gap: 16px;
}

.bi-step {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(29, 29, 31, 0.08);
}

.bi-step:first-child {
  padding-top: 0;
  border-top: 0;
}

.bi-step-date {
  color: #761183;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.bi-step strong {
  display: block;
  color: #1d1d1f;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.3;
  word-break: keep-all;
}

.bi-step p {
  margin: 7px 0 0;
  color: #6e6e73;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  word-break: keep-all;
}

.bi-banner-card {
  padding: 0;
  overflow: hidden;
}

.bi-banner-card img {
  display: block;
  width: 100%;
  height: auto;
}

.bi-note p {
  margin: 0;
  color: #6e6e73;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.56;
  word-break: keep-all;
}

.bi-note .bi-source {
  margin-top: 14px;
  color: #8d8d92;
  font-size: 13px;
  font-weight: 500;
}

.bi-cta {
  display: inline-flex;
  min-height: 50px;
  margin-top: 20px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #761183;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(118, 17, 131, 0.22);
}

.bi-cta:hover,
.bi-cta:focus,
.bi-cta:active {
  color: #fff;
  text-decoration: none;
}

.bi-cta:active {
  transform: scale(0.98);
}

@media (max-width: 760px) {
  .bi-highlight-grid {
    grid-template-columns: 1fr;
  }

  .bi-highlight {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .bi-page {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bi-hero {
    min-height: 382px;
    border-radius: 28px;
  }

  .bi-hero-copy {
    padding: 28px 22px 24px;
  }

  .bi-hero h1 {
    font-size: 31px;
  }

  .bi-summary {
    font-size: 15px;
  }

  .bi-card {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .bi-highlight {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .bi-step {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
