/** Shopify CDN: Minification failed

Line 67:0 Unexpected "}"

**/
/* =========================
   HD - How it Works (safe custom section styles)
   ========================= */

.hd-howitworks {
  padding: 25px 0;
}

.hd-howitworks__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.hd-howitworks__header {
  text-align: center;
  margin-bottom: 28px;
}

.hd-howitworks__title {
  margin: 0 0 10px;
  line-height: 1.1;
}

.hd-howitworks__subtitle {
  margin: 0 auto;
  max-width: 720px;
  opacity: 0.85;
}

.hd-howitworks__row {
  display: flex;
  gap: 16px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap; /* stays horizontal */
  overflow-x: auto;  /* mobile horizontal without stacking */
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}

.hd-howitworks__card {
  flex: 0 0 280px; /* fixed card width so it stays horizontal */
  border-radius: 16px;
  padding: 18px 16px;
  background: rgba(0,0,0,0.03);
  scroll-snap-align: start;
}

.hd-howitworks__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #28CAAD; /* orange */
}

}

.hd-howitworks__step {
  font-size: 0px;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: ;
  margin-bottom: 6px;
}

.hd-howitworks__cardtitle {
  margin: 0 0 6px;
  line-height: 1.2;
}

.hd-howitworks__text {
  margin: 0;
  opacity: .85;
  line-height: 1.4;
}

