
.spin360-capture-page[data-v-658ed0d0] {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.tracking-wide[data-v-658ed0d0] {
  letter-spacing: 0.06em;
}
.lh-lg[data-v-658ed0d0] {
  line-height: 1.65;
}

/* ── Head ─── */
.spin360-capture-head[data-v-658ed0d0] {
  border-radius: 0.75rem;
}

/* ── Tip card ─── */
.spin360-capture-tip-card[data-v-658ed0d0] {
  border-radius: 0.75rem;
  transition: box-shadow 0.2s ease;
}
.spin360-capture-tip-card[data-v-658ed0d0]:hover {
  box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.07) !important;
}
.spin360-tip-num[data-v-658ed0d0] {
  font-size: 1rem !important;
}

/* ── Phone mockup ─── */
.spin360-phone-wrap[data-v-658ed0d0] {
  max-width: 260px;
  position: relative;
}
.spin360-phone-inner[data-v-658ed0d0] {
  border-radius: 1.5rem;
  overflow: hidden;
  background: #0f1115;
  padding: 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 1.25rem 3rem rgba(15, 23, 42, 0.18);
}
.spin360-phone-inner img[data-v-658ed0d0] {
  border-radius: 1.1rem;
}

/* ── Do / Don't ─── */
.spin360-capture-section[data-v-658ed0d0] {
  border-radius: 0.75rem;
}
.spin360-do-card[data-v-658ed0d0] {
  border-top: 3px solid var(--bs-success) !important;
  transition: box-shadow 0.2s ease;
}
.spin360-dont-card[data-v-658ed0d0] {
  border-top: 3px solid var(--bs-danger) !important;
  transition: box-shadow 0.2s ease;
}
.spin360-do-card[data-v-658ed0d0]:hover,
.spin360-dont-card[data-v-658ed0d0]:hover {
  box-shadow: 0 0.5rem 1.25rem rgba(15, 23, 42, 0.06);
}
.spin360-do-dot[data-v-658ed0d0] {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: var(--bs-success);
}
.spin360-dont-dot[data-v-658ed0d0] {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: var(--bs-danger);
}

/* ── Pro tip ─── */
.spin360-capture-protip[data-v-658ed0d0] {
  background-color: rgba(var(--bs-primary-rgb), 0.06);
  border-left: 4px solid var(--bs-primary) !important;
}
.spin360-protip-icon[data-v-658ed0d0] {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}

/* ── CTA footer ─── */
.spin360-capture-cta[data-v-658ed0d0] {
  border-radius: 0.75rem;
  background: linear-gradient(
    135deg,
    var(--bs-light) 0%,
    rgba(var(--bs-primary-rgb), 0.05) 55%,
    var(--bs-white) 100%
  );
}

