body.bh-home,
body.bh-home *,
body.bh-home *::before,
body.bh-home *::after {
  box-sizing: border-box;
}

body.bh-home {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(10, 132, 255, 0.18), transparent 30%),
    radial-gradient(circle at 100% 10%, rgba(59, 130, 246, 0.16), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #edf4fd 48%, #f8fbff 100%);
  color: var(--bh-gray-900);
}

.home-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.hero-shell,
.story-card,
.feature-card,
.step-card,
.cta-banner {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-shell {
  border-radius: 32px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.hero-shell::before,
.hero-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-shell::before {
  width: 280px;
  height: 280px;
  top: -120px;
  right: -70px;
  background: radial-gradient(circle, rgba(10, 132, 255, 0.22) 0%, rgba(10, 132, 255, 0) 72%);
}

.hero-shell::after {
  width: 240px;
  height: 240px;
  bottom: -110px;
  left: -70px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.18) 0%, rgba(59, 130, 246, 0) 72%);
}

.hero-topbar,
.hero-grid,
.story-grid,
.steps-grid,
.cta-banner {
  position: relative;
  z-index: 1;
}

.hero-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 18px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  max-width: 640px;
}

.brand-lockup__logo {
  display: block;
  width: 100%;
  height: auto;
}

.hero-cta-row,
.cta-banner__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.95fr);
  gap: 26px;
  align-items: stretch;
}

.hero-copy {
  padding: 18px 6px 12px;
}

.hero-kicker,
.section-tag,
.hero-panel__eyebrow {
  margin: 0 0 12px;
  color: var(--bh-color-primary-700);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 11ch;
  margin-bottom: 18px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.hero-lead,
.story-card p,
.step-card p,
.metric-card span,
.cta-banner p {
  margin: 0;
  color: var(--bh-gray-600);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.65;
}

.hero-cta-row {
  margin-top: 28px;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 12px;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--bh-gray-700);
  font-size: 15px;
  font-weight: 600;
}

.hero-points li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bh-color-primary-500), var(--bh-color-primary-700));
  box-shadow: 0 0 0 6px rgba(10, 132, 255, 0.12);
  flex: 0 0 auto;
}

.hero-panel {
  display: flex;
}

.hero-panel__card {
  width: 100%;
  border-radius: 28px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.86), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(96, 165, 250, 0.2);
}

.hero-panel__card h2 {
  margin: 0 0 20px;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.08;
}

.hero-metrics {
  display: grid;
  gap: 14px;
}

.metric-card,
.step-card {
  border-radius: 22px;
  padding: 20px;
}

.metric-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(191, 219, 254, 0.72);
}

.metric-card strong,
.step-card h3 {
  display: block;
  margin-bottom: 8px;
  color: var(--bh-gray-900);
  font-size: 20px;
  line-height: 1.2;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
  margin-top: 22px;
}

.story-card {
  border-radius: 28px;
  padding: 28px;
}

.story-card h2,
.section-heading h2,
.cta-banner h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.04;
}

.story-card--accent {
  background: linear-gradient(135deg, rgba(10, 132, 255, 0.92), rgba(29, 78, 216, 0.9));
  color: #fff;
}

.story-card--accent .section-tag,
.story-card--accent p {
  color: rgba(255, 255, 255, 0.92);
}

.steps-section {
  margin-top: 26px;
}

.takeaway-section {
  margin-top: 26px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 18px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.step-card h3 {
  font-size: 22px;
}

.steps-grid {
  counter-reset: step;
}

.step-card {
  position: relative;
  overflow: hidden;
}

.takeaway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  border-radius: 24px;
  padding: 24px;
}

.feature-card h3 {
  margin: 0 0 10px;
  color: var(--bh-gray-900);
  font-size: 22px;
  line-height: 1.18;
}

.feature-card p {
  margin: 0;
  color: var(--bh-gray-600);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.65;
}

.feature-card--accent-soft {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.92), rgba(239, 246, 255, 0.92));
  border: 1px solid rgba(96, 165, 250, 0.24);
}

.step-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--bh-color-primary-500), var(--bh-color-primary-700));
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(10, 132, 255, 0.24);
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  border-radius: 30px;
  padding: 28px;
}

.bh-home a {
  text-decoration: none;
}

@media (max-width: 960px) {
  .home-page {
    width: min(100% - 20px, 1180px);
    padding: 18px 0 34px;
  }

  .hero-grid,
  .story-grid,
  .steps-grid,
  .takeaway-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-banner__actions {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hero-shell,
  .story-card,
  .feature-card,
  .step-card,
  .cta-banner {
    border-radius: 24px;
  }

  .hero-shell,
  .story-card,
  .feature-card,
  .step-card,
  .cta-banner,
  .hero-panel__card {
    padding: 20px;
  }

  .hero-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-lockup {
    max-width: min(100%, 520px);
    width: 100%;
  }

  .hero-cta-row,
  .cta-banner__actions {
    width: 100%;
  }

  .hero-cta-row .bh-btn,
  .cta-banner__actions .bh-btn {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    font-size: 18px;
    border-radius: 18px;
  }

  .hero-copy {
    padding: 4px 0 0;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .cta-banner {
    gap: 18px;
  }

  .cta-banner__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}
