.bsmd-how-it-works {
  padding: 90px 20px;
  background:
    radial-gradient(circle at 18% 45%, rgba(19,168,162,.12), transparent 32%),
    radial-gradient(circle at 90% 10%, rgba(76,115,151,.08), transparent 28%),
    #f7faf8;
    border: 1px solid #f1f1f1b8;    
}

.bsmd-hiw-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.bsmd-section-kicker {
  color: var(--c-teal);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.bsmd-hiw-content h2 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: .98;
  margin: 0 0 24px;
  letter-spacing: -.04em;
}

.bsmd-hiw-lead {
  max-width: 560px;
  color: var(--c-slate);
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 38px;
}

.bsmd-hiw-phone-wrap {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bsmd-hiw-orb {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(19,168,162,.12), rgba(255,255,255,.4));
  box-shadow: inset 0 0 0 1px rgba(19,168,162,.08);
}

.bsmd-phone {
  position: relative;
  z-index: 2;
  width: 330px;
  height: 660px;
  padding: 14px;
  border-radius: 46px;
  background: #111820;
  box-shadow: 0 30px 80px rgba(29,36,48,.22);
  transform: rotate(-3deg);
}

.bsmd-phone-notch {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 92px;
  height: 28px;
  background: #050708;
  border-radius: 999px;
  transform: translateX(-50%);
  z-index: 3;
}

.bsmd-phone-screen {
  height: 100%;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 65%, rgba(19,168,162,.14), transparent 32%),
    linear-gradient(180deg, #ffffff, #eef8f5);
  overflow: hidden;
  padding: 50px 12px 28px;
  text-align: center;
  position: relative;
}

.bsmd-phone-logo {
  color: var(--c-teal-dark);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 34px;
}

.bsmd-phone-screen h3 {
  font-size: 30px;
  line-height: 1.12;
  color: var(--c-charcoal);
  margin: 0 0 14px;
}

.bsmd-phone-screen p {
  color: var(--c-slate);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 230px;
}

.bsmd-phone-illustration {
  width: 210px;
  height: 210px;
  margin: 40px auto 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(19,168,162,.16), rgba(201,151,40,.12));
  position: relative;
}

.bsmd-phone-illustration span {
  position: absolute;
  inset: 42px;
  border-radius: 44% 56% 50% 50%;
  background: rgba(19,168,162,.32);
}

.bsmd-phone-person {
  max-width: 240px;
  margin: 30px auto 0;
  display: block;
}

.bsmd-phone-card {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 45px;
  background: rgba(255,255,255,.92);
  border-radius: 18px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  box-shadow: 0 18px 40px rgba(29,36,48,.14);
}

.bsmd-phone-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--c-stone);
  display: grid;
  place-items: center;
}

.bsmd-phone-card strong {
  display: block;
  font-size: 12px;
  color: var(--c-charcoal);
}

.bsmd-phone-card span {
  display: block;
  color: var(--c-slate);
  font-size: 12px;
}

.bsmd-phone-card em {
  margin-left: auto;
  font-style: normal;
  color: var(--c-teal);
  font-size: 24px;
}

.bsmd-hiw-steps {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}

.bsmd-hiw-step {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  align-items: center;
}

.bsmd-step-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--c-white);
  color: var(--c-teal-dark);
  display: grid;
  place-items: center;
  font-size: 28px;
  box-shadow: 0 16px 40px rgba(29,36,48,.08);
}

.bsmd-step-card {
  background: var(--c-white);
  border-radius: 18px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  box-shadow: 0 16px 45px rgba(29,36,48,.07);
  border: 1px solid rgba(217,212,204,.55);
}

.bsmd-step-card > span {
  color: var(--c-teal);
  font-weight: 800;
  font-size: 20px;
}

.bsmd-step-card h3 {
  margin: 0 0 8px;
  color: var(--c-charcoal);
  font-size: 19px;
}

.bsmd-step-card p {
  margin: 0;
  color: var(--c-slate);
  font-size: 15px;
  line-height: 1.55;
}

.bsmd-hiw-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--c-teal-xdark);
  color: var(--c-white);
  padding: 15px 22px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(19,168,162,.24);
}

.bsmd-hiw-btn:hover {
  background: var(--c-teal);
  color: var(--c-white);
}

@media (max-width: 900px) {
  .bsmd-hiw-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bsmd-hiw-phone-wrap {
    min-height: auto;
  }

  .bsmd-phone {
    width: 280px;
    height: 560px;
  }

  .bsmd-hiw-step {
    grid-template-columns: 1fr;
  }

  .bsmd-step-icon {
    display: none;
  }
}