/* Phase 22B.2A — Tour Spotlight & Focus Polish */
.dvh22b2-tour[hidden]{display:none!important}
.dvh22b2-tour{position:relative;z-index:100000}
/* Keep the tour as the only floating guidance control while onboarding is active. */
body.dvh22b2-tour-open .dvh22b1-launcher{display:none!important}

.dvh22b2-tour-backdrop{position:fixed;inset:0;background:rgba(8,30,27,.66);z-index:100000}
.dvh22b2-tour-ring{position:fixed;z-index:100001;border:3px solid #eea218;border-radius:18px;box-shadow:0 0 0 9999px rgba(8,30,27,.68),0 0 0 6px rgba(238,162,24,.18);pointer-events:none;transition:top .22s ease,left .22s ease,width .22s ease,height .22s ease}
.dvh22b2-tour-card{position:fixed;z-index:100002;left:50%;bottom:24px;transform:translateX(-50%);width:min(520px,calc(100vw - 32px));box-sizing:border-box;padding:20px 22px;border:1px solid rgba(238,162,24,.45);border-radius:22px;background:#fffdf7;color:#0d4037;box-shadow:0 22px 65px rgba(5,25,22,.34)}
.dvh22b2-tour-topline{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.dvh22b2-tour-topline span{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#8a6a2c}
.dvh22b2-tour-topline button{border:0;background:transparent;color:#315c55;font:inherit;font-size:13px;font-weight:800;cursor:pointer;padding:5px 0}
.dvh22b2-tour-eyebrow{display:block;margin-bottom:5px;color:#b87500;font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.dvh22b2-tour-card h2{margin:0 0 8px;font-size:28px;line-height:1.08;color:#0b3d35}
.dvh22b2-tour-card p{margin:0;color:#496c66;font-size:16px;line-height:1.48}
.dvh22b2-tour-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}
.dvh22b2-tour-actions button{min-height:42px;padding:9px 18px;border-radius:999px;font:inherit;font-weight:900;cursor:pointer}
.dvh22b2-tour-back{border:1px solid #c9d7d3;background:#fff;color:#0d4037}
.dvh22b2-tour-next{border:1px solid #e39a14;background:#eea218;color:#082f29}
.dvh22b2-tour-next:focus-visible,.dvh22b2-tour-back:focus-visible,.dvh22b2-tour-topline button:focus-visible{outline:3px solid rgba(238,162,24,.45);outline-offset:3px}
@media(max-width:640px){
  .dvh22b2-tour-card{bottom:12px;width:calc(100vw - 20px);padding:17px 18px;border-radius:18px}
  .dvh22b2-tour-card h2{font-size:24px}
  .dvh22b2-tour-card p{font-size:15px}
  .dvh22b2-tour-ring{border-radius:14px}
}
@media(prefers-reduced-motion:reduce){.dvh22b2-tour-ring{transition:none}}
