@media (max-width: 760px) {
  .service-bubble .bubble-copy { opacity:0; transform:translateY(8px); }
  .service-bubble.is-active { transform:translateY(-7px) scale(1.025); box-shadow:0 24px 38px rgba(78,32,14,.2), inset 10px 10px 20px rgba(255,255,255,.9); }
  .service-bubble.is-active img { transform:scale(.88); opacity:.26; }
  .service-bubble.is-active .bubble-copy { opacity:1; transform:none; }
  .steps li.is-active { padding-left:18px; border-color:rgba(244,81,18,.65); background:linear-gradient(90deg,rgba(255,232,220,.52),transparent 72%); }
  .steps li.is-active::before { transform:scaleY(1); }.steps li.is-active h3 { color:var(--orange-dark); transform:translateX(3px); }.steps li.is-active b { color:var(--orange); }
  .testimonial-card.is-active { transform:translateY(-6px); background:#fff; box-shadow:0 22px 42px rgba(81,34,15,.13); }
  .benefit-card.is-active { transform:translateY(-6px); box-shadow:var(--shadow); }.benefit-card.is-active::after { transform:scale(1.35); }
}
