/* One compact scene keeps the photographs, phone and glass sign together. */
.hero { grid-template-columns: 1fr 1.15fr; gap: 12px; align-items: start; padding-top: 20px; padding-bottom: 12px; }
.hero h1 { font-size: clamp(34px, 3.2vw, 42px); }
.hero h1 .grad { white-space: normal; }
.hero p.lead { font-size: 16px; margin-bottom: 22px; }
.hero .eyebrow { margin-bottom: 16px; font-size: 10px; }
.hero .hero-showcase { position: relative; width: calc(100% + 20px); height: auto; aspect-ratio: auto; margin: -8px -20px 0 0; }
.hero-scene { display: block; width: 100%; height: auto; mask-image: linear-gradient(180deg, transparent, #000 3%, #000 86%, transparent), linear-gradient(90deg, transparent, #000 8%, #000 98%, transparent); mask-composite: intersect; }
.hero .cta-row { gap: 10px; }
.hero .cta-row .btn { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 13px 22px; border-radius: 14px; font-size: 15px; }
.hero .cta-row .btn-ghost { padding: 13px 16px; border-radius: 14px; font-size: 14px; }
.hero .trust { font-size: 11px; margin-top: 18px; gap: 7px; }
#how { padding-top: 28px; background: linear-gradient(180deg, #fff, var(--brand-soft) 25%, var(--brand-tint) 78%, #fff); }
.stepcard { padding: 11px 11px 22px; }
.stepimg img { aspect-ratio: 1; }
@media (max-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1fr); gap: 8px; padding-top: 10px; }
  .hero .hero-showcase { width: 100%; max-width: 580px; margin: 0 auto; order: -1; }
  .hero > div:first-child { text-align: center; max-width: 590px; margin-inline: auto; }
  .hero p.lead { margin-inline: auto; }
  .hero .cta-row, .hero .trust { justify-content: center; }
}
@media (max-width: 640px) {
  .hero { gap: 4px; padding-top: 4px; }
  .hero .hero-showcase { width: calc(100% + 16px); max-width: 480px; margin-inline: -8px; }
  .hero h1 { font-size: clamp(29px, 7.6vw, 38px); line-height: 1.16; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .09em; margin-bottom: 12px; }
  .hero p.lead { font-size: 14px; line-height: 1.7; margin-bottom: 18px; }
  .hero .cta-row { gap: 8px; }
  .hero .cta-row .btn { width: 100%; }
  .hero .cta-row .btn-ghost { padding: 8px 14px; font-size: 12px; background: transparent; border: 0; box-shadow: none; }
  .hero .trust { margin-top: 10px; font-size: 9px; gap: 5px; }
  #how { padding-top: 26px; }
}
